HomeSort by relevance Sort by last modified time
    Searched refs:recorded (Results 1 - 25 of 40) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/testsuite/
incremental_test.sh 56 # Extract recorded command line from dump of the output file.
61 sed "s/'//g" > recorded
63 # Verify that the command line was recorded correctly.
64 check_cmp actual recorded
66 rm -f actual recorded
  /external/skia/tools/
gpuveto.cpp 58 SkAutoTUnref<SkPicture> recorded(recorder.endRecording());
60 if (recorded->suitableForGpuRasterization(nullptr)) {
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h 28 void run(int16_t *playbacked, int16_t *recorded);
EchoSuppressor.cpp 29 // the timing information of the samples being played and recorded. Therefore,
97 void EchoSuppressor::run(int16_t *playbacked, int16_t *recorded)
132 int32_t y = recorded[j + k] << 15;
187 recorded[i] = recorded[i] * factor >> 16;
  /libcore/luni/src/test/java/libcore/java/util/
SpliteratorsTest.java 244 int[] recorded = recorder.toSortedArray(); local
245 assertEquals(Arrays.toString(elements), Arrays.toString(recorded));
257 int[] recorded = recorder.toSortedArray(); local
258 assertEquals(Arrays.toString(new int[] { 1, 2, 3, 4 }), Arrays.toString(recorded));
270 long[] recorded = recorder.toSortedArray(); local
271 assertEquals(Arrays.toString(new long[] { 1, 2, 3, 4 }), Arrays.toString(recorded));
283 double[] recorded = recorder.toSortedArray(); local
284 assertEquals(Arrays.toString(new double[] { 1, 2, 3, 4 }), Arrays.toString(recorded));
320 long[] recorded = recorder.toSortedArray(); local
321 assertEquals(Arrays.toString(elements), Arrays.toString(recorded));
357 double[] recorded = recorder.toSortedArray(); local
614 int[] recorded = recorder.toSortedArray(); local
648 int[] recorded = recorder.toSortedArray(); local
685 long[] recorded = recorder.toSortedArray(); local
719 long[] recorded = recorder.toSortedArray(); local
756 double[] recorded = recorder.toSortedArray(); local
790 double[] recorded = recorder.toSortedArray(); local
    [all...]
  /external/bison/build-aux/
do-release-commit-and-tag 38 recorded. Commit that result with a log entry marking the release,
  /external/v8/test/mjsunit/
call-counts.js 19 // Call counts are recorded doubled.
deopt-with-fp-regs.js 63 // so the floating point registers which hold those values are recorded in the
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
smoothness.py 230 none_value_reason = 'No frame queueing durations recorded.'
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.h 127 int recorded; member in struct:aarch64_frag_type
tc-aarch64.c     [all...]
  /external/libvorbis/doc/
05-comment.tex 141 Date the track was recorded
144 Location where track was recorded
180 comment header. As an example, assume a track was recorded by three
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 13 @ of the grouped sections should be recorded in .group section.
  /external/blktrace/btreplay/doc/
btreplay.tex 166 recorded by \texttt{btrecord}, and attempts to faithfully reproduce the
172 the number on the recorded system. To help with mappings here the
224 smaller than the recorded device.}.}
227 device $D_{rec}$ managed by CPU $C_{rec}$ on the recorded system
375 recorded.
471 \item The device name on the recorded system (with the \texttt{'/dev/'}
479 \texttt{/dev/sdb} on the recorded system to \texttt{dev/sdg} and
  /external/v8/src/full-codegen/
full-codegen.cc 578 bool recorded = RecordStatementPosition(masm_, stmt->position());
579 if (recorded && insert_break == INSERT_BREAK && info_->is_debug() &&
589 bool recorded = RecordPosition(masm_, expr->position());
590 if (recorded && insert_break == INSERT_BREAK && info_->is_debug()) {
598 bool recorded = RecordStatementPosition(masm_, expr->position());
599 if (recorded && info_->is_debug()) {
    [all...]
  /ndk/build/core/
build-all.mk 122 # what has been effectively parsed and recorded previously
definitions.mk 356 # Also, LOCAL_XXXX values defined for a module are recorded in XXXX, e.g.:
358 # PATH -> recorded LOCAL_PATH for the module
359 # CFLAGS -> recorded LOCAL_CFLAGS for the module
373 # The list of LOCAL_XXXX variables that are recorded for each module definition
472 # Returns : The list of all recorded modules
480 # Returns : The list of all recorded non-imported modules
541 # Rationale: Return the recorded value of LOCAL_EXPORT_$2, if any, for module $1
551 # Rationale: Return the recorded value of LOCAL_EXPORT_$2, if any, for modules
564 # Rationale: Restore the recorded LOCAL_XXX definitions for a given module.
762 # Used to recompute all dependencies once all module information has been recorded
    [all...]
  /prebuilts/go/darwin-x86/src/
make.bat 94 :: CC_FOR_TARGET is recorded as the default compiler for the go tool. When building for the
  /prebuilts/go/linux-x86/src/
make.bat 94 :: CC_FOR_TARGET is recorded as the default compiler for the go tool. When building for the
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java 4355 int[] recorded = recorder.toSortedArray(); local
4368 int[] recorded = recorder.toSortedArray(); local
4381 long[] recorded = recorder.toSortedArray(); local
4394 double[] recorded = recorder.toSortedArray(); local
4432 long[] recorded = recorder.toSortedArray(); local
4471 double[] recorded = recorder.toSortedArray(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]

Completed in 1883 milliseconds

1 2