Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 5 of 5) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DlibcV1.driver.cpp23 …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 …]
DBar.vts.h62 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) …
DBar.driver.cpp103 float arg2 __attribute__((__unused__)), in doQuiteABit() argument
120 var_msg2->mutable_scalar_value()->set_float_t(arg2); in doQuiteABit()
594 const ::android::hardware::tests::foo::V1_0::IFoo::MyMask& arg2 __attribute__((__unused__)), in takeAMask()
595 …oid::hardware::tests::foo::V1_0::IFoo::BitField arg0,uint8_t arg1,uint8_t arg2,uint8_t arg3)> cb) { in takeAMask() argument
609 SetResult__android__hardware__tests__foo__V1_0__IFoo__MyMask(var_msg2, arg2); in takeAMask()
712 float arg2 = 0; in CallFunction() local
713 arg2 = func_msg.arg(2).scalar_value().float_t(); in CallFunction()
717 double result0 = hw_binder_proxy_->doQuiteABit(arg0, arg1, arg2, arg3); in CallFunction()
1240 ::android::hardware::tests::foo::V1_0::IFoo::MyMask arg2; in CallFunction()
1241 …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/
DContext.fuzzer.cpp95 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 …]
DDevice.fuzzer.cpp51 int32_t arg2; in LLVMFuzzerTestOneInput() local
52 memcpy(&arg2, data, type_size2); in LLVMFuzzerTestOneInput()
55 renderscript->contextCreate(arg0, arg1, arg2); in LLVMFuzzerTestOneInput()