Searched refs:subtotal (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/
H A Daccumulate.py65 subtotal = 0
67 subtotal += units_dict[world][unit_id]
68 total += subtotal
73 category_tree[rule] = subtotal
90 if subtotal != accounted_total + subremainder_total:
94 subtotal - (accounted_total + subremainder_total)))
99 if subtotal >= accounted_total:
100 category_tree[rule][None] = subtotal - accounted_total
104 subworld, subbreakdown, rule, accounted_total - subtotal))
146 for label, subtotal i
[all...]
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dmmap_classifier_unittest.py94 subtotal = node.values[0]
97 # First check that the subtotal matches clean + dirty + shared + priv.
98 self.assertEqual(subtotal, values[0] + values[1] + values[2] + values[3])
/external/oprofile/pp/
H A Dopreport.cpp61 count_type subtotal = 0; local
69 subtotal += count;
77 return subtotal;
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5844 int subtotal; /* Subtotal of bytes in cells on one page */ local
6064 for(subtotal=k=i=0; i<nCell; i++){
6066 subtotal += szCell[i] + 2;
6067 if( subtotal > usableSpace ){
6068 szNew[k] = subtotal - szCell[i];
6071 subtotal = 0;
6076 szNew[k] = subtotal;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52963 int subtotal; /* Subtotal of bytes in cells on one page */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57668 int subtotal; /* Subtotal of bytes in cells on one page */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57688 int subtotal; /* Subtotal of bytes in cells on one page */ local
[all...]

Completed in 551 milliseconds