Searched refs:_counter (Results 1 – 12 of 12) 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/unittest/ |
D | decorators_unittest.py | 9 _counter = 0 variable 15 global _counter 16 _counter = _counter + 1 17 return _counter
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | discover.py | 120 _counter = [0] variable 122 _counter[0] += 1 123 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/tools/telemetry/telemetry/timeline/ |
D | counter.py | 13 self._counter = counter 22 return self._counter.timestamps[self._sample_index] 26 self._counter.timestamps[self._sample_index] = start
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/ |
D | AdvancedApp.js | 210 this._counter = null; 214 this._counter = new WebInspector.StatusBarCounter(["device-icon-small"]); 215 this._counter.addEventListener("click", showDevices); 233 …this._counter.setCounter("device-icon-small", count, WebInspector.UIString(count > 1 ? "%d devices… 242 return this._counter;
|
D | Main.js | 843 this._counter = new WebInspector.StatusBarCounter(["error-icon-small", "warning-icon-small"]); 844 this._counter.addEventListener("click", showConsole); 865 …this._counter.setCounter("error-icon-small", errors, WebInspector.UIString(errors > 1 ? "%d errors… 866 …this._counter.setCounter("warning-icon-small", warnings, WebInspector.UIString(warnings > 1 ? "%d … 875 return this._counter;
|
/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()
|