/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)));
|
/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/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,
|
/external/autotest/site_utils/stats/ |
mysql_stats.py | 106 metrics.Counter(metric_name).set(delta)
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
counter_unittest.py | 8 from telemetry.timeline import counter as counter_module 19 self.counter = counter_module.Counter(parent, 'cat', 'name') 26 self.assertIsEmptyIterator(self.counter.IterEventsInThisContainer( 31 self.counter.timestamps = [111, 222] 32 self.assertIsEmptyIterator(self.counter.IterEventsInThisContainer( 37 self.counter.timestamps = [111, 222] 38 self.assertIsEmptyIterator(self.counter.IterEventsInThisContainer( 43 self.counter.timestamps = [111, 222] 44 self.counter.samples = [100, 200 [all...] |
process.py | 5 import telemetry.timeline.counter as tracing_counter 44 for counter in self._counters.itervalues(): 45 yield counter 71 'Counter %s not found in process with id %s.' % (counter_id, 77 ctr = tracing_counter.Counter(self, category, name) 100 for counter in self._counters.itervalues(): 101 counter.FinalizeImport()
|
/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...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
BatteryStatsNoteTest.java | 47 // TODO: remove next line when Counter misreporting values when plugged-in bug is fixed. 49 BatteryStats.Counter bgCntr = bi.getUidStats().get(UID).getBluetoothScanResultBgCounter();
|
/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/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/frontend/afe/json_rpc/ |
serviceHandler.py | 110 autotest_stats.Counter('rpc').increment(methName)
|
/external/clang/lib/StaticAnalyzer/Core/ |
CoreEngine.cpp | 191 // Set the current block counter to being empty. 230 // Set the current block counter. 338 // Increment the block counter. 341 BlockCounter Counter = WList->getBlockCounter(); 342 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(), 344 WList->setBlockCounter(Counter);
|
/external/llvm/lib/Fuzzer/ |
FuzzerDriver.cpp | 199 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, 202 int C = (*Counter)++; 220 std::atomic<int> Counter(0); 232 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
|
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 78 static int Counter; 117 int PPCCTRLoops::Counter = 0; 277 // because, although it does clobber the counter register, the 426 // On PowerPC, indirect jumps use the counter register. 486 if (Counter >= CTRLoopLimit) 488 Counter++; 492 // We don't want to spill/restore the counter register, and so we don't 493 // want to use the counter register if the loop contains calls.
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
AsmPrinter.h | 444 mutable unsigned Counter;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
evntcons.h | 104 ULONG64 Counter[ANYSIZE_ARRAY];
|