Searched
full:blocks (Results
1301 -
1325 of
5464) sorted by null
<<51525354555657585960>>
/external/openssl/crypto/modes/ |
ccm128.c | 68 ctx->blocks = 0; 113 ctx->blocks++; 147 ctx->blocks++; 183 ctx->blocks++; 196 ctx->blocks += ((len+15)>>3)|1; 197 if (ctx->blocks > (U64(1)<<61)) return -2; /* too much data */ 337 ctx->blocks++; 350 ctx->blocks += ((len+15)>>3)|1; 351 if (ctx->blocks > (U64(1)<<61)) return -2; /* too much data */
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeComposer.java | 362 // Remove exceptions with empty code blocks (done before). 387 // Remove exceptions with empty code blocks (done before). 420 // Remove line numbers with empty code blocks. 433 // Remove local variables with empty code blocks. 446 // Remove local variables with empty code blocks. 689 * code blocks. 717 * code blocks or that exceed the code size. 748 * code blocks or that exceed the actual number of local variables. 778 * have empty code blocks or that exceed the actual number of local variables.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
BlockingRpcChannel.java | 42 * Call the given method of the remote service and blocks until it returns.
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
SDL_dmaaudio.c | 220 /* Get number of blocks, looping if we're not using select() */ 227 } while ( frame_ticks && (info.blocks < 1) ); 229 if ( info.blocks > 1 ) { 230 printf("Warning: audio underflow (%d frags)\n", info.blocks-1);
|
/external/skia/tools/copyright/ |
fileparser.py | 77 """Returns a list of all comment blocks within these file contents.
|
/external/v8/src/ |
unbound-queue.h | 40 // elements, so producer never blocks. Implemented after Herb
|
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.stderr.exp | 50 in use at exit: 0 bytes in 0 blocks
|
/external/valgrind/main/memcheck/tests/ |
partial_load_dflt.stderr.exp | 28 in use at exit: ... bytes in ... blocks
|
partial_load_dflt.stderr.exp64 | 28 in use at exit: ... bytes in ... blocks
|
partial_load_dflt.stderr.expr-s390x-mvc | 28 in use at exit: ... bytes in ... blocks
|
/external/valgrind/main/none/tests/x86/ |
smc1.c | 63 optimisation. That will merge up to three basic blocks into the
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
MediaBufferPuller.h | 51 // at the time this method is called, it blocks waiting for
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
combined_decode.cpp | 557 /* Decode each 8-by-8 blocks. comp 0 ~ 3 are luminance blocks, 4 ~ 5 */ 558 /* are chrominance blocks. 04/03/2000. */ 688 /* no IDCT for all zeros blocks 03/28/2002 */ 718 /* no IDCT for all zeros blocks 03/28/2002 */ 742 /* no IDCT for all zeros blocks 03/28/2002 */ 770 /* no IDCT for all zeros blocks 03/28/2002 */ 796 /* no IDCT for all zeros blocks 03/28/2002 */ 820 /* no IDCT for all zeros blocks 03/28/2002 */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 43 * AC coefficients of above and left 4x4 blocks. It is
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 43 * AC coefficients of above and left 4x4 blocks. It is
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c | 52 * the empty blocks.
|
/frameworks/base/core/java/android/net/ |
LocalServerSocket.java | 84 * Accepts a new connection to the socket. Blocks until a new
|
/frameworks/base/core/java/android/os/ |
IServiceManager.java | 33 * service manager. Blocks for a few seconds waiting for it to be
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerThreadTest.java | 55 // The call to getLooper() internally blocks until the looper is
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
index.jd | 13 Android styles, design patterns, building blocks for exceptional Android designs, and more.</p>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
index.jd | 51 fundamental building blocks for creating Android applications that download
|
/frameworks/base/libs/hwui/ |
Fence.h | 63 * Blocks the calling thread until this fence is signaled, or until
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 145 * Supply a pin to unlock the SIM. Blocks until a result is determined. 153 * Blocks until a result is determined. 161 * Supply a pin to unlock the SIM. Blocks until a result is determined. 171 * Blocks until a result is determined.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
VideoTrackDecoder.java | 60 * Waits for the frame to be picked up by the MFF thread, i.e. blocks until the
|
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
KeyChainServiceTestSupport.java | 66 * This method blocks so it must not be called from the UI thread.
|
Completed in 2382 milliseconds
<<51525354555657585960>>