HomeSort by relevance Sort by last modified time
    Searched full:isnull (Results 226 - 250 of 1269) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 31 bool isValid() const { return !T.isNull(); }
  /external/e2fsprogs/lib/uuid/
isnull.c 2 * isnull.c --- Check whether or not the UUID is null
  /external/mockito/src/org/mockito/internal/configuration/injection/
SpyOnInjectedFieldsHandler.java 35 if(!fieldReader.isNull() && field.isAnnotationPresent(Spy.class)) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMatrixCursor.java 72 public boolean isNull(int column) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
TaskDescription.java 67 public boolean isNull() {
  /frameworks/base/services/java/com/android/server/firewall/
StringFilter.java 35 private static final String ATTR_IS_NULL = "isNull";
69 // if there are no string filter attributes, we default to isNull="false" so that an
219 public IsNullFilter(ValueProvider valueProvider, boolean isNull) {
221 mIsNull = isNull;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
JsonBackedSuggestionExtras.java 56 if (mExtras.isNull(columnName)) {
  /external/chromium_org/chrome/renderer/prerender/
prerender_dispatcher.cc 43 if (prerender.isNull())
55 DCHECK(!prerender.isNull())
83 if (!prerender.isNull())
  /external/chromium_org/chrome/renderer/
web_apps.cc 75 if (href.isNull() || href.isEmpty())
126 if (document.isNull())
130 if (head.isNull())
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 48 if (!document.isNull()) {
89 if (document.isNull())
92 if (node.isNull()) {
102 if (document.isNull())
118 if (document.isNull())
169 if (document.isNull())
502 if (document.isNull())
520 if (document.isNull())
548 if (document.isNull())
574 if (document.isNull())
    [all...]
renderer_accessibility_focus_only.cc 65 if (document.isNull())
77 node_has_focus = !node.isNull();
116 if (!node.isNull() && node.isElementNode()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SpaceSplitString.cpp 158 if (inputString.isNull()) {
172 if (!m_keyString.isNull())
194 ASSERT(!string.isNull());
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.cpp 73 if (position.isNull())
89 if (position.isNull())
227 if (isNull())
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 124 if (attribute.isNull())
159 if (srcsetAttribute.isNull()) {
160 if (srcAttribute.isNull())
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 196 if (key.isNull())
198 else if (newValue.isNull())
200 else if (oldValue.isNull())
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceUserTiming.cpp 92 if (name.isNull()) {
141 if (startMark.isNull())
143 else if (endMark.isNull()) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebNode.cpp 183 if (!event.isNull())
231 if (isNull())
247 if (isNull())
  /external/chromium_org/third_party/WebKit/public/platform/
WebString.h 90 bool isNull() const { return m_private.isNull(); }
166 return base::NullableString16(operator base::string16(), m_private.isNull());
  /external/chromium_org/third_party/sqlite/src/test/
fuzz2.test 51 fuzzcatch {ATTACH ROUND( 1.0 ) in AAAAAA . "AAAAAA" AS #122 ISNULL}
54 fuzzcatch {SELECT 1 LIMIT #122 ISNULL}
60 fuzzcatch {DELETE FROM AAAAAA WHERE #202 IS NOT NULL ISNULL}
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 58 if (!RT.isNull() && RT->isVoidType())
64 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) &&
72 if (RT.isNull())
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h 61 bool isNULL() const { return AbbrevDecl == 0; }
71 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0;
73 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupOptionsTests.java 131 boolean isNull = mBackgroundAttachmentsView == null;
132 boolean isVisible = !isNull && (mBackgroundAttachmentsView.getVisibility() == View.VISIBLE);
137 assertTrue(!isNull);
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl.cc 120 DCHECK(!alg1.isNull());
121 DCHECK(!alg2.isNull());
176 DCHECK(!algorithm.isNull());
191 DCHECK(!algorithm.isNull());
205 DCHECK(!algorithm.isNull());
219 DCHECK(!algorithm.isNull());
283 DCHECK(!key.algorithm().isNull());
306 DCHECK(!algorithm.isNull());
323 DCHECK(!algorithm.isNull());
512 // 2. JWK alg valid AND input algorithm isNull: use JWK valu
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 183 if (!url.isNull())
267 bool KURL::isNull() const
269 return m_string.isNull();
305 ASSERT(!m_string.isNull());
346 ASSERT(!m_string.isNull());
557 if (fragment.isNull() && !m_parsed.ref.is_valid())
563 if (fragment.isNull())
581 if (query.isNull()) {
660 if (m_string.isNull() || !m_parsed.scheme.is_nonempty())
722 if (m_string.isNull())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 76 if (formEnctypeAttr.isNull())
89 if (formMethodAttr.isNull())
138 m_disabled = !value.isNull();
143 m_isReadOnly = !value.isNull();
152 m_isRequired = !value.isNull();

Completed in 791 milliseconds

1 2 3 4 5 6 7 8 91011>>