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

1 2 3

  /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/chromium/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/libvpx/libvpx/third_party/googletest/src/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/webkit/Source/WebCore/bindings/v8/
V8Collection.cpp 42 if (value->IsNull() || value->IsUndefined()) {
V8Utilities.cpp 56 if (cache->IsNull() || cache->IsUndefined()) {
93 if (!newValue->IsNull() && !newValue->IsUndefined())
ScriptValue.h 113 bool isNull() const
115 return m_value->IsNull();
V8Utilities.h 76 if (value->IsNull() && (acceptedValues & CallbackAllowNull))
V8Binding.h 296 if (object()->IsNull()) {
306 if (object()->IsNull() || object()->IsUndefined()) {
IDBBindingUtilities.cpp 43 if (value->IsNull())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DirectoryEntryCustom.cpp 77 if (args.Length() > 2 && !args[2]->IsNull() && !args[2]->IsUndefined()) {
83 if (args.Length() > 3 && !args[3]->IsNull() && !args[3]->IsUndefined()) {
120 if (args.Length() > 2 && !args[2]->IsNull() && !args[2]->IsUndefined()) {
126 if (args.Length() > 3 && !args[3]->IsNull() && !args[3]->IsUndefined()) {
V8SQLTransactionSyncCustom.cpp 79 if (value.IsEmpty() || value->IsNull())
V8SQLTransactionCustom.cpp 79 if (value.IsEmpty() || value->IsNull())
  /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");
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 70 inline bool IsNull() const {
  /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);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeFixture.cs 58 Assert.IsNull(t.Parent);
71 Assert.IsNull(r0.Parent);
85 Assert.IsNull(r0.Parent);
111 Assert.IsNull(root.Parent);
139 Assert.IsNull(root.Parent);
166 Assert.IsNull(dup.Parent);
  /external/chromium/base/
callback_unittest.cc 95 TEST_F(CallbackTest, IsNull) {
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 108 if (local_id.IsNull()) {
  /external/v8/test/cctest/
test-thread-termination.cc 83 CHECK(try_catch.Exception()->IsNull());
100 CHECK(try_catch.Exception()->IsNull());
294 CHECK(try_catch.Exception()->IsNull());
345 CHECK(try_catch.Exception()->IsNull());
  /external/protobuf/src/google/protobuf/
descriptor.cc 236 inline bool IsNull() const { return type == NULL_SYMBOL; }
341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
439 // Find symbols. These return a null Symbol (symbol.IsNull() is true)
578 if (result.IsNull() && pool->underlay_ != NULL) {
584 if (result.IsNull()) {
889 if (!result.IsNull()) return result.GetFile();
897 if (!result.IsNull()) return result.GetFile();
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.h 97 bool IsNull() const { return listener_ == NULL; }
  /external/chromium/chrome/browser/ui/views/
file_manager_dialogs.cc 94 if (!callback.IsNull())
  /external/opencv/cxcore/include/
cvwimage.h 347 bool IsNull() const {return WImage<T>::image_ == NULL; }
404 bool IsNull() const {return WImage<T>::image_ == NULL; }
533 if (IsNull() || WImage<T>::Width() != width ||
544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java 18 import org.hamcrest.core.IsNull;

Completed in 588 milliseconds

1 2 3