/external/libnl/lib/route/cls/ |
ematch.c | 265 int nmatches = 0, err, remaining; local 295 nla_for_each_nested(a, tb[TCA_EMATCH_TREE_LIST], remaining) {
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
DecoderConfigDescriptor.java | 77 if (bb.remaining() > 2) { //1byte tag + at least 1byte size
98 while (bb.remaining() > 2) {
|
/external/opencv/cxcore/src/ |
cxsumpixels.cpp | 142 int remaining = block_size; \ 207 remaining = block_size 245 int limit = MIN( remaining, size.width - x ); \ 246 remaining -= limit; \ 249 if( remaining == 0 ) \ 317 int limit = MIN( remaining, size.width - x ); \ 318 remaining -= limit; \ 321 if( remaining == 0 ) \ [all...] |
/external/openssl/crypto/des/ |
cfb64ede.c | 194 /* now the remaining bits */ 232 /* now the remaining bits */
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 83 remaining, if we're going to have to play another file after the first one. See 90 play the next file if the previously saved next track and frames remaining
|
/external/qemu-pc-bios/bochs/bios/ |
apmbios.S | 298 mov cl, #0xff // unknown remaining time 300 mov dx, #0xffff // unknown remaining time
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
complement.h | 37 // destination of all RHO labels. Each remaining output state s 39 // these states is the rho label, the remaining arcs correspond to the
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 73 -- check if remaining part are comments only
85 -- cleanup if only comments remaining
|
picoloadphones.lua | 71 -- check if remaining part are comments only
83 -- cleanup if only comments remaining
|
/external/wpa_supplicant_8/src/wps/ |
http_client.c | 90 "bytes remaining)", 107 "remaining",
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_TransRecBlockCoef_intra.c | 42 * DC coefficient is first, and the remaining buffer locations 82 * the predicted DC coefficient; the remaining entries contain the
|
/frameworks/base/core/java/android/os/ |
BatteryManager.java | 155 * Remaining battery capacity as an integer percentage of total capacity 161 * Battery remaining energy in nanowatt-hours, as a long integer.
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 610 long remaining = fileSize; local 617 while (remaining > 0) { 618 if (remaining < CHUNK_SIZE) { 619 nextChunkSize = (int)remaining; 620 remaining = 0; 624 remaining -= CHUNK_SIZE; 629 "remaining bytes to be written: " + remaining); [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | 389 int remaining 403 pointer.remaining() [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSimPukView.java | 214 private Dialog getPukRemainingAttemptsDialog(int remaining) { 215 String msg = getPukPasswordErrorMessage(remaining);
|
/frameworks/base/telecomm/java/android/telecom/ |
ConnectionServiceAdapter.java | 220 void onPostDialWait(String callId, String remaining) { 223 adapter.onPostDialWait(callId, remaining);
|
Phone.java | 127 final void internalSetPostDialWait(String telecomId, String remaining) { 130 call.internalSetPostDialWait(remaining);
|
RemoteConnectionService.java | 219 public void onPostDialWait(String callId, String remaining) { 221 .setPostDialWait(remaining);
|
/libcore/luni/src/main/java/java/io/ |
StringReader.java | 212 * number of characters remaining:<br> {@code -(num chars already 213 * read) <= distance skipped <= num chars remaining}.
|
/libcore/luni/src/main/java/java/nio/channels/ |
FileChannel.java | 317 * The maximum number of bytes that will be read is the remaining number of 350 * remaining number of bytes in the buffer). The number of bytes actually 420 * This method attempts to read all {@code remaining()} bytes from {@code 471 * remaining in the source channel or if the source channel is non-blocking 623 * some number of bytes are written (up to the remaining number of bytes in 651 * remaining number of bytes in the buffer). The number of bytes actually 688 * the bytes are written (up to the remaining number of bytes in all the 719 * file channel. This method attempts to write all {@code remaining()} [all...] |
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetEncoderICU.java | 202 outEnd = out.remaining(); 218 inEnd = in.remaining();
|
/libcore/luni/src/main/java/java/sql/ |
BatchUpdateException.java | 34 * thrown, the JDBC driver may continue processing the remaining commands in the 210 * thrown, the JDBC driver may continue processing the remaining commands in
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharsetEncoder.java | 107 if (out.remaining() < 2)
146 if (out.remaining() < 4)
|
/pdk/apps/CameraITS/service/src/com/android/camera2/its/ |
ItsUtils.java | 172 if (buffer.remaining() < readSize) { 173 readSize = buffer.remaining();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
LinearLayoutRule.java | 254 // size (without this, only the remaining space is [all...] |