Home
last modified time | relevance | path

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

123

/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/chromium/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/libvpx/libvpx/third_party/googletest/src/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/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/webkit/Source/WebCore/bindings/v8/custom/
DV8DirectoryEntryCustom.cpp77 if (args.Length() > 2 && !args[2]->IsNull() && !args[2]->IsUndefined()) { in getDirectoryCallback()
83 if (args.Length() > 3 && !args[3]->IsNull() && !args[3]->IsUndefined()) { in getDirectoryCallback()
120 if (args.Length() > 2 && !args[2]->IsNull() && !args[2]->IsUndefined()) { in getFileCallback()
126 if (args.Length() > 3 && !args[3]->IsNull() && !args[3]->IsUndefined()) { in getFileCallback()
DV8SQLTransactionSyncCustom.cpp79 if (value.IsEmpty() || value->IsNull()) in executeSqlCallback()
DV8SQLTransactionCustom.cpp79 if (value.IsEmpty() || value->IsNull()) in executeSqlCallback()
/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/webkit/Source/WebCore/bindings/v8/
DV8Utilities.cpp56 if (cache->IsNull() || cache->IsUndefined()) { in createHiddenDependency()
93 if (!newValue->IsNull() && !newValue->IsUndefined()) in transferHiddenDependency()
DV8Collection.cpp42 if (value->IsNull() || value->IsUndefined()) { in toOptionsCollectionSetter()
DV8Binding.cpp230 if (value->IsNull()) in toWebCoreStringWithNullCheck()
237 if (value->IsNull()) in toAtomicWebCoreStringWithNullCheck()
244 if (value->IsNull() || value->IsUndefined()) in toWebCoreStringWithNullOrUndefinedCheck()
251 return value->IsNull() || value->IsUndefined(); in isUndefinedOrNull()
DV8Binding.h296 if (object()->IsNull()) { in prepare()
306 if (object()->IsNull() || object()->IsUndefined()) { in prepare()
DScriptValue.h115 return m_value->IsNull(); in isNull()
DV8Utilities.h76 if (value->IsNull() && (acceptedValues & CallbackAllowNull))
DNPV8Object.cpp177 if (functionObject.IsEmpty() || functionObject->IsNull()) { in _NPN_Invoke()
236 if (!function->IsNull()) { in _NPN_InvokeDefault()
536 if (!ctor->IsNull()) { in _NPN_Construct()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc236 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() function
578 if (result.IsNull() && pool->underlay_ != NULL) { in FindByNameHelper()
584 if (result.IsNull()) { in FindByNameHelper()
889 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol()
897 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol()
1042 if (!result.IsNull() && !result.field_descriptor->is_extension()) { in FindFieldByName()
1053 if (!result.IsNull() && result.field_descriptor->is_extension()) { in FindExtensionByName()
1086 if (!result.IsNull()) { in FindNestedTypeByName()
1097 if (!result.IsNull()) { in FindEnumTypeByName()
1108 if (!result.IsNull()) { in FindEnumValueByName()
[all …]
/external/v8/test/cctest/
Dtest-thread-termination.cc83 CHECK(try_catch.Exception()->IsNull()); in DoLoop()
100 CHECK(try_catch.Exception()->IsNull()); in DoLoopNoCall()
294 CHECK(try_catch.Exception()->IsNull()); in LoopGetProperty()
345 CHECK(try_catch.Exception()->IsNull()); in ReenterAfterTermination()
/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/chromium/chrome/browser/extensions/
Dextension_file_browser_private_api.cc908 DCHECK(!callback.IsNull()); in GetLocalPathsResponseOnUIThread()
909 if (!callback.IsNull()) { in GetLocalPathsResponseOnUIThread()
1007 DCHECK(!callback.IsNull()); in GetLocalPathsResponseOnUIThread()
1008 if (!callback.IsNull()) { in GetLocalPathsResponseOnUIThread()
1019 DCHECK(!callback.IsNull()); in RunImpl()
1020 if (!callback.IsNull()) { in RunImpl()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_id.h70 inline bool IsNull() const { in IsNull() function
/external/chromium/testing/gmock/
DCHANGES35 * NotNull() and IsNull() now work with smart pointers.
65 * New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(),
/external/chromium/chrome/browser/printing/
Dprint_dialog_cloud_unittest.cc33 using testing::IsNull;
333 EXPECT_THAT(mock_flow_handler_.get(), IsNull()); in TEST_F()
/external/chromium/base/
Dcallback_unittest.cc95 TEST_F(CallbackTest, IsNull) { in TEST_F() argument

123