/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
inspector_memory.py | 26 """Retrieves DOM element counts. 33 A dictionary containing the counts associated with "nodes", "documents",
|
/external/valgrind/main/massif/tests/ |
filter_verbose | 14 # These ignored heap counts could vary from machine to machine. 19 # These XPt counts vary from machine to machine, because the size of the
|
/external/oprofile/libpp/ |
diff_container.cpp | 66 symbol.diffs.fill(sym.sample.counts.size(), -INFINITY); 77 symbol.diffs.fill(sym.sample.counts.size(), INFINITY); 90 size_t size = sym2.sample.counts.size(); 94 percent1 = op_ratio(sym1.sample.counts[i], total1[i]); 95 percent2 = op_ratio(sym2.sample.counts[i], total2[i]);
|
symbol.h | 29 /// for storing sample counts 57 count_array_t counts; member in struct:sample_entry 101 * the sample counts replaced with the relevant arc counts, whilst 142 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi);
|
/external/e2fsprogs/tests/f_resize_inode/ |
expect | 23 Pass 4: Checking reference counts 36 Pass 4: Checking reference counts 51 Pass 4: Checking reference counts 64 Pass 4: Checking reference counts 79 Pass 4: Checking reference counts 92 Pass 4: Checking reference counts 107 Pass 4: Checking reference counts 119 Pass 4: Checking reference counts 132 Pass 4: Checking reference counts 165 Pass 4: Checking reference counts [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
misc2.test | 382 CREATE TABLE counts(n INTEGER PRIMARY KEY); 383 INSERT INTO counts VALUES(0); 384 INSERT INTO counts VALUES(1); 385 INSERT INTO counts SELECT n+2 FROM counts; 386 INSERT INTO counts SELECT n+4 FROM counts; 387 INSERT INTO counts SELECT n+8 FROM counts; 392 FROM counts AS dim1, counts AS dim2, counts AS dim [all...] |
/external/oprofile/pp/ |
opreport.cpp | 44 count_array_t counts; member in struct:__anon24411::summary 49 ? counts[0] < rhs.counts[0] : rhs.counts[0] < counts[0]; 68 counts[pclass] += count; 88 count_array_t counts; member in struct:__anon24411::app_summary 99 ? counts[0] < rhs.counts[0] : rhs.counts[0] < counts[0] [all...] |
/external/llvm/tools/llvm-prof/ |
llvm-prof.cpp | 115 OS << "\t;;; Out-edge counts:"; 159 std::vector<std::pair<BasicBlock*, double> > Counts; 167 Counts.push_back(std::make_pair(BB, w)); 211 for (unsigned i = 0, e = Counts.size(); i != e; ++i) 212 TotalExecutions += Counts[i].second; 215 sort(Counts.begin(), Counts.end(), 223 unsigned BlocksToPrint = Counts.size(); 226 if (Counts[i].second == 0) break; 227 Function *F = Counts[i].first->getParent() [all...] |
/external/chromium/net/socket_stream/ |
socket_stream_metrics_unittest.cc | 54 EXPECT_EQ(1, sample.counts(SocketStreamMetrics::PROTOCOL_UNKNOWN)); 55 EXPECT_EQ(2, sample.counts(SocketStreamMetrics::PROTOCOL_WEBSOCKET)); 56 EXPECT_EQ(3, sample.counts(SocketStreamMetrics::PROTOCOL_WEBSOCKET_SECURE)); 87 EXPECT_EQ(1, sample.counts(SocketStreamMetrics::ALL_CONNECTIONS)); 88 EXPECT_EQ(2, sample.counts(SocketStreamMetrics::TUNNEL_CONNECTION)); 89 EXPECT_EQ(3, sample.counts(SocketStreamMetrics::SOCKS_CONNECTION)); 90 EXPECT_EQ(4, sample.counts(SocketStreamMetrics::SSL_CONNECTION));
|
/external/chromium_org/content/browser/download/ |
download_stats.h | 27 // histogram "Download.Counts". 56 // (Deprecated) Counts iterations of the BaseFile::AppendDataToFile() loop. 61 // Counts interruptions that happened at the end of the download. 64 // Counts errors due to writes to BaseFiles that have been detached already. 71 // Counts the number of instances where the downloaded file is missing after a 123 // Increment one of the above counts. 176 // counts if a strong validator is supplied. The combination of range request
|
/external/chromium_org/media/base/ |
audio_timestamp_helper.h | 19 // convert audio sample frame counts into timestamps. After the object is 22 // counts are added using AddFrames(). These frame counts are accumulated by
|
/external/chromium_org/third_party/smhasher/src/ |
AvalancheTest.cpp | 37 double maxBias ( std::vector<int> & counts, int reps ) 41 for(int i = 0; i < (int)counts.size(); i++) 43 double c = double(counts[i]) / double(reps);
|
/external/chromium_org/v8/test/mjsunit/ |
debug-ignore-breakpoints.js | 32 // Simple debug event handler which just counts the number of break points hit. 66 // Set different ignore counts. 78 // Set different ignore counts (opposite).
|
/external/llvm/test/Analysis/Profiling/ |
profiling-tool-chain.ll | 103 ; PROF: ;;; Out-edge counts: [2.000000e+00 -> bb10] 111 ; PROF: ;;; Out-edge counts: [3.000000e+00 -> bb1] [3.000000e+00 -> bb8] 118 ; PROF: ;;; Out-edge counts: [3.000000e+00 -> bb6] 127 ; PROF: ;;; Out-edge counts: [9.000000e+00 -> bb3] 134 ; PROF: ;;; Out-edge counts: [9.000000e+00 -> bb5] 150 ; PROF: ;;; Out-edge counts: [9.000000e+00 -> bb6] 159 ; PROF: ;;; Out-edge counts: [9.000000e+00 -> bb2] [3.000000e+00 -> bb7] 165 ; PROF: ;;; Out-edge counts: [3.000000e+00 -> bb9] 172 ; PROF: ;;; Out-edge counts: [3.000000e+00 -> bb9] 181 ; PROF: ;;; Out-edge counts: [6.000000e+00 -> bb10 [all...] |
/external/v8/test/mjsunit/ |
debug-ignore-breakpoints.js | 32 // Simple debug event handler which just counts the number of break points hit. 66 // Set different ignore counts. 78 // Set different ignore counts (opposite).
|
/external/valgrind/main/memcheck/tests/ |
leak.h | 1 // These counters are used to get a delta between leak counts at startup 30 // Print leak counts. When used in conjunction with -q the normal counts
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/ |
PinnedHeaderUseCaseActivity.java | 76 private void startActivity(int[] counts, String[] names, boolean[] headers, 81 intent.putExtra("counts", counts);
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSync.java | 87 final long[][] messageIds, final int[] counts) { 99 messageIds[index][counts[index]] = messageId; 100 ++counts[index]; 122 final int[] counts = new int[2]; local 157 counts); 163 messageIds[0][counts[0]] = msc.getMessageId(); 164 ++counts[0]; 180 messageIds[1][counts[1]] = msc.getMessageId(); 181 ++counts[1]; 187 MessageStateChange.upsyncSuccessful(cr, messageIds[0], counts[0]) [all...] |
/external/chromium_org/chrome/browser/google/ |
google_search_metrics.h | 9 // metrics (mostly counts of searches from different access points). This class
|
/external/chromium_org/chrome/renderer/extensions/ |
blob_native_handler.h | 17 // Blobs sent via this method don't have their ref-counts incremented, so the
|
/external/e2fsprogs/tests/d_loaddump/ |
expect | 11 Pass 4: Checking reference counts
|
/external/e2fsprogs/tests/f_badjour_indblks/ |
expect.1 | 13 Pass 4: Checking reference counts
|
/external/e2fsprogs/tests/f_badjourblks/ |
expect.1 | 11 Pass 4: Checking reference counts
|
/external/e2fsprogs/tests/f_badroot/ |
expect.1 | 17 Pass 4: Checking reference counts
|
/external/e2fsprogs/tests/f_dupdot/ |
expect.1 | 10 Pass 4: Checking reference counts
|