/system/core/libsparse/ |
D | img2simg.cpp | 48 int extra; in main() local 68 extra = argc - optind; in main() 69 if (extra < 2 || extra > 3) { in main() 74 if (extra == 3) { in main()
|
/system/tools/aidl/tests/lazy_test/ |
D | server.cpp | 40 auto extra = LazyServiceRegistrar::createExtraTestInstance(); in setupDoubleLazyServer() local 41 extra.forcePersist(true); // don't allow this instance to handle process lifetime in setupDoubleLazyServer() 42 CHECK_EQ(OK, extra.registerService(service1, "aidl_lazy_test_1")); in setupDoubleLazyServer()
|
/system/media/audio_utils/ |
D | tinysndfile.c | 358 size_t extra = 0; in sf_open_write() local 363 extra = 14; in sf_open_write() 367 (void) fwrite(wav, 44 + extra, 1, stream); in sf_open_write() 410 size_t extra = (handle->info.format & SF_FORMAT_SUBMASK) == SF_FORMAT_FLOAT ? 14 : 0; in sf_close() local 411 (void) fread(wav, 44 + extra, 1, handle->stream); in sf_close() 413 write4u(&wav[4], dataSize + 36 + extra); // riffSize in sf_close() 414 write4u(&wav[40 + extra], dataSize); // dataSize in sf_close() 416 (void) fwrite(wav, 44 + extra, 1, handle->stream); in sf_close()
|
/system/extras/ |
D | .clang-format-none | 6 # This extra settings is required because of https://reviews.llvm.org/D67843.
|
/system/extras/simpleperf/demo/ |
D | .clang-format | 6 # This extra settings is required because of https://reviews.llvm.org/D67843.
|
/system/sepolicy/microdroid/system/private/ |
D | authfs.te | 20 # Allow authfs to access extra APK mount.
|
D | zipfuse.te | 42 # allow zipfuse to handle extra apks
|
D | microdroid_payload.te | 37 # Payload can read extra apks
|
D | file_contexts | 155 # Directory for extra apks 156 /mnt/extra-apk u:object_r:extra_apk_file:s0
|
/system/apex/apexd/ |
D | apexd_loop.h | 72 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra);
|
D | apexd_loop.cpp | 555 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra) { in DestroyLoopDevice() argument 574 extra(path, id); in DestroyLoopDevice()
|
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/ |
D | ICorrect.hal | 27 …someMethod(vec<uint8_t> param, string multiple) generates (float second, string extra, bool retVal…
|
/system/memory/libmemunreachable/ |
D | Allocator.cpp | 141 ptrdiff_t extra = reinterpret_cast<uintptr_t>(aligned_ptr) - reinterpret_cast<uintptr_t>(ptr); in MapAligned() local 142 munmap(ptr, extra); in MapAligned() 143 map_size -= extra; in MapAligned()
|
/system/tools/xsdc/tests/resources/nested_type/ |
D | nested_type.xsd | 13 <xs:element name="extra">
|
/system/tools/xsdc/tests/ |
D | tests.cpp | 151 Employee::Address::Extra extra = *address.getFirstExtra(); in TEST_F() local 158 EXPECT_EQ(extra.getLine1(), "Donga 303-111"); in TEST_F() 159 EXPECT_EQ(extra.getLine2(), "Good Street"); in TEST_F()
|
/system/tools/hidl/ |
D | Type.cpp | 654 const std::string &extra) const { in emitJavaReaderWriterWithSuffix() 662 out << extra; in emitJavaReaderWriterWithSuffix() 664 out << (extra.empty() ? "" : (extra + ", ")); in emitJavaReaderWriterWithSuffix()
|
/system/netd/server/ |
D | IptablesRestoreController.cpp | 300 size_t extra = output->size() - (pos + PING_SIZE); in drainAndWaitForAck() local 302 extra, output->substr(pos + PING_SIZE, 128).c_str()); in drainAndWaitForAck()
|
/system/teeui/libteeui/include/teeui/ |
D | generic_operation.h | 229 auto [in_, promt, extra, locale, options] = read(PromptUserConfirmationMsg(), in); in command() 231 auto rc = init(promt, extra, locale, options); in command()
|
/system/sepolicy/private/ |
D | isolated_app.te | 5 ### service managers and does not require extra computational resources.
|
D | storaged.te | 58 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/extras/libatrace_rust/ |
D | README.md | 129 it is around an extra 500 ns per event and an extra 1 us for a span.
|
/system/security/ondevice-signing/ |
D | Android.bp | 56 // Some extra flags.
|
/system/unwinding/libunwindstack/tests/ |
D | MapsTest.cpp | 478 size_t extra = 0; in TEST() local 487 extra = entry_len + overlap1_name.size() + 1; in TEST() 492 size_t bytes_left_in_buffer = kBufferSize - extra; in TEST()
|
/system/linkerconfig/ |
D | README.md | 18 Linker configuration file can be used to add extra information while linkerconfig
|
/system/extras/libatrace_rust/benchmark/ |
D | README.md | 25 cases with and without extra fields to measure the cost of formatting. Cases that start with
|