HomeSort by relevance Sort by last modified time
    Searched refs:outstanding (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/main/java/java/io/
BufferedReader.java 294 int outstanding = length; local
295 while (outstanding > 0) {
299 int count = available >= outstanding ? outstanding : available;
303 outstanding -= count;
312 if (outstanding == 0 || (outstanding < length && !in.ready())) {
324 if ((mark == -1 || (pos - mark >= markLimit)) && outstanding >= buf.length) {
325 int count = in.read(buffer, offset, outstanding);
327 outstanding -= count
    [all...]
  /external/smack/src/com/kenai/jbosh/
BOSHClientConnEvent.java 43 * List of outstanding requests which may not have been sent and/or
59 * @param cRequests outstanding requests when an error condition is
80 "Cannot be connected and have outstanding requests"));
121 * @param outstanding list of requests which may not have been received
128 final List<ComposableBody> outstanding,
130 return new BOSHClientConnEvent(source, false, outstanding, cause);
  /external/smack/src/org/xbill/DNS/
ExtendedResolver.java 24 int outstanding; field in class:ExtendedResolver.Resolution
64 outstanding++;
93 outstanding++;
169 outstanding--;
213 if (outstanding == 0) {
  /external/tremolo/Tremolo/
ogg.h 53 int outstanding; member in struct:ogg_buffer_state
framing.c 60 /* destruction is 'lazy'; there may be memory references outstanding,
90 if(!bs->outstanding)
103 bs->outstanding++;
129 bs->outstanding++;
296 bs->outstanding--; /* for the returned buffer */
301 bs->outstanding--; /* for the returned reference */
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 92 // If this is the final outstanding call to processVisits(),
  /frameworks/base/core/java/android/os/
StrictMode.java 1392 int outstanding = sDropboxCallsInFlight.incrementAndGet(); local
1418 int outstanding = sDropboxCallsInFlight.decrementAndGet(); local
    [all...]
  /external/chromium_org/extensions/renderer/resources/
send_request.js 12 // All outstanding requests from sendRequest().
  /external/oprofile/events/mips/24K/
events 57 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline
121 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline
  /external/oprofile/events/mips/34K/
events 61 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline
132 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline
  /external/oprofile/events/mips/1004K/
events 62 event:0x27 counters:0 um:zero minimum:500 name:DCACHE_MISS_CYCLES : 39-0 Cycles a data cache miss is outstanding, but not necessarily stalling the pipeline
141 event:0x427 counters:1 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 39-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline
  /external/chromium_org/chrome/browser/resources/pdf/
pdf_scripting_api.js 132 * outstanding request for accessibility data that has not been answered.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 125 // outstanding.
  /external/oprofile/events/mips/74K/
events 121 event:0x41b counters:1,3 um:zero minimum:500 name:LOAD_STORE_NO_FILL_REQUESTS : 27-1 Load/store graduations not resulting in a bus request because misses at integer pipe graduation turn into hit or merge with outstanding fill request
123 event:0x41d counters:1,3 um:zero minimum:500 name:L2_CACHE_MISS_CYCLES : 29-1 Cycles a L2 miss is outstanding, but not necessarily stalling the pipeline
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 195 // outstanding gesture. Also, any multi-touch is a gesture that should
  /device/asus/grouper/keymaster/
NOTICE 64 outstanding shares, or (iii) beneficial ownership of such entity.
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 64 outstanding shares, or (iii) beneficial ownership of such entity.
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 64 outstanding shares, or (iii) beneficial ownership of such entity.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llhidgnubby.js 337 * no other writes are outstanding.
gnubby.js 122 * @return {boolean} Whether this gnubby has any command outstanding.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 199 // Load again, in case there is an outstanding storage.get request. This
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 256 // Notify the error-handlers of any requests that are still outstanding.
  /external/blktrace/doc/
blktrace.tex 720 requests outstanding.
    [all...]

Completed in 512 milliseconds