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

  /external/v8/test/mjsunit/es6/
debug-stepnext-for.js 15 var null_value = null; variable
23 for (var i in null_value) { // Break c
27 for (j in null_value) { // Break d
  /external/llvm/unittests/IR/
ValueHandleTest.cpp 97 Value *null_value = nullptr; local
98 EXPECT_EQ(null_value, WVH);
99 EXPECT_EQ(null_value, WVH_Copy);
100 EXPECT_EQ(null_value, WVH_Recreated);
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 228 Value* null_value = NULL; local
229 ASSERT_TRUE(root_dict->Get("null", &null_value));
230 ASSERT_TRUE(null_value);
231 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
427 Value* null_value = NULL; local
428 ASSERT_TRUE(root_dict->Get("null", &null_value));
429 ASSERT_TRUE(null_value);
430 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 48 NULL_VALUE = 0,
53 const NullValue NullValue_MIN = NULL_VALUE;
54 const NullValue NullValue_MAX = NULL_VALUE;
227 // optional .google.protobuf.NullValue null_value = 1;
233 ::google::protobuf::NullValue null_value() const;
435 // optional .google.protobuf.NullValue null_value = 1;
448 inline ::google::protobuf::NullValue Value::null_value() const { function in class:google::protobuf::Value
449 // @@protoc_insertion_point(field_get:google.protobuf.Value.null_value)
461 // @@protoc_insertion_point(field_set:google.protobuf.Value.null_value)
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 58 Handle<Object> null_value = handles.main_isolate()->factory()->null_value(); local
68 CHECK(return_val.is_identical_to(null_value));
    [all...]
  /bionic/tests/
pthread_test.cpp 1770 pthread_mutex_t* null_value = nullptr; local
1779 pthread_mutex_t* null_value = nullptr; local
    [all...]
  /external/v8/src/arm64/
builtins-arm64.cc 1797 Register null_value = x4; local
    [all...]
macro-assembler-arm64.cc 1485 Register null_value = scratch4; local
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 6989 Register null_value = a5; local
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 327 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
328 __ SetAccumulator(null_value);
1333 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
1344 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 3545 Register null_value = r7; local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 6651 Register null_value = t1; local
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 3813 Register null_value = r8; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 21585 i::Handle<i::Object> null_value = factory->null_value(); local
    [all...]

Completed in 781 milliseconds