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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/build_tools/json/
naclsdk_manifest2.json 18 "stability": "stable",
33 "stability": "dev",
43 "stability": "post_stable",
53 "stability": "post_stable",
63 "stability": "post_stable",
73 "stability": "post_stable",
83 "stability": "post_stable",
93 "stability": "post_stable",
103 "stability": "canary",
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",
  /external/eigen/doc/
B01_Experimental.dox 12 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.
16 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.
25 The following modules are considered entirely experimental, and we make no firm API stability guarantee about them for the time being:
34 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:
40 The only classes subject to (even partial) API stability guarantee (meaning that you can safely construct and use objects) are:
41 \li MatrixBase : partial API stability (see below)
42 \li Matrix : full API stability (except for experimental stuff inherited from MatrixBase)
43 \li Map : full API stability (except for experimental stuff inherited from MatrixBase)
47 A few MatrixBase methods are considered experimental, hence not part of any API stability guarantee:
  /external/chromium_org/v8/
ChangeLog 3 Performance and stability improvements on all platforms.
8 Performance and stability improvements on all platforms.
16 Performance and stability improvements on all platforms.
29 Performance and stability improvements on all platforms.
36 Performance and stability improvements on all platforms.
46 Performance and stability improvements on all platforms.
51 Performance and stability improvements on all platforms.
58 Performance and stability improvements on all platforms.
66 Performance and stability improvements on all platforms.
83 Performance and stability improvements on all platforms
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_log.h 51 // Record recent delta for critical stability metrics. We can't wait for a
74 // Writes application stability metrics (as part of the profile log).
78 // Within stability group, write plugin crash stats.
81 // Within the stability group, write required attributes.
84 // Within the stability group, write attributes that need to be updated asap
  /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/chromium_org/chrome/browser/metrics/
metrics_log_unittest.cc 346 const metrics::SystemProfileProto_Stability& stability = local
347 log.system_profile().stability();
349 EXPECT_TRUE(stability.has_launch_count());
350 EXPECT_TRUE(stability.has_crash_count());
352 EXPECT_TRUE(stability.has_incomplete_shutdown_count());
353 EXPECT_TRUE(stability.has_breakpad_registration_success_count());
354 EXPECT_TRUE(stability.has_breakpad_registration_failure_count());
355 EXPECT_TRUE(stability.has_debugger_present_count());
356 EXPECT_TRUE(stability.has_debugger_not_present_count());
365 const metrics::SystemProfileProto_Stability& stability local
414 const metrics::SystemProfileProto_Stability& stability = local
    [all...]
metrics_log.cc 453 // Get stability attributes out of Local State, zeroing out stored values.
460 // Record recent delta for critical stability metrics. We can't wait for a
466 // Omit some stats unless this is the initial stability log.
488 SystemProfileProto::Stability* stability = local
490 stability->set_incomplete_shutdown_count(incomplete_shutdown_count);
491 stability->set_breakpad_registration_success_count(
493 stability->set_breakpad_registration_failure_count(
495 stability->set_debugger_present_count(debugger_present_count);
496 stability->set_debugger_not_present_count(debugger_not_present_count)
609 SystemProfileProto::Stability* stability = local
622 SystemProfileProto::Stability* stability = local
    [all...]
metrics_log.h 113 // Writes application stability metrics (as part of the profile log). The
116 // NOTE: Has the side-effect of clearing the stability prefs..
155 // Returns true if the stability metrics have already been filled in by a
159 // Within stability group, write plugin crash stats.
162 // Within the stability group, write required attributes.
165 // Within the stability group, write attributes that need to be updated asap
  /external/icu4c/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.
file_path_verifier_win.cc 80 UMA_HISTOGRAM_ENUMERATION("Stability.FileAtPath.Preferences",
  /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/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 91 bundle.stability = 'stable'
103 def MakePepperBundle(major_version, revision=0, version=None, stability='dev'):
107 if stability == CANARY:
119 bundle.stability = stability
125 stability='dev'):
126 bundle = MakePepperBundle(major_version, revision, version, stability)
250 BCANARY_NONE = MakePlatformBundle(0, stability=CANARY)
288 def _AssertUploadedManifestHasBundle(self, bundle, stability):
289 if stability == CANARY
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.5.html 14 People who are concerned with stability and reliability should stick
35 If you're especially concerned with stability you should probably look for
  /external/mesa3d/docs/
relnotes-7.5.html 14 People who are concerned with stability and reliability should stick
35 If you're especially concerned with stability you should probably look for
  /packages/apps/Mms/tests/src/com/android/mms/
MmsStability.java 34 * Junit / Instrumentation test case for mms stability test
41 private static String MESSAGE_CONTENT = "This is a system stability " +
  /external/chromium_org/chrome/app/
cf_resources.rc 58 LTEXT "This site is using the Chrome Frame plug-in which will soon stop receiving security and stability updates. Please uninstall it and upgrade to a modern browser.",IDC_TD_PROMPT_MESSAGE,3,3,285,8
  /external/chromium_org/chrome/browser/ui/startup/
bad_flags_prompt.cc 27 // Unsupported flags for which to display a warning that "stability and
  /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."
  /external/stlport/test/eh/
SortClass.h 17 the sake of testing the stability of sorting algorithms.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 39 * Adjusted parameters to improve stability and increase poll
117 long stabil; /* pps stability (scaled ppm) (ro) */
121 long stbcnt; /* stability limit exceeded (ro) */

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>