HomeSort by relevance Sort by last modified time
    Searched refs:processed (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/libpcap/
pcap-septel.c 77 int processed = 0 ; local
177 processed++ ;
180 /* after being processed the packet must be
184 processed++;
187 while (processed < cnt) ;
189 return processed ;
pcap-dag.c 191 unsigned int processed = 0; local
465 processed++;
466 if (processed == cnt)
474 return processed;
  /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...]
print-rsvp.c 473 * returns the amount of bytes being processed
627 int hexdump,processed,padbytes,error_code,error_value,i; local
    [all...]
print-isoclns.c 1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 64 GSList *processed; member in struct:filter_data
230 for (l = data->processed; l; l = l->next) {
292 data->processed = g_slist_append(data->processed, cb);
305 data->processed = g_slist_remove(data->processed, cb);
356 data->processed = g_slist_append(data->processed, cb);
401 data->processed = g_slist_append(data->processed, cb)
    [all...]
  /build/tools/apriori/
source.h 32 int processed; member in struct:__anon622
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 967 size_t processed = 0; local
993 size_t processed = 0; local
    [all...]
  /external/webkit/WebCore/xml/
XSLStyleSheet.h 90 bool processed() const { return m_processed; } function in class:WebCore::XSLStyleSheet
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())
  /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/libxml2/
encoding.c 173 const unsigned char* processed = in; local
188 *inlen = processed - base;
192 processed = (const unsigned char*) in;
195 *inlen = processed - base;
218 const unsigned char* processed = in; local
243 *inlen = processed - instart;
251 *inlen = processed - instart;
274 *inlen = processed - instart;
277 processed = in;
280 *inlen = processed - instart
391 const unsigned char* processed = in; local
485 const unsigned char* processed = inb; local
570 const unsigned char* processed = in; local
723 const unsigned char* processed = inb; local
812 const unsigned char* processed = in; local
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 403 int processed; local
405 for (processed = 0; processed + 2 < size;) {
410 if (processed + 2 + cap->length > size) {
428 processed += 2 + cap->length;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 123 boolean processed; field in class:GlobalSearchSupport.SearchSuggestion
134 if (processed) {
165 processed = true;
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 681 impl->frames = impl->processed;
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-with.js 50 // Indicate that all was processed.
debug-clearbreakpoint.js 81 // Indicate that all was processed.
debug-evaluate-arguments.js 66 // Indicate that all was processed.
debug-evaluate-bool-constructor.js 58 // Indicate that all was processed.
debug-suspend.js 80 // Indicate that all was processed.
debug-version.js 74 // Indicate that all was processed.
  /external/v8/benchmarks/
richards.js 123 * @param {Packet} queue the queue of work to be processed by the task
134 * @param {Packet} queue the queue of work to be processed by the task
144 * @param {Packet} queue the queue of work to be processed by the task
154 * @param {Packet} queue the queue of work to be processed by the task
164 * @param {Packet} queue the queue of work to be processed by the task
176 * @param {Packet} queue the queue of work to be processed by the task
256 * @param {Packet} queue the queue of packages to be processed by the task
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 118 * @param {Packet} queue the queue of work to be processed by the task
129 * @param {Packet} queue the queue of work to be processed by the task
139 * @param {Packet} queue the queue of work to be processed by the task
149 * @param {Packet} queue the queue of work to be processed by the task
159 * @param {Packet} queue the queue of work to be processed by the task
171 * @param {Packet} queue the queue of work to be processed by the task
251 * @param {Packet} queue the queue of packages to be processed by the task
  /external/v8/test/mjsunit/regress/
regress-1081309.js 32 // Make sure that the backtrace command can be processed when the receiver is
  /external/blktrace/btreplay/doc/
btreplay.tex 57 traces from the kernel for each IO processed by the block IO layer. The
58 traces provide a complete timeline for each IO processed, including
87 files to be processed, you can run the \texttt{btreplay} utility which
134 IOs that will be processed as a single \emph{asynchronous IO} call to the
306 are to be processed. The smaller the value, the smaller the number of
307 IOs processed at one time -- perhaps yielding in more realistic replay.
367 processed for each device file.
522 names of the input files being processed.

Completed in 605 milliseconds

1 2 3