OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
1326 - 1350
of
8076
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/skia/gm/
dstreadshuffle.cpp
61
if (fConvexPath.
isEmpty
()) {
72
if (fConcavePath.
isEmpty
()) {
/external/skia/include/core/
SkMask.h
41
bool
isEmpty
() const { return fBounds.
isEmpty
(); }
/external/skia/src/core/
SkScan_Path.cpp
458
if (!rect.
isEmpty
()) {
526
if (!tmp.
isEmpty
()) {
539
if (!tmp.
isEmpty
()) {
632
if (origClip.
isEmpty
()) {
641
if (finiteClip.
isEmpty
()) {
654
if (ir.
isEmpty
()) {
750
if (clip.
isEmpty
()) {
758
if (ir.
isEmpty
() || !SkIRect::Intersects(ir, clip.getBounds())) {
/external/skia/src/effects/
Sk1DPathEffect.cpp
38
SkASSERT(advance > 0 && !path.
isEmpty
());
209
if (advance <= 0 || path.
isEmpty
()) {
SkXfermodeImageFilter.cpp
73
if (bounds.
isEmpty
()) {
161
if (bounds.
isEmpty
()) {
/external/skia/tools/
get_images_from_skps.cpp
109
if (FLAGS_skps.
isEmpty
() || FLAGS_out.
isEmpty
()) {
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
TriggerRepository.java
175
public synchronized boolean
isEmpty
() {
176
return mTriggers.
isEmpty
();
/external/snakeyaml/src/test/java/org/pyyaml/
CanonicalParser.java
169
if (!events.
isEmpty
()) {
184
if (events.
isEmpty
()) {
/external/v8/test/cctest/
test-api.cc
162
CHECK(!local_env.
IsEmpty
());
166
CHECK(!undef.
IsEmpty
());
202
bool expected_to_throw = receiver.
IsEmpty
();
735
CHECK(maybe_str.
IsEmpty
());
745
CHECK(maybe_str.
IsEmpty
());
[
all
...]
/external/v8/test/mjsunit/tools/
splaytree.js
34
assertTrue(tree.
isEmpty
());
36
assertFalse(tree.
isEmpty
());
/external/vogar/src/vogar/android/
AdbTarget.java
89
if (!output.
isEmpty
()
127
if (!output.
isEmpty
()) {
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java
170
if (expectedIceConnectionChanges.
isEmpty
()) {
332
if (!expectedBuffers.
isEmpty
()) {
336
if (!expectedStateChanges.
isEmpty
()) {
340
if (!expectedRemoteDataChannelLabels.
isEmpty
()) {
364
while (!stillWaitingForExpectations.
isEmpty
()) {
396
while (gotIceCandidates.
isEmpty
()) {
577
assertFalse(offerSdp.description.
isEmpty
());
602
assertFalse(answerSdp.description.
isEmpty
());
/frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp
146
if (!result.mMetadata.
isEmpty
()) {
163
__FUNCTION__, device->getId(), result.mMetadata.
isEmpty
());
/frameworks/base/core/java/android/content/pm/
IntentFilterVerificationInfo.java
128
if (TextUtils.
isEmpty
(value)) {
163
if (!TextUtils.
isEmpty
(name)) {
/frameworks/base/core/java/android/os/
UEventObserver.java
97
if (match == null || match.
isEmpty
()) {
205
if (!mTempObserversToSignal.
isEmpty
()) {
/frameworks/base/core/java/android/security/net/config/
ApplicationConfig.java
55
return mConfigs != null && !mConfigs.
isEmpty
();
72
if (hostname == null || hostname.
isEmpty
() || mConfigs == null) {
NetworkSecurityTrustManager.java
120
if (pinSet.pins.
isEmpty
()
152
if (chain.
isEmpty
()) {
/frameworks/base/core/java/android/speech/tts/
TtsEngines.java
285
engine.label = TextUtils.
isEmpty
(label) ? engine.name : label.toString();
342
if (TextUtils.
isEmpty
(localeString)) {
367
return TextUtils.
isEmpty
(parseEnginePrefFromList(
381
if (!TextUtils.
isEmpty
(localeString)) {
441
if (!TextUtils.
isEmpty
(language)) {
449
if (!TextUtils.
isEmpty
(country)) {
496
if (TextUtils.
isEmpty
(prefValue)) {
544
if (TextUtils.
isEmpty
(list)) {
/frameworks/base/core/java/android/view/
WindowInfo.java
73
if (other.childTokens != null && !other.childTokens.
isEmpty
()) {
105
if (childTokens != null && !childTokens.
isEmpty
()) {
/frameworks/base/core/java/android/webkit/
MimeTypeMap.java
44
if (!TextUtils.
isEmpty
(url)) {
61
if (!filename.
isEmpty
() &&
/frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java
81
public boolean
isEmpty
() {
82
return mAdapter == null || mAdapter.
isEmpty
();
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteCursorTest.java
106
assertTrue(rows.
isEmpty
());
131
assertTrue(rows.
isEmpty
());
/frameworks/base/docs/html/training/tv/discovery/
in-app-search.jd
121
if (!TextUtils.
isEmpty
(newQuery)) {
132
if (!TextUtils.
isEmpty
(query)) {
/frameworks/base/media/java/android/media/
RemoteDisplayState.java
142
return !TextUtils.
isEmpty
(id) && !TextUtils.
isEmpty
(name);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
Shared.java
164
final boolean leftEmpty = TextUtils.
isEmpty
(lhs);
165
final boolean rightEmpty = TextUtils.
isEmpty
(rhs);
Completed in 1283 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>