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

  /libcore/luni/src/main/java/java/io/
BufferedReader.java 276 int outstanding = length; local
277 while (outstanding > 0) {
284 int count = available >= outstanding ? outstanding : available;
288 outstanding -= count;
297 if (outstanding == 0 || (outstanding < length && !in.ready())) {
309 if ((mark == -1 || (pos - mark >= markLimit)) && outstanding >= buf.length) {
310 int count = in.read(buffer, offset, outstanding);
312 outstanding -= count
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 23 // permission request should still be outstanding by page reload.
  /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/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 88 // If this is the final outstanding call to processVisits(),
  /frameworks/base/core/java/android/os/
StrictMode.java 1357 int outstanding = sDropboxCallsInFlight.incrementAndGet(); local
1383 int outstanding = sDropboxCallsInFlight.decrementAndGet(); local
    [all...]
  /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/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/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 394 // outstanding gesture. Also, any multi-touch is a gesture that should
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 220 // Clean up any existing grabber objects - cancelling any outstanding drag.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 233 // Clean up any existing grabber objects - cancelling any outstanding drag.
  /external/blktrace/doc/
blktrace.tex 720 requests outstanding.
    [all...]

Completed in 1563 milliseconds