Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 42) sorted by relevance

12

/system/core/libsparse/
Dimg2simg.cpp48 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/
Dserver.cpp40 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/
Dtinysndfile.c358 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-none6 # This extra settings is required because of https://reviews.llvm.org/D67843.
/system/extras/simpleperf/demo/
D.clang-format6 # This extra settings is required because of https://reviews.llvm.org/D67843.
/system/sepolicy/microdroid/system/private/
Dauthfs.te20 # Allow authfs to access extra APK mount.
Dzipfuse.te42 # allow zipfuse to handle extra apks
Dmicrodroid_payload.te37 # Payload can read extra apks
Dfile_contexts155 # Directory for extra apks
156 /mnt/extra-apk u:object_r:extra_apk_file:s0
/system/apex/apexd/
Dapexd_loop.h72 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra);
Dapexd_loop.cpp555 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/
DICorrect.hal27 …someMethod(vec<uint8_t> param, string multiple) generates (float second, string extra, bool retVal…
/system/memory/libmemunreachable/
DAllocator.cpp141 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/
Dnested_type.xsd13 <xs:element name="extra">
/system/tools/xsdc/tests/
Dtests.cpp151 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/
DType.cpp654 const std::string &extra) const { in emitJavaReaderWriterWithSuffix()
662 out << extra; in emitJavaReaderWriterWithSuffix()
664 out << (extra.empty() ? "" : (extra + ", ")); in emitJavaReaderWriterWithSuffix()
/system/netd/server/
DIptablesRestoreController.cpp300 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/
Dgeneric_operation.h229 auto [in_, promt, extra, locale, options] = read(PromptUserConfirmationMsg(), in); in command()
231 auto rc = init(promt, extra, locale, options); in command()
/system/sepolicy/private/
Disolated_app.te5 ### service managers and does not require extra computational resources.
Dstoraged.te58 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/extras/libatrace_rust/
DREADME.md129 it is around an extra 500 ns per event and an extra 1 us for a span.
/system/security/ondevice-signing/
DAndroid.bp56 // Some extra flags.
/system/unwinding/libunwindstack/tests/
DMapsTest.cpp478 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/
DREADME.md18 Linker configuration file can be used to add extra information while linkerconfig
/system/extras/libatrace_rust/benchmark/
DREADME.md25 cases with and without extra fields to measure the cost of formatting. Cases that start with

12