Searched refs:_counter (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
D | TestVADDTX.cc | 359 _counter[0] = _counter[1] = _counter[2] = _counter[3] = _counter[4] = in ActivityMonitor() 360 _counter[5] = 0; in ActivityMonitor() 367 _counter[frameType]++; in InFrameType() 375 printf("%19u", _counter[1]); in PrintStatistics() 376 printf("%22u", _counter[2]); in PrintStatistics() 377 printf("%14u", _counter[3]); in PrintStatistics() 378 printf("%14u", _counter[4]); in PrintStatistics() 379 printf("%14u", _counter[5]); in PrintStatistics() 380 printf("%11u", _counter[0]); in PrintStatistics() 385 _counter[0] = _counter[1] = _counter[2] = _counter[3] = _counter[4] = in ResetStatistics() [all …]
|
D | TestVADDTX.h | 45 uint32_t _counter[6];
|
/external/chromium_org/tools/telemetry/telemetry/timeline/ |
D | counter.py | 12 self._counter = counter 21 return self._counter.timestamps[self._sample_index] 25 self._counter.timestamps[self._sample_index] = start
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | discover.py | 122 _counter = [0] variable 124 _counter[0] += 1 125 return "module_" + str(_counter[0])
|
D | util.py | 44 _counter = [0] variable 46 _counter[0] += 1 47 return "page_set_module_" + str(_counter[0])
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelinePowerGraph.js | 16 …this._counter = this.createCounter(WebInspector.UIString("Power"), WebInspector.UIString("Power: %… 37 this._counter.appendSample(this._previousRecord.timestamp, record.value);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | jitter_estimate_test.h | 101 unsigned int _counter; variable
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.h | 82 int eap_sim_derive_keys_reauth(u16 _counter,
|
D | eap_sim_common.c | 107 int eap_sim_derive_keys_reauth(u16 _counter, in eap_sim_derive_keys_reauth() argument 132 WPA_PUT_BE16(counter, _counter); in eap_sim_derive_keys_reauth()
|