HomeSort by relevance Sort by last modified time
    Searched refs:isEmpty (Results 101 - 125 of 3830) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Support/
SystemUtils.cpp 49 if (!Result.isEmpty()) {
  /external/mockito/src/org/mockito/internal/verification/
RegisteredInvocations.java 24 boolean isEmpty();
SingleRegisteredInvocation.java 30 public boolean isEmpty() {
  /external/webkit/Source/WebCore/css/
CSSPageRule.cpp 45 if (!pageSpecification.isEmpty() && pageSpecification != starAtom)
  /external/webkit/Source/WebCore/dom/
DecodedDataDocumentParser.cpp 49 if (decoded.isEmpty())
  /external/webkit/Source/WebCore/html/
HTMLTablePartElement.cpp 68 if (!url.isEmpty())
71 if (!attr->value().isEmpty()) {
79 if (!attr->value().isEmpty())
94 if (!attr->value().isEmpty())
URLInputType.cpp 53 return !value.isEmpty() && !KURL(KURL(), value).isValid();
  /external/webkit/Source/WebCore/page/
GeolocationController.cpp 44 ASSERT(m_observers.isEmpty());
54 bool wasEmpty = m_observers.isEmpty();
79 if (m_observers.isEmpty())
81 else if (m_highAccuracyObservers.isEmpty())
  /external/webkit/Source/WebCore/platform/brew/
FileChooserBrew.cpp 43 if (m_filenames.isEmpty())
  /external/webkit/Source/WebCore/platform/chromium/
FileChooserChromium.cpp 42 if (m_filenames.isEmpty())
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerContent.h 45 bool isEmpty() { return !width() || !height(); }
  /external/webkit/Source/WebCore/platform/haiku/
SharedBufferHaiku.cpp 36 if (fileName.isEmpty())
  /external/webkit/Source/WebCore/platform/network/
Credential.cpp 66 bool Credential::isEmpty() const
73 return m_user.isEmpty() && m_password.isEmpty();
88 return !m_password.isEmpty();
  /external/webkit/Source/WebCore/platform/network/qt/
DnsPrefetchHelper.h 40 if (hostname.isEmpty())
  /external/webkit/Source/WebCore/platform/qt/
DragDataQt.cpp 59 if (!url.toLocalFile().isEmpty())
72 if (!file.isEmpty())
89 if (!text.isEmpty())
125 if (urls.isEmpty())
LoggingQt.cpp 38 if (loggingEnv.isEmpty())
  /external/webkit/Source/WebCore/platform/win/
FileChooserWin.cpp 41 if (m_filenames.isEmpty())
MIMETypeRegistryWin.cpp 71 if (ext.isEmpty())
75 if (mimetypeMap.isEmpty()) {
102 if (result.isEmpty()) {
104 if (!result.isEmpty())
  /external/webkit/Source/WebCore/storage/
OriginUsageRecord.cpp 45 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty());
46 ASSERT_ARG(fullPath, fullPath.impl()->hasOneRef() || fullPath.isEmpty());
66 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty());
83 ASSERT(!path.isEmpty());
  /external/webkit/Source/WebCore/svg/
SVGColor.cpp 67 if (rgbColor.isEmpty() || iccColor.isEmpty()) {
107 if (requiresRGBColor && rgbColor.isEmpty()) {
113 if (requiresICCColor && iccColor.isEmpty()) {
  /frameworks/base/core/tests/coretests/src/android/net/
LinkSocketTest.java 42 assertEquals(true, lc.isEmpty());
  /frameworks/base/libs/hwui/
DisplayListLogBuffer.h 37 bool isEmpty() {
  /frameworks/rs/
rsFifoSocket.h 41 bool isEmpty();
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java 59 public boolean isEmpty();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
IntentUtils.java 37 if (!TextUtils.isEmpty(inputMethodId)) {

Completed in 822 milliseconds

1 2 3 45 6 7 8 91011>>