HomeSort by relevance Sort by last modified time
    Searched full:observed (Results 201 - 225 of 542) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 231 // since we haven't observed fail-to-enable.
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 633 byte[] observed = new byte[expected.length];
634 int count = is.read(observed);
637 MoreAsserts.assertEquals(expected, observed);
MergeCursorTest.java 248 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
  /external/kernel-headers/original/uapi/linux/
sctp.h 854 * sas_obs_rto_ipaddr. maxrto is the max observed rto + transport since
859 /* Transport of observed max RTO */
861 __u64 sas_maxrto; /* Maximum Observed RTO for period */
  /external/valgrind/helgrind/tests/
tc20_verifywrap.stderr.exp 160 Lock at 0x........ was first observed
177 Lock at 0x........ was first observed
196 Lock at 0x........ was first observed
tc20_verifywrap.stderr.exp-glibc-2.18 153 Lock at 0x........ was first observed
167 Lock at 0x........ was first observed
183 Lock at 0x........ was first observed
tc20_verifywrap.stderr.exp-mips32 162 Lock at 0x........ was first observed
176 Lock at 0x........ was first observed
192 Lock at 0x........ was first observed
tc20_verifywrap.stderr.exp-mips32-b 162 Lock at 0x........ was first observed
176 Lock at 0x........ was first observed
192 Lock at 0x........ was first observed
tc20_verifywrap.stderr.exp-s390x 162 Lock at 0x........ was first observed
176 Lock at 0x........ was first observed
192 Lock at 0x........ was first observed
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 61 * possible for the system to have observed an intermediate state.
113 // transition pairs while still guaranteeing that at least one transition is observed
120 // system have observed.
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 628 // check to see if we have observed the position passing through the marker
639 // check to see if we have observed the position passing through a virtual marker, where the
682 // we have a new observed position
  /external/valgrind/helgrind/docs/
hg-manual.xml 147 Helgrind's attention (the "<computeroutput>was first observed
156 Lock at 0x7FEFFFA90 was first observed
224 Observed (incorrect) order is: acquisition of lock at 0x7FF0006A0
255 Observed (incorrect) order is: acquisition of lock at 0x8049A00
700 (or a chain thereof) which separates the earlier-observed access (as
701 shown in the second call stack) from the later-observed access (as
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 321 // Test AudioRecord.Builder to verify the observed configuration of an AudioRecord built with
355 // Test AudioRecord.Builder to verify the observed configuration of an AudioRecord built with
386 // Test AudioRecord.Builder to verify the observed configuration of an AudioRecord matches
    [all...]
  /external/boringssl/src/crypto/rc4/asm/
rc4-x86_64.pl 65 # Intel Core2 was observed to perform poorly on both code paths:-( It
68 # observed to outperform 64-bit one by almost 50%]. Adding two movzb to
75 # Intel Westmere was observed to perform suboptimally. Adding yet
  /external/chromium-trace/trace-viewer/tracing/tracing/model/
slice_group_test.html 741 var observed = [];
742 group.iterSlicesInTimeRange(function(slice) { observed.push(slice); },
744 assert.deepEqual(observed, expected);
  /cts/hostsidetests/atrace/src/android/atrace/cts/
AtraceHostTest.java 268 // initial section observed, start looking for others in order
  /cts/tests/tests/app/src/android/app/cts/
AlarmManagerTest.java 62 // and mandate that the average observed delivery skew between the two be statistically
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SensorOperationTest.java 108 "Expected duration=%sms, observed=%sms, delta=%sms, thresold=%sms",
  /docs/source.android.com/src/devices/audio/
latency_contrib.jd 202 yet cannot be observed. Security kernels should be designed for an
  /docs/source.android.com/src/source/
report-bugs.jd 95 Observed results:
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 29 * decrease as the number of nonzeros per inner-vector increase. In practice, we observed very good performance
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 215 // This has been observed in program strings produced by MSVS 2010 in LTO
  /external/icu/icu4c/source/i18n/unicode/
timezone.h 101 * time is observed in that time zone (e.g., the days and hours on which daylight
698 * only checks if daylight saving time is observed by the last known
700 * if daylight saving time is currently observed, but not scheduled
712 * time is observed or not within a given period.
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 179 // collect all coverage pairs and return non-zero if a new pair is observed.
  /external/ltrace/sysdeps/linux-gnu/
events.c 185 * N.B. This was observed on RHEL 5 Itanium, but I'm

Completed in 767 milliseconds

1 2 3 4 5 6 7 891011>>