/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | IsolatedSettings.cpp | 20 extern "C" bool GetInitialArgs(const char*** args, size_t* num_args) { in GetInitialArgs()
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_instruction_test.cc | 32 static void Build45cc(uint8_t num_args, uint16_t method_idx, uint16_t proto_idx, in Build45cc() 52 static void Build4rcc(uint16_t num_args, uint16_t method_idx, uint16_t proto_idx, in Build4rcc()
|
/aosp12/art/test/common/ |
H A D | gtest_main.cc | 27 extern "C" bool GetInitialArgs(const char*** args, size_t* num_args) { in GetInitialArgs()
|
/aosp12/system/core/trusty/utils/acvp/ |
H A D | acvp_ipc.h | 59 uint32_t num_args; member
|
/aosp12/system/core/init/ |
H A D | keyword_map.h | 53 auto num_args = args.size() - 1; in Find() local
|
/aosp12/art/runtime/arch/x86/ |
H A D | jni_frame_x86.h | 37 inline size_t GetNativeOutArgsSize(size_t num_args, size_t num_long_or_double_args) { in GetNativeOutArgsSize()
|
/aosp12/art/compiler/optimizing/ |
H A D | critical_native_abi_fixup_arm.cc | 34 for (size_t i = 0, num_args = invoke->GetNumberOfArguments(); i != num_args; ++i) { in FixUpArguments() local
|
H A D | builder.cc | 162 size_t num_args = strlen(shorty + 1); in BuildIntrinsicGraph() local
|
H A D | code_generator.cc | 664 for (size_t i = 0, num_args = instruction->GetNumberOfArguments(); i != num_args; ++i) { in CreateStringBuilderAppendLocations() local
|
H A D | instruction_simplifier.cc | 2593 uint32_t num_args = 0u; in TryReplaceStringBuilderAppend() local
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Command.h | 102 const size_t num_args; member
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
H A D | test_channel_transport.cc | 119 uint8_t num_args = 0; in OnCommandReady() local
|
/aosp12/system/testing/gtest_extras/ |
H A D | IsolateMain.cpp | 158 size_t num_args; in IsolateMain() local
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | server_port_factory.cc | 112 uint8_t num_args = 0; in OnCommandReady() local
|
/aosp12/build/make/tools/atree/ |
H A D | fs.cpp | 160 int num_args = 0; in strip_file() local
|
/aosp12/bionic/libc/system_properties/ |
H A D | contexts_split.cpp | 151 static int read_spec_entries(char* line_buf, int num_args, ...) { in read_spec_entries()
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.cc | 320 size_t const num_args = in Encode() local
|
/aosp12/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 62 extern "C" bool GetInitialArgs(const char*** args, size_t* num_args) { in GetInitialArgs()
|
/aosp12/system/testing/gtest_extras/tests/ |
H A D | SystemTests.cpp | 52 extern "C" bool GetInitialArgs(const char*** args, size_t* num_args) { in GetInitialArgs()
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | backtrace_test.cpp | 110 extern "C" bool GetInitialArgs(const char*** args, size_t* num_args) { in GetInitialArgs()
|