HomeSort by relevance Sort by last modified time
    Searched refs:chunk (Results 376 - 400 of 476) sorted by null

<<11121314151617181920

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 61 int EncodeChunkId(const int chunk, const int list_id) {
63 return chunk << 1 | list_id % 2;
165 // This function generates a chunk range string for |chunks|. It
166 // outputs one chunk range string per list and writes it to the
187 // Helper function to create chunk range lists for Browse related
217 // safe_browsing_store.h orders on both chunk-id and prefix.
781 // The server can give us a chunk that we already have because
855 // The server can give us a chunk that we already have because
    [all...]
  /art/runtime/
debugger.cc     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 3681 short int chunk; member in struct:__anon13440
3712 int32_t srcLen, processedLen, chunk, len, nPortions; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 2923 int chunk = 0; local
    [all...]
  /external/libxml2/
HTMLparser.c 2925 int chunk = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 205 struct strchunk *chunk, *next; local
231 for (chunk = di->strchunks; chunk != NULL; chunk = next) {
232 next = chunk->next;
233 ML_(dinfo_free)(chunk);
    [all...]
  /external/v8/src/
hydrogen.cc 693 LChunk* chunk = builder.Build(); local
694 if (chunk == NULL) return Handle<Code>::null();
696 if (!allocator.Allocate(chunk)) {
704 LCodeGen generator(chunk, &assembler, info);
706 chunk->MarkEmptyBlocks();
    [all...]
  /external/elfutils/src/
readelf.c 6214 const size_t chunk = MIN (len - pos, 16); local
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 694 # First chunk of data:
703 # Second chunk of data:
    [all...]
  /external/qemu/
block.c 2642 int64_t chunk = sector \/ (int64_t)BDRV_SECTORS_PER_DIRTY_CHUNK; local
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 4161 short int chunk; member in struct:__anon20771
4192 int32_t srcLen, processedLen, chunk, len, nPortions; local
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 619 var chunk = Math.min(end, 3);
620 parts.push(orig.substr(end - chunk, chunk));
621 end -= chunk;
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 92 int EncodeChunkId(const int chunk, const int list_id) {
94 return chunk << 1 | list_id % 2;
226 // This function generates a chunk range string for |chunks|. It
227 // outputs one chunk range string per list and writes it to the
248 // Helper function to create chunk range lists for Browse related
307 // safe_browsing_store.h orders on both chunk-id and prefix.
844 // The server can give us a chunk that we already have because
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 664 return [tryint(chunk) for chunk in re.split('(\d+)', string_to_split)]
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 550 i::Vector<char> chunk = buffer_.AddBlock(chars_written, '\0'); local
551 memcpy(chunk.start(), buffer, chars_written);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CPUProfileView.js 809 addHeapSnapshotChunk: function(uid, chunk)
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc     [all...]
hydrogen.h     [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 65 LPhase phase("Z_Code generation", chunk());
197 BitVector* doubles = chunk()->allocated_double_registers();
534 HConstant* constant = chunk()->LookupConstant(const_op);
692 HConstant* constant = chunk()->LookupConstant(LConstantOperand::cast(op));
922 chunk()->inlined_closures();
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 65 LPhase phase("Z_Code generation", chunk());
196 BitVector* doubles = chunk()->allocated_double_registers();
520 HConstant* constant = chunk()->LookupConstant(const_op);
678 HConstant* constant = chunk()->LookupConstant(LConstantOperand::cast(op));
905 chunk()->inlined_closures();
    [all...]
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 629 i::Vector<char> chunk = buffer_.AddBlock(chars_written, '\0'); local
630 i::OS::MemCopy(chunk.start(), buffer, chars_written);
864 // Single chunk of data expected in update. Initial data.
883 // Single chunk of data with one new entry expected in update
    [all...]

Completed in 678 milliseconds

<<11121314151617181920