HomeSort by relevance Sort by last modified time
    Searched refs:filled (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/jetty/src/java/org/eclipse/jetty/http/
HttpParser.java 276 int filled=-1; local
280 filled=fill();
281 LOG.debug("filled {}/{}",filled,_buffer.length());
289 if (filled > 0 )
291 else if (filled < 0 )
1044 int filled = _endp.fill(_buffer); local
    [all...]
  /art/runtime/base/
hash_set.h 256 bool filled = false; // True if we filled the empty index. local
285 filled = true; // TODO: Optimize
291 if (!filled) {
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketConnectionD06.java 146 int filled=_parser.parseNext(); local
148 progress = flushed>0 || filled>0;
150 if (filled<0 || flushed<0)
WebSocketConnectionD08.java 193 int filled=_parser.parseNext(); local
195 progress = flushed>0 || filled>0;
WebSocketConnectionRFC6455.java 225 int filled=_parser.parseNext(); local
227 progress = flushed>0 || filled>0;
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 52 @ word is filled with FINISH opcode (0xB0).
eh-directive-text-section.s 66 @ word is filled with FINISH opcode (0xB0).
eh-directive-pad.s 36 @ The assembler should emit nothing (will be filled up with finish opcode).
  /external/v8/test/mjsunit/regress/
regress-regexp-construct-result.js 30 // in the result object has to exist, even though filled with undefined.
  /art/runtime/native/
dalvik_system_VMRuntime.cc 313 // Skip uninitialized classes because filled static storage entry implies it is initialized.
425 static void PreloadDexCachesStatsFilled(DexCacheStats* filled)
439 filled->num_strings++;
445 filled->num_types++;
451 filled->num_fields++;
457 filled->num_methods++;
  /external/v8/test/webkit/
apply-varargs.js 31 // We expect that the unused actual parameters will be filled
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /cts/tools/dasm/test/
all_opcodes.d 52 filled-new-array {v1, v2, v3, v4, v5}, I
53 filled-new-array/range {v3..v7}, D
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 305 print "filled length of header : $len\n";
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 56 ; * motion vector buffer is still filled with the
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 56 ; * motion vector buffer is still filled with the
  /developers/build/lib/
assetstudio.jar 
  /external/v8/test/mjsunit/
string-charat.js 83 // Make sure enough of the one-char string cache is filled.
string-index.js 164 // Make sure enough of the one-char string cache is filled.
  /external/libpcap/
optimize.c     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/libvorbis/doc/
02-bitpacking.tex 83 have been filled, encoding continues by zeroing all bits of the next
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 

Completed in 4123 milliseconds

1 23 4 5