OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
1726 - 1750
of
8076
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/nist-sip/java/gov/nist/javax/sip/header/
Event.java
118
if (!parameters.
isEmpty
()) {
From.java
88
if (!parameters.
isEmpty
()) {
To.java
103
if (!parameters.
isEmpty
()) {
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java
64
if (!parameters.
isEmpty
()) {
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkID.java
94
if (!parameters.
isEmpty
())
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
RecordedRequest.java
81
return values.
isEmpty
() ? null : values.get(0);
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
[
all
...]
/external/pdfium/xfa/src/fwl/src/theme/
scrollbartp.cpp
106
if (rect.
IsEmpty
(0.1f)) {
122
if (rect.
IsEmpty
(0.1f)) {
267
if (pRect->
IsEmpty
()) {
291
if (pRect->
IsEmpty
()) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java
99
public boolean
isEmpty
() {
/external/skia/gm/
filltypespersp.cpp
20
if (fPath.
isEmpty
()) {
/external/skia/samplecode/
OverView.cpp
39
if (filter.
isEmpty
()) {
/external/skia/site/user/api/
skregion.md
21
bool SkRegion::
isEmpty
();
/external/skia/src/animator/
SkDrawRectangle.cpp
75
value->fOperand.fS32 = fBounds.
isEmpty
() == false;
SkTDArray_Experimental.h
53
bool
isEmpty
() const { return fCount == 0; }
/external/skia/src/core/
SkDraw.cpp
121
if (fRC->
isEmpty
()) {
260
if (fRC->
isEmpty
()) {
559
if (fRC->
isEmpty
()) {
654
if (!pointData.fFirst.
isEmpty
()) {
662
if (!pointData.fLast.
isEmpty
()) {
803
if (fRC->
isEmpty
()) {
902
if (srcM.fBounds.
isEmpty
()) {
[
all
...]
SkFontDescriptor.cpp
45
if (!string.
isEmpty
()) {
SkPictureImageGenerator.cpp
43
if (!picture || size.
isEmpty
()) {
/external/skia/src/gpu/
GrLayerAtlas.h
70
bool
isEmpty
() const { return 0 == fPlots.count(); }
/external/skia/src/gpu/gl/
GrGLPathRange.cpp
65
if (origSkPath.
isEmpty
()) {
/external/skia/tests/
DeviceLooperTest.cpp
129
REPORTER_ASSERT(reporter, !looper.getRC().
isEmpty
());
PathOpsBuilderTest.cpp
17
REPORTER_ASSERT(reporter, result.
isEmpty
());
21
REPORTER_ASSERT(reporter, result.
isEmpty
());
25
REPORTER_ASSERT(reporter, result.
isEmpty
());
52
REPORTER_ASSERT(reporter, result.
isEmpty
());
PathOpsSimplifyFailTest.cpp
64
REPORTER_ASSERT(reporter, result.
isEmpty
());
PathOpsTightBoundsTest.cpp
103
if (!bitsWritten.
isEmpty
()) {
/external/skia/tools/lua/
paths.lua
56
if path:
isEmpty
() then
skia.lua
47
function Sk.Rect:
isEmpty
()
Completed in 1087 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>