/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/media/audio_utils/ |
D | tinysndfile.c | 357 size_t extra = 0; in sf_open_write() local 362 extra = 14; in sf_open_write() 366 (void) fwrite(wav, 44 + extra, 1, stream); in sf_open_write() 407 size_t extra = (handle->info.format & SF_FORMAT_SUBMASK) == SF_FORMAT_FLOAT ? 14 : 0; in sf_close() local 408 (void) fread(wav, 44 + extra, 1, handle->stream); in sf_close() 410 write4u(&wav[4], dataSize + 36 + extra); // riffSize in sf_close() 411 write4u(&wav[40 + extra], dataSize); // dataSize in sf_close() 413 (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 | 40 # Payload can read extra apks
|
/system/apex/apexd/ |
D | apexd_loop.h | 72 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra);
|
/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/tools/xsdc/tests/resources/nested_type/ |
D | nested_type.xsd | 13 <xs:element name="extra">
|
/system/memory/libmemunreachable/ |
D | Allocator.cpp | 143 ptrdiff_t extra = reinterpret_cast<uintptr_t>(aligned_ptr) - reinterpret_cast<uintptr_t>(ptr); in MapAligned() local 144 munmap(ptr, extra); in MapAligned() 145 map_size -= extra; in MapAligned()
|
/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 | 296 size_t extra = output->size() - (pos + PING_SIZE); in drainAndWaitForAck() local 298 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/sepolicy/prebuilts/api/34.0/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/sepolicy/prebuilts/api/29.0/private/ |
D | storaged.te | 50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | storaged.te | 56 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | storaged.te | 58 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
D | network_stack.te | 57 # Unfortunately init/vendor_init have all sorts of extra privs
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | storaged.te | 58 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | storaged.te | 58 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|