HomeSort by relevance Sort by last modified time
    Searched defs:result0 (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
1-1.c 23 int result0 = -1; local
26 result0 = sched_getscheduler(0);
29 if (result0 == result1 && errno == 0) {
34 if (result0 != result1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
2-1.c 25 int result0; local
31 result0 = sched_getparam(0, &param0);
34 if (result0 == result1 &&
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
1-1.c 27 int result0 = -1; local
44 result0 = sched_rr_get_interval(0, &interval0);
47 if (result0 == result1 &&
  /external/skia/tests/
SrcOverTest.cpp 36 unsigned result0 = test_srcover0(0xFF, i); local
39 opaqueCounter0 += (result0 == 0xFF);
  /external/vboot_reference/firmware/lib/
tpm_bootmode.c 141 uint32_t result0, result1 = 0; local
155 result0 = TlclExtend(BOOT_MODE_PCR, in_digest, out_digest);
157 BOOT_MODE_PCR, result0));
168 return result0 || result1;
  /system/bt/types/test/
raw_address_unittest.cc 149 const RawAddress result0 = {{0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}; local
150 EXPECT_EQ(0, memcmp(&addr, &result0, sizeof(addr)));
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/
NDCTest.java 54 String result0 = NDC.pop(); local
56 assertEquals("a", result0);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
MemoryTest.driver.cpp 113 ::android::hardware::hidl_memory result0; local
116 result0 = arg0;
Nfc.driver.cpp 164 ::android::hardware::nfc::V1_0::NfcStatus result0; local
165 result0 = hw_binder_proxy_->open(arg0);
171 SetResult__android__hardware__nfc__V1_0__NfcStatus(result_val_0, result0);
185 uint32_t result0; local
186 result0 = hw_binder_proxy_->write(arg0);
193 result_val_0->mutable_scalar_value()->set_uint32_t(result0);
207 ::android::hardware::nfc::V1_0::NfcStatus result0; local
208 result0 = hw_binder_proxy_->coreInitialized(arg0);
214 SetResult__android__hardware__nfc__V1_0__NfcStatus(result_val_0, result0);
223 ::android::hardware::nfc::V1_0::NfcStatus result0; local
239 ::android::hardware::nfc::V1_0::NfcStatus result0; local
255 ::android::hardware::nfc::V1_0::NfcStatus result0; local
271 ::android::hardware::nfc::V1_0::NfcStatus result0; local
    [all...]
TestMsgQ.driver.cpp 215 bool result0; local
219 result0 = arg0;
228 result_val_0->mutable_scalar_value()->set_bool_t(result0);
242 bool result0; local
246 result0 = arg0;
255 result_val_0->mutable_scalar_value()->set_bool_t(result0);
269 bool result0; local
270 result0 = hw_binder_proxy_->requestWriteFmqSync(arg0);
277 result_val_0->mutable_scalar_value()->set_bool_t(result0);
288 bool result0; local
307 bool result0; local
326 bool result0; local
    [all...]
Bar.driver.cpp 640 int32_t result0; local
665 double result0; local
686 ::android::hardware::hidl_array<int32_t,32> result0; local
711 ::android::hardware::hidl_string result0; local
736 ::android::hardware::hidl_vec<int32_t> result0; local
778 ::android::hardware::tests::foo::V1_0::IFoo::SomeEnum result0; local
866 ::android::hardware::hidl_array<::android::hardware::hidl_string,2> result0; local
896 ::android::hardware::hidl_vec<::android::hardware::hidl_string> result0; local
927 ::android::hardware::hidl_array<float, 5,3> result0; local
959 ::android::hardware::tests::foo::V1_0::IFoo::MultiDimensional result0; local
980 ::android::hardware::tests::foo::V1_0::IFoo::StringMatrix3x5 result0; local
1005 ::android::hardware::hidl_array<::android::hardware::hidl_string, 3,5> result0; local
1040 ::android::hardware::hidl_vec<uint8_t> result0; local
1065 ::android::hardware::hidl_vec<::android::hardware::hidl_vec<uint8_t>> result0; local
1100 ::android::hardware::hidl_vec<sp<::android::hardware::tests::foo::V1_0::ISimple>> result0; local
1135 ::android::hardware::hidl_vec<sp<::android::hidl::base::V1_0::IBase>> result0; local
1168 bool result0; local
1193 ::android::hardware::tests::foo::V1_0::IFoo::MyHandle result0; local
1214 ::android::hardware::hidl_vec<::android::hardware::hidl_handle> result0; local
1330 bool result0; local
1364 ::android::hardware::tests::foo::V1_0::IFoo::BitField result0; local
1403 sp<::android::hardware::tests::foo::V1_0::ISimple> result0; local
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_index_list.cpp 81 Tensor<float, 4> result0 = tensor.sum(reduction_axis0); local
90 VERIFY_IS_APPROX(result0(j,k,l,m), expected);
  /external/libmojo/mojo/edk/system/
core.cc 720 MojoResult result0 = handles_.GetAndRemoveDispatcher(handle0, &dispatcher0); local
722 if (result0 != MOJO_RESULT_OK || result1 != MOJO_RESULT_OK ||
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 2248 Node* result0 = __ Projection(0, result_pair); local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 

Completed in 2314 milliseconds