Searched refs:arg2 (Results 1 – 6 of 6) sorted by relevance
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | libcV1.driver.cpp | 23 …int32_t arg2 = (func_msg->arg(2).type() == TYPE_SCALAR && func_msg->arg(2).scalar_value().has_int3… in Fuzz() local 24 LOG(INFO) << "arg2 = " << arg2; in Fuzz() 29 arg2))); in Fuzz() 37 socklen_t* arg2 = (socklen_t*) malloc(sizeof(socklen_t)); in Fuzz() local 38 LOG(INFO) << "arg2 = " << arg2; in Fuzz() 43 arg2))); in Fuzz() 51 socklen_t* arg2 = (socklen_t*) malloc(sizeof(socklen_t)); in Fuzz() local 52 LOG(INFO) << "arg2 = " << arg2; in Fuzz() 57 arg2))); in Fuzz() 65 socklen_t* arg2 = (socklen_t*) malloc(sizeof(socklen_t)); in Fuzz() local [all …]
|
D | Bar.vts.h | 62 float arg2, 147 const ::android::hardware::tests::foo::V1_0::IFoo::MyMask& arg2, 148 …oid::hardware::tests::foo::V1_0::IFoo::BitField arg0,uint8_t arg1,uint8_t arg2,uint8_t arg3)> cb) …
|
D | Bar.driver.cpp | 102 float arg2 __attribute__((__unused__)), in doQuiteABit() argument 119 var_msg2->mutable_scalar_value()->set_float_t(arg2); in doQuiteABit() 593 const ::android::hardware::tests::foo::V1_0::IFoo::MyMask& arg2 __attribute__((__unused__)), in takeAMask() 594 …oid::hardware::tests::foo::V1_0::IFoo::BitField arg0,uint8_t arg1,uint8_t arg2,uint8_t arg3)> cb) { in takeAMask() argument 608 SetResult__android__hardware__tests__foo__V1_0__IFoo__MyMask(var_msg2, arg2); in takeAMask() 711 float arg2 = 0; in CallFunction() local 712 arg2 = func_msg.arg(2).scalar_value().float_t(); in CallFunction() 716 double result0 = hw_binder_proxy_->doQuiteABit(arg0, arg1, arg2, arg3); in CallFunction() 1239 ::android::hardware::tests::foo::V1_0::IFoo::MyMask arg2; in CallFunction() 1240 …MessageTo__android__hardware__tests__foo__V1_0__IFoo__MyMask(func_msg.arg(2), &(arg2), callback_so… in CallFunction() [all …]
|
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
D | Context.fuzzer.cpp | 95 int32_t arg2; in LLVMFuzzerTestOneInput() local 96 memcpy(&arg2, data, type_size2); in LLVMFuzzerTestOneInput() 106 renderscript->allocationCreateTyped(arg0, arg1, arg2, arg3); in LLVMFuzzerTestOneInput() 126 ::android::hardware::hidl_vec<uint8_t> arg2; in LLVMFuzzerTestOneInput() 127 memcpy(&arg2, data, type_size2); in LLVMFuzzerTestOneInput() 137 renderscript->allocationCreateFromBitmap(arg0, arg1, arg2, arg3); in LLVMFuzzerTestOneInput() 157 ::android::hardware::hidl_vec<uint8_t> arg2; in LLVMFuzzerTestOneInput() 158 memcpy(&arg2, data, type_size2); in LLVMFuzzerTestOneInput() 168 renderscript->allocationCubeCreateFromBitmap(arg0, arg1, arg2, arg3); in LLVMFuzzerTestOneInput() 249 uint64_t arg2; in LLVMFuzzerTestOneInput() local [all …]
|
D | Device.fuzzer.cpp | 51 int32_t arg2; in LLVMFuzzerTestOneInput() local 52 memcpy(&arg2, data, type_size2); in LLVMFuzzerTestOneInput() 55 renderscript->contextCreate(arg0, arg1, arg2); in LLVMFuzzerTestOneInput()
|
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/ |
D | BusinessLogicHostExecutorTest.java | 252 public void method1(String arg1, String arg2) { in method1() argument 254 mArgsUsed = new Object[]{arg1, arg2}; in method1() 257 public boolean method2(String arg1, String arg2) { in method2() argument 259 mArgsUsed = new Object[]{arg1, arg2}; in method2() 260 return arg1.equals(arg2); in method2() 263 public void method3(String arg1, ITestDevice arg2) { in method3() argument 266 mArgsUsed = new Object[]{arg1, arg2}; in method3() 270 public void method4(ITestDevice arg1, String arg2) { in method4() argument 272 mArgsUsed = new Object[]{arg1, arg2}; in method4() 288 public void method7(String arg1, IBuildInfo arg2, ITestDevice arg3, String... moreArgs) { in method7() argument [all …]
|