/external/gtest/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function 152 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 169 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 175 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 181 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function 152 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 169 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 175 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 181 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function 152 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 169 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 175 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 181 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() [all …]
|
/external/v8/test/mjsunit/compiler/ |
D | null-compare.js | 28 function IsNull(x) { class 32 assertTrue(IsNull(null), "null == null"); 33 assertTrue(IsNull(void 0), "void 0 == null"); 34 assertFalse(IsNull(42), "42 != null");
|
/external/v8/src/base/platform/ |
D | elapsed-timer.h | 45 DCHECK(started_ || start_ticks_.IsNull()); in IsStarted() 46 DCHECK(!started_ || !start_ticks_.IsNull()); in IsStarted() 47 return !start_ticks_.IsNull(); in IsStarted() 85 DCHECK(!now.IsNull()); in Now()
|
D | time.cc | 237 if (IsNull()) { in ToFiletime() 286 if (IsNull()) { in ToTimespec() 318 if (IsNull()) { in ToTimeval() 348 if (IsNull()) { in ToJsTime() 505 DCHECK(!ticks.IsNull()); in Now() 513 DCHECK(!ticks.IsNull()); in HighResolutionNow()
|
/external/hamcrest/src/org/hamcrest/core/ |
D | IsNull.java | 14 public class IsNull<T> extends BaseMatcher<T> { class 28 return new IsNull<T>(); in nullValue() 36 return not(IsNull.<T>nullValue()); in notNullValue()
|
/external/v8/test/unittests/libplatform/ |
D | task-queue-unittest.cc | 11 using testing::IsNull; 29 void Run() override { EXPECT_THAT(queue_->GetNext(), IsNull()); } in Run() 44 EXPECT_THAT(queue.GetNext(), IsNull()); in TEST()
|
D | worker-thread-unittest.cc | 11 using testing::IsNull;
|
/external/v8/src/ |
D | prototype.h | 154 return object_->IsNull() || 159 return handle_->IsNull() || 168 return object_->IsNull() || object_ == final_object; in IsAtEnd() 173 return handle_->IsNull() || *handle_ == *final_object; in IsAtEnd()
|
/external/hamcrest/src/org/hamcrest/ |
D | CoreMatchers.java | 134 return org.hamcrest.core.IsNull.nullValue(); in nullValue() 141 return org.hamcrest.core.IsNull.nullValue(type); in nullValue() 148 return org.hamcrest.core.IsNull.notNullValue(); in notNullValue() 155 return org.hamcrest.core.IsNull.notNullValue(type); in notNullValue()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ITreeFixture.cs | 58 Assert.IsNull(t.Parent); in testSingleNode() 71 Assert.IsNull(r0.Parent); in test4Nodes() 85 Assert.IsNull(r0.Parent); in testList() 111 Assert.IsNull(root.Parent); in testList2() 139 Assert.IsNull(root.Parent); in testAddListToExistChildren() 166 Assert.IsNull(dup.Parent); in testDupTree()
|
/external/v8/test/unittests/compiler/ |
D | node-properties-unittest.cc | 12 using testing::IsNull; 81 EXPECT_THAT(NodeProperties::FindProjection(start, 2), IsNull()); in TEST_F() 82 EXPECT_THAT(NodeProperties::FindProjection(start, 1234567890), IsNull()); in TEST_F()
|
/external/v8/test/unittests/base/platform/ |
D | time-unittest.cc | 64 EXPECT_TRUE(null.IsNull()); in TEST() 80 EXPECT_TRUE(null.IsNull()); in TEST() 98 EXPECT_TRUE(null.IsNull()); in TEST()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 262 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function 709 if (result.IsNull() && pool->underlay_ != NULL) { in FindByNameHelper() 715 if (result.IsNull()) { in FindByNameHelper() 1051 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol() 1059 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol() 1214 if (!result.IsNull() && !result.field_descriptor->is_extension()) { in FindFieldByName() 1225 if (!result.IsNull()) { in FindOneofByName() 1236 if (!result.IsNull() && result.field_descriptor->is_extension()) { in FindExtensionByName() 1269 if (!result.IsNull()) { in FindNestedTypeByName() 1280 if (!result.IsNull()) { in FindEnumTypeByName() [all …]
|
/external/dng_sdk/source/ |
D | dng_tone_curve.h | 51 bool IsNull () const;
|
D | dng_fingerprint.h | 51 bool IsNull () const; 57 return !IsNull (); in IsValid()
|
D | dng_tone_curve.cpp | 60 bool dng_tone_curve::IsNull () const in IsNull() function in dng_tone_curve
|
/external/hamcrest/library/src/org/hamcrest/ |
D | Matchers.java | 134 return org.hamcrest.core.IsNull.nullValue(); in nullValue() 141 return org.hamcrest.core.IsNull.nullValue(type); in nullValue() 148 return org.hamcrest.core.IsNull.notNullValue(); in notNullValue() 155 return org.hamcrest.core.IsNull.notNullValue(type); in notNullValue()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | wimage.hpp | 340 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function in cv::WImageBuffer 397 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function in cv::WImageBufferC 516 if (IsNull() || WImage<T>::Width() != width || in Allocate() 527 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 247 enum class NullConstraint { IsNull, IsNotNull, Unknown }; enumerator 255 return NullConstraint::IsNull; in getNullConstraint() 352 if (getNullConstraint(*ParamValue, State) == NullConstraint::IsNull) { in checkParamsForPreconditionViolation() 499 Nullness == NullConstraint::IsNull && in checkPreStmt() 571 if (Filter.CheckNullPassedToNonnull && Nullness == NullConstraint::IsNull && in checkPreCall() 839 if (Nullness == NullConstraint::IsNull) { in checkPostStmt() 918 RhsNullness == NullConstraint::IsNull && in checkBind()
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 347 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function 404 bool IsNull() const {return WImage<T>::image_ == NULL; } in IsNull() function 533 if (IsNull() || WImage<T>::Width() != width || in Allocate() 544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) { in Allocate()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 225 if (!pColorData || pColorData->m_FillColor.IsNull()) { in Initialize() 230 if (!pColorData || pColorData->m_StrokeColor.IsNull()) { in Initialize() 551 (!pColorData || pColorData->m_FillColor.IsNull())))) { in GetFillArgb() 554 if (!pColorData || pColorData->m_FillColor.IsNull()) { in GetFillArgb() 585 (!pColorData || pColorData->m_StrokeColor.IsNull())))) { in GetStrokeArgb() 588 if (!pColorData || pColorData->m_StrokeColor.IsNull()) { in GetStrokeArgb() 616 if (ClipPath.IsNull()) { in ProcessClipPath() 617 if (!m_LastClipPath.IsNull()) { in ProcessClipPath() 676 if (ClipPath.IsNull()) { in DrawClipPath() 950 if (!pObjColor->IsNull()) { in CloneObjStates()
|
/external/v8/test/cctest/ |
D | test-thread-termination.cc | 83 CHECK(try_catch.Exception()->IsNull()); in DoLoop() 102 CHECK(try_catch.Exception()->IsNull()); in DoLoopNoCall() 245 CHECK(try_catch.Exception()->IsNull()); in LoopGetProperty() 293 CHECK(try_catch.Exception()->IsNull()); in ReenterAfterTermination() 352 CHECK(try_catch.Exception()->IsNull()); in DoLoopCancelTerminate()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_path.cpp | 29 if (m_Path.IsNull()) { in CalcBoundingBox()
|