HomeSort by relevance Sort by last modified time
    Searched full:isempty (Results 301 - 325 of 8076) sorted by null

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMultimapTest.java 54 forward.isEmpty();
55 assertEquals("[isEmpty]", getCalls());
ForwardingTableTest.java 101 forward.isEmpty();
102 assertEquals("[isEmpty]", getCalls());
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
SessionInfoStoreTest.java 41 assertTrue(store.isEmpty());
47 assertFalse(store.isEmpty());
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 54 if (name.IsEmpty())
118 if (name.IsEmpty())
  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 94 inline FX_BOOL IsEmpty() const { return m_wsValue.IsEmpty(); }
  /external/replicaisland/src/com/replica/replicaisland/
EventReporter.java 33 if (mEvents.isEmpty()) {
34 while (mEvents.isEmpty() && !mDone) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccount.java 54 if (TextUtils.isEmpty(name) || TextUtils.isEmpty(type)) throw new IllegalArgumentException();
ShadowAlarmManager.java 53 if (scheduledAlarms.isEmpty()) {
68 if (scheduledAlarms.isEmpty()) {
  /external/skia/tools/lua/
scrape.lua 67 print("drawPath", "isEmpty", tostring(t.path:isEmpty()),
  /external/skia/tools/
skhello.cpp 70 if (!FLAGS_outFile.isEmpty()) {
73 if (!FLAGS_text.isEmpty()) {
  /external/snakeyaml/src/test/java/org/pyyaml/
PyCanonicalTest.java 40 assertFalse(tokens.isEmpty());
66 assertFalse(tokens.isEmpty());
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 52 SplayTree.prototype.isEmpty = function() {
66 if (this.isEmpty()) {
99 if (this.isEmpty()) {
130 if (this.isEmpty()) {
142 if (this.isEmpty()) {
158 if (this.isEmpty()) {
181 if (!this.isEmpty()) {
199 if (this.isEmpty()) {
  /external/v8/benchmarks/
splay.js 147 SplayTree.prototype.isEmpty = function() {
161 if (this.isEmpty()) {
194 if (this.isEmpty()) {
225 if (this.isEmpty()) {
237 if (this.isEmpty()) {
253 if (this.isEmpty()) {
276 if (!this.isEmpty()) {
294 if (this.isEmpty()) {
  /external/v8/tools/
splaytree.js 53 SplayTree.prototype.isEmpty = function() {
68 if (this.isEmpty()) {
101 if (this.isEmpty()) {
132 if (this.isEmpty()) {
144 if (this.isEmpty()) {
159 if (this.isEmpty()) {
175 if (this.isEmpty()) {
225 if (this.isEmpty()) {
  /external/vogar/src/vogar/
HostFileCache.java 38 if (!rawResult.isEmpty()) {
47 if (!rawResult.isEmpty()) {
  /external/webrtc/webrtc/libjingle/xmllite/
xmlbuilder.cc 38 if (tagName.IsEmpty())
50 if (attName.IsEmpty()) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 75 if (bss.isEmpty() || bss.startsWith("FAIL"))
108 if (bssid.isEmpty())
  /frameworks/base/core/java/android/accounts/
Account.java 47 if (TextUtils.isEmpty(name)) {
50 if (TextUtils.isEmpty(type)) {
  /frameworks/base/core/java/android/speech/tts/
EventLoggerV1.java 68 if (!TextUtils.isEmpty(mRequest.getCountry())) {
72 if (!TextUtils.isEmpty(mRequest.getVariant())) {
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MultiValueMap.java 68 if (values.isEmpty()) {
88 if (values.isEmpty()) {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
MDnsUtils.java 53 if (!TextUtils.isEmpty(vendor)) return vendor;
55 if (!TextUtils.isEmpty(vendor)) return vendor;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
MDnsUtils.java 53 if (!TextUtils.isEmpty(vendor)) return vendor;
55 if (!TextUtils.isEmpty(vendor)) return vendor;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
ReferenceCountedTrigger.java 62 if (mCount == 0 && !mFirstIncRunnables.isEmpty()) {
99 if (!mLastDecRunnables.isEmpty()) {
  /frameworks/native/include/input/
Keyboard.h 59 return !keyLayoutFile.isEmpty();
63 return !keyCharacterMapFile.isEmpty();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
MultiValueMap.java 70 if (values.isEmpty()) {
90 if (values.isEmpty()) {

Completed in 595 milliseconds

<<11121314151617181920>>