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

<<1112131415161718

  /external/python/cpython3/Lib/
typing.py 71 'Counter',
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 1078 UINT32 Counter;
1113 for (Counter = 0; Counter < mDBData.NumStringIdentifiers; Counter++) {
    [all...]
  /external/autotest/scheduler/
monitor_db_cleanup.py 382 """Reports a counter metric for recovered errors
389 metrics.Counter(m).increment_by(count, fields=fields)
postjob_task.py 275 m = metrics.Counter('chromeos/autotest/scheduler/postjob_tasks/'
rdb_integration_tests.py 68 return sorted(collections.Counter(requests).items(),
  /external/autotest/site_utils/
balance_pools.py 321 metrics.Counter(
test_push.py 716 metrics.Counter('chromeos/autotest/test_push/completed').increment(
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 78 static int Counter;
280 int HexagonHardwareLoops::Counter = 0;
734 // the loop counter, so we shouldn't generate a hardware loop in this case.
    [all...]
HexagonSplitDouble.cpp 97 static int Counter;
102 int HexagonSplitDoubleRegs::Counter = 0;
    [all...]
  /external/tensorflow/tensorflow/examples/tutorials/word2vec/
word2vec_basic.py 95 count.extend(collections.Counter(words).most_common(n_words - 1))
  /external/tensorflow/tensorflow/python/kernel_tests/random/
multinomial_op_test.py 168 cnts = dict(collections.Counter(d[i, :]))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 309 CRYPT_XML_DATA_BLOB Counter;
ntddser.h 354 LONG Counter;
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 114 /// The next counter value to assign.
251 // Counter tracks entry to the function body.
263 // Counter tracks entry to the capture body.
270 // Counter tracks entry to the method body.
277 // Counter tracks entry to the block body.
307 // Counter tracks the block following the label.
447 // Counter tracks the body of the loop.
469 // Counter tracks the exit block of the switch.
476 // Counter for this particular case. This counts only jumps from the
493 // Counter tracks the "then" part of an if statement. The count fo
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp     [all...]
  /external/python/cpython3/Lib/test/
test_threading.py 32 # A trivial mutable counter.
33 class Counter(object):
97 numrunning = Counter()
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 344 * Counter = PRF-256(Random number, "Init Counter",
354 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf),
355 group->Counter, WPA_NONCE_LEN) < 0)
357 wpa_hexdump_key(MSG_DEBUG, "Key Counter",
358 group->Counter, WPA_NONCE_LEN);
384 * Set initial GMK/Counter value here. The actual values that will be
741 if (os_memcmp(replay_counter, ctr[i].counter,
756 os_memcmp(replay_counter, ctr[i].counter,
972 wpa_hexdump(MSG_DEBUG, "WPA: Received Replay Counter",
    [all...]
  /external/autotest/contrib/
loadtest.py 558 dict(collections.Counter([e['status'] for e in entries
  /external/autotest/server/hosts/
servo_host.py 578 metrics.Counter('chromeos/autotest/servo/'
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsNoteTest.java 71 BatteryStats.Counter bgCntr = bi.getUidStats().get(UID).getBluetoothScanResultBgCounter();
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py     [all...]
  /external/python/cpython2/Lib/unittest/
case.py     [all...]

Completed in 1334 milliseconds

<<1112131415161718