/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/chromium/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/libvpx/libvpx/third_party/googletest/src/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/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/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8DirectoryEntryCustom.cpp | 77 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()
|
D | V8SQLTransactionSyncCustom.cpp | 79 if (value.IsEmpty() || value->IsNull()) in executeSqlCallback()
|
D | V8SQLTransactionCustom.cpp | 79 if (value.IsEmpty() || value->IsNull()) in executeSqlCallback()
|
/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/webkit/Source/WebCore/bindings/v8/ |
D | V8Utilities.cpp | 56 if (cache->IsNull() || cache->IsUndefined()) { in createHiddenDependency() 93 if (!newValue->IsNull() && !newValue->IsUndefined()) in transferHiddenDependency()
|
D | V8Collection.cpp | 42 if (value->IsNull() || value->IsUndefined()) { in toOptionsCollectionSetter()
|
D | V8Binding.cpp | 230 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()
|
D | V8Binding.h | 296 if (object()->IsNull()) { in prepare() 306 if (object()->IsNull() || object()->IsUndefined()) { in prepare()
|
D | ScriptValue.h | 115 return m_value->IsNull(); in isNull()
|
D | V8Utilities.h | 76 if (value->IsNull() && (acceptedValues & CallbackAllowNull))
|
D | NPV8Object.cpp | 177 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/ |
D | descriptor.cc | 236 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/ |
D | test-thread-termination.cc | 83 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/ |
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/chromium/chrome/browser/extensions/ |
D | extension_file_browser_private_api.cc | 908 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/ |
D | syncable_id.h | 70 inline bool IsNull() const { in IsNull() function
|
/external/chromium/testing/gmock/ |
D | CHANGES | 35 * NotNull() and IsNull() now work with smart pointers. 65 * New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(),
|
/external/chromium/chrome/browser/printing/ |
D | print_dialog_cloud_unittest.cc | 33 using testing::IsNull; 333 EXPECT_THAT(mock_flow_handler_.get(), IsNull()); in TEST_F()
|
/external/chromium/base/ |
D | callback_unittest.cc | 95 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
|