Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 12 of 12) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
DContext.fuzzer.cpp44 uint64_t arg1; in LLVMFuzzerTestOneInput() local
45 memcpy(&arg1, data, type_size1); in LLVMFuzzerTestOneInput()
48 renderscript->allocationAdapterCreate(arg0, arg1); in LLVMFuzzerTestOneInput()
61 ::android::hardware::hidl_vec<uint32_t> arg1; in LLVMFuzzerTestOneInput()
62 memcpy(&arg1, data, type_size1); in LLVMFuzzerTestOneInput()
65 renderscript->allocationAdapterOffset(arg0, arg1); in LLVMFuzzerTestOneInput()
88 ::android::hardware::renderscript::V1_0::AllocationMipmapControl arg1; in LLVMFuzzerTestOneInput()
89 memcpy(&arg1, data, type_size1); in LLVMFuzzerTestOneInput()
106 renderscript->allocationCreateTyped(arg0, arg1, arg2, arg3); in LLVMFuzzerTestOneInput()
119 ::android::hardware::renderscript::V1_0::AllocationMipmapControl arg1; in LLVMFuzzerTestOneInput()
[all …]
DDevice.fuzzer.cpp44 ::android::hardware::renderscript::V1_0::ContextType arg1; in LLVMFuzzerTestOneInput()
45 memcpy(&arg1, data, type_size1); in LLVMFuzzerTestOneInput()
55 renderscript->contextCreate(arg0, arg1, arg2); in LLVMFuzzerTestOneInput()
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DlibcV1.driver.cpp21 …int32_t arg1 = (func_msg->arg(1).type() == TYPE_SCALAR && func_msg->arg(1).scalar_value().has_int3… in Fuzz() local
22 LOG(INFO) << "arg1 = " << arg1; in Fuzz()
28 arg1, in Fuzz()
35 struct sockaddr* arg1 = (struct sockaddr*) malloc(sizeof(struct sockaddr)); in Fuzz() local
36 LOG(INFO) << "arg1 = " << arg1; in Fuzz()
42 arg1, in Fuzz()
49 struct sockaddr* arg1 = (struct sockaddr*) malloc(sizeof(struct sockaddr)); in Fuzz() local
50 LOG(INFO) << "arg1 = " << arg1; in Fuzz()
56 arg1, in Fuzz()
63 struct sockaddr* arg1 = (struct sockaddr*) malloc(sizeof(struct sockaddr)); in Fuzz() local
[all …]
DNfcClientCallback.driver.cpp35 ::android::hardware::nfc::V1_0::NfcStatus arg1 __attribute__((__unused__))) { in sendEvent() argument
45 SetResult__android__hardware__nfc__V1_0__NfcStatus(var_msg1, arg1); in sendEvent()
98 ::android::hardware::nfc::V1_0::NfcStatus arg1; in CallFunction()
99 …MessageTo__android__hardware__nfc__V1_0__NfcStatus(func_msg.arg(1), &(arg1), callback_socket_name); in CallFunction()
101 hw_binder_proxy_->sendEvent(arg0, arg1); in CallFunction()
DBar.vts.h51 …::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Union>& arg1, std::function<void…
61 int64_t arg1,
123 …<void(bool arg0,const sp<::android::hardware::tests::foo::V1_0::IFooCallback>& arg1)> cb) override;
142 …const ::android::hardware::tests::foo::V1_0::Abc& arg1, std::function<void(bool arg0,bool arg1)> c…
146 uint8_t arg1,
148 …n<void(::android::hardware::tests::foo::V1_0::IFoo::BitField arg0,uint8_t arg1,uint8_t arg2,uint8_…
DTestMsgQ.driver.cpp70 … std::function<void(bool arg0,const ::android::hardware::MQDescriptorUnsync<uint16_t>& arg1)> cb) { in getFmqUnsyncWrite()
170 int32_t arg1 __attribute__((__unused__))) { in requestBlockingReadRepeat() argument
182 var_msg1->mutable_scalar_value()->set_int32_t(arg1); in requestBlockingReadRepeat()
239 …__((__unused__)),const ::android::hardware::MQDescriptorUnsync<uint16_t>& arg1 __attribute__((__un… in CallFunction() argument
251 …nterpret_cast<size_t>(new (std::nothrow) ::android::hardware::MQDescriptorUnsync<uint16_t>(arg1))); in CallFunction()
322 int32_t arg1 = 0; in CallFunction() local
323 arg1 = func_msg.arg(1).scalar_value().int32_t(); in CallFunction()
325 hw_binder_proxy_->requestBlockingReadRepeat(arg0, arg1); in CallFunction()
DBar.driver.cpp51 …const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::IFoo::Union>& arg1 __at… in convertToBoolIfSmall()
61 var_msg1->set_vector_size(arg1.size()); in convertToBoolIfSmall()
62 for (int i = 0; i < (int)arg1.size(); i++) { in convertToBoolIfSmall()
65 SetResult__android__hardware__tests__foo__V1_0__IFoo__Union(var_msg1_vector_i, arg1[i]); in convertToBoolIfSmall()
102 int64_t arg1 __attribute__((__unused__)), in doQuiteABit() argument
116 var_msg1->mutable_scalar_value()->set_int64_t(arg1); in doQuiteABit()
500 …function<void(bool arg0,const sp<::android::hardware::tests::foo::V1_0::IFooCallback>& arg1)> cb) { in echoNullInterface()
575 …droid::hardware::tests::foo::V1_0::Abc& arg1 __attribute__((__unused__)), std::function<void(bool … in expectNullHandle()
585 SetResult__android__hardware__tests__foo__V1_0__Abc(var_msg1, arg1); in expectNullHandle()
593 uint8_t arg1 __attribute__((__unused__)), in takeAMask() argument
[all …]
DMemoryTest.driver.cpp49 uint8_t arg1 __attribute__((__unused__))) { in fillMemory() argument
60 var_msg1->mutable_scalar_value()->set_uint8_t(arg1); in fillMemory()
176 uint8_t arg1 = 0; in CallFunction() local
177 arg1 = func_msg.arg(1).scalar_value().uint8_t(); in CallFunction()
179 hw_binder_proxy_->fillMemory(arg0, arg1); in CallFunction()
DTestMsgQ.vts.h42 …nction<void(bool arg0,const ::android::hardware::MQDescriptorUnsync<uint16_t>& arg1)> cb) override;
64 int32_t arg1) override;
DNfcClientCallback.vts.h38 ::android::hardware::nfc::V1_0::NfcStatus arg1) override;
DMemoryTest.vts.h43 uint8_t arg1) override;
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java244 public void method1(String arg1) { in method1() argument
246 mArgsUsed = new Object[]{arg1}; in method1()
250 public void method1(String arg1, String arg2) { in method1() argument
252 mArgsUsed = new Object[]{arg1, arg2}; in method1()
255 public boolean method2(String arg1, String arg2) { in method2() argument
257 mArgsUsed = new Object[]{arg1, arg2}; in method2()
258 return arg1.equals(arg2); in method2()
261 public void method3(String arg1, ITestDevice arg2) { in method3() argument
264 mArgsUsed = new Object[]{arg1, arg2}; in method3()
268 public void method4(ITestDevice arg1, String arg2) { in method4() argument
[all …]