/external/chromium_org/chrome/browser/resources/ |
about_stats.js | 5 /* Counter accessor for Name Node. */ 10 /* Counter accessor for Value Node. */ 15 /* Counter accessor for Delta Node. */ 56 var nodes = document.getElementsByName('counter'); 64 var nodes = document.getElementsByName('counter'); 79 var nodes = document.getElementsByName('counter');
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMCountersGraph.js | 49 * @param {function(!WebInspector.DOMCountersGraph.Counter):number} valueGetter 56 this._value = memoryCountersPane._currentValuesBar.createChild("span", "memory-counter-value"); 66 * @extends {WebInspector.MemoryStatistics.Counter} 72 WebInspector.DOMCountersGraph.Counter = function(time, documentCount, nodeCount, listenerCount, usedGPUMemoryKBytes) 74 WebInspector.MemoryStatistics.Counter.call(this, time); 144 this._currentValuesBar.id = "counter-values-bar"; 225 var counter = new WebInspector.DOMCountersGraph.Counter( 238 this._counters.splice(index, 0, counter); 241 // FIXME: Refactor the code to make each WebInspector.DOMCountersGraph.Counter [all...] |
MemoryStatistics.js | 78 WebInspector.MemoryStatistics.Counter = function(time) 133 var container = memoryCountersPane._memorySidebarView.sidebarElement.createChild("div", "memory-counter-sidebar-info"); 290 var counter = this._counters[i]; 291 if (counter) 292 this._timelinePanel.revealRecordAt(counter.time / 1000);
|
/external/llvm/lib/CodeGen/ |
LexicalScopes.cpp | 218 unsigned Counter = 0; 229 ChildScope->setDFSIn(++Counter); 235 WS->setDFSOut(++Counter);
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
process.py | 6 import telemetry.core.timeline.counter as tracing_counter 29 for counter in self._counters.itervalues(): 30 yield counter 54 'Counter %s not found in process with id %s.' % (counter_id, 60 ctr = tracing_counter.Counter(self, category, name) 71 for counter in self._counters.itervalues(): 72 counter.FinalizeImport()
|
/external/netperf/ |
netcpu_ntperf.c | 84 LARGE_INTEGER Counter; 85 QueryPerformanceCounter(&Counter); 87 return(Counter); 117 // Open the performance counter interface 448 This routine cleans up the performance counter APIs.
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PODRedBlackTree.h | 210 Counter counter; local 211 visitInorder(&counter); 212 return counter.count(); 732 class Counter : public Visitor { 733 WTF_MAKE_NONCOPYABLE(Counter); 735 Counter()
|
/external/clang/lib/StaticAnalyzer/Core/ |
CoreEngine.cpp | 190 // Set the current block counter to being empty. 216 // Set the current block counter. 325 // Increment the block counter. 328 BlockCounter Counter = WList->getBlockCounter(); 329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(), 331 WList->setBlockCounter(Counter);
|
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 81 static int Counter; 119 int PPCCTRLoops::Counter = 0; 238 // because, although it does clobber the counter register, the 356 // On PowerPC, indirect jumps use the counter register. 393 if (Counter >= CTRLoopLimit) 395 Counter++; 399 // We don't want to spill/restore the counter register, and so we don't 400 // want to use the counter register if the loop contains calls.
|
/external/chromium_org/v8/src/ |
d8.cc | 675 int32_t* Counter::Bind(const char* name, bool is_histogram) { 685 void Counter::AddSample(int32_t sample) { 694 max_name_size_ = Counter::kMaxNameSize; 699 Counter* CounterCollection::GetNextCounter() { 732 Counter* Shell::GetCounter(const char* name, bool is_histogram) { 733 Counter* counter = counter_map_->Lookup(name); local 735 if (counter == NULL) { 736 counter = counters_->GetNextCounter(); 737 if (counter != NULL) 749 Counter* counter = GetCounter(name, false); local 768 Counter* counter = reinterpret_cast<Counter*>(histogram); local 1004 Counter* counter; member in struct:v8::CounterAndKey 1038 Counter* counter = counters[j].counter; local [all...] |
/external/v8/src/ |
d8.cc | 626 int32_t* Counter::Bind(const char* name, bool is_histogram) { 636 void Counter::AddSample(int32_t sample) { 645 max_name_size_ = Counter::kMaxNameSize; 650 Counter* CounterCollection::GetNextCounter() { 683 Counter* Shell::GetCounter(const char* name, bool is_histogram) { 684 Counter* counter = counter_map_->Lookup(name); local 686 if (counter == NULL) { 687 counter = counters_->GetNextCounter(); 688 if (counter != NULL) 700 Counter* counter = GetCounter(name, false); local 719 Counter* counter = reinterpret_cast<Counter*>(histogram); local 939 Counter* counter; member in struct:v8::CounterAndKey 968 Counter* counter = counters[j].counter; local [all...] |
/external/llvm/lib/IR/ |
GCOV.cpp | 192 I->second->collectLineCounts(FI, I->first(), Counter); 197 outs() << "Block : " << Number << " Counter : " << Counter << "\n";
|
/external/clang/lib/AST/ |
Stmt.cpp | 32 unsigned Counter; 74 sum += StmtClassInfo[i].Counter; 80 if (StmtClassInfo[i].Counter == 0) continue; 81 llvm::errs() << " " << StmtClassInfo[i].Counter << " " 83 << " each (" << StmtClassInfo[i].Counter*StmtClassInfo[i].Size 85 sum += StmtClassInfo[i].Counter*StmtClassInfo[i].Size; 92 ++getStmtInfoTableEntry(s).Counter; [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 502 // If this is a new LastFn instruction, bump the counter. 504 ++Counter; 508 OS << Counter;
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 460 mutable unsigned Counter;
|
/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 138 u8 Counter[WPA_NONCE_LEN];
|
wpa_auth.c | 297 * Counter = PRF-256(Random number, "Init Counter", 307 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), 308 group->Counter, WPA_NONCE_LEN) < 0) 310 wpa_hexdump_key(MSG_DEBUG, "Key Counter", 311 group->Counter, WPA_NONCE_LEN); 337 * Set initial GMK/Counter value here. The actual values that will be 640 if (os_memcmp(replay_counter, ctr[i].counter, 655 os_memcmp(replay_counter, ctr[i].counter, 807 wpa_hexdump(MSG_DEBUG, "WPA: Received Replay Counter", [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_animations.js | 5 // Counter used to give webkit animations unique names.
|
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 515 unsigned &Counter; 522 unsigned &Counter) 525 Counter(Counter), 555 Counter = Value; 764 unsigned Counter; 802 Counter)); 821 PP.setCounterValue(Counter); [all...] |
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.cpp | 524 unsigned Counter = 0; 526 IDMap[BB] = ++Counter;
|
/frameworks/compile/slang/BitWriter_2_9/ |
ValueEnumerator.cpp | 536 unsigned Counter = 0; 538 IDMap[BB] = ++Counter;
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
ValueEnumerator.cpp | 536 unsigned Counter = 0; 538 IDMap[BB] = ++Counter;
|
/frameworks/compile/slang/BitWriter_3_2/ |
ValueEnumerator.cpp | 526 unsigned Counter = 0; 528 IDMap[BB] = ++Counter;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 20 # A trivial mutable counter. 21 class Counter(object): 84 numrunning = Counter()
|
/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()
|