Home
last modified time | relevance | path

Searched defs:arg_array (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/tools/security/fuzzing/orphans/libffi/
H A Dfuzz_ffi.cc125 bool buildArgArrays(ffi_type* arg_types[], void* arg_array[], size_t num_args, in buildArgArrays()
153 void runMainFunctions(ffi_cif* cif, void* resp_buf, void** arg_array, in runMainFunctions()
176 void runRawFunctions(ffi_cif* cif, void* resp_buf, void** arg_array, in runRawFunctions()
210 void runJavaFunctions(ffi_cif* cif, void* resp_buf, void** arg_array, in runJavaFunctions()
265 void freeAll(void* arg_array[], size_t num_args, void* resp_buf) { in freeAll()
300 void* arg_array[num_args+2]; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/art/runtime/
H A Dreflection.cc451 ArtMethod* method, ArgArray* arg_array, JValue* result, in InvokeWithArgArray()
487 ArgArray arg_array(*shorty, shorty_len); in InvokeMethodImpl() local
549 ArgArray arg_array(shorty, shorty_len); in InvokeWithVarArgs() local
591 ArgArray arg_array(shorty, shorty_len); in InvokeWithJValues() local
634 ArgArray arg_array(shorty, shorty_len); in InvokeVirtualOrInterfaceWithJValues() local
678 ArgArray arg_array(shorty, shorty_len); in InvokeVirtualOrInterfaceWithVarArgs() local
887 ArgArray arg_array(shorty, 2); in BoxPrimitive() local
/aosp_15_r20/external/libchrome/base/strings/
H A Dsafe_sprintf.h224 const internal::Arg arg_array[] = { args... }; in SafeSNPrintf() local
232 const internal::Arg arg_array[] = { args... }; in SafeSPrintf() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dsafe_sprintf.h227 const internal::Arg arg_array[] = { args... }; in SafeSNPrintf() local
235 const internal::Arg arg_array[] = { args... }; in SafeSPrintf() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dsafe_sprintf.h227 const internal::Arg arg_array[] = { args... }; in SafeSNPrintf() local
235 const internal::Arg arg_array[] = { args... }; in SafeSPrintf() local
/aosp_15_r20/external/cronet/base/strings/
H A Dsafe_sprintf.h227 const internal::Arg arg_array[] = { args... }; in SafeSNPrintf() local
235 const internal::Arg arg_array[] = { args... }; in SafeSPrintf() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/strings/
H A Dsafe_sprintf.h249 const internal::Arg arg_array[] = {args...}; in SafeSNPrintf() local
257 const internal::Arg arg_array[] = {args...}; in SafeSPrintf() local
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/
H A Dstring_to_tokens.c80 string_to_tokens(char *arg_string, char *arg_array[], int array_size, in string_to_tokens()
/aosp_15_r20/external/ltp/pan/
H A Dsplitstr.c63 char *arg_string = NULL, **arg_array = NULL, *cur_tok = NULL; in splitstr() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_test.cc182 auto arg_array = std::make_unique<Array2D<float>>(4, 4); in ReduceWindowMaxIotaTest() local
2632 auto arg_array = std::make_unique<Array2D<float>>(2, 3); in TEST_P() local
2674 auto arg_array = std::make_unique<Array2D<float>>(2, 3); in TEST_P() local
2791 auto arg_array = std::make_unique<Array2D<float>>(2, 3); in TEST_P() local
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py1417 def arg_array(self, name): member in DictDecompiler
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/
H A D__init__.py2383 def arg_array(self, value): member in DictCompiler
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc1664 llvm_ir::IrArray arg_array(GetIrArrayFor(arg)); in EmitInnerLoopForVectorizedReduction() local