/external/google-benchmark/src/ |
statistics.cc | 105 Counter c; 165 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
AlphabeticIndexTest.java | 372 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter(); local 375 counter.add(labelType, 1); 378 assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); 379 assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); 380 if (expected != counter.get(LabelType.INFLOW)) { 393 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); 403 int counter = 0; local 404 Counter<String> itemCount = new Counter() [all...] |
/external/libcxx/utils/google-benchmark/src/ |
statistics.cc | 105 Counter c; 165 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags);
|
/external/pdfium/testing/tools/ |
safetynet_conclusions.py | 7 from collections import Counter 194 self.rating_counter = Counter()
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/ |
layers_conv_variational_test.py | 39 class Counter(object): 66 self.called_log_prob = Counter() 67 self.called_sample = Counter() 68 self.called_loc = Counter() 69 self.called_scale = Counter() 100 self.called = Counter() 170 seed = Counter() 396 seed = Counter()
|
/external/tensorflow/tensorflow/contrib/data/ |
__init__.py | 25 @@Counter 57 from tensorflow.contrib.data.python.ops.counter import Counter
|
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/ |
range_dataset_op_test.py | 23 from tensorflow.contrib.data.python.ops import counter 64 iterator = (counter.Counter(start=3, step=4) 70 negative_iterator = (counter.Counter(start=0, step=-1)
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
session_bundle.cc | 33 #include "tensorflow/core/lib/monitoring/counter.h" 46 auto* load_attempt_count = monitoring::Counter<2>::New( 50 auto* load_latency = monitoring::Counter<1>::New(
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
resample_test.py | 72 counts_resampled = collections.Counter() 73 counts_reresampled = collections.Counter()
|
/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
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
collection_registry_test.cc | 18 #include "tensorflow/core/lib/monitoring/counter.h" 92 TEST(CollectMetricsTest, Counter) { 93 auto counter_with_labels = std::unique_ptr<Counter<2>>( 94 Counter<2>::New("/tensorflow/test/counter_with_labels", 95 "Counter with labels.", "MyLabel0", "MyLabel1")); 96 auto counter_without_labels = std::unique_ptr<Counter<0>>(Counter<0>::New( 97 "/tensorflow/test/counter_without_labels", "Counter without labels.")); 119 EXPECT_EQ("Counter with labels.", ld.description); 129 EXPECT_EQ("Counter without labels.", ud.description) [all...] |
/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;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/ |
benchmark_api.h | 262 class Counter { 267 // Mark the counter as a rate. It will be presented divided 270 // Mark the counter as a thread-average quantity. It will be 273 // Mark the counter as a thread-average rate. See above. 281 Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {} 289 typedef std::map<std::string, Counter> UserCounters; [all...] |
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
PeiCoreEntry.S | 98 # Save Time-Stamp Counter
|
PeiCoreEntry.asm | 105 ; Save Time-Stamp Counter
|
/external/autotest/server/cros/dynamic_suite/ |
frontend_wrappers.py | 133 c = metrics.Counter(
|
reporting.py | 184 (metrics.Counter('chromeos/autotest/errors/send_bug_email')
|
/external/autotest/site_utils/stats/ |
mysql_stats.py | 126 metrics.Counter(metric_name).set(delta)
|
/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];
|