/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 20 # A trivial mutable counter. 21 class Counter(object): 84 numrunning = Counter()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
PiSmmCpuDxeSmm.h | 316 volatile UINT32 Counter;
|
/external/autotest/client/common_lib/ |
site_utils_unittest.py | 301 c = metrics.Counter('counter')
|
/external/autotest/scheduler/ |
monitor_db_cleanup.py | 155 metrics.Counter(m).increment_by(len(errors))
|
query_managers.py | 174 host_counts = collections.Counter(
|
rdb_integration_tests.py | 68 return sorted(collections.Counter(requests).items(),
|
/external/autotest/server/ |
crashcollect.py | 215 (metrics.Counter('chromeos/autotest/errors/collect_crashinfo_timeout')
|
/external/libcxx/test/std/containers/associative/map/map.cons/ |
move_alloc.pass.cpp | 23 #include "Counter.h" 146 typedef Counter<int> T;
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
move_alloc.pass.cpp | 23 #include "Counter.h" 146 typedef Counter<int> T;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
malis.s | 29 ;; Section 8.2.5 Location Counter
|
/external/llvm/lib/Transforms/Instrumentation/ |
EfficiencySanitizer.cpp | 188 // The struct counter array includes: 189 // - one counter for each struct field, 190 // - one counter for the struct access within an array. 219 // Remember the counter variable for each struct type to avoid 420 // We create the counter array with StructCounterName and weak linkage 431 // Remember the counter variable for each struct type. 763 // The last counter for struct array access. [all...] |
/external/autotest/client/common_lib/cros/ |
dev_server.py | 295 c = metrics.Counter( 488 c = metrics.Counter('chromeos/autotest/devserver/devserver_healthy') 806 c = metrics.Counter('chromeos/autotest/crashserver/symbolicate_dump') [all...] |
/external/v8/src/ |
d8.cc | 1314 Counter* counter = counter_map_->Lookup(name); local 1330 Counter* counter = GetCounter(name, false); local 1349 Counter* counter = reinterpret_cast<Counter*>(histogram); local 1573 Counter* counter; member in struct:v8::CounterAndKey 1617 Counter* counter = counters[j].counter; local [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/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...] |
/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/wpa_supplicant_8/src/ap/ |
wpa_auth.c | 341 * Counter = PRF-256(Random number, "Init Counter", 351 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), 352 group->Counter, WPA_NONCE_LEN) < 0) 354 wpa_hexdump_key(MSG_DEBUG, "Key Counter", 355 group->Counter, WPA_NONCE_LEN); 381 * Set initial GMK/Counter value here. The actual values that will be 734 if (os_memcmp(replay_counter, ctr[i].counter, 749 os_memcmp(replay_counter, ctr[i].counter, 966 wpa_hexdump(MSG_DEBUG, "WPA: Received Replay Counter", [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 850 public static class Counter extends BatteryStats.Counter implements TimeBaseObs { 857 public Counter(TimeBase timeBase, Parcel in) { 866 public Counter(TimeBase timeBase) { 888 * Writes a possibly null Counter to a Parcel. 891 * @param counter a Counter, or null. 893 public static void writeCounterToParcel(Parcel out, Counter counter) { 894 if (counter == null) 9946 final ControllerActivityCounterImpl counter = local 9995 final ControllerActivityCounterImpl counter = local [all...] |
/external/autotest/server/hosts/ |
servo_host.py | 585 metrics.Counter('chromeos/autotest/servo/' [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |