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

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
datastorefile_test.py 68 nchunks = datastorefile.DataEntry.all().count()
70 self.assertEqual(nkeys, nchunks)
75 nchunks = datastorefile.DataEntry.all().count()
77 self.assertEqual(nkeys, nchunks)
81 nchunks = datastorefile.DataEntry.all().count()
83 self.assertEqual(nkeys_before, nchunks)
86 nchunks = datastorefile.DataEntry.all().count()
88 self.assertEqual(nkeys_after, nchunks)
datastorefile.py 83 nchunks = math.ceil(float(data_length) / MAX_ENTRY_LEN)
84 return xrange(0, int(nchunks) * MAX_ENTRY_LEN, MAX_ENTRY_LEN)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 237 nchunks = dataoffset // len(filler)
252 bag.write(filler * nchunks)
272 for i in range(nchunks):
test_file2k.py 320 nchunks = dataoffset // len(filler)
335 bag.write(filler * nchunks)
361 for i in range(nchunks):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 237 nchunks = dataoffset // len(filler)
252 bag.write(filler * nchunks)
272 for i in range(nchunks):
test_file2k.py 320 nchunks = dataoffset // len(filler)
335 bag.write(filler * nchunks)
361 for i in range(nchunks):
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 712 uint64_t nchunks; member in struct:chunk_stats_s
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 705 uint64_t nchunks; member in struct:chunk_stats_s
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 237 milliseconds