/external/icu4c/test/intltest/ |
ucharstrietest.cpp | 297 if(trie.isNull()) { 386 if(trie.isNull()) { 465 if(trie.isNull()) { 501 if(trie.isNull()) { 551 if(trie.isNull()) { 600 if(trie.isNull()) { 628 if(trie.isNull()) { 679 if(trie.isNull()) { 707 if(trie.isNull()) { 757 if(trie.isNull()) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLInputElement.cpp | 175 return m_name.isNull() ? emptyAtom : m_name; 663 setChecked(!value.isNull()); 685 m_maxResults = !value.isNull() ? std::min(value.toInt(), maxSavedResults) : -1; 806 if (alt.isNull()) 808 if (alt.isNull()) 941 if (!value.isNull()) 946 if (!value.isNull()) [all...] |
HTMLImageElement.cpp | 114 return m_bestFitImageURL.isNull() ? fastGetAttribute(srcAttr) : m_bestFitImageURL; 140 setIsLink(!value.isNull()); 157 if (!getAttribute(altAttr).isNull())
|
/external/chromium_org/chrome/renderer/ |
chrome_render_view_observer.cc | 115 if (image.isNull()) 292 WebElement head = document.isNull() ? WebElement() : document.head(); 293 GURL document_url = document.isNull() ? GURL() : GURL(document.url()); 302 if (!head.isNull()) { 389 if (!context_node.isNull() && context_node.isElementNode()) { 613 if (head.isNull() || !head.hasChildNodes()) 628 if (value.isNull() || !LowerCaseEqualsASCII(value, "refresh"))
|
/external/chromium_org/content/renderer/webcrypto/ |
webcrypto_impl_nss.cc | 256 DCHECK(!algorithm.isNull()); 359 // returned if the input algorithm isNull(). This function indicates failure by 370 // algorithms are distinct. So if the input algorithm isNull() here, we 372 if (!algorithm_or_null.isNull() && IsAlgorithmRsa(algorithm_or_null)) 417 if (algorithm.isNull()) 493 if (algorithm.isNull()) 813 if (algorithm_or_null.isNull())
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1200351.js | 48 eval("with ({ void&&null.push(goto NaN) : Math.max(undef).toText }) { {-1/null,1.isNull} }") 124 eval("x = new null.isNull.slice(x.prototype.value, Iterator(undef))") 152 eval("native {unescape(true),new RegExp.isNull}") 276 eval("let (0.2.isNull&undef.toString()) { continue/void+parseInt(null) }") 308 eval("import 0.2.isNull.__lookupGetter__(debugger.size)") 376 eval("for (Math.pow(1).isNull in Iterator(continue.length())) { Join(true, 0.2, null, x, new Object()).length }") 400 eval("for (continue.isNull.filter(this.toText), function () { throw new 'a'(0.2) }, native?break:undef.prototype.return continue) { Array(void.toText) }") 404 eval("const x = new this.slice(new Object(), 1).isNull") 428 eval("switch (~new Object().toText) { case (new RegExp.unshift().exec(new RegExp<<debugger)): -1.length.exec(this.isNull); break; }") 476 eval("export Join(break.toObject(), 0.2.isNull, false.call(0), break.filter(break), 1.length())" [all...] |
/external/clang/include/clang/AST/ |
CanonicalType.h | 84 LLVM_EXPLICIT operator bool() const { return !isNull(); } 86 bool isNull() const { 87 return Stored.isNull(); 693 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!"); 694 assert((Other.isNull() || isa<T>(Other.getTypePtr())) && 707 if (Stored.isNull()) 722 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
|
/external/v8/test/mjsunit/regress/ |
regress-1200351.js | 48 eval("with ({ void&&null.push(goto NaN) : Math.max(undef).toText }) { {-1/null,1.isNull} }") 124 eval("x = new null.isNull.slice(x.prototype.value, Iterator(undef))") 152 eval("native {unescape(true),new RegExp.isNull}") 276 eval("let (0.2.isNull&undef.toString()) { continue/void+parseInt(null) }") 308 eval("import 0.2.isNull.__lookupGetter__(debugger.size)") 376 eval("for (Math.pow(1).isNull in Iterator(continue.length())) { Join(true, 0.2, null, x, new Object()).length }") 400 eval("for (continue.isNull.filter(this.toText), function () { throw new 'a'(0.2) }, native?break:undef.prototype.return continue) { Array(void.toText) }") 404 eval("const x = new this.slice(new Object(), 1).isNull") 428 eval("switch (~new Object().toText) { case (new RegExp.unshift().exec(new RegExp<<debugger)): -1.length.exec(this.isNull); break; }") 476 eval("export Join(break.toObject(), 0.2.isNull, false.call(0), break.filter(break), 1.length())" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
htmlediting.cpp | 465 if (result.isNull() || result.deprecatedNode()->rootEditableElement() != pos.deprecatedNode()->rootEditableElement()) 478 if (result.isNull() || result.deprecatedNode()->rootEditableElement() != pos.deprecatedNode()->rootEditableElement()) 549 if (p.isNull()) 569 if (p.isNull()) 638 if (p.isNull()) 937 if (position.isNull()) 998 if (position.isNull()) [all...] |
ApplyStyleCommand.cpp | 250 if (visibleStart.isNull() || visibleStart.isOrphan() || visibleEnd.isNull() || visibleEnd.isOrphan()) 324 if (start.isNull() || end.isNull()) 333 if (start.isNull() || end.isNull()) 553 if (start.isNull() || end.isNull()) 624 if (start.isNull() || start.isOrphan() || end.isNull() || end.isOrphan() [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
MergeCursorTest.java | 177 // Test isNull(int). 178 assertFalse(mergeCursor.isNull(columnBlob)); 181 assertTrue(mergeCursor.isNull(columnBlob));
|
/external/chromium/chrome/common/ |
web_apps.cc | 62 if (href.isNull() || href.isEmpty()) 149 if (document.isNull()) 153 if (head.isNull())
|
/external/chromium_org/chrome/browser/thumbnails/ |
simple_thumbnail_crop.cc | 45 if (bitmap.isNull() || bitmap.empty()) 63 if (bitmap.isNull() || bitmap.empty()) 195 // store. The returned bitmap will be isNull if there was an error creating it.
|
/external/chromium_org/components/autofill/content/renderer/ |
form_cache.cc | 50 if (form_element.isNull()) { 85 if (document.isNull()) 184 if (form_element.isNull())
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
CustomElementConstructorBuilder.cpp | 78 if (m_options->get("prototype", prototypeScriptValue) && !prototypeScriptValue.isNull()) { 192 m_constructor->SetName(v8Type->IsNull() ? v8TagName : v8Type.As<v8::String>()); 281 RefPtr<Element> element = document->createElementNS(namespaceURI, tagName, maybeType->IsNull() ? nullAtom : type, exceptionState);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
NetworkResourcesData.cpp | 88 return content.isNull() ? 0 : content.impl()->sizeInBytes(); 347 if (!preservedLoaderId.isNull() && resourceData->loaderId() == preservedLoaderId) 366 if (requestId.isNull())
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleICU.cpp | 305 if (!m_dateFormat.isNull()) 337 if (!m_monthFormat.isNull()) 347 if (!m_shortMonthFormat.isNull())
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringBuilder.cpp | 43 if (!m_string.isNull()) { 70 ASSERT(m_string.isNull()); 285 allocateBufferUpConvert(m_string.isNull() ? 0 : m_string.characters8(), expandedCapacity(capacity(), requiredLength));
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapDevice.cpp | 116 SkASSERT(!bitmap.isNull()); 141 if (bitmap.isNull() || bitmap.getTexture()) { 162 if (SkBitmap::kARGB_8888_Config == dstBmp.config() && !dstBmp.isNull()) {
|
/external/clang/lib/ARCMigrate/ |
TransGCAttrs.cpp | 192 if (Attr.ModifiedType.isNull()) 208 if (Attr.ModifiedType.isNull() || 235 if (T.isNull() || !T->isObjCRetainableType())
|
/external/skia/src/core/ |
SkBitmapDevice.cpp | 116 SkASSERT(!bitmap.isNull()); 141 if (bitmap.isNull() || bitmap.getTexture()) { 162 if (SkBitmap::kARGB_8888_Config == dstBmp.config() && !dstBmp.isNull()) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonToken.js | 130 if ( !org.antlr.lang.isNull(txt) ) {
|
/external/chromium/chrome/browser/chromeos/login/ |
user_image_screen.cc | 73 if (!frame.isNull())
|
/external/chromium/chrome/browser/chromeos/options/ |
take_photo_dialog.cc | 100 if (!frame.isNull())
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_id.h | 70 inline bool IsNull() const {
|