/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...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue7997.go | 7 // /tmp/x.go:3: internal error: f &p (type *int) recorded as live on entry
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue7997.go | 7 // /tmp/x.go:3: internal error: f &p (type *int) recorded as live on entry
|
/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.
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
go.go | 22 // variable recorded when the toolchain is built.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
go.go | 22 // variable recorded when the toolchain is built.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
go.go | 25 // variable recorded when the toolchain is built.
|
/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/test/ |
live1.go | 8 // "internal error: ... recorded as live on entry" errors
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
go.go | 25 // variable recorded when the toolchain is built.
|
/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/test/ |
live1.go | 8 // "internal error: ... recorded as live on entry" errors
|
/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
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/flags/ |
flags.go | 23 TrimPath = flag.String("trimpath", "", "remove prefix from recorded source file paths")
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/flags/ |
flags.go | 23 TrimPath = flag.String("trimpath", "", "remove prefix from recorded source file paths")
|
/prebuilts/go/darwin-x86/src/go/parser/ |
interface.go | 75 // optional parser functionality. Position information is recorded in the 128 // to ParseFile unchanged. Position information is recorded in fset. 221 // The position information recorded in the AST is undefined. The filename used
|
/prebuilts/go/darwin-x86/src/go/types/ |
builtins_test.go | 159 // check recorded types for fun and descendents (may be parenthesized) 161 // the recorded type for the built-in must match the wanted signature 164 t.Errorf("%s: no type recorded for %s", src0, ExprString(fun))
|
/prebuilts/go/linux-x86/src/go/parser/ |
interface.go | 75 // optional parser functionality. Position information is recorded in the 128 // to ParseFile unchanged. Position information is recorded in fset. 221 // The position information recorded in the AST is undefined. The filename used
|
/prebuilts/go/linux-x86/src/go/types/ |
builtins_test.go | 159 // check recorded types for fun and descendents (may be parenthesized) 161 // the recorded type for the built-in must match the wanted signature 164 t.Errorf("%s: no type recorded for %s", src0, ExprString(fun))
|