/aosp_15_r20/tools/security/fuzzing/orphans/libffi/ |
H A D | fuzz_ffi.cc | 125 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 D | reflection.cc | 451 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 D | safe_sprintf.h | 224 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/ |
D | safe_sprintf.h | 227 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/ |
D | safe_sprintf.h | 227 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 D | safe_sprintf.h | 227 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 D | safe_sprintf.h | 249 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 D | string_to_tokens.c | 80 string_to_tokens(char *arg_string, char *arg_array[], int array_size, in string_to_tokens()
|
/aosp_15_r20/external/ltp/pan/ |
H A D | splitstr.c | 63 char *arg_string = NULL, **arg_array = NULL, *cur_tok = NULL; in splitstr() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_evaluator_test.cc | 182 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 D | psCharStrings.py | 1417 def arg_array(self, name): member in DictDecompiler
|
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/ |
H A D | __init__.py | 2383 def arg_array(self, value): member in DictCompiler
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | ir_emitter.cc | 1664 llvm_ir::IrArray arg_array(GetIrArrayFor(arg)); in EmitInnerLoopForVectorizedReduction() local
|