/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebHTTPBody.cpp | 64 ASSERT(!isNull()); 70 ASSERT(!isNull()); 151 ASSERT(!isNull()); 197 ASSERT(!isNull());
|
WebString.cpp | 59 return m_private.isNull() ? 0 : m_private->length(); 64 ASSERT(!m_private.isNull()); 75 return !m_private.isNull() && is8Bit() ? m_private->characters8() : 0; 80 return !m_private.isNull() && !is8Bit() ? m_private->characters16() : 0;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebCrypto.h | 94 // * WebCryptoAlgorithms parameters are guaranteed to be !isNull(), 96 // * WebCryptoKey parameters are guaranteeed to be !isNull(). 104 // The WebCryptoAlgorithm for importKey may be "isNull()" meaning that it 111 // It is possible for unwrappedKeyAlgorithm.isNull() meaning that it was
|
WebCryptoAlgorithmParams.h | 121 BLINK_ASSERT(!hash.isNull()); 138 BLINK_ASSERT(!hash.isNull()); 169 BLINK_ASSERT(!hash.isNull()); 236 BLINK_ASSERT(!hash.isNull());
|
/external/chromium_org/ui/gfx/image/ |
image_skia_rep.h | 30 bool is_null() const { return bitmap_.isNull(); }
|
/external/e2fsprogs/lib/uuid/ |
Android.mk | 8 isnull.c \
|
/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);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/ |
EmptyCursor.java | 77 public boolean isNull(int column) {
|
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.cc | 137 if (depth <= 0 || node.isNull()) 210 if (previous.isNull()) 275 while (!parent.isNull() && parent.isElementNode() && 280 if (!parent.isNull() && HasTagName(parent, kListItem)) 295 while (!parent.isNull() && parent.isElementNode() && 300 if (parent.isNull()) 308 while (inferred_label.empty() && !previous.isNull()) { 324 while (!parent.isNull() && parent.isElementNode() && 329 if (parent.isNull()) 336 while (inferred_label.empty() && !previous.isNull()) { [all...] |
/external/chromium_org/media/filters/ |
decrypting_video_decoder_unittest.cc | 22 using ::testing::IsNull; 111 EXPECT_CALL(*this, FrameReady(status, IsNull())); 366 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); 376 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); 449 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); 459 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull())); 481 EXPECT_CALL(*this, FrameReady(VideoDecoder::kOk, IsNull()));
|
decrypting_demuxer_stream_unittest.cc | 20 using ::testing::IsNull; 137 EXPECT_CALL(*this, BufferReady(status, IsNull())); 412 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); 424 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); 434 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); 464 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); 494 EXPECT_CALL(*this, BufferReady(DemuxerStream::kConfigChanged, IsNull())); 534 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); 543 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); 552 EXPECT_CALL(*this, BufferReady(DemuxerStream::kAborted, IsNull())); [all...] |
decrypting_audio_decoder_unittest.cc | 23 using ::testing::IsNull; 130 EXPECT_CALL(*this, FrameReady(status, IsNull())); 471 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); 486 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); 516 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); 540 EXPECT_CALL(*this, FrameReady(AudioDecoder::kDecodeError, IsNull())); 564 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); 576 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull())); 586 EXPECT_CALL(*this, FrameReady(AudioDecoder::kAborted, IsNull()));
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
KeyframeAnimationEffect.cpp | 188 ASSERT(!isNull(fraction)); 203 if (isNull(firstKeyframe->offset())) 208 if (lastKeyframe && isNull(lastKeyframe->offset())) 214 ASSERT(!isNull((*iter)->offset())); 264 ASSERT(!isNull(m_offset)); 322 ASSERT(!isNull(offset)); 325 if (isNull(offset))
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleMac.mm | 185 if (!m_dateFormat.isNull()) 193 if (!m_monthFormat.isNull()) 203 if (!m_shortMonthFormat.isNull()) 211 if (!m_timeFormatWithSeconds.isNull()) 219 if (!m_timeFormatWithoutSeconds.isNull()) 227 if (!m_dateTimeFormatWithSeconds.isNull()) 235 if (!m_dateTimeFormatWithoutSeconds.isNull())
|
/external/llvm/include/llvm/ADT/ |
TinyPtrVector.h | 105 if (Val.isNull()) 115 if (Val.isNull()) return true; 141 return begin() + (Val.isNull() ? 0 : 1); 155 assert(!Val.isNull() && "can't index into an empty vector"); 184 if (Val.isNull()) { 255 assert(!Val.isNull() && "Null value with non-end insert iterator."); 275 if (Val.isNull()) {
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ResourceLoader.cpp | 122 ASSERT(!request.isNull()); 130 ASSERT(!m_request.isNull()); 131 ASSERT(m_deferredRequest.isNull()); 174 if (!defers && !m_deferredRequest.isNull()) { 232 ResourceError nonNullError = error.isNull() ? ResourceError::cancelledError(m_request.url()) : error; 262 ASSERT(!request.isNull()); 264 ASSERT(!redirectResponse.isNull()); 271 if (request.isNull() || m_state == Terminated) 276 ASSERT(!request.isNull()); 296 ASSERT(!response.isNull()); [all...] |
/external/chromium/webkit/glue/ |
glue_serialize.cc | 158 if (str.isNull()) { 169 if (str.isNull()) { 226 WriteBoolean(!http_body.isNull(), obj); 228 if (http_body.isNull()) 324 bool has_state_object = !item.stateObject().isNull(); 418 if (item.isNull()) 451 if (item.isNull()) { 484 if (item.isNull()) { 498 if (item.isNull()) {
|
cpp_variant_unittest.cc | 358 EXPECT_FALSE(cpp.isNull()); 368 EXPECT_FALSE(cpp.isNull()); 379 EXPECT_FALSE(cpp.isNull()); 390 EXPECT_FALSE(cpp.isNull()); 401 EXPECT_FALSE(cpp.isNull()); 412 EXPECT_TRUE(cpp.isNull()); 424 EXPECT_FALSE(cpp.isNull()); 487 EXPECT_TRUE(cpp_vector[2].isNull());
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLOptionElement.cpp | 68 RefPtr<Text> text = Text::create(document, data.isNull() ? "" : data); 74 if (!value.isNull()) 184 m_disabled = !value.isNull(); 191 if (bool willBeSelected = !value.isNull()) 200 if (!value.isNull()) 283 if (!label.isNull())
|
/external/clang/lib/AST/ |
NSAPI.cpp | 39 if (NSStringSelectors[MK].isNull()) { 82 if (NSArraySelectors[MK].isNull()) { 141 if (NSDictionarySelectors[MK].isNull()) { 272 if (Sels[MK].isNull()) 386 if (T.isNull()) 421 if (Sel.isNull()) {
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURLTest.cpp | 145 EXPECT_TRUE(kurl.fragmentIdentifier().isNull()); 410 EXPECT_TRUE(nullString.isNull()); 424 EXPECT_TRUE(nullString.isNull()); 431 EXPECT_FALSE(emptyString.isNull()); 484 EXPECT_TRUE(kurl.isNull()); 485 EXPECT_TRUE(kurl.string().isNull()); 490 EXPECT_TRUE(kurl2.isNull()); 493 EXPECT_TRUE(kurl2.string().isNull()); 495 EXPECT_TRUE(kurl2.string().isNull()); 500 EXPECT_TRUE(kurl22.isNull()); [all...] |
/libcore/luni/src/main/java/java/util/ |
WeakHashMap.java | 60 boolean isNull; 72 isNull = key == null; 73 hash = isNull ? 0 : Collections.secondaryHash(key); 130 if (nextEntry != null && (nextKey != null || nextEntry.isNull)) { 146 if (nextKey != null || nextEntry.isNull) { 323 if (key != null || entry.isNull) { 468 if (entry.isNull) { 491 if (entry.isNull) { 515 if ((key != null || entry.isNull) 527 if ((key != null || entry.isNull) && entry.value == null) [all...] |
/external/chromium/testing/gmock/ |
CHANGES | 35 * NotNull() and IsNull() now work with smart pointers. 65 * New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(),
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
ChromeBrowserProviderSuggestionsCursor.java | 89 public boolean isNull(int c) { 90 return mCursor.isNull(c);
|
/external/chromium_org/chrome/browser/android/ |
favicon_helper.cc | 48 if (!favicon_bitmap.isNull()) 138 if (favicon_bitmap.isNull())
|