HomeSort by relevance Sort by last modified time
    Searched refs:stability (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider_unittest.cc 94 // Now set some plugin stability stats for p2 and verify they're recorded.
108 const metrics::SystemProfileProto_Stability& stability = local
109 system_profile.stability();
110 ASSERT_EQ(1, stability.plugin_stability_size());
111 EXPECT_EQ("p2", stability.plugin_stability(0).plugin().name());
112 EXPECT_EQ("p2.plugin", stability.plugin_stability(0).plugin().filename());
113 EXPECT_EQ("2.0", stability.plugin_stability(0).plugin().version());
114 EXPECT_FALSE(stability.plugin_stability(0).plugin().is_pepper());
115 EXPECT_EQ(1, stability.plugin_stability(0).launch_count());
116 EXPECT_EQ(2, stability.plugin_stability(0).crash_count())
179 const metrics::SystemProfileProto_Stability& stability = local
    [all...]
plugin_metrics_provider.cc 139 metrics::SystemProfileProto::Stability* stability =
170 metrics::SystemProfileProto::Stability::PluginStability* plugin_stability =
171 stability->add_plugin_stability();
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
simple_lpc_analysis.c 38 int16_t stability; local
71 stability=WebRtcSpl_LevinsonDurbin(R, A, rc, LPC_FILTERORDER);
77 if (stability!=1) {
  /external/chromium_org/components/metrics/
metrics_log_unittest.cc 342 const SystemProfileProto_Stability& stability = local
343 log.system_profile().stability();
345 EXPECT_TRUE(stability.has_launch_count());
346 EXPECT_TRUE(stability.has_crash_count());
348 EXPECT_TRUE(stability.has_incomplete_shutdown_count());
349 EXPECT_TRUE(stability.has_breakpad_registration_success_count());
350 EXPECT_TRUE(stability.has_breakpad_registration_failure_count());
351 EXPECT_TRUE(stability.has_debugger_present_count());
352 EXPECT_TRUE(stability.has_debugger_not_present_count());
365 const SystemProfileProto_Stability& stability local
    [all...]
metrics_log.cc 226 // Get stability attributes out of Local State, zeroing out stored values.
232 // Record recent delta for critical stability metrics. We can't wait for a
242 // Omit some stats unless this is the initial stability log.
264 SystemProfileProto::Stability* stability = local
266 stability->set_incomplete_shutdown_count(incomplete_shutdown_count);
267 stability->set_breakpad_registration_success_count(
269 stability->set_breakpad_registration_failure_count(
271 stability->set_debugger_present_count(debugger_present_count);
272 stability->set_debugger_not_present_count(debugger_not_present_count)
304 SystemProfileProto::Stability* stability = local
318 SystemProfileProto::Stability* stability = local
    [all...]
metrics_service_unittest.cc 171 // No initial stability log should be generated.
175 // The test provider should not have been called upon to provide stability
191 // Record stability build time and version from previous session, so that
192 // stability metrics (including exited cleanly flag) won't be cleared.
204 // Add a metrics provider that requests a stability log.
211 // The initial stability log should be generated and persisted in unsent logs.
216 // The test provider should have been called upon to provide stability
241 EXPECT_EQ(0, uma_log.system_profile().stability().crash_count());
258 // Record stability build time and version from previous session, so that
259 // stability metrics (including exited cleanly flag) won't be cleared
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
list.py 47 bundle.stability,
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 101 bundle.stability = 'stable'
113 def MakePepperBundle(major_version, revision=0, version=None, stability='dev',
128 bundle.stability = stability
134 stability='dev'):
135 bundle = MakePepperBundle(major_version, revision, version, stability)
279 BCANARY_NONE = MakePepperBundle(0, stability=CANARY,
287 BBIONIC_NONE = MakePepperBundle(0, stability=CANARY,
319 def _AssertUploadedManifestHasBundle(self, bundle, stability,
326 # their stability set to "dev". update_nacl_manifest correctly updates it
    [all...]
sdktools_commands_test.py 32 bundle.stability = 'beta'
82 self.assertTrue(bundle.stability in output)
  /external/chromium_org/v8/test/webkit/
dfg-double-use-of-post-simplification-double-prediction.js 25 "Tests stability of the DFG compiler when you have a double use of a variable that is not revealed to be a double until after CFG simplification."
dfg-cse-cfa-discrepancy.js 25 "Tests stability when the CFA finds a constant in block-local data flow over captured variables but the CSE doesn't because of differences in heap modeling."
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 623 channel: The stability of the pepper bundle, e.g. 'beta'
690 # Fix the stability and recommended values
693 bundle.stability = 'post_stable'
695 bundle.stability = channel
697 if bundle.stability == 'stable':
    [all...]
build_sdk.py 766 bundle.stability = 'dev'
    [all...]
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 58 DVLOG(1) << " STABILITY:\t" << res.stability();
438 hypothesis.confidence = ws_result.stability();
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 67 // Compute the mean and variance using Knuth's online algorithm (has good numerical stability).
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.cc 576 int16_t stability = WebRtcSpl_LevinsonDurbin(auto_correlation, local
582 if (stability != 1) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/tools/
codemap.js 148 // Test name stability.
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests stability).
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests stability).

Completed in 979 milliseconds