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

  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 476 // Get stability attributes out of Local State, zeroing out stored values.
501 SystemProfileProto::Stability* stability = local
503 stability->set_incomplete_shutdown_count(incomplete_shutdown_count);
504 stability->set_breakpad_registration_success_count(
506 stability->set_breakpad_registration_failure_count(
508 stability->set_debugger_present_count(debugger_present_count);
509 stability->set_debugger_not_present_count(debugger_not_present_count);
517 // Now log plugin stability info.
524 SystemProfileProto::Stability* stability
600 SystemProfileProto::Stability* stability = local
611 SystemProfileProto::Stability* stability = local
    [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 90 bundle.stability = 'stable'
102 def MakePepperBundle(major_version, revision=0, version=None, stability='dev'):
106 if stability == CANARY:
118 bundle.stability = stability
124 stability='dev'):
125 bundle = MakePepperBundle(major_version, revision, version, stability)
248 BCANARY_NONE = MakePlatformBundle(0, stability=CANARY)
285 def _AssertUploadedManifestHasBundle(self, bundle, stability):
286 if stability == CANARY
    [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 596 channel: The stability of the pepper bundle, e.g. 'beta'
663 # Fix the stability and recommended values
666 bundle.stability = 'post_stable'
668 bundle.stability = channel
670 if bundle.stability == 'stable':
    [all...]
build_sdk.py 757 bundle.stability = 'dev'
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 60 DVLOG(1) << " STABILITY:\t" << res.stability();
453 hypothesis.confidence = ws_result.stability();
  /external/chromium_org/v8/test/mjsunit/tools/
codemap.js 148 // Test name stability.
  /external/v8/test/mjsunit/tools/
codemap.js 148 // Test name stability.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests 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).
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 72 // Compute the mean and variance using Knuth's online algorithm (has good numerical stability).
  /external/chromium/third_party/libjingle/source/talk/
main.scons 390 # OpenSSL has infamously poor ABI stability, so that building against one
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 665 # OpenSSL has infamously poor ABI stability, so that building against one

Completed in 214 milliseconds