HomeSort by relevance Sort by last modified time
    Searched full:processed (Results 51 - 75 of 1648) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
tokiter.h 23 * match). Escapes are processed using standard ICU unescaping.
  /external/libvpx/examples/
decode_to_md5.txt 25 is processed, then U, then V. It is important to honor the image's `stride`
  /external/ppp/pppd/
md4.h 24 unsigned char count[8]; /* Number of bits processed so far */
  /external/proguard/examples/
proguardall.pro 12 # processed jars to a new out directory.
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
kernel.h 32 our processed kernel headers, but still useful nonetheless... */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
kernel.h 32 our processed kernel headers, but still useful nonetheless... */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
kernel.h 32 our processed kernel headers, but still useful nonetheless... */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
kernel.h 31 our processed kernel headers, but still useful nonetheless... */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
kernel.h 32 our processed kernel headers, but still useful nonetheless... */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
kernel.h 31 our processed kernel headers, but still useful nonetheless... */
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 681 impl->frames = impl->processed;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java 44 /** running sum of the total number of Rop insns processed */
62 * units) processed
77 * Updates the number of original bytecode bytes processed.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 121 * @return the number of bytes processed and produced.
155 * @return the number of bytes processed and produced.
198 * @return the number of bytes processed and produced.
CFBBlockCipher.java 132 * @return the number of bytes processed and produced.
154 * @return the number of bytes processed and produced.
202 * @return the number of bytes processed and produced.
  /frameworks/base/core/java/android/net/http/
EventHandler.java 22 * processed. The normal order of callbacks is status(), headers(),
91 * Called after status line has been sucessfully processed.
105 * Called after all headers are successfully processed.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BaseHeapPanel.java 40 /** store the processed heap segment, so that we don't recompute Image for nothing */
60 // if they are not null, we never processed them.
71 // list that is already processed.
  /frameworks/base/core/java/android/os/
Handler.java 45 * processed by the Handler's {@link #handleMessage} method (requiring that
49 * allow the item to be processed as soon as the message queue is ready
50 * to do so, or specify a delay before it gets processed or absolute time for
51 * it to be processed. The latter two allow you to implement timeouts,
62 * in the Handler's message queue and processed when appropriate.
264 * result of true does not mean the Runnable will be processed -- if
286 * result of true does not mean the Runnable will be processed -- if
310 * result of true does not mean the Runnable will be processed --
421 * result of true does not mean the message will be processed -- if
447 * result of true does not mean the message will be processed -- i
    [all...]
  /external/chromium/base/
message_pump_glib_unittest.cc 135 // Checks how many events have been processed by the injector.
277 // After all the events have been processed, post a task that will check that
278 // the events have been processed (note: the task executes after the event
295 // It will quit the main loop once enough tasks and events have been processed,
350 // full, the helper verifies that both tasks and events get processed.
470 // Allow tasks to be processed from 'native' event loops.
501 // Allow tasks to be processed from 'native' event loops.
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 86 // waken up from sleep and there are many packets to be processed in the SIP
324 boolean processed = (session != null) && session.process(event);
325 if (isLoggable && processed) {
627 boolean processed;
632 processed = registeringToReady(evt);
635 processed = keepAliveProcess(evt);
638 processed = readyForCall(evt);
641 processed = incomingCall(evt);
644 processed = incomingCallToInCall(evt);
648 processed = outgoingCall(evt)
    [all...]
  /external/tcpdump/
print-ldp.c 485 int processed; local
487 processed = ldp_msg_print(pptr);
488 if (processed == 0)
490 len -= processed;
491 pptr += processed;
504 int hexdump,processed; local
579 processed = ldp_tlv_print(msg_tptr);
580 if (processed == 0)
582 msg_tlen-=processed;
583 msg_tptr+=processed;
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 114 * Will be non-null if a return type was processed
122 * Will be non-empty if a parameters were processed
142 * Will be non-null if a super class was processed
  /external/chromium/third_party/icu/source/i18n/
regexcmp.h 127 int32_t fScanIndex; // Index of current character being processed
186 // at the start of the most recently processed
189 // location after the most recently processed
  /external/icu4c/i18n/
regexcmp.h 128 int64_t fScanIndex; // Index of current character being processed
185 // at the start of the most recently processed
188 // location after the most recently processed
  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 62 , m_processed(false) // Child sheets get marked as processed when the libxslt engine has finally seen them.
73 , m_processed(true) // The root sheet starts off processed.
275 if (child->processed())
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java 73 assertFalse("Outgoing call processed without proper permissions", rcvr.callReceived);

Completed in 931 milliseconds

1 23 4 5 6 7 8 91011>>