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

1 2 3 4 5 6 7 8

  /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 sk_sp<SkPicture> recorded(recorder.finishRecordingAsPicture());
60 if (SkPictureGpuAnalyzer(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;
  /external/v8/tools/
run-perf.sh 25 Sampling event is cycles in user space, call graphs are recorded.
  /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...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7997.go 7 // /tmp/x.go:3: internal error: f &p (type *int) recorded as live on entry
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7997.go 7 // /tmp/x.go:3: internal error: f &p (type *int) recorded as live on entry
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
  /external/bison/build-aux/
do-release-commit-and-tag 38 recorded. Commit that result with a log entry marking the release,
  /external/jline/src/src/main/java/jline/
UnixTerminal.java 382 public void setInput(int recorded, InputStream wrapped) throws IOException {
384 this.firstByte = (byte) recorded;
389 setInputUTF8(recorded, wrapped);
397 public void setInputUTF8(int recorded, InputStream wrapped) throws IOException {
WindowsTerminal.java 468 public void setInput(int recorded, InputStream wrapped) throws IOException {
470 this.firstByte = (byte) recorded;
475 setInputUTF8(recorded, wrapped);
483 public void setInputUTF8(int recorded, InputStream wrapped) throws IOException {
  /packages/apps/TV/src/com/android/tv/dvr/
DvrDataManagerImpl.java 324 for (RecordedProgram recorded : recordedPrograms) {
325 if (isInputAvailable(recorded.getInputId())) {
326 mRecordedPrograms.put(recorded.getId(), recorded); local
328 mRecordedProgramsForRemovedInput.put(recorded.getId(), recorded); local
350 for (RecordedProgram recorded : recordedPrograms) {
351 if (isInputAvailable(recorded.getInputId())) {
352 mRecordedPrograms.put(recorded.getId(), recorded); local
359 mRecordedProgramsForRemovedInput.put(recorded.getId(), recorded); local
    [all...]
  /external/autotest/client/cros/audio/
alsa_utils.py 283 @param output: The filename where the recorded audio will be stored to.
285 @param channels: The number of channels of the recorded audio.
288 @param device: The device used to recorded the audio from.
  /prebuilts/go/darwin-x86/src/cmd/asm/
doc.go 37 remove prefix from recorded source file paths
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/flags/
flags.go 20 TrimPath = flag.String("trimpath", "", "remove prefix from recorded source file paths")
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go 23 // variable recorded when the toolchain is built.
  /prebuilts/go/darwin-x86/test/
live1.go 8 // "internal error: ... recorded as live on entry" errors
  /prebuilts/go/linux-x86/src/cmd/asm/
doc.go 37 remove prefix from recorded source file paths
  /prebuilts/go/linux-x86/src/cmd/asm/internal/flags/
flags.go 20 TrimPath = flag.String("trimpath", "", "remove prefix from recorded source file paths")
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go 23 // variable recorded when the toolchain is built.
  /prebuilts/go/linux-x86/test/
live1.go 8 // "internal error: ... recorded as live on entry" errors
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.h 127 int recorded; member in struct:aarch64_frag_type
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 90 Remove prefix from recorded source file paths.
107 The //line directive specifies that the source line that follows should be recorded
109 recorded using increasing line numbers, until the next directive. This directive

Completed in 551 milliseconds

1 2 3 4 5 6 7 8