HomeSort by relevance Sort by last modified time
    Searched refs:Counter (Results 226 - 250 of 450) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/go/darwin-x86/src/cmd/doc/
dirs.go 23 offset int // Counter for Next.
  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 23 offset int // Counter for Next.
  /external/autotest/scheduler/
pidfile_monitor.py 165 metrics.Counter('chromeos/autotest/errors/scheduler/no_pidfile'
  /external/autotest/site_utils/
backup_mysql_db.py 344 metrics.Counter(
gmail_lib.py 180 metrics.Counter('chromeos/autotest/send_email/count').increment(
  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp 24 #include "Counter.h"
143 typedef Counter<int> V;
  /external/libcxx/test/std/containers/associative/set/set.cons/
move_alloc.pass.cpp 24 #include "Counter.h"
143 typedef Counter<int> V;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 517 mutable unsigned Counter;
  /external/tensorflow/tensorflow/compiler/tests/
categorical_op_test.py 68 cnts = dict(collections.Counter(d[i, :]))
  /external/tensorflow/tensorflow/core/ops/
debug_ops.cc 125 Debug NaN Value Counter Op
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 68 u8 counter[WPA_REPLAY_COUNTER_LEN]; member in struct:wpa_state_machine::wpa_key_replay_counter
166 u8 Counter[WPA_NONCE_LEN];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp 24 #include "Counter.h"
143 typedef Counter<int> V;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
move_alloc.pass.cpp 24 #include "Counter.h"
143 typedef Counter<int> V;
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 65 // gcm represents a Galois Counter Mode with a specific key. See
75 // NewGCM returns the given 128-bit, block cipher wrapped in Galois Counter Mode
86 // Counter Mode, which accepts nonces of the given length.
148 var counter, tagMask [gcmBlockSize]byte
149 g.deriveCounter(&counter, nonce)
151 g.cipher.Encrypt(tagMask[:], counter[:])
152 gcmInc32(&counter)
154 g.counterCrypt(out, plaintext, &counter)
177 var counter, tagMask [gcmBlockSize]byte
178 g.deriveCounter(&counter, nonce
    [all...]
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 65 // gcm represents a Galois Counter Mode with a specific key. See
75 // NewGCM returns the given 128-bit, block cipher wrapped in Galois Counter Mode
86 // Counter Mode, which accepts nonces of the given length.
148 var counter, tagMask [gcmBlockSize]byte
149 g.deriveCounter(&counter, nonce)
151 g.cipher.Encrypt(tagMask[:], counter[:])
152 gcmInc32(&counter)
154 g.counterCrypt(out, plaintext, &counter)
177 var counter, tagMask [gcmBlockSize]byte
178 g.deriveCounter(&counter, nonce
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threading.py 18 # A trivial mutable counter.
19 class Counter(object):
82 numrunning = Counter()

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>