OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
101 - 125
of
8076
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/unittests/compiler/
js-type-feedback-unittest.cc
116
EXPECT_TRUE(dependencies()->
IsEmpty
());
141
EXPECT_FALSE(dependencies()->
IsEmpty
());
160
EXPECT_TRUE(dependencies()->
IsEmpty
());
185
EXPECT_FALSE(dependencies()->
IsEmpty
());
202
EXPECT_TRUE(dependencies()->
IsEmpty
());
227
EXPECT_FALSE(dependencies()->
IsEmpty
());
245
EXPECT_TRUE(dependencies()->
IsEmpty
());
278
EXPECT_FALSE(dependencies()->
IsEmpty
());
296
EXPECT_TRUE(dependencies()->
IsEmpty
());
330
EXPECT_FALSE(dependencies()->
IsEmpty
());
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSubSetTest.java
43
assertTrue(q.
isEmpty
());
52
assertFalse(s.
isEmpty
());
62
assertTrue(q.
isEmpty
());
80
assertTrue(q.
isEmpty
());
93
assertTrue(set.
isEmpty
());
99
assertTrue(set.
isEmpty
());
111
*
isEmpty
is true before add, false after
115
assertTrue(q.
isEmpty
());
117
assertFalse(q.
isEmpty
());
121
assertTrue(q.
isEmpty
());
[
all
...]
TreeSubSetTest.java
43
assertTrue(q.
isEmpty
());
52
assertFalse(s.
isEmpty
());
62
assertTrue(q.
isEmpty
());
77
assertTrue(q.
isEmpty
());
90
assertTrue(set.
isEmpty
());
96
assertTrue(set.
isEmpty
());
108
*
isEmpty
is true before add, false after
112
assertTrue(q.
isEmpty
());
114
assertFalse(q.
isEmpty
());
118
assertTrue(q.
isEmpty
());
[
all
...]
ConcurrentLinkedQueueTest.java
39
assertTrue(q.
isEmpty
());
42
assertFalse(q.
isEmpty
());
100
*
isEmpty
is true before add, false after
104
assertTrue(q.
isEmpty
());
106
assertFalse(q.
isEmpty
());
110
assertTrue(q.
isEmpty
());
305
assertTrue(q.
isEmpty
());
326
assertTrue(q.
isEmpty
());
329
assertFalse(q.
isEmpty
());
331
assertTrue(q.
isEmpty
());
[
all
...]
PriorityQueueTest.java
45
assertTrue(q.
isEmpty
());
50
assertFalse(q.
isEmpty
());
133
*
isEmpty
is true before add, false after
137
assertTrue(q.
isEmpty
());
139
assertFalse(q.
isEmpty
());
143
assertTrue(q.
isEmpty
());
339
assertTrue(q.
isEmpty
());
360
assertTrue(q.
isEmpty
());
363
assertFalse(q.
isEmpty
());
365
assertTrue(q.
isEmpty
());
[
all
...]
/external/chromium-trace/catapult/tracing/tracing/base/
range_test.html
18
assert.isTrue(range.
isEmpty
);
20
assert.isFalse(range.
isEmpty
);
25
assert.isFalse(range.
isEmpty
);
41
assert.equal(r2.
isEmpty
, r.
isEmpty
);
51
assert.isTrue(r.
isEmpty
);
56
assert.equal(r2.
isEmpty
, r.
isEmpty
);
70
assert.isFalse(r.
isEmpty
);
338
assert.isTrue(r1.findIntersection(r2).
isEmpty
);
[
all
...]
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
AtomicLongMapTest.java
44
assertFalse(map.
isEmpty
());
65
assertTrue(!map.
isEmpty
());
98
assertTrue(!map.
isEmpty
());
131
assertTrue(!map.
isEmpty
());
164
assertTrue(!map.
isEmpty
());
199
assertTrue(!map.
isEmpty
());
234
assertTrue(!map.
isEmpty
());
269
assertTrue(!map.
isEmpty
());
294
assertTrue(map.
isEmpty
());
304
assertFalse(map.
isEmpty
());
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableRangeMapTest.java
87
range1.isConnected(range2) && !range1.intersection(range2).
isEmpty
();
103
if (!range1.isConnected(range2) || range1.intersection(range2).
isEmpty
()) {
141
if (!range1.isConnected(range2) || range1.intersection(range2).
isEmpty
()) {
153
if (!range1.isConnected(range2) || range1.intersection(range2).
isEmpty
()) {
186
if (!range1.isConnected(range2) || range1.intersection(range2).
isEmpty
()) {
206
if (!range1.isConnected(range2) || range1.intersection(range2).
isEmpty
()) {
216
&& !entry.getKey().intersection(subRange).
isEmpty
()) {
/external/v8/test/unittests/
atomic-utils-unittest.cc
115
EXPECT_TRUE(a.
IsEmpty
());
123
EXPECT_FALSE(a.
IsEmpty
());
134
EXPECT_FALSE(a.
IsEmpty
());
135
EXPECT_TRUE(b.
IsEmpty
());
137
EXPECT_FALSE(b.
IsEmpty
());
176
EXPECT_TRUE(b.
IsEmpty
());
190
EXPECT_TRUE(a.
IsEmpty
());
/frameworks/base/libs/hwui/
BakedOpState.cpp
58
if (CC_UNLIKELY(clipRect.
isEmpty
() || !clippedBounds.intersects(clipRect))) {
112
if (CC_UNLIKELY(snapshot.getRenderTargetClip().
isEmpty
())) return nullptr;
115
if (bakedState->computedState.clippedBounds.
isEmpty
()) {
125
if (CC_UNLIKELY(snapshot.getRenderTargetClip().
isEmpty
())) return nullptr;
131
if (CC_UNLIKELY(snapshot.getRenderTargetClip().
isEmpty
())) return nullptr;
138
if (bakedState->computedState.clippedBounds.
isEmpty
()) {
149
if (CC_UNLIKELY(snapshot.getRenderTargetClip().
isEmpty
())) return nullptr;
/libcore/ojluni/src/main/java/sun/util/locale/
LocaleExtensions.java
73
boolean hasExtension = !LocaleUtils.
isEmpty
(extensions);
74
boolean hasUAttributes = !LocaleUtils.
isEmpty
(uattributes);
75
boolean hasUKeywords = !LocaleUtils.
isEmpty
(ukeywords);
126
if (map.
isEmpty
()) {
137
if (extensionMap.
isEmpty
()) {
182
public boolean
isEmpty
() {
183
return extensionMap.
isEmpty
();
LocaleUtils.java
209
static boolean
isEmpty
(String str) {
213
static boolean
isEmpty
(Set<?> set) {
214
return set == null || set.
isEmpty
();
217
static boolean
isEmpty
(Map<?, ?> map) {
218
return map == null || map.
isEmpty
();
221
static boolean
isEmpty
(List<?> list) {
222
return list == null || list.
isEmpty
();
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java
67
return TextUtils.
isEmpty
(text) ? null : text;
122
if (TextUtils.
isEmpty
(dataSet)) {
163
if (!TextUtils.
isEmpty
(account.name)) sb.append(account.name);
165
if (!TextUtils.
isEmpty
(account.type)) sb.append(account.type);
167
if (!TextUtils.
isEmpty
(account.dataSet)) sb.append(account.dataSet);
190
TextUtils.
isEmpty
(array[2]) ? null : array[2]);
216
if (TextUtils.
isEmpty
(s)) {
/packages/services/Mms/src/com/android/mms/service/
ApnSettings.java
98
if (!TextUtils.
isEmpty
(apnName)) {
123
if (TextUtils.
isEmpty
(mmscUrl)) {
133
if (!TextUtils.
isEmpty
(proxyAddress)) {
137
if (!TextUtils.
isEmpty
(portString)) {
165
if (TextUtils.
isEmpty
(value)) {
201
return !TextUtils.
isEmpty
(mProxyAddress);
206
if (TextUtils.
isEmpty
(types)) {
/external/easymock/src/org/easymock/
Capture.java
65
return !values.
isEmpty
();
77
if (values.
isEmpty
()) {
130
if (values.
isEmpty
()) {
/external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedSet.java
46
@Override public boolean
isEmpty
() {
55
return targets.
isEmpty
();
83
return that.
isEmpty
();
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
SessionInfoStore.java
34
public boolean
isEmpty
() {
35
return infos.
isEmpty
();
64
if (infos.
isEmpty
()) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java
37
if (!TextUtils.
isEmpty
(line)) {
52
if (TextUtils.
isEmpty
(line)) {
95
if (!mExpectedLineList.
isEmpty
()) {
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneNumberDisplayUtil.java
71
if (!TextUtils.
isEmpty
(displayName)) {
75
if (!TextUtils.
isEmpty
(formattedNumber)) {
77
} else if (!TextUtils.
isEmpty
(number)) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSubtypePreference.java
48
if (TextUtils.
isEmpty
(subtypeLocaleString)) {
83
if (TextUtils.
isEmpty
(t0)) {
86
if (TextUtils.
isEmpty
(t1)) {
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
Utils.java
63
if (!TextUtils.
isEmpty
(incomingE16Number)) {
66
if (TextUtils.
isEmpty
(rawNumber)) {
75
return TextUtils.
isEmpty
(selection) ? null : "(" + selection + ")";
/external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp
354
} else if (pStaticObjects->at(i) && !pStaticObjects->at(i)->
IsEmpty
()) {
360
if (!pObj.
IsEmpty
()) {
462
if (pObj.
IsEmpty
() || !pObj->InternalFieldCount())
482
if (pObj.
IsEmpty
())
504
if (pObj.
IsEmpty
() || !pObj->InternalFieldCount())
514
if (pObj.
IsEmpty
())
539
if (pObj.
IsEmpty
() || !pObj->InternalFieldCount())
559
if (pObj.
IsEmpty
())
570
if (pObj.
IsEmpty
())
582
if (pObj.
IsEmpty
())
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java
165
if (TextUtils.
isEmpty
(charset)) {
175
if (TextUtils.
isEmpty
(charset)) {
218
return !(TextUtils.
isEmpty
(familyName) && TextUtils.
isEmpty
(middleName) &&
219
TextUtils.
isEmpty
(givenName) && TextUtils.
isEmpty
(prefix) &&
220
TextUtils.
isEmpty
(suffix) && TextUtils.
isEmpty
(phoneticFamilyName) &&
221
TextUtils.
isEmpty
(phoneticMiddleName) && TextUtils.
isEmpty
(phoneticGivenName) &
[
all
...]
/cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java
86
return previousResultValues.
isEmpty
() ?
112
return previousOutcomesList.
isEmpty
()
125
if (previousResultValues.
isEmpty
()) {
145
return runTimes.
isEmpty
() ? defaultValue : runTimes.get(runTimes.size() - 1);
/external/autotest/frontend/client/src/autotest/tko/
CompositeTestSet.java
20
assert !testSets.
isEmpty
();
Completed in 850 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>