Searched refs:_counter (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Ddecorators_unittest.py9 _counter = 0 variable
15 global _counter
16 _counter = _counter + 1
17 return _counter
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestVADDTX.cc359 _counter[0] = _counter[1] = _counter[2] = _counter[3] = _counter[4] =
360 _counter[5] = 0;
367 _counter[frameType]++;
375 printf("%19u", _counter[1]);
376 printf("%22u", _counter[2]);
377 printf("%14u", _counter[
[all...]
H A DTestVADDTX.h45 uint32_t _counter[6]; member in class:webrtc::ActivityMonitor
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePowerGraph.js16 this._counter = this.createCounter(WebInspector.UIString("Power"), WebInspector.UIString("Power: %.2f\u2009watts"), "#d00");
37 this._counter.appendSample(this._previousRecord.timestamp, record.value);
/external/chromium_org/tools/telemetry/telemetry/core/
H A Ddiscover.py120 _counter = [0] variable
122 _counter[0] += 1
123 return "module_" + str(_counter[0])
H A Dutil.py44 _counter = [0] variable
46 _counter[0] += 1
47 return "page_set_module_" + str(_counter[0])
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dcounter.py13 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/
H A DAdvancedApp.js210 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 found" : "%d device found", count));
242 return this._counter;
H A DMain.js843 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" : "%d error", errors));
866 this._counter.setCounter("warning-icon-small", warnings, WebInspector.UIString(warnings > 1 ? "%d warnings" : "%d warning", warnings));
875 return this._counter;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Djitter_estimate_test.h101 unsigned int _counter; member in class:JitterEstimateTest
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.h82 int eap_sim_derive_keys_reauth(u16 _counter,
H A Deap_sim_common.c107 int eap_sim_derive_keys_reauth(u16 _counter, argument
132 WPA_PUT_BE16(counter, _counter);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.h82 int eap_sim_derive_keys_reauth(u16 _counter,
H A Deap_sim_common.c107 int eap_sim_derive_keys_reauth(u16 _counter, argument
132 WPA_PUT_BE16(counter, _counter);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.h82 int eap_sim_derive_keys_reauth(u16 _counter,
H A Deap_sim_common.c107 int eap_sim_derive_keys_reauth(u16 _counter, argument
132 WPA_PUT_BE16(counter, _counter);

Completed in 1294 milliseconds