OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
76 - 100
of
8076
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableAsList.java
45
public boolean
isEmpty
() {
46
return delegateCollection().
isEmpty
();
/external/jsilver/src/com/google/clearsilver/jsilver/values/
VariantValue.java
56
public boolean
isEmpty
() {
57
return asString().
isEmpty
();
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DummyMap.java
34
public boolean
isEmpty
() {
35
return keys.
isEmpty
();
/external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp
14
if (bsFullName.
IsEmpty
()) {
38
ASSERT(!qTagName.
IsEmpty
());
/external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fmparse.cpp
149
if (m_pErrorInfo->message.
IsEmpty
()) {
241
if (m_pErrorInfo->message.
IsEmpty
()) {
256
if (m_pErrorInfo->message.
IsEmpty
()) {
270
if (m_pErrorInfo->message.
IsEmpty
()) {
288
if (m_pErrorInfo->message.
IsEmpty
()) {
312
if (m_pErrorInfo->message.
IsEmpty
()) {
336
if (m_pErrorInfo->message.
IsEmpty
()) {
347
if (m_pErrorInfo->message.
IsEmpty
()) {
371
if (m_pErrorInfo->message.
IsEmpty
()) {
382
if (m_pErrorInfo->message.
IsEmpty
()) {
[
all
...]
xfa_program.cpp
21
if (!m_pErrorInfo.message.
IsEmpty
()) {
25
if (!m_pErrorInfo.message.
IsEmpty
()) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSmsManager.java
30
if (TextUtils.
isEmpty
(destinationAddress))
33
if (TextUtils.
isEmpty
(text))
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/
ArrayStack.java
35
public boolean
isEmpty
() {
36
return stack.
isEmpty
();
/frameworks/base/core/java/android/hardware/soundtrigger/
KeyphraseMetadata.java
52
return keyphrase.
isEmpty
() || keyphrase.equalsIgnoreCase(phrase);
59
return supportedLocales.
isEmpty
() || supportedLocales.contains(locale);
/libcore/benchmarks/src/benchmarks/regression/
StringIsEmptyBenchmark.java
23
result &= !("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx".
isEmpty
());
31
result &= ("".
isEmpty
());
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
NameAutoCompletePreference.java
53
return TextUtils.
isEmpty
(getText());
59
return TextUtils.
isEmpty
(text) ? super.getSummary() : text;
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java
40
public boolean
isEmpty
() {
41
return mList.
isEmpty
();
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
PermissionsFrameFragment.java
169
boolean
isEmpty
= isPreferenceListEmpty();
170
emptyView.setVisibility(
isEmpty
? View.VISIBLE : View.GONE);
171
recyclerView.setVisibility(
isEmpty
&& adapter.getItemCount() == 0 ?
173
if (!
isEmpty
&& mGridView != null) {
179
boolean
isEmpty
= isPreferenceListEmpty();
180
emptyView.setVisibility(
isEmpty
? View.VISIBLE : View.GONE);
181
recyclerView.setVisibility(
isEmpty
&& adapter.getItemCount() == 0 ?
183
if (!
isEmpty
&& mGridView != null) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
LocaleListCompatUtils.java
27
CompatUtils.getMethod(CLASS_LocaleList, "
isEmpty
");
33
public static boolean
isEmpty
(final Object localeList) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportStatus.java
39
!mFileStatus.get(FileStatus.VCS_FAILURE).
isEmpty
() ||
40
!mFileStatus.get(FileStatus.IO_FAILURE).
isEmpty
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManagerTest.java
39
assertTrue(manager.
isEmpty
());
44
assertTrue(manager.
isEmpty
());
62
assertFalse(manager.
isEmpty
());
75
assertTrue(manager.
isEmpty
());
79
assertFalse(manager.
isEmpty
());
95
assertTrue(manager.
isEmpty
());
112
assertFalse(manager.
isEmpty
());
117
assertFalse(manager.
isEmpty
());
/system/update_engine/payload_generator/
payload_generation_config_unittest.cc
34
EXPECT_FALSE(image_config.partitions[0].postinstall.
IsEmpty
());
49
EXPECT_TRUE(image_config.partitions[0].postinstall.
IsEmpty
());
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsHelper.java
119
if (!TextUtils.
isEmpty
(details.viaNumber)) {
120
if (!TextUtils.
isEmpty
(accountLabel)) {
128
if (!TextUtils.
isEmpty
(accountLabel)) {
144
if (TextUtils.
isEmpty
(details.getPreferredName())) {
155
views.voicemailTranscriptionView.setText(TextUtils.
isEmpty
(details.transcription) ? null
184
if (!TextUtils.
isEmpty
(callTypeOrLocation)) {
207
if (!TextUtils.
isEmpty
(details.number)
211
if (TextUtils.
isEmpty
(details.namePrimary) && !TextUtils.
isEmpty
(details.geocode)) {
214
&& TextUtils.
isEmpty
(details.numberLabel)))
[
all
...]
/art/runtime/gc/
reference_queue_test.cc
34
ASSERT_TRUE(queue.
IsEmpty
());
45
ASSERT_TRUE(!queue.
IsEmpty
());
48
ASSERT_TRUE(!queue.
IsEmpty
());
54
ASSERT_TRUE(!queue.
IsEmpty
());
58
ASSERT_TRUE(queue.
IsEmpty
());
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapSizeTester.java
61
assertTrue(multimap().
isEmpty
());
66
assertFalse(multimap().
isEmpty
());
74
assertFalse(multimap().
isEmpty
());
82
assertFalse(multimap().
isEmpty
());
90
assertFalse(multimap().
isEmpty
());
/external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java
55
assertTrue(listener.
isEmpty
());
72
assertTrue(listener.
isEmpty
());
89
assertTrue(listener.
isEmpty
());
104
assertTrue(listener.
isEmpty
());
121
assertTrue(listener.
isEmpty
());
/external/lzma/CPP/7zip/UI/Common/
ExtractingFilePath.cpp
124
if (s.
IsEmpty
())
153
if (parts.
IsEmpty
())
158
if (s.
IsEmpty
())
170
if (res.
IsEmpty
())
183
while (!s.
IsEmpty
() && (s.Back() == '.' || s.Back() == ' '))
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
NumbersAdapter.java
80
if (!TextUtils.
isEmpty
(info.name)) {
87
if (!TextUtils.
isEmpty
(locationOrType)) {
112
if (!TextUtils.
isEmpty
(info.formattedNumber)) {
114
} else if (!TextUtils.
isEmpty
(info.number)) {
122
if (!TextUtils.
isEmpty
(info.name)) {
/external/libchrome/base/
id_map_unittest.cc
27
EXPECT_TRUE(map.
IsEmpty
());
34
EXPECT_FALSE(map.
IsEmpty
());
39
EXPECT_FALSE(map.
IsEmpty
());
46
EXPECT_FALSE(map.
IsEmpty
());
50
EXPECT_TRUE(map.
IsEmpty
());
87
EXPECT_TRUE(map.
IsEmpty
());
91
EXPECT_TRUE(map.
IsEmpty
());
239
EXPECT_TRUE(map.
IsEmpty
());
249
EXPECT_TRUE(map.
IsEmpty
());
369
EXPECT_TRUE(map.
IsEmpty
());
[
all
...]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp
55
return (stringResult.
IsEmpty
());
168
if (!config.
IsEmpty
())
185
if (!installPrompt.
IsEmpty
() && !assumeYes)
235
if (errorMessage.
IsEmpty
())
252
if (!executeFile.
IsEmpty
())
266
if (!switches.
IsEmpty
())
268
if (!executeParameters.
IsEmpty
())
274
if (parametersSys.
IsEmpty
())
295
if (appLaunched.
IsEmpty
())
316
if (!switches.
IsEmpty
())
[
all
...]
Completed in 784 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>