OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_UNKNOWN
(Results
1 - 24
of
24
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
MutableFrameFormat.java
49
mSize =
SIZE_UNKNOWN
;
54
mSize =
SIZE_UNKNOWN
;
61
mSize =
SIZE_UNKNOWN
;
69
mSize =
SIZE_UNKNOWN
;
78
mSize =
SIZE_UNKNOWN
;
FrameFormat.java
54
protected static final int
SIZE_UNKNOWN
= -1;
58
protected int mSize =
SIZE_UNKNOWN
;
151
if (mSize ==
SIZE_UNKNOWN
) mSize = calcSize(mDimensions);
/external/chromium_org/third_party/libjingle/source/talk/base/
stringutils.h
144
const size_t
SIZE_UNKNOWN
= static_cast<size_t>(-1);
199
const CTYPE* source, size_t srclen =
SIZE_UNKNOWN
) {
203
if (srclen ==
SIZE_UNKNOWN
) {
215
const CTYPE* source, size_t srclen =
SIZE_UNKNOWN
) {
265
const char* source, size_t srclen =
SIZE_UNKNOWN
) {
289
const char* source, size_t srclen =
SIZE_UNKNOWN
);
httpbase_unittest.cc
105
size_t expected_length =
SIZE_UNKNOWN
);
115
size_t expected_length =
SIZE_UNKNOWN
);
177
EXPECT_EQ(
SIZE_UNKNOWN
, events[0].data_size);
191
if (
SIZE_UNKNOWN
== expected_length) {
299
if (
SIZE_UNKNOWN
== expected_length) {
stringutils.cc
92
if (srclen ==
SIZE_UNKNOWN
) {
httpbase.cc
76
data_size_ =
SIZE_UNKNOWN
;
122
if ((data_size_ !=
SIZE_UNKNOWN
) && (available > data_size_)) {
135
if (data_size_ !=
SIZE_UNKNOWN
) {
237
return (state_ == ST_DATA) && (data_size_ ==
SIZE_UNKNOWN
);
353
if (
SIZE_UNKNOWN
== data_size)
stream.cc
222
: StreamAdapterInterface(stream), start_(
SIZE_UNKNOWN
), pos_(0),
223
length_(
SIZE_UNKNOWN
) {
224
// It's ok for this to fail, in which case start_ is left as
SIZE_UNKNOWN
.
229
: StreamAdapterInterface(stream), start_(
SIZE_UNKNOWN
), pos_(0),
231
// It's ok for this to fail, in which case start_ is left as
SIZE_UNKNOWN
.
237
if (
SIZE_UNKNOWN
!= length_) {
255
if (
SIZE_UNKNOWN
== start_)
257
if ((
SIZE_UNKNOWN
!= length_) && (position > length_))
266
if (
SIZE_UNKNOWN
== start_)
281
if (
SIZE_UNKNOWN
!= start_)
[
all
...]
httpserver.cc
195
if (data_size ==
SIZE_UNKNOWN
) {
testutils.h
181
write_block_ =
SIZE_UNKNOWN
;
261
if (
SIZE_UNKNOWN
!= write_block_) {
httpclient.cc
674
if (!ignore_data && !chunked && (data_size !=
SIZE_UNKNOWN
)
/external/chromium/third_party/libjingle/source/talk/base/
stringutils.h
147
const size_t
SIZE_UNKNOWN
= static_cast<size_t>(-1);
202
const CTYPE* source, size_t srclen =
SIZE_UNKNOWN
) {
206
if (srclen ==
SIZE_UNKNOWN
) {
218
const CTYPE* source, size_t srclen =
SIZE_UNKNOWN
) {
273
const char* source, size_t srclen =
SIZE_UNKNOWN
) {
297
const char* source, size_t srclen =
SIZE_UNKNOWN
);
stream.cc
231
: StreamAdapterInterface(stream), start_(
SIZE_UNKNOWN
), pos_(0),
232
length_(
SIZE_UNKNOWN
)
234
// It's ok for this to fail, in which case start_ is left as
SIZE_UNKNOWN
.
239
: StreamAdapterInterface(stream), start_(
SIZE_UNKNOWN
), pos_(0),
242
// It's ok for this to fail, in which case start_ is left as
SIZE_UNKNOWN
.
249
if (
SIZE_UNKNOWN
!= length_) {
267
if (
SIZE_UNKNOWN
== start_)
269
if ((
SIZE_UNKNOWN
!= length_) && (position > length_))
278
if (
SIZE_UNKNOWN
== start_)
293
if (
SIZE_UNKNOWN
!= start_)
[
all
...]
stringutils.cc
92
if (srclen ==
SIZE_UNKNOWN
) {
httpbase.cc
76
data_size_ =
SIZE_UNKNOWN
;
122
if ((data_size_ !=
SIZE_UNKNOWN
) && (available > data_size_)) {
135
if (data_size_ !=
SIZE_UNKNOWN
) {
233
return (state_ == ST_DATA) && (data_size_ ==
SIZE_UNKNOWN
);
349
if (
SIZE_UNKNOWN
== data_size)
httpclient.cc
641
if (!ignore_data && !chunked && (data_size !=
SIZE_UNKNOWN
)
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java
40
public static final int
SIZE_UNKNOWN
= -1;
105
protected int mImageWidth =
SIZE_UNKNOWN
;
106
protected int mImageHeight =
SIZE_UNKNOWN
;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java
43
public static final int
SIZE_UNKNOWN
= -1;
108
protected int mImageWidth =
SIZE_UNKNOWN
;
109
protected int mImageHeight =
SIZE_UNKNOWN
;
/packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java
40
public static final int
SIZE_UNKNOWN
= -1;
105
protected int mImageWidth =
SIZE_UNKNOWN
;
106
protected int mImageHeight =
SIZE_UNKNOWN
;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java
40
public static final int
SIZE_UNKNOWN
= -1;
105
protected int mImageWidth =
SIZE_UNKNOWN
;
106
protected int mImageHeight =
SIZE_UNKNOWN
;
/packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java
59
static final int
SIZE_UNKNOWN
= -1;
122
this.size =
SIZE_UNKNOWN
;
[
all
...]
InstalledAppDetails.java
[
all
...]
/prebuilts/devtools/tools/lib/
commons-compress-1.0.jar
/prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar
Completed in 468 milliseconds