HomeSort by relevance Sort by last modified time
    Searched refs:result0 (Results 1 - 21 of 21) 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/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;
  /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/slf4j/slf4j-ext/src/test/java/org/slf4j/
NDCTest.java 54 String result0 = NDC.pop(); local
56 assertEquals("a", result0);
  /external/skia/tests/
SrcOverTest.cpp 36 unsigned result0 = test_srcover0(0xFF, i); local
39 opaqueCounter0 += (result0 == 0xFF);
  /external/skqp/tests/
SrcOverTest.cpp 36 unsigned result0 = test_srcover0(0xFF, i); local
39 opaqueCounter0 += (result0 == 0xFF);
  /external/tensorflow/tensorflow/compiler/aot/tests/
tfcompile_test.cc 58 EXPECT_EQ(add.result0(), 3);
66 EXPECT_EQ(add.result0(), 579);
78 EXPECT_EQ(add_const.result0(), 579);
97 EXPECT_EQ(add.result0(), 42);
109 EXPECT_EQ(add.result0(), 43);
116 EXPECT_EQ(add.result0(), 153);
125 EXPECT_EQ(add_const.result0(), 153);
137 EXPECT_EQ(add.result0(), 43);
144 EXPECT_EQ(add.result0(), 153);
153 EXPECT_EQ(add_const.result0(), 153)
    [all...]
  /art/runtime/interpreter/mterp/mips/
arithmetic.S 123 %def binopWide(preinstr="", result0="a0", result1="a1", chkzero="0", arg0="a0", arg1="a1", arg2="a2", arg3="a3", instr=""):
156 SET_VREG64_GOTO($result0, $result1, rOBJ, t0) # vAA/vAA+1 <- $result0/$result1
158 %def binopWide2addr(preinstr="", result0="a0", result1="a1", chkzero="0", arg0="a0", arg1="a1", arg2="a2", arg3="a3", instr=""):
187 SET_VREG64_GOTO($result0, $result1, rOBJ, t0) # vA/vA+1 <- $result0/$result1
189 %def unop(preinstr="", result0="a0", instr=""):
192 * specifies an instruction that performs "result0 = op a0".
206 SET_VREG_GOTO($result0, t0, t1) # vA <- result0
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 289 ScopedInterfaceEndpointHandle result0; local
291 result0.state_->InitPendingState(result1.state_);
292 result1.state_->InitPendingState(result0.state_);
294 *handle0 = std::move(result0);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_jit_compiled_cpu_function_test.cc 128 const xla::Shape& result0 = ShapeUtil::GetTupleElementShape(result, 0); local
129 EXPECT_TRUE(ShapeUtil::Compatible(result0, s32));
  /art/runtime/interpreter/mterp/arm/
arithmetic.S 136 %def binopWide(preinstr="", result0="r0", result1="r1", chkzero="0", instr=""):
171 SET_VREG_WIDE_BY_ADDR $result0,$result1,r9 @ vAA/vAA+1<, $result0/$result1
175 %def binopWide2addr(preinstr="", result0="r0", result1="r1", chkzero="0", instr=""):
206 SET_VREG_WIDE_BY_ADDR $result0,$result1,r9 @ vAA/vAA+1<- $result0/$result1
748 % binopWide(instr="bl __aeabi_ldivmod", result0="r2", result1="r3", chkzero="1")
752 % binopWide2addr(instr="bl __aeabi_ldivmod", result0="r2", result1="r3", chkzero="1")
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
VettingViewer.java 390 Status result0 = Status.ok; local
402 if (result0 == Status.warning) {
408 result0 = Status.error;
413 } else if (result0 != Status.error && statusType.equals(CheckStatus.warningType)) {
414 result0 = Status.warning;
422 if (result0 != Status.ok) {
425 return result0;
    [all...]
Unlocode.java 461 int result0 = Integer.parseInt(string.substring(0, len - 1)); local
462 float fract = (result0 % 100) / 60f;
464 float result = (result0 / 100) + fract;
  /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/cldr/tools/java/org/unicode/cldr/tool/
ConvertLanguageData.java 748 Number result0 = pf.parse(numericRepresentation); local
751 Number result0 = nf.parse(numericRepresentation); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/libchrome/mojo/core/
core.cc 603 MojoResult result0 = local
607 if (result0 != MOJO_RESULT_OK || result1 != MOJO_RESULT_OK ||
    [all...]
  /external/v8/src/interpreter/
interpreter-generator.cc 1634 Node* result0 = Projection(0, result_pair); local
    [all...]
  /external/zxing/core/
core.jar 

Completed in 1812 milliseconds