/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/ |
CoverageMappingReader.h | 143 Error decodeCounter(unsigned Value, Counter &C); 144 Error readCounter(Counter &C);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/ |
CoverageMappingReader.h | 143 Error decodeCounter(unsigned Value, Counter &C); 144 Error readCounter(Counter &C);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/checker/ |
WakeupAlarmAnomalyDetectorTest.java | 95 private BatteryStats.Counter mCounter; 97 private BatteryStats.Counter mCounter2; 205 final ArrayMap<String, BatteryStats.Counter> alarms = new ArrayMap<>(); 220 final ArrayMap<String, BatteryStats.Counter> alarms = new ArrayMap<>();
|
/external/libchrome/base/ |
callback_list_unittest.cc | 103 class Counter { 105 Counter() : value_(0) {} 113 DISALLOW_COPY_AND_ASSIGN(Counter); 307 Counter remove_count; 310 Bind(&Counter::Increment, Unretained(&remove_count)));
|
/art/tools/runtime_memusage/ |
symbol_trace_info.py | 23 from collections import Counter 78 trace_counts_dict = Counter(cat_split) 87 print(Counter([trace[1] for trace in trace_counts_list_ordered]))
|
/external/autotest/server/ |
site_crashcollect.py | 50 metrics.Counter('chromeos/autotest/crashcollect/could_not_resolve' 55 metrics.Counter('chromeos/autotest/crashcollect/resolved' 120 metrics.Counter(
|
/external/google-benchmark/src/ |
complexity.cc | 176 Counter c; 223 auto c = Counter(kv.second.s.Mean(), counter_stats[kv.first].c.flags); 247 auto c = Counter(kv.second.s.StdDev(), counter_stats[kv.first].c.flags);
|
/external/llvm/lib/CodeGen/ |
LexicalScopes.cpp | 220 unsigned Counter = 0; 232 ChildScope->setDFSIn(++Counter); 238 WS->setDFSOut(++Counter);
|
/external/netperf/src/ |
netcpu_ntperf.c | 64 LARGE_INTEGER Counter; 65 QueryPerformanceCounter(&Counter); 67 return(Counter); 97 // Open the performance counter interface 428 This routine cleans up the performance counter APIs.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
LexicalScopes.cpp | 218 unsigned Counter = 0; 229 ChildScope->setDFSIn(++Counter); 235 WS->setDFSOut(++Counter);
|
/external/autotest/scheduler/ |
rdb_utils.py | 141 return sorted(collections.Counter(requests).items(), key=sort_function,
|
host_scheduler.py | 337 metrics.Counter('%s/new_jobs_with_hosts' % _METRICS_PREFIX 345 metrics.Counter('%s/tick' % _METRICS_PREFIX).increment() 502 metrics.Counter('%s/uncaught_exception' % _METRICS_PREFIX).increment()
|
/external/autotest/site_utils/chromeos_proxy/ |
swarming_bot_manager.py | 98 metrics.Counter(metrics_template % 'server_in_prod_check').increment(
|
/external/autotest/site_utils/ |
metadata_reporter.py | 107 metrics.Counter(
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 83 GlobalVariable *Counter, 462 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0, 464 Value *Count = Builder.CreateLoad(Counter); 467 Builder.CreateStore(Count, Counter); 476 Value *Counter = Builder.CreateInBoundsGEP(Counters, Idx); 477 Value *Count = Builder.CreateLoad(Counter); 480 Builder.CreateStore(Count, Counter); 522 // requires complex logic to pick which counter to update. 550 Value *Counter = builder.CreateConstInBoundsGEP2_64(Counters, 0, 553 (Preds.idFor(BB)-1)] = cast<Constant>(Counter); [all...] |
/external/clang/test/SemaCXX/ |
nested-name-spec.cpp | 197 class Counter { public: static int count; }; 198 typedef Counter counter; typedef in namespace:test1::ns 200 using ns::counter; 204 counter c; 206 counter::count++;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
AlphabeticIndexTest.java | 367 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter(); local 370 counter.add(labelType, 1); 373 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); 374 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); 375 if (expected != counter.get(LabelType.INFLOW)) { 388 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); 398 int counter = 0; local 399 Counter<String> itemCount = new Counter() [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
AlphabeticIndexTest.java | 366 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter(); local 369 counter.add(labelType, 1); 372 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); 373 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); 374 if (expected != counter.get(LabelType.INFLOW)) { 387 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); 397 int counter = 0; local 398 Counter<String> itemCount = new Counter() [all...] |
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
ctr.go | 5 // Counter (CTR) mode. 8 // repeatedly encrypting an incrementing counter and 32 // counter mode. The length of iv must be the same as the Block's block size. 61 // Increment counter
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
ctr.go | 5 // Counter (CTR) mode. 8 // repeatedly encrypting an incrementing counter and 32 // counter mode. The length of iv must be the same as the Block's block size. 61 // Increment counter
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
HiiPack.c | [all...] |
/external/google-benchmark/include/benchmark/ |
benchmark_api.h | 268 class Counter { 273 // Mark the counter as a rate. It will be presented divided 276 // Mark the counter as a thread-average quantity. It will be 279 // Mark the counter as a thread-average rate. See above. 287 Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {} 295 typedef std::map<std::string, Counter> UserCounters; [all...] |
/external/llvm/include/llvm/Support/ |
GCOV.h | 315 : Parent(P), Number(N), Counter(0), DstEdgesAreSorted(true), SrcEdges(), 322 uint64_t getCount() const { return Counter; } 357 uint64_t Counter;
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
PeiCoreEntry.S | 98 # Save Time-Stamp Counter
|
/external/autotest/server/cros/dynamic_suite/ |
frontend_wrappers.py | 128 c = metrics.Counter(
|