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

  /system/core/metricsd/uploader/
metrics_log.cc 67 metrics::SystemProfileProto::Stability* stability(
69 int current = stability->other_user_crash_count();
70 stability->set_other_user_crash_count(current + count);
74 metrics::SystemProfileProto::Stability* stability(
76 int current = stability->kernel_crash_count();
77 stability->set_kernel_crash_count(current + count);
81 metrics::SystemProfileProto::Stability* stability(
    [all...]
upload_service_test.cc 93 .stability();
  /external/webrtc/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/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/ImageMagick/MagickCore/
segment.c 165 stability;
162 stability; member in struct:_IntervalTree
    [all...]
  /system/core/metricsd/uploader/proto/
system_profile.proto 446 // Figures that can be used to generate application stability metrics.
450 message Stability {
494 // All the remaining fields in the Stability are recorded at most once per
500 // was unable to upload stability metrics for previous launches (e.g. due to
532 // Stability information for all installed plugins.
555 optional Stability stability = 8;
  /external/v8/test/mjsunit/tools/
codemap.js 148 // Test name stability.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 615 int16_t stability = WebRtcSpl_LevinsonDurbin(auto_correlation, local
621 if (stability != 1) {
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests stability).
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 475 t.Errorf("Stable shuffeled sorted %d ints (stability)", n)
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 475 t.Errorf("Stable shuffeled sorted %d ints (stability)", n)

Completed in 180 milliseconds