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

1 2 3 4

  /external/webkit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 50 self.processed = []
57 self.processed.append((lines, file_path, test_kwarg))
83 return self._processor.processed
131 processed = [(['line one\r', 'line two', ''], file_path, None)]
132 self._assert_file_reader(processed, 1)
138 processed = [(['file contents'], file_path, 'foo')]
139 self._assert_file_reader(processed, 1)
145 processed = [(['file contents'], file_path, 'foo')]
146 self._assert_file_reader(processed, 1)
159 processed = [(['bar'], file_path2, None)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
EventInterpreter.java 116 boolean processed = false;
125 processed = true;
127 processed = true;
131 return processed;
  /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 ;
  /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...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 129 boolean processed = false;
133 return processed;
149 return processed;
155 processed = true;
160 processed = true;
164 return processed;
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 80 HttpParser::Process(const char* buffer, size_t len, size_t* processed,
82 *processed = 0;
92 size_t pos = *processed;
99 const char* line = buffer + *processed;
100 size_t len = (pos - *processed);
101 *processed = pos + 1;
106 LOG(LS_VERBOSE) << "Processed line, result=" << result;
118 size_t available = len - *processed;
126 ProcessResult result = ProcessData(buffer + *processed, available, read,
128 LOG(LS_VERBOSE) << "Processed data, result: " << result << " read:
567 size_t processed; local
    [all...]
httpbase.h 55 ProcessResult Process(const char* buffer, size_t len, size_t* processed,
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 364 std::set<const Value *> &processed) {
365 if (processed.find(V) != processed.end())
367 processed.insert(V);
370 if (V2 != V && processed.find(V2) != processed.end())
372 processed.insert(V2);
386 if (V != V2 && processed.find(V) != processed.end())
388 processed.insert(PN)
    [all...]
NVPTXUtilities.h 82 std::set<const Value *> &processed);
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 19 -outjars bin/classes-processed.jar
28 -printmapping bin/classes-processed.map
32 #-printseeds bin/classes-processed.seeds
  /external/webkit/Source/WebCore/xml/
XSLStyleSheet.h 97 bool processed() const { return m_processed; } function in class:WebCore::XSLStyleSheet
  /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
2531 const unsigned char* processed = in; local
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 175 private boolean readyForProcessing(Filter filter, Set<Filter> processed) {
176 // Check if this has been already processed
177 if (processed.contains(filter)) {
181 // Check if all dependencies have been processed
184 if (dependency != null && !processed.contains(dependency)) {
197 // Get current filter and mark as processed
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 1183 size_t processed = 0; local
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFO.h 80 // Register callbacks after a packet of FIFO data is processed
131 int_fast8_t * processed);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 330 int processed = 0; local
339 ALOGV("AudioStreamInALSA::read() - copy processed output "
342 // Copy processed output to buffer
344 if (processed_pending > (samples - processed)) {
345 processed_pending = (samples - processed);
349 processed += processed_pending;
359 if (processed >= samples) {
361 "processed = %d", processed);
412 ALOGV("do_while loop: processed=%d, samples=%d\n", processed, samples)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-3218915.js 30 // Checks that comma expression in conditional context is processed correctly.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 21 * If the templates is processed again, changed values are merely
92 * processed in place. After processing, it will still be a valid
93 * template that, if processed again with the same data, will remain
153 * Map from jstid to processed js attributes.
240 * @return {Object} The jstcache entry. The processed jst attributes
433 * is processed in jstProcessInner_(), below. That function
479 * jsselect attribute will not be processed again, or else directly
561 // store the children to be processed.
585 * @param {Element} template The currently processed node of the template.
635 // are needed. If the template is first processed, as many
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 21 * If the templates is processed again, changed values are merely
92 * processed in place. After processing, it will still be a valid
93 * template that, if processed again with the same data, will remain
153 * Map from jstid to processed js attributes.
240 * @return {Object} The jstcache entry. The processed jst attributes
433 * is processed in jstProcessInner_(), below. That function
479 * jsselect attribute will not be processed again, or else directly
561 // store the children to be processed.
585 * @param {Element} template The currently processed node of the template.
635 // are needed. If the template is first processed, as man
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 91 // waken up from sleep and there are many packets to be processed in the SIP
369 boolean processed = (session != null) && session.process(event);
370 if (isLoggable && processed) {
783 boolean processed;
788 processed = registeringToReady(evt);
791 processed = readyForCall(evt);
794 processed = incomingCall(evt);
797 processed = incomingCallToInCall(evt);
801 processed = outgoingCall(evt);
804 processed = outgoingCallToReady(evt)
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 681 impl->frames = impl->processed;
    [all...]
  /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/PerformanceTests/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/webkit/PerformanceTests/SunSpider/tests/v8-v5/
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

Completed in 686 milliseconds

1 2 3 4