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

1 2

  /external/clang/test/Parser/
altivec-csk-bool.c 10 true_value = 1 enumerator in enum:__anon22821
13 #define true 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/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/chromium_org/v8/src/
hydrogen-osr.cc 31 HValue* true_value = graph->GetConstantTrue(); local
32 HBranch* test = builder_->New<HBranch>(true_value, ToBooleanStub::Types(),
elements.cc     [all...]
heap-inl.h 648 return condition ? true_value() : false_value();
json-parser.h 279 return factory()->true_value();
isolate.cc 536 factory()->true_value() : factory()->false_value();
543 factory()->true_value() : factory()->false_value();
934 ? factory()->true_value()
    [all...]
objects-debug.cc 596 CHECK(this == heap->true_value() ||
    [all...]
  /external/chromium_org/net/udp/
udp_socket_libevent.cc 519 int true_value = 1; local
521 int rv = setsockopt(socket_, SOL_SOCKET, SO_REUSEADDR, &true_value,
522 sizeof(true_value));
532 rv = setsockopt(socket_, SOL_SOCKET, SO_REUSEPORT, &true_value,
533 sizeof(true_value));
535 rv = setsockopt(socket_, SOL_SOCKET, SO_BROADCAST, &true_value,
536 sizeof(true_value));
udp_socket_win.cc 624 BOOL true_value = 1; local
627 reinterpret_cast<const char*>(&true_value),
628 sizeof(true_value));
634 reinterpret_cast<const char*>(&true_value),
635 sizeof(true_value));
  /external/chromium_org/tools/cr/cr/
config.py 90 def If(cls, condition, true_value, false_value=''):
95 true_value: The value to use if the variable is True.
103 value = true_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
  /external/chromium_org/net/socket/
tcp_socket_win.cc 613 BOOL true_value = 1; local
615 reinterpret_cast<const char*>(&true_value),
616 sizeof(true_value));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-x87.cc 134 __ mov(eax, isolate->factory()->true_value());
test-assembler-ia32.cc 134 __ mov(eax, isolate->factory()->true_value());
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 2618 Label true_value, done; local
2737 Label true_value, done; local
    [all...]
full-codegen-ia32.cc 575 __ mov(result_register(), isolate()->factory()->true_value());
588 __ push(Immediate(isolate()->factory()->true_value()));
609 ? isolate()->factory()->true_value()
617 ? isolate()->factory()->true_value()
729 __ cmp(eax, isolate()->factory()->true_value());
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 2753 Label true_value, done; local
2873 Label true_value, done; local
    [all...]
full-codegen-x87.cc 574 __ mov(result_register(), isolate()->factory()->true_value());
587 __ push(Immediate(isolate()->factory()->true_value()));
608 ? isolate()->factory()->true_value()
616 ? isolate()->factory()->true_value()
728 __ cmp(eax, isolate()->factory()->true_value());
    [all...]
code-stubs-x87.cc 2720 Label true_value, done; local
    [all...]

Completed in 713 milliseconds

1 2