OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextSize
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/cmds/bootanimation/
audioplay.cpp
52
static unsigned
nextSize
;
333
if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &
nextSize
)) {
342
CHATTY("playClip on player %p: buf=%p size=%d
nextSize
%d",
343
bqPlayerBufferQueue, buf, size,
nextSize
);
345
if (
nextSize
> 0) {
349
result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer,
nextSize
);
/frameworks/base/libs/androidfw/
ZipUtils.cpp
110
const unsigned long
nextSize
= reader.read(&nextBuffer, getSize);
112
if (
nextSize
< getSize || nextBuffer == NULL) {
113
ALOGD("inflate read failed (%ld vs %ld)\n",
nextSize
, getSize);
117
compRemaining -=
nextSize
;
120
zstream.avail_in =
nextSize
;
/packages/apps/Launcher3/src/com/android/launcher3/model/
GridSizeMigrationTask.java
[
all
...]
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
GridSizeMigrationTaskTest.java
433
protected boolean runStepTask(Point sourceSize, Point
nextSize
) throws Exception {
435
assertEquals(
nextSize
, mPoints.poll());
/prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go
235
nextSize
:= codegen[inIndex]
236
if
nextSize
== size {
288
size =
nextSize
/prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go
235
nextSize
:= codegen[inIndex]
236
if
nextSize
== size {
288
size =
nextSize
Completed in 706 milliseconds