OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zeroes
(Results
51 - 75
of
622
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/src/com/android/dx/util/
Output.java
120
* @param count {@code >= 0;} the number of
zeroes
to write
/dalvik/vm/alloc/
HeapBitmap.h
94
* Fill the bitmap with
zeroes
. Returns the bitmap's memory to
/external/chromium/third_party/libjingle/source/talk/base/
asyncpacketsocket.h
48
// Returns remote address. Returns
zeroes
if this is not a client TCP socket.
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioChannel.h
96
//
Zeroes
out all sample values in buffer.
Biquad.h
71
// (The
zeroes
will be the inverse of the poles)
/external/chromium_org/third_party/icu/source/io/
ufmt_cmn.h
97
* which will be padded with
zeroes
. -1 means do not pad.
/external/clang/test/Analysis/
constant-folding.c
57
// Unsigned right shift shifts in
zeroes
.
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
HeaderItem.java
92
* Write
zeroes
for the link size and data, as the output
/external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java
317
* There is no need to actually write
zeroes
, since the array is
318
* already preinitialized with
zeroes
.
342
* There is no need to actually write
zeroes
, since the array is
343
* already preinitialized with
zeroes
.
Output.java
118
* @param count {@code >= 0;} the number of
zeroes
to write
/external/icu4c/io/
ufmt_cmn.h
98
* which will be padded with
zeroes
. -1 means do not pad.
/external/iproute2/include/libiptc/
libip6tc.h
99
/*
Zeroes
the counters in a chain. */
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayAnnotatedOutput.java
336
* There is no need to actually write
zeroes
, since the array is
337
* already preinitialized with
zeroes
.
361
* There is no need to actually write
zeroes
, since the array is
362
* already preinitialized with
zeroes
.
/external/valgrind/main/docs/internals/
performance.txt
29
- Nick changed ExeContext gathering to not record/save extra
zeroes
at the
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py
30
'{"Numbers cannot have leading
zeroes
": 013}',
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py
30
'{"Numbers cannot have leading
zeroes
": 013}',
/cts/tests/tests/media/src/android/media/cts/
EncoderTest.java
175
byte[]
zeroes
= new byte[size];
176
buffer.put(
zeroes
);
/external/chromium_org/third_party/skia/include/core/
SkWriter32.h
163
* filled in with
zeroes
.
168
* Write size bytes from src, and pad to 4 byte alignment with
zeroes
.
/external/chromium_org/third_party/skia/src/core/
SkWriter32.cpp
166
// Pad the last four bytes with
zeroes
in one step.
282
// Write the terminating 0 and fill in the rest with
zeroes
/external/ppp/pppd/plugins/pppoatm/
text2atm.c
32
/* no leading
zeroes
*/
133
return TRY_OTHER; /* no leading
zeroes
*/
/external/skia/include/core/
SkWriter32.h
163
* filled in with
zeroes
.
168
* Write size bytes from src, and pad to 4 byte alignment with
zeroes
.
/external/skia/src/core/
SkWriter32.cpp
166
// Pad the last four bytes with
zeroes
in one step.
282
// Write the terminating 0 and fill in the rest with
zeroes
/external/skia/tests/
Writer32Test.cpp
138
// Ensure that the align4 of the string is padded with
zeroes
.
180
// Ensure that the rest is padded with
zeroes
.
/external/jpeg/
jdphuff.c
304
/* If we've run out of data, just leave the MCU set to
zeroes
.
374
/* If we've run out of data, just leave the MCU set to
zeroes
.
386
if (EOBRUN > 0) /* if it's a band of
zeroes
... */
406
k += 15; /* skip 15
zeroes
in band */
457
* since we will not change the data anyway if we read
zeroes
.
/external/qemu/distrib/jpeg-6b/
jdphuff.c
308
/* If we've run out of data, just leave the MCU set to
zeroes
.
378
/* If we've run out of data, just leave the MCU set to
zeroes
.
390
if (EOBRUN > 0) /* if it's a band of
zeroes
... */
410
k += 15; /* skip 15
zeroes
in band */
461
* since we will not change the data anyway if we read
zeroes
.
Completed in 554 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>