Home
last modified time | relevance | path

Searched refs:IsNull (Results 1 – 25 of 111) sorted by relevance

12345

/external/gtest/test/
Dgtest-unittest-api_test.cc140 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/
Dgtest-unittest-api_test.cc140 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/
Dgtest-unittest-api_test.cc140 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/
Dnull-compare.js28 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/
Delapsed-timer.h45 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()
Dtime.cc237 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/
DIsNull.java14 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/
Dtask-queue-unittest.cc11 using testing::IsNull;
29 void Run() override { EXPECT_THAT(queue_->GetNext(), IsNull()); } in Run()
44 EXPECT_THAT(queue.GetNext(), IsNull()); in TEST()
Dworker-thread-unittest.cc11 using testing::IsNull;
/external/v8/src/
Dprototype.h154 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/
DCoreMatchers.java134 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/
DITreeFixture.cs58 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/
Dnode-properties-unittest.cc12 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/
Dtime-unittest.cc64 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/
Ddescriptor.cc262 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/
Ddng_tone_curve.h51 bool IsNull () const;
Ddng_fingerprint.h51 bool IsNull () const;
57 return !IsNull (); in IsValid()
Ddng_tone_curve.cpp60 bool dng_tone_curve::IsNull () const in IsNull() function in dng_tone_curve
/external/hamcrest/library/src/org/hamcrest/
DMatchers.java134 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/
Dwimage.hpp340 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/
DNullabilityChecker.cpp247 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/
Dcvwimage.h347 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/
Dfpdf_render.cpp225 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/
Dtest-thread-termination.cc83 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/
Dfpdf_page_path.cpp29 if (m_Path.IsNull()) { in CalcBoundingBox()

12345