HomeSort by relevance Sort by last modified time
    Searched full:stability (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/
B01_Experimental.dox 9 With the 2.0 release, Eigen's API is, to a large extent, stable. However, we wish to retain the freedom to make API incompatible changes. To that effect, we call many parts of Eigen "experimental" which means that they are not subject to API stability guarantee.
13 We are aware that API stability is a major concern for our users. That's why it's a priority for us to reach it, but at the same time we're being serious about not calling Eigen API-stable too early.
22 The following modules are considered entirely experimental, and we make no firm API stability guarantee about them for the time being:
31 In the Core module, the only classes subject to ABI stability guarantee (meaning that you can use it for data members in your public ABI) is:
37 The only classes subject to (even partial) API stability guarantee (meaning that you can safely construct and use objects) are:
38 \li MatrixBase : partial API stability (see below)
39 \li Matrix : full API stability (except for experimental stuff inherited from MatrixBase)
40 \li Map : full API stability (except for experimental stuff inherited from MatrixBase)
44 A few MatrixBase methods are considered experimental, hence not part of any API stability guarantee:
  /external/chromium_org/components/metrics/
metrics_pref_names.cc 64 "user_experience_metrics.stability.breakpad_registration_ok";
68 "user_experience_metrics.stability.breakpad_registration_fail";
72 "user_experience_metrics.stability.crash_count";
76 "user_experience_metrics.stability.debugger_present";
80 "user_experience_metrics.stability.debugger_not_present";
84 "user_experience_metrics.stability.execution_phase";
88 "user_experience_metrics.stability.exited_cleanly";
92 "user_experience_metrics.stability.incomplete_session_end_count";
97 "user_experience_metrics.stability.last_timestamp_sec";
101 "user_experience_metrics.stability.launch_count"
    [all...]
metrics_provider.h 36 // Provides additional stability metrics. Stability metrics can be provided
37 // directly into |stability_proto| fields or by logging stability histograms
42 // Provides general metrics that are neither system profile nor stability
metrics_log_unittest.cc 340 const SystemProfileProto_Stability& stability = local
341 log.system_profile().stability();
343 EXPECT_TRUE(stability.has_launch_count());
344 EXPECT_TRUE(stability.has_crash_count());
346 EXPECT_TRUE(stability.has_incomplete_shutdown_count());
347 EXPECT_TRUE(stability.has_breakpad_registration_success_count());
348 EXPECT_TRUE(stability.has_breakpad_registration_failure_count());
349 EXPECT_TRUE(stability.has_debugger_present_count());
350 EXPECT_TRUE(stability.has_debugger_not_present_count());
362 const SystemProfileProto_Stability& stability local
    [all...]
metrics_log.cc 228 // Get stability attributes out of Local State, zeroing out stored values.
234 // Record recent delta for critical stability metrics. We can't wait for a
244 // Omit some stats unless this is the initial stability log.
266 SystemProfileProto::Stability* stability = local
268 stability->set_incomplete_shutdown_count(incomplete_shutdown_count);
269 stability->set_breakpad_registration_success_count(
271 stability->set_breakpad_registration_failure_count(
273 stability->set_debugger_present_count(debugger_present_count);
274 stability->set_debugger_not_present_count(debugger_not_present_count)
306 SystemProfileProto::Stability* stability = local
320 SystemProfileProto::Stability* stability = local
    [all...]
metrics_log.h 46 INITIAL_STABILITY_LOG, // The initial log containing stability stats.
106 // Writes application stability metrics, including stability metrics provided
110 // NOTE: Has the side-effect of clearing the stability prefs..
161 // Returns true if the stability metrics have already been filled in by a
165 // Within the stability group, write required attributes.
168 // Within the stability group, write attributes that need to be updated asap
metrics_service_unittest.cc 148 // No initial stability log should be generated.
166 // Record stability build time and version from previous session, so that
167 // stability metrics (including exited cleanly flag) won't be cleared.
179 // The initial stability log should be generated and persisted in unsent logs.
204 EXPECT_EQ(1, uma_log.system_profile().stability().crash_count());
  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider_unittest.cc 77 // Now set some plugin stability stats for p2 and verify they're recorded.
91 const metrics::SystemProfileProto_Stability& stability = local
92 system_profile.stability();
93 ASSERT_EQ(1, stability.plugin_stability_size());
94 EXPECT_EQ("p2", stability.plugin_stability(0).plugin().name());
95 EXPECT_EQ("p2.plugin", stability.plugin_stability(0).plugin().filename());
96 EXPECT_EQ("2.0", stability.plugin_stability(0).plugin().version());
97 EXPECT_FALSE(stability.plugin_stability(0).plugin().is_pepper());
98 EXPECT_EQ(1, stability.plugin_stability(0).launch_count());
99 EXPECT_EQ(2, stability.plugin_stability(0).crash_count())
    [all...]
chrome_stability_metrics_provider.h 23 // ChromeStabilityMetricsProvider gathers and logs Chrome-specific stability-
64 // Registrar for receiving stability-related notifications.
android_metrics_provider.h 15 // AndroidMetricsProvider provides Android-specific stability metrics.
  /external/chromium_org/native_client_sdk/src/build_tools/json/
naclsdk_manifest0.json 18 "stability": "stable",
naclsdk_manifest.json 6 "stability": "stable",
40 "stability": "beta",
58 "stability": "post_stable",
92 "stability": "post_stable",
126 "stability": "stable",
160 "stability": "beta",
naclsdk_manifest2.json 18 "stability": "stable",
33 "stability": "dev",
76 "stability": "post_stable",
119 "stability": "post_stable",
162 "stability": "post_stable",
205 "stability": "post_stable",
248 "stability": "post_stable",
291 "stability": "post_stable",
334 "stability": "post_stable",
344 "stability": "post_stable"
    [all...]
  /external/chromium_org/v8/
ChangeLog 6 Performance and stability improvements on all platforms.
16 Performance and stability improvements on all platforms.
21 Performance and stability improvements on all platforms.
34 Performance and stability improvements on all platforms.
45 Performance and stability improvements on all platforms.
52 Performance and stability improvements on all platforms.
59 Performance and stability improvements on all platforms.
71 Performance and stability improvements on all platforms.
76 Performance and stability improvements on all platforms.
87 Performance and stability improvements on all platforms
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-buildbot.py 57 bundles = filter(lambda b: (b['stability'] in stabilities
66 newdict['stability'] = b['stability']
93 elif info['stability'] != bundle[0]['stability']:
94 # If all that happened was the SDK bundle was promoted in stability,
97 bundle[0]['stability'] = info['stability']
123 bundle['stability'] = info['stability']
    [all...]
  /external/icu/icu4c/source/data/unidata/
NormalizationCorrections.txt 10 # The normalization stability policy of the Unicode Consortium
20 # stability, the correction is entered in this data file,
21 # so that any implementation depending on absolute stability
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.h 31 // on disk and reports the result via UMA stat Stability.FileAtPath.Preferences.
  /external/chromium_org/third_party/skia/src/utils/
SkMatrix22.h 26 * but has better numerical stability by using (partial) hypot,
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.h 11 the public domain. The author makes no warranty as to fitness or stability */
  /external/skia/src/utils/
SkMatrix22.h 26 * but has better numerical stability by using (partial) hypot,
  /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) {
lsf_check.h 25 * check for stability of lsf coefficients
  /external/chromium_org/third_party/icu/source/data/unidata/
NormalizationCorrections.txt 20 # stability, the correction is entered in this data file,
21 # so that any implementation depending on absolute stability
  /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...]

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>