Home
last modified time | relevance | path

Searched +full:build +full:- +full:ts (Results 1 – 25 of 1030) sorted by relevance

12345678910>>...42

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
55 + "#EXT-X-PROGRAM-DATE-TIME:2020-01-01T00:00:00.0+00:00\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
56 + "#EXT-X-TARGETDURATION:4\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
57 + "#EXT-X-VERSION:3\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
58 + "#EXT-X-MEDIA-SEQUENCE:0\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
60 + "fileSequence0.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
62 + "fileSequence1.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
64 + "fileSequence2.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
66 + "fileSequence3.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
67 + "#EXT-X-SERVER-CONTROL:CAN-SKIP-UNTIL=24"; in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
[all …]
DDefaultHlsExtractorFactoryTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
29 import com.google.android.exoplayer2.extractor.ts.Ac3Extractor;
30 import com.google.android.exoplayer2.extractor.ts.TsExtractor;
51 private static final Uri URI_WITH_TS_EXTENSION = Uri.parse("http://path/filename.ts");
59 webVttFormat = new Format.Builder().setSampleMimeType(MimeTypes.TEXT_VTT).build(); in setUp()
62 ac3ResponseHeaders.put("Content-Type", Collections.singletonList(MimeTypes.AUDIO_AC3)); in setUp()
73 .build(); in createExtractor_withFileTypeInFormat_returnsExtractorMatchingFormat()
97 ApplicationProvider.getApplicationContext(), "media/ts/sample.ac3")) in createExtractor_withFileTypeInResponseHeaders_returnsExtractorMatchingResponseHeaders()
98 .build(); in createExtractor_withFileTypeInResponseHeaders_returnsExtractorMatchingResponseHeaders()
120 ApplicationProvider.getApplicationContext(), "media/ts/sample_ac3.ts")) in createExtractor_withFileTypeInUri_returnsExtractorMatchingUri()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ts/
DTsExtractorTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package com.google.android.exoplayer2.extractor.ts;
18 import static com.google.android.exoplayer2.extractor.ts.DefaultTsPayloadReaderFactory.FLAG_DETECT_…
30 import com.google.android.exoplayer2.extractor.ts.TsPayloadReader.EsInfo;
31 import com.google.android.exoplayer2.extractor.ts.TsPayloadReader.TrackIdGenerator;
60 TsExtractor::new, "media/ts/sample_h262_mpeg_audio.ts", simulationConfig); in sampleWithH262AndMpegAudio()
65 ExtractorAsserts.assertBehavior(TsExtractor::new, "media/ts/sample_h263.ts", simulationConfig); in sampleWithH263()
71 TsExtractor::new, "media/ts/sample_h264_mpeg_audio.ts", simulationConfig); in sampleWithH264AndMpegAudio()
77 () -> new TsExtractor(FLAG_DETECT_ACCESS_UNITS), in sampleWithH264NoAccessUnitDelimiters()
78 "media/ts/sample_h264_no_access_unit_delimiters.ts", in sampleWithH264NoAccessUnitDelimiters()
[all …]
DTsDurationReaderTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package com.google.android.exoplayer2.extractor.ts;
55 ApplicationProvider.getApplicationContext(), "media/ts/bbb_2500ms.ts")) in readDuration_returnsCorrectDuration()
59 .build(); in readDuration_returnsCorrectDuration()
79 ApplicationProvider.getApplicationContext(), "media/ts/bbb_2500ms.ts")) in readDuration_midStream_returnsCorrectDuration()
83 .build(); in readDuration_midStream_returnsCorrectDuration()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ts/
DTsExtractorTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package com.google.android.exoplayer2.extractor.ts;
18 import static com.google.android.exoplayer2.extractor.ts.DefaultTsPayloadReaderFactory.FLAG_DETECT_…
30 import com.google.android.exoplayer2.extractor.ts.TsPayloadReader.EsInfo;
31 import com.google.android.exoplayer2.extractor.ts.TsPayloadReader.TrackIdGenerator;
60 TsExtractor::new, "media/ts/sample_h262_mpeg_audio.ts", simulationConfig); in sampleWithH262AndMpegAudio()
65 ExtractorAsserts.assertBehavior(TsExtractor::new, "media/ts/sample_h263.ts", simulationConfig); in sampleWithH263()
71 TsExtractor::new, "media/ts/sample_h264_mpeg_audio.ts", simulationConfig); in sampleWithH264AndMpegAudio()
77 () -> new TsExtractor(FLAG_DETECT_ACCESS_UNITS), in sampleWithH264NoAccessUnitDelimiters()
78 "media/ts/sample_h264_no_access_unit_delimiters.ts", in sampleWithH264NoAccessUnitDelimiters()
[all …]
DTsDurationReaderTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package com.google.android.exoplayer2.extractor.ts;
55 ApplicationProvider.getApplicationContext(), "media/ts/bbb_2500ms.ts")) in readDuration_returnsCorrectDuration()
59 .build(); in readDuration_returnsCorrectDuration()
79 ApplicationProvider.getApplicationContext(), "media/ts/bbb_2500ms.ts")) in readDuration_midStream_returnsCorrectDuration()
83 .build(); in readDuration_midStream_returnsCorrectDuration()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
54 + "#EXT-X-PROGRAM-DATE-TIME:2020-01-01T00:00:00.0+00:00\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
55 + "#EXT-X-TARGETDURATION:4\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
56 + "#EXT-X-VERSION:3\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
57 + "#EXT-X-MEDIA-SEQUENCE:0\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
59 + "fileSequence0.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
61 + "fileSequence1.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
63 + "fileSequence2.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
65 + "fileSequence3.ts\n" in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
66 + "#EXT-X-SERVER-CONTROL:CAN-SKIP-UNTIL=24"; in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration()
[all …]
DDefaultHlsExtractorFactoryTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
29 import com.google.android.exoplayer2.extractor.ts.Ac3Extractor;
30 import com.google.android.exoplayer2.extractor.ts.TsExtractor;
51 private static final Uri URI_WITH_TS_EXTENSION = Uri.parse("http://path/filename.ts");
59 webVttFormat = new Format.Builder().setSampleMimeType(MimeTypes.TEXT_VTT).build(); in setUp()
62 ac3ResponseHeaders.put("Content-Type", Collections.singletonList(MimeTypes.AUDIO_AC3)); in setUp()
73 .build(); in createExtractor_withFileTypeInFormat_returnsExtractorMatchingFormat()
97 ApplicationProvider.getApplicationContext(), "media/ts/sample.ac3")) in createExtractor_withFileTypeInResponseHeaders_returnsExtractorMatchingResponseHeaders()
98 .build(); in createExtractor_withFileTypeInResponseHeaders_returnsExtractorMatchingResponseHeaders()
120 ApplicationProvider.getApplicationContext(), "media/ts/sample_ac3.ts")) in createExtractor_withFileTypeInUri_returnsExtractorMatchingUri()
[all …]
/external/pigweed/
Dpackage.json4 "description": "An open source collection of embedded-targeted libraries",
6 "license": "Apache-2.0",
7 "types": "./dist/types/ts/index.d.ts",
18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error",
19 "prebuild": "rimraf dist && npm run build-protos",
20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts",
21 "build": "npm run rollup", string
22 "dev": "rollup -c -w",
23 "rollup": "rollup -c && npm run postbuild",
25 "start": "tsc-watch --onSuccess \"rollup -c\"",
[all …]
Drollup.config.js7 // https://www.apache.org/licenses/LICENSE-2.0
15 import commonjs from '@rollup/plugin-commonjs';
16 import resolve from '@rollup/plugin-node-resolve';
17 import pluginTypescript from '@rollup/plugin-typescript';
19 import nodePolyfills from 'rollup-plugin-node-polyfills';
20 import postcss from 'rollup-plugin-postcss';
21 import sourceMaps from 'rollup-plugin-sourcemaps';
26 input: path.join('pw_protobuf_compiler', 'ts', 'build.ts'),
37 exclude: ['**/*_test.ts'],
50 'ts',
[all …]
/external/perfetto/src/trace_processor/sqlite/
Dsql_source_unittest.cc8 * http://www.apache.org/licenses/LICENSE-2.0
165 "ts, dur, ts + dur AS ts_end")); in TEST()
167 SqlSource rewritten = std::move(rewriter).Build(); in TEST()
168 ASSERT_EQ(rewritten.sql(), "SELECT ts, dur, ts + dur AS ts_end FROM slice"); in TEST()
173 " SELECT ts, dur, ts + dur AS ts_end FROM slice\n" in TEST()
181 " SELECT ts, dur, ts + dur AS ts_end FROM slice\n" in TEST()
191 " SELECT ts, dur, ts + dur AS ts_end FROM slice\n" in TEST()
198 " ts, dur, ts + dur AS ts_end\n" in TEST()
207 4, 18, SqlSource::FromTraceProcessorImplementation("ts, dur")); in TEST()
213 rewriter.Rewrite(7, 14, std::move(nested_rewrite).Build()); in TEST()
[all …]
/external/tensorflow/third_party/absl/
Dcom_google_absl_fix_mac_and_nvcc_build.patch1 diff --git a/absl/container/internal/compressed_tuple.h b/absl/container/internal/compressed_tuple.h
3 --- a/absl/container/internal/compressed_tuple.h
5 @@ -32,7 +32,6 @@
9 -#include <initializer_list>
13 @@ -77,134 +76,61 @@ constexpr bool IsFinal() {
17 -// We can't use EBCO on other CompressedTuples because that would mean that we
18 -// derive from multiple Storage<> instantiations with the same I parameter,
19 -// and potentially from multiple identical Storage<> instantiations. So anytime
20 -// we use type inheritance rather than encapsulation, we mark
21 -// CompressedTupleImpl, to make this easy to detect.
[all …]
/external/skia/modules/canvaskit/
DMakefile2 - rm -rf ../../out/canvaskit_wasm
3 - rm -rf ./npm_build/bin
4 - rm -rf ./build/
8 # Does an incremental build where possible.
10 - rm -rf build/
11 mkdir build
12 cp ../../out/canvaskit_wasm/canvaskit.js ./build/
13 cp ../../out/canvaskit_wasm/canvaskit.wasm ./build/
16 # Does an incremental build where possible.
18 - rm -rf build/
[all …]
Dparagraph_bindings.cpp4 * Use of this source code is governed by a BSD-style license that can be
53 // (either one based on ICU data or a client explicitly made) and passed in to build().
126 if (s.fontSize != -1) { in toStrutStyle()
129 if (s.heightMultiplier != -1) { in toStrutStyle()
146 para::TextStyle ts; in toTextStyle() local
150 ts.setColor(toSkColor4f(s.colorPtr).toSkColor()); in toTextStyle()
156 ts.setForegroundColor(p1); in toTextStyle()
162 ts.setBackgroundColor(p2); in toTextStyle()
165 if (s.fontSize != -1) { in toTextStyle()
166 ts.setFontSize(s.fontSize); in toTextStyle()
[all …]
/external/e2fsprogs/debian/
Dchangelog1 e2fsprogs (1.46.6-1) unstable; urgency=medium
9 non-ASCII characters, the fact that we had a signed vs unsigned char
19 off-line just as it being opened.
24 * Speed up e2fsck's clonning of multiply-claimed blocks so it is
26 * Don't fail when the source directory for mke2fs -d doesn't support
32 -- Theodore Y. Ts'o <tytso@mit.edu> Thu, 02 Feb 2023 00:38:18 -0500
34 e2fsprogs (1.46.6~rc1-1.1) unstable; urgency=medium
36 * Non-maintainer upload
37 * Convert copyright files to machine-readable format, adding the missing
40 -- Bastian Germann <bage@debian.org> Tue, 03 Jan 2023 14:31:18 +0100
[all …]
/external/perfetto/ui/
Dbuild.js7 // http://www.apache.org/licenses/LICENSE-2.0
19 // - The build process for the whole UI and the chrome extension.
20 // - The HTTP dev-server with live-reload capabilities.
21 // The reason why this is a hand-rolled script rather than a conventional build
22 // system is keeping incremental build fast and maintaining the set of
24 // The only way to keep incremental build fast (i.e. O(seconds) for the
25 // edit-one-line -> reload html cycles) is to run both the TypeScript compiler
26 // and the rollup bundler in --watch mode. Any other attempt, leads to O(10s)
27 // incremental-build times.
28 // This script allows mixing build tools that support --watch mode (tsc and
[all …]
/external/perfetto/test/trace_processor/diff_tests/metrics/startup/
Dandroid_startup_process_track.py8 # http://www.apache.org/licenses/LICENSE-2.0
21 def add_startup(trace, ts, pid): argument
24 ts=ts,
28 trace.add_atrace_end(ts=ts + 1, tid=2, pid=2)
30 ts=ts + 2, tid=2, pid=2, buf='launching: com.google.android.calendar')
32 ts=ts + 3,
37 trace.add_atrace_begin(ts=ts + 3, tid=pid, pid=pid, buf='bindApplication')
38 trace.add_atrace_end(ts=ts + 4, tid=pid, pid=pid)
39 trace.add_atrace_begin(ts=ts + 4, tid=pid, pid=pid, buf='activityStart')
40 trace.add_atrace_end(ts=ts + 5, tid=pid, pid=pid)
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/e2etest/
DTsPlaybackTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
39 /** End-to-end tests using TS samples. */
46 "bbb_2500ms.ts", in mediaSamples()
49 "sample_ac3.ts", in mediaSamples()
51 "sample_ac4.ts", in mediaSamples()
53 "sample_eac3.ts", in mediaSamples()
55 "sample_eac3joc.ts", in mediaSamples()
57 "sample_ait.ts", in mediaSamples()
60 "sample_h262_mpeg_audio.ts", in mediaSamples()
61 "sample_h263.ts", in mediaSamples()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/e2etest/
DTsPlaybackTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
39 /** End-to-end tests using TS samples. */
46 "bbb_2500ms.ts", in mediaSamples()
49 "sample_ac3.ts", in mediaSamples()
51 "sample_ac4.ts", in mediaSamples()
53 "sample_eac3.ts", in mediaSamples()
55 "sample_eac3joc.ts", in mediaSamples()
57 "sample_ait.ts", in mediaSamples()
60 "sample_h262_mpeg_audio.ts", in mediaSamples()
61 "sample_h263.ts", in mediaSamples()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/
DHlsDownloaderTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
88 .setRandomData(MEDIA_PLAYLIST_1_DIR + "fileSequence0.ts", 10) in setUp()
89 .setRandomData(MEDIA_PLAYLIST_1_DIR + "fileSequence1.ts", 11) in setUp()
90 .setRandomData(MEDIA_PLAYLIST_1_DIR + "fileSequence2.ts", 12) in setUp()
92 .setRandomData(MEDIA_PLAYLIST_2_DIR + "fileSequence0.ts", 13) in setUp()
93 .setRandomData(MEDIA_PLAYLIST_2_DIR + "fileSequence1.ts", 14) in setUp()
94 .setRandomData(MEDIA_PLAYLIST_2_DIR + "fileSequence2.ts", 15); in setUp()
118 .build()); in createWithDefaultDownloaderFactory()
143 MEDIA_PLAYLIST_1_DIR + "fileSequence0.ts", in downloadRepresentation()
144 MEDIA_PLAYLIST_1_DIR + "fileSequence1.ts", in downloadRepresentation()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/
DHlsDownloaderTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
88 .setRandomData(MEDIA_PLAYLIST_1_DIR + "fileSequence0.ts", 10) in setUp()
89 .setRandomData(MEDIA_PLAYLIST_1_DIR + "fileSequence1.ts", 11) in setUp()
90 .setRandomData(MEDIA_PLAYLIST_1_DIR + "fileSequence2.ts", 12) in setUp()
92 .setRandomData(MEDIA_PLAYLIST_2_DIR + "fileSequence0.ts", 13) in setUp()
93 .setRandomData(MEDIA_PLAYLIST_2_DIR + "fileSequence1.ts", 14) in setUp()
94 .setRandomData(MEDIA_PLAYLIST_2_DIR + "fileSequence2.ts", 15); in setUp()
118 .build()); in createWithDefaultDownloaderFactory()
143 MEDIA_PLAYLIST_1_DIR + "fileSequence0.ts", in downloadRepresentation()
144 MEDIA_PLAYLIST_1_DIR + "fileSequence1.ts", in downloadRepresentation()
[all …]
/external/cronet/components/metrics/debug/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
7 build_webui("build") {
12 web_component_files = [ "app.ts" ]
14 "browser_proxy.ts",
15 "log_utils.ts",
16 "metrics_internals.ts",
20 non_web_component_files += [ "structured/structured_utils.ts" ]
26 ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
/external/tensorflow/tensorflow/lite/profiling/
Dtime.cc7 http://www.apache.org/licenses/LICENSE-2.0
18 #include <chrono> // NOLINT(build/c++11)
19 #include <thread> // NOLINT(build/c++11)
45 struct timespec ts;
46 clock_gettime(CLOCK_MONOTONIC, &ts);
47 return static_cast<uint64_t>(ts.tv_sec) * 1e6 +
48 static_cast<uint64_t>(ts.tv_nsec) / 1e3;
54 micros -= sleep_time.tv_sec * 1e6;
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/
DTestDefaultForScalars.java13 * Unit tests to verify that Java/JSON scalar values (non-structured values)
49 .build();
68 long ts = 12345678L; in testDateScalars() local
69 assertEquals("[[\"java.util.Date\","+ts+"]]", in testDateScalars()
70 DEFAULT_TYPING_MAPPER.writeValueAsString(new Object[] { new Date(ts) })); in testDateScalars()
72 // Calendar is trickier... hmmh. Need to ensure round-tripping in testDateScalars()
74 c.setTimeInMillis(ts); in testDateScalars()
76 assertEquals("[[\""+c.getClass().getName()+"\","+ts+"]]", json); in testDateScalars()
81 assertEquals(ts, ((Calendar) result[0]).getTimeInMillis()); in testDateScalars()
100 .build(); in testScalarArrays()
[all …]
/external/skia/infra/bots/recipes/perf_skottietrace.expected/
DPerf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
25 "[START_DIR]/skia/infra/bots/assets/lottie-samples/VERSION",
29 "name": "Get lottie-samples VERSION",
38 "-u",
40 "--json-output",
[all …]

12345678910>>...42