HomeSort by relevance Sort by last modified time
    Searched full:nodesize (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
fts3rnd.test 268 foreach nodesize {50 500 1000 2000} {
276 execsql "INSERT INTO t1(t1) VALUES('nodesize=$nodesize')"
285 if {$iTest==100 && $nodesize==50} {
310 do_test fts3rnd-1.$nodesize.$iTest.0 { fts3_integrity_check t1 } ok
320 do_select_test fts3rnd-1.$nodesize.$iTest.1.$i {
332 do_select_test fts3rnd-1.$nodesize.$iTest.2.$i {
342 do_select_test fts3rnd-1.$nodesize.$iTest.3.$i {
352 do_select_test fts3rnd-1.$nodesize.$iTest.4.$i {
365 do_select_test fts3rnd-1.$nodesize.$iTest.5.$i
    [all...]
fts3corrupt2.test 55 execsql { INSERT INTO t2(t2) VALUES('nodesize=32') }
fts3cov.test 40 INSERT INTO t1(t1) VALUES('nodesize=24');
68 INSERT INTO t1(t1) VALUES('nodesize=24');
151 INSERT INTO t3(t3) VALUES('nodesize=24');
171 # $nodesize bytes, where $nodesize is the advisory node size. If this turns
186 INSERT INTO t4(t4) VALUES('nodesize=24');
fts3corrupt.test 94 INSERT INTO t1(t1) VALUES('nodesize=24');
fts3fault.test 63 execsql { INSERT INTO t3(t3) VALUES('nodesize=50') }
fts3matchinfo.test 351 INSERT INTO t11(t11) VALUES('nodesize=24');
fts3aux1.test 84 INSERT INTO x1(x1) VALUES('nodesize=24');
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 152 final int nodeSize = getPtNodeMaximumSize(node);
153 node.mCachedSize = nodeSize;
154 size += nodeSize;
376 int nodeSize = getNodeHeaderSize(ptNode);
378 nodeSize += FormatSpec.PTNODE_FREQUENCY_SIZE;
381 nodeSize += getByteSize(getOffsetToTargetNodeArrayDuringUpdate(ptNodeArray,
382 nodeSize + size, ptNode.mChildren));
384 nodeSize += getShortcutListSize(ptNode.mShortcutTargets);
388 nodeSize + size + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE,
390 nodeSize += getByteSize(offset) + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE
    [all...]
FusionDictionary.java 624 final int nodeSize = nodeArray.mData.size();
625 int size = nodeSize;
626 for (int i = nodeSize - 1; i >= 0; --i) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.c 84 int nodeSize;
99 return MALLOC(hash->nodeSize);
253 hash->data.d->nodeSize = sizeof(struct cso_node);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 84 int nodeSize;
99 return MALLOC(hash->nodeSize);
253 hash->data.d->nodeSize = sizeof(struct cso_node);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
JSHeapSnapshot.js 412 var nodeSize = nodes[nodeIndex + nodeSizeOffset];
414 sizeNative += nodeSize;
416 sizeCode += nodeSize;
418 sizeStrings += nodeSize;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 617 nodesize = struct.calcsize('hP3iP0h')
627 res += XXXROUNDUP(len(children)) * nodesize
633 self.check_sizeof(st, basesize + nodesize +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 617 nodesize = struct.calcsize('hP3iP0h')
627 res += XXXROUNDUP(len(children)) * nodesize
633 self.check_sizeof(st, basesize + nodesize +
  /external/valgrind/main/coregrind/
m_oset.c 431 Int nodeSize = sizeof(AvlNode) + elemSize;
437 n = t->alloc( t->cc, nodeSize );
439 VG_(memset)(n, 0, nodeSize);
  /external/e2fsprogs/lib/blkid/
probe.h 708 __u32 nodesize; member in struct:btrfs_super_block
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 383 ULONG NodeSize;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]

Completed in 315 milliseconds