HomeSort by relevance Sort by last modified time
    Searched refs:true_value (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/clang/test/Parser/
altivec-csk-bool.c 10 true_value = 1 enumerator in enum:__anon8617
13 #define true true_value
  /external/v8/test/cctest/compiler/
test-run-jsbranches.cc 14 T.CheckCall(T.Val(23), T.true_value(), T.undefined());
26 T.CheckCall(T.true_value(), T.true_value(), T.true_value());
27 T.CheckCall(T.false_value(), T.false_value(), T.true_value());
28 T.CheckCall(T.false_value(), T.true_value(), T.false_value());
40 T.CheckCall(T.true_value(), T.true_value(), T.true_value());
41 T.CheckCall(T.true_value(), T.false_value(), T.true_value())
    [all...]
test-run-jsexceptions.cc 14 T.CheckThrows(T.true_value(), T.NewObject("new Error"));
58 message = T.CheckThrowsReturnMessage(T.true_value(), T.Val("Kaboom!"));
81 message = T.CheckThrowsReturnMessage(T.true_value(), T.Val("Kaboom!"));
145 T.CheckCall(T.Val("-A-D-"), T.true_value(), T.false_value());
146 T.CheckCall(T.Val("-A-B-D-"), T.false_value(), T.true_value());
208 T.CheckCall(T.Val("-A-"), T.true_value(), T.false_value());
209 T.CheckCall(T.Val("-A-B-D-"), T.false_value(), T.true_value());
test-run-inlining.cc 193 T.CheckCall(T.true_value(), T.Val(11), T.undefined());
210 T.CheckCall(T.true_value(), T.Val(12), T.Val(14));
243 T.CheckCall(T.true_value(), T.Val(11), T.Val(12));
262 T.CheckCall(T.true_value(), T.Val(12), T.Val(14));
456 T.CheckCall(T.true_value(), T.Val(12), T.Val(4));
470 T.CheckCall(T.true_value(), T.Val(12), T.Val(4));
509 T.CheckCall(T.true_value(), T.Val(12), T.Val(14));
524 T.CheckCall(T.true_value());
541 T.CheckCall(T.true_value());
function-tester.h 112 CheckCall(true_value(), a, b);
115 void CheckTrue(Handle<Object> a) { CheckCall(true_value(), a, undefined()); }
118 CheckCall(true_value(), Val(a), Val(b));
161 Handle<Object> true_value() { return isolate->factory()->true_value(); } function in class:v8::internal::compiler::FunctionTester
test-run-bytecode-graph-builder.cc 194 {"return true;", {factory->true_value()}},
644 {factory->true_value(), BytecodeGraphTester::NewObject("[1, 2, 3]")}},
773 {"return !p1;", {factory->true_value(), factory->NewNumberFromInt(0)}},
774 {"return !p1;", {factory->true_value(), factory->undefined_value()}},
776 {"return !p1;", {factory->false_value(), factory->true_value()}},
813 {factory->NewStringFromStaticChars("boolean"), factory->true_value()}},
    [all...]
test-run-jsops.cc 292 T.CheckCall(T.true_value(), T.false_value(), T.undefined());
293 T.CheckCall(T.false_value(), T.true_value(), T.undefined());
294 T.CheckCall(T.true_value(), T.Val(0.0), T.undefined());
297 T.CheckCall(T.true_value(), T.undefined(), T.undefined());
298 T.CheckCall(T.true_value(), T.nan(), T.undefined());
311 T.CheckCall(T.Val(1.0), T.true_value(), T.undefined());
326 T.CheckCall(T.Val(2.0), T.true_value(), T.undefined());
test-run-intrinsics.cc 157 T.CheckTrue(T.true_value(), T.true_value());
158 T.CheckFalse(T.true_value(), T.false_value());
  /system/tpm/attestation/server/
pkcs11_key_store.cc 158 CK_BBOOL true_value = CK_TRUE; local
177 {CKA_TOKEN, &true_value, sizeof(true_value)},
178 {CKA_PRIVATE, &true_value, sizeof(true_value)},
282 CK_BBOOL true_value = CK_TRUE; local
294 {CKA_TOKEN, &true_value, sizeof(true_value)},
322 {CKA_TOKEN, &true_value, sizeof(true_value)},
426 CK_BBOOL true_value = CK_TRUE; local
459 CK_BBOOL true_value = CK_TRUE; local
538 CK_BBOOL true_value = CK_TRUE; local
660 CK_BBOOL true_value = CK_TRUE; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_wintypes.py 13 for true_value in (1, 32767, 32768, 65535, 65537):
14 true = POINTER(c_int16)(c_int16(true_value))
22 vb.value = true_value
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_wintypes.py 13 for true_value in (1, 32767, 32768, 65535, 65537):
14 true = POINTER(c_int16)(c_int16(true_value))
22 vb.value = true_value
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 13 for true_value in (1, 32767, 32768, 65535, 65537):
14 true = POINTER(c_int16)(c_int16(true_value))
22 vb.value = true_value
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_wintypes.py 13 for true_value in (1, 32767, 32768, 65535, 65537):
14 true = POINTER(c_int16)(c_int16(true_value))
22 vb.value = true_value
  /external/clang/test/PCH/
cxx_exprs.cpp 33 static_assert(true_value, "true_value is true");
cxx_exprs.h 26 const bool true_value = true; variable
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
resultset.py 78 def to_boolean(self, value, true_value='true'):
79 if value == true_value:
156 def to_boolean(self, value, true_value='true'):
157 if value == true_value:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 85 tests.each do |expression, true_value|
88 parser_value.should == true_value
  /external/v8/src/crankshaft/
hydrogen-osr.cc 32 HValue* true_value = graph->GetConstantTrue(); local
33 HBranch* test = builder_->New<HBranch>(true_value, ToBooleanStub::Types(),
  /art/compiler/optimizing/
select_generator.cc 116 HInstruction* true_value = phi->InputAt(predecessor_index_true); local
121 true_value,
  /external/v8/test/unittests/compiler/
graph-unittest.cc 69 return HeapConstant(factory()->true_value());
94 return IsHeapConstant(factory()->true_value());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
invalidation.py 163 def to_boolean(self, value, true_value='true'):
164 if value == true_value:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_peepholer.py 189 def f(cond, true_value, false_value):
190 return true_value if cond else false_value
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_peepholer.py 189 def f(cond, true_value, false_value):
190 return true_value if cond else false_value
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 189 def f(cond, true_value, false_value):
190 return true_value if cond else false_value
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 189 def f(cond, true_value, false_value):
190 return true_value if cond else false_value

Completed in 1207 milliseconds

1 2 3 4