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

1 2 3 4 5 6 7

  /external/dng_sdk/source/
dng_tone_curve.h 51 bool IsNull () const;
dng_tone_curve.cpp 60 bool dng_tone_curve::IsNull () const
  /art/runtime/mirror/
reference.cc 28 CHECK(java_lang_ref_Reference_.IsNull());
34 CHECK(!java_lang_ref_Reference_.IsNull());
field.cc 31 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
37 CHECK(!static_class_.IsNull());
42 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass;
48 CHECK(!array_class_.IsNull());
method.cc 33 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
39 CHECK(!static_class_.IsNull());
44 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass;
50 CHECK(!array_class_.IsNull());
73 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
79 CHECK(!static_class_.IsNull());
84 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass;
90 CHECK(!array_class_.IsNull());
stack_trace_element.cc 32 CHECK(java_lang_StackTraceElement_.IsNull());
38 CHECK(!java_lang_StackTraceElement_.IsNull());
object_reference.h 46 DCHECK(IsNull());
49 bool IsNull() const {
stack_trace_element.h 60 DCHECK(!java_lang_StackTraceElement_.IsNull());
throwable.h 50 DCHECK(!java_lang_Throwable_.IsNull());
  /external/hamcrest/src/org/hamcrest/core/
IsNull.java 14 public class IsNull<T> extends BaseMatcher<T> {
28 return new IsNull<T>();
36 return not(IsNull.<T>nullValue());
  /external/v8/test/unittests/libplatform/
task-queue-unittest.cc 11 using testing::IsNull;
29 void Run() override { EXPECT_THAT(queue_->GetNext(), IsNull()); }
44 EXPECT_THAT(queue.GetNext(), IsNull());
worker-thread-unittest.cc 11 using testing::IsNull;
  /external/google-breakpad/src/testing/gtest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /external/gtest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /external/v8/src/base/platform/
elapsed-timer.h 45 DCHECK(started_ || start_ticks_.IsNull());
46 DCHECK(!started_ || !start_ticks_.IsNull());
47 return !start_ticks_.IsNull();
85 DCHECK(!now.IsNull());
  /art/runtime/jit/
profiling_info.h 44 return !classes_[0].IsNull() && classes_[1].IsNull();
49 if (classes_[i].IsNull()) {
59 DCHECK(!classes_[0].IsNull());
64 return classes_[0].IsNull();
69 return !classes_[1].IsNull() && classes_[kIndividualCacheSize - 1].IsNull();
  /art/runtime/
gc_root.h 176 DCHECK(!IsNull());
179 DCHECK(!IsNull());
184 if (!IsNull()) {
193 ALWAYS_INLINE bool IsNull() const {
195 return root_.IsNull();
226 if (!root.IsNull()) {
234 if (!root->IsNull()) {
indirect_reference_table.cc 131 DCHECK(!pScan->GetReference()->IsNull());
133 while (!pScan->GetReference()->IsNull()) {
157 if (!table_[i].GetReference()->IsNull()) {
227 if (!table_[topIndex - 1].GetReference()->IsNull()) {
246 if (table_[idx].GetReference()->IsNull()) {
275 if (!ref->IsNull()) {
277 DCHECK(!ref->IsNull());
indirect_reference_table-inl.h 51 if (UNLIKELY(table_[idx].GetReference()->IsNull())) {
  /external/v8/src/
prototype.h 154 return object_->IsNull() ||
159 return handle_->IsNull() ||
168 return object_->IsNull() || object_ == final_object;
173 return handle_->IsNull() || *handle_ == *final_object;
  /external/v8/test/mjsunit/compiler/
null-compare.js 28 function IsNull(x) {
32 assertTrue(IsNull(null), "null == null");
33 assertTrue(IsNull(void 0), "void 0 == null");
34 assertFalse(IsNull(42), "42 != null");
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
tutorial.cpp 57 printf("n = %s\n", document["n"].IsNull() ? "null" : "?");
139 assert(author.IsNull()); // Move semantic for assignment. After this variable is assigned as a member, the variable becomes null.
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 134 return org.hamcrest.core.IsNull.nullValue();
141 return org.hamcrest.core.IsNull.nullValue(type);
148 return org.hamcrest.core.IsNull.notNullValue();
155 return org.hamcrest.core.IsNull.notNullValue(type);

Completed in 436 milliseconds

1 2 3 4 5 6 7