OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
326 - 350
of
8076
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
KnownBandsChannelHelperTest.java
290
assertTrue(mChannelCollection.
isEmpty
());
310
assertTrue(mChannelCollection.
isEmpty
());
329
assertFalse(mChannelCollection.
isEmpty
());
348
assertFalse(mChannelCollection.
isEmpty
());
368
assertFalse(mChannelCollection.
isEmpty
());
388
assertFalse(mChannelCollection.
isEmpty
());
408
assertFalse(mChannelCollection.
isEmpty
());
427
assertFalse(mChannelCollection.
isEmpty
());
NoBandChannelHelperTest.java
226
assertTrue(mChannelCollection.
isEmpty
());
245
assertTrue(mChannelCollection.
isEmpty
());
262
assertFalse(mChannelCollection.
isEmpty
());
281
assertFalse(mChannelCollection.
isEmpty
());
301
assertFalse(mChannelCollection.
isEmpty
());
320
assertFalse(mChannelCollection.
isEmpty
());
339
assertFalse(mChannelCollection.
isEmpty
());
358
assertFalse(mChannelCollection.
isEmpty
());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowHoverCardView.java
60
if (!TextUtils.
isEmpty
(text)) {
79
if (!TextUtils.
isEmpty
(text)) {
/hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp
106
if (mUpdatedSwitchMask.
isEmpty
()) {
112
while (!mUpdatedSwitchMask.
isEmpty
()) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SortedMapTestBase.java
57
assertTrue(map.
isEmpty
());
154
while (!ref.
isEmpty
()) {
259
assertEquals(ref.
isEmpty
(), map.
isEmpty
());
281
assertTrue(map.
isEmpty
());
296
assertEquals(ref.
isEmpty
(), map.
isEmpty
());
297
if (!ref.
isEmpty
()) {
/libcore/luni/src/test/java/libcore/java/util/
RemoveIfTester.java
53
assertTrue(integers.
isEmpty
());
69
assertTrue(integers.
isEmpty
());
/packages/apps/Launcher3/src/com/android/launcher3/util/
CursorIconInfo.java
52
if (!TextUtils.
isEmpty
(packageName) || !TextUtils.
isEmpty
(resourceName)) {
/packages/apps/Messaging/src/com/android/messaging/sms/
BugleUserAgentInfoLoader.java
85
if (TextUtils.
isEmpty
(mUserAgent)) {
90
if (TextUtils.
isEmpty
(mUAProfUrl)) {
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
MessageDetailsDialog.java
88
if (!TextUtils.
isEmpty
(messageDetails)) {
114
if (!TextUtils.
isEmpty
(rawSender)) {
121
if (!TextUtils.
isEmpty
(rawRecipients)) {
172
details.append(!TextUtils.
isEmpty
(rawSender) ? rawSender :
178
if (!TextUtils.
isEmpty
(rawRecipients)) {
191
if (!TextUtils.
isEmpty
(MmsUtils.cleanseMmsSubject(res, data.getMmsSubject()))) {
329
if (!TextUtils.
isEmpty
(phoneNumber)) {
373
if (TextUtils.
isEmpty
(subscriptionName)) {
SimSelectorItemView.java
73
if (TextUtils.
isEmpty
(displayName)) {
81
if (TextUtils.
isEmpty
(details)) {
/packages/apps/Settings/src/com/android/settings/
OwnerInfoSettings.java
66
if (!TextUtils.
isEmpty
(info)) {
75
mLockPatternUtils.setOwnerInfoEnabled(!TextUtils.
isEmpty
(info), mUserId);
/packages/apps/TV/src/com/android/tv/data/
ChannelLogoFetcher.java
159
if (channels != null && !channels.
isEmpty
()) {
209
if (TextUtils.
isEmpty
(channel.getDisplayName())) {
219
if (TextUtils.
isEmpty
(logoUri)) {
233
if (TextUtils.
isEmpty
(logoUri)) {
239
if (TextUtils.
isEmpty
(logoUri)
243
if (TextUtils.
isEmpty
(logoUri)) {
250
if (TextUtils.
isEmpty
(logoUri)) {
313
if (!TextUtils.
isEmpty
(channelName)) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
AboutFragment.java
115
if (!TextUtils.
isEmpty
(patch)) {
143
if (TextUtils.
isEmpty
(SystemProperties.get(PROPERTY_SELINUX_STATUS))) {
148
if (TextUtils.
isEmpty
(SystemProperties.get(PROPERTY_URL_SAFETYLEGAL))) {
153
if (TextUtils.
isEmpty
(SystemProperties.get(PROPERTY_EQUIPMENT_ID))) {
163
if (TextUtils.
isEmpty
(DeviceInfoUtils.getFeedbackReporterPackage(getActivity()))) {
332
if (!TextUtils.
isEmpty
(intentStr)) {
339
if (!TextUtils.
isEmpty
(extra)) {
361
if (TextUtils.
isEmpty
(reporterPackage)) {
/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
ConversionUtilities.java
84
if (!TextUtils.
isEmpty
(sbText)) {
89
if (!TextUtils.
isEmpty
(sbHtml)) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java
156
message.clipped && !TextUtils.
isEmpty
(message.permalink) ? VISIBLE : GONE);
177
if (attachments == null || attachments.
isEmpty
()) {
202
if (tiledAttachments.
isEmpty
() && barAttachments.
isEmpty
()) {
206
if (!tiledAttachments.
isEmpty
()) {
209
if (!barAttachments.
isEmpty
()) {
304
if (TextUtils.
isEmpty
(activityName)) {
311
if (account != null && !TextUtils.
isEmpty
(message.permalink)) {
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
CollectionUtils.java
65
return c == null || c.
isEmpty
();
75
return map == null || map.
isEmpty
();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForCommonDataKind.java
69
final boolean hasType = !TextUtils.
isEmpty
(augmented.getAsString(mTypeColumn));
70
final boolean hasLabel = !TextUtils.
isEmpty
(augmented.getAsString(mLabelColumn));
/packages/services/Mms/src/com/android/mms/service/
PhoneUtils.java
77
if (TextUtils.
isEmpty
(country)) {
87
if (TextUtils.
isEmpty
(country)) {
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractStandardAppHelper.java
75
if (null == pkg || pkg.
isEmpty
()) {
81
if (null == version || version.
isEmpty
()) {
/prebuilts/misc/common/swig/include/2.0.11/go/
std_vector.i
22
%rename(
isEmpty
) empty;
56
%rename(
isEmpty
) empty;
/prebuilts/misc/common/swig/include/2.0.11/java/
std_vector.i
24
%rename(
isEmpty
) empty;
58
%rename(
isEmpty
) empty;
/system/connectivity/shill/net/
byte_string_unittest.cc
57
EXPECT_TRUE(bs1.
IsEmpty
());
68
EXPECT_FALSE(bs1.
IsEmpty
());
127
EXPECT_TRUE(bs1.GetSubstring(sizeof(kTest1), kBogusOffset).
IsEmpty
());
225
EXPECT_TRUE(bs.
IsEmpty
());
228
EXPECT_TRUE(bs1.
IsEmpty
());
231
EXPECT_TRUE(bs2.
IsEmpty
());
244
EXPECT_TRUE(bs1.
IsEmpty
());
268
EXPECT_TRUE(bs1.
IsEmpty
());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java
59
assertFalse(map.
isEmpty
());
80
assertTrue(!map.
isEmpty
());
113
assertTrue(!map.
isEmpty
());
146
assertTrue(!map.
isEmpty
());
179
assertTrue(!map.
isEmpty
());
214
assertTrue(!map.
isEmpty
());
249
assertTrue(!map.
isEmpty
());
284
assertTrue(!map.
isEmpty
());
309
assertTrue(map.
isEmpty
());
319
assertFalse(map.
isEmpty
());
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentLinkedDequeTest.java
41
assertTrue(q.
isEmpty
());
44
assertFalse(q.
isEmpty
());
53
assertTrue(new ConcurrentLinkedDeque().
isEmpty
());
103
*
isEmpty
is true before add, false after
107
assertTrue(q.
isEmpty
());
109
assertFalse(q.
isEmpty
());
113
assertTrue(q.
isEmpty
());
455
assertTrue(q.
isEmpty
());
559
assertTrue(q.
isEmpty
());
574
assertTrue(q.
isEmpty
());
[
all
...]
/external/lzma/CPP/Common/
Wildcard.cpp
265
if (!Name.
IsEmpty
() ||
266
!SubNodes.
IsEmpty
() ||
267
!ExcludeItems.
IsEmpty
() ||
389
if (isAltStream && !pathParts.
IsEmpty
())
431
if (path.
IsEmpty
())
468
if (path.
IsEmpty
())
472
if (pathParts.Back().
IsEmpty
())
485
if (front.
IsEmpty
())
520
if (pathParts[0].
IsEmpty
() &&
521
pathParts[1].
IsEmpty
() &&
[
all
...]
Completed in 771 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>