OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
1301 - 1325
of
8076
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java
131
if (!answers.
isEmpty
()) {
148
if (!out.
isEmpty
()) this.getDns().send(out);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java
106
if (!out.
isEmpty
()) {
122
assert !in.
isEmpty
();
/external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java
89
if (value == null || value.
isEmpty
()) {
120
if (value == null || value.
isEmpty
()) {
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapper.java
175
return Collections.unmodifiableList(timezones.
isEmpty
() ? UNKNOWN_TIME_ZONE_LIST
188
return Collections.unmodifiableList(timezones.
isEmpty
() ? UNKNOWN_TIME_ZONE_LIST
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
147
///
isEmpty
- Return true if this constant pool contains no constants.
148
bool
isEmpty
() const { return Constants.empty(); }
MachineJumpTableInfo.h
95
///
isEmpty
- Return true if there are no jump tables.
97
bool
isEmpty
() const { return JumpTables.empty(); }
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
140
if (PAL.
isEmpty
()) return 0; // Null maps to zero.
147
if (PAL.
isEmpty
()) return 0; // Null maps to zero.
/external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp
145
if (pathParts.
IsEmpty
())
152
if (!pathParts.
IsEmpty
())
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.h
189
|| !ErrorMessage.
IsEmpty
()
190
|| !WarningMessage.
IsEmpty
();
/external/lzma/CPP/7zip/UI/Console/
List.cpp
393
if (!f.NameA.
IsEmpty
())
517
if (!f.NameA.
IsEmpty
())
801
if (!s.
IsEmpty
())
806
if (!nameA.
IsEmpty
())
843
if (!er.ErrorMessage.
IsEmpty
())
847
if (!er.WarningMessage.
IsEmpty
())
974
if (!arc.WarningMessage.
IsEmpty
())
985
if (!arc.ErrorMessage.
IsEmpty
())
/external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp
174
if (outputDir.
IsEmpty
())
220
extractCallback->PasswordIsDefined = !dialog.Password.
IsEmpty
();
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
Assert.java
86
if (collection.
isEmpty
()) {
100
if (map.
isEmpty
()) {
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/util/
Assert.java
86
if (collection.
isEmpty
()) {
100
if (map.
isEmpty
()) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java
173
if (this.isClosed && this.buffList.
isEmpty
())
177
while (this.buffList.
isEmpty
()) {
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DelegatingHttpsURLConnection.java
67
return !result.
isEmpty
() ? result.toArray(new Certificate[result.size()]) : null;
74
return !result.
isEmpty
() ? result.toArray(new Certificate[result.size()]) : null;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp
151
if (wsFileName.
IsEmpty
()) {
157
if (wsFileName.
IsEmpty
() && pDict->KeyExist("DOS")) {
/external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp
80
if (str.
IsEmpty
()) {
131
if (stringSrc.
IsEmpty
()) {
143
if (stringSrc.
IsEmpty
()) {
176
if (string.
IsEmpty
()) {
194
return str.
IsEmpty
();
200
if (
IsEmpty
()) {
201
return other.
IsEmpty
();
203
if (other.
IsEmpty
()) {
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp
226
if (sDA.
IsEmpty
()) {
234
if (!sDA.
IsEmpty
()) {
/external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h
157
FX_BOOL
IsEmpty
() const { return CFX_MapPtrToPtr::
IsEmpty
(); }
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp
120
bRet = wsValue.
IsEmpty
();
490
if (m_wsValue.
IsEmpty
()) {
536
if (wsDateTime.
IsEmpty
()) {
553
if (wsValue.
IsEmpty
()) {
791
if (wsDateTime.
IsEmpty
()) {
896
FXSYS_assert(wsFormat.
IsEmpty
());
932
if (wsFormat.
IsEmpty
() || wsNumeric.
IsEmpty
()) {
/external/proguard/src/proguard/ant/
ProGuardTask.java
259
configuration.note.
isEmpty
())
278
configuration.warn.
isEmpty
())
/external/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java
166
overflowEntries = overflowEntries.
isEmpty
() ?
195
return overflowEntries.
isEmpty
() ?
263
if (!entryList.
isEmpty
()) {
266
if (!overflowEntries.
isEmpty
()) {
288
if (overflowEntries.
isEmpty
()) {
298
if (!overflowEntries.
isEmpty
()) {
378
if (overflowEntries.
isEmpty
() && !(overflowEntries instanceof TreeMap)) {
390
if (entryList.
isEmpty
() && !(entryList instanceof ArrayList)) {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentManagerTest.java
168
assertTrue(manager.getCommittedTransactions().
isEmpty
());
171
assertTrue(manager.getCommittedTransactions().
isEmpty
());
/external/skia/experimental/SkV8Example/
JsContext.cpp
33
if (gContextTemplate.
IsEmpty
()) {
91
if (result.
IsEmpty
()) {
/external/skia/experimental/nanomsg/
picture_demo.cpp
189
if (!FLAGS_skp.
isEmpty
()) {
193
if (!FLAGS_png.
isEmpty
()) {
Completed in 809 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>