/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/system/bt/gki/common/ |
gki_common.h | 37 UINT16 total; /* toatal number of buffers */ member in struct:_free_queue
|
/external/clang/test/SemaCXX/ |
for-range-examples.cpp | 120 int total = 0; local 123 total += n; 125 assert(total == 10); 128 total += n; 130 assert(total == 460); 137 ++total; 139 assert(total == 463); 147 total += a; 149 assert(total == 500);
|
/external/v8/src/ |
runtime-profiler.cc | 91 int typeinfo, generic, total, type_percentage, generic_percentage; local 92 GetICCounts(function->shared()->code(), &typeinfo, &generic, &total, 94 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, 96 PrintF(", generic ICs: %d/%d (%d%%)", generic, total, generic_percentage); 238 int typeinfo, generic, total, type_percentage, generic_percentage; local 239 GetICCounts(shared_code, &typeinfo, &generic, &total, &type_percentage, 253 PrintF(", not enough type info: %d/%d (%d%%)]\n", typeinfo, total, 261 int typeinfo, generic, total, type_percentage, generic_percentage; local 262 GetICCounts(shared_code, &typeinfo, &generic, &total, &type_percentage,
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
GZIPInputStreamTest.java | 167 int total = 0; local 169 total += result; 173 assertEquals("Incorrectly decompressed", test.length, total); 176 total = 0; 178 total += result; 182 assertEquals("Incorrectly decompressed", test.length, total); 185 total = 0; 187 total += result; 191 assertEquals("Incorrectly decompressed", test.length, total);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SelectionManager.java | 157 int total = set.getMediaItemCount(); local 161 while (index < total) { 162 int count = index + batch < total 164 : total - index; 186 int total = getTotalCount(); local 187 for (int i = 0; i < total; i++) { 220 int total = getTotalCount(); local 222 while (index < total) { 223 int count = Math.min(total - index, MediaSet.MEDIAITEM_BATCH_FETCH_COUNT);
|
/external/opencv/cvaux/src/ |
cvclique.cpp | 95 for( int i = 0; i < graph->total; i++ ) 108 for( int i = 0; i < graph->total; i++ ) 110 for( int j = 0; j < graph->total; j++ ) 114 //memset( connected[i], 0, sizeof(int)*graph->total ); 137 finder->vertex_weights = (float*)malloc( sizeof(float)*(graph->total+1)); 138 finder->cur_weight = (float*)malloc( sizeof(float)*(graph->total+1)); 139 finder->cand_weight = (float*)malloc( sizeof(float)*(graph->total+1)); 143 for( i = 0 ; i < graph->total; i++ ) 158 finder->edge_weights = (float*)malloc( sizeof(float)*(graph->total)*(graph->total)); [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_doctests.py | 38 failure, total = doctest.testfile( 49 failure, total = doctest.testmod(
|
/external/jetty/src/java/org/eclipse/jetty/util/statistic/ |
SampleStatistic.java | 30 * Provides max, total, mean, count, variance, and standard 61 long total = _total.addAndGet(sample); local 66 long mean10 = total*10/count;
|
/external/skia/tools/lua/ |
scrape.lua | 21 local total = {} -- accumulate() stores its data in here 51 local n = total[t.verb] or 0 52 total[t.verb] = n + 1 78 io.write("\n{ ", tostr(total), " }\n")
|
/external/valgrind/exp-bbv/tests/x86/ |
million.S | 5 # total is 1 + 1 + 499997*2 + 4 9 xor %ecx,%ecx # not needed, pads total to 1M
|
/external/valgrind/gdbserver_tests/ |
mcclean_after_fork.stderr.exp | 4 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
mcmain_pic.stderr.exp | 4 total heap usage: 1 allocs, 0 frees, 16 bytes allocated
|
/external/valgrind/massif/tests/ |
no-stack-no-heap.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
null.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
/external/valgrind/memcheck/tests/ |
brk2.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
bug287260.stderr.exp | 6 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
erringfds.stderr.exp | 6 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-0.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-1.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-2.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-3.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-4.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|