Home
last modified time | relevance | path

Searched refs:DASH (Results 1 – 25 of 82) sorted by relevance

1234

/external/llvm-project/clang/test/Driver/
Dhip-output-file-name.hip15 // RUN: 2>&1 | FileCheck -check-prefixes=DASH %s
19 // RUN: 2>&1 | FileCheck -check-prefixes=DASH %s
23 // RUN: 2>&1 | FileCheck -check-prefixes=CLANG-DASH %s
27 // RUN: 2>&1 | FileCheck -check-prefixes=CLANG-DASH %s
29 // DASH: {{.*}}clang-offload-bundler{{.*}}"-outputs=-"
30 // CLANG-DASH: {{.*}}clang{{.*}}"-o" "-"
/external/exoplayer/tree/library/dash/
DREADME.md1 # ExoPlayer DASH library module #
3 Provides support for Dynamic Adaptive Streaming over HTTP (DASH) content. To
4 play DASH content, instantiate a `DashMediaSource` and pass it to
Dbuild.gradle52 javadocTitle = 'DASH module'
58 releaseDescription = 'The ExoPlayer library DASH module.'
/external/llvm-project/lldb/test/Shell/Driver/
DTestPositionalArgs.test19 RUN: %lldb -x -b %t.foo -- bar -baz --quux | FileCheck %s --check-prefix DASH
20 RUN: %lldb -x -b -- %t.foo bar -baz --quux | FileCheck %s --check-prefix DASH
21 RUN: %lldb -x -b -f %t.foo -- bar -baz --quux | FileCheck %s --check-prefix DASH
23 DASH: Current executable set to {{.*}}foo
24 DASH: target.run-args "bar" "-baz" "--quux"
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp149 case BorderStyle::DASH: in SetBorderStyle()
174 return BorderStyle::DASH; in GetBorderStyle()
189 return BorderStyle::DASH; in GetBorderStyle()
Dcpdfsdk_appstream.cpp446 case BorderStyle::DASH: { in GetCircleBorderAppStream()
960 case BorderStyle::DASH: in GetBorderAppStreamInternal()
1173 case BorderStyle::DASH: in SetAsPushButton()
1334 case BorderStyle::DASH: in SetAsCheckBox()
1451 case BorderStyle::DASH: in SetAsRadioButton()
1849 case BorderStyle::DASH: { in SetAsTextField()
1969 case BorderStyle::DASH: in GetBorderAppStream()
/external/exoplayer/tree/
DREADME.md6 supported by Android’s MediaPlayer API, including DASH and SmoothStreaming
56 on the Core, DASH and UI library modules, as might be required for an app that
57 plays DASH content:
70 * `exoplayer-dash`: Support for DASH content.
DRELEASENOTES.md125 * DASH:
130 * Fix assertion failure in `SampleQueue` when playing DASH streams with
198 * DASH:
230 * Reduce startup latency for DASH and SmoothStreaming playbacks by
233 * Reduce startup latency for on-demand DASH playbacks by allowing codec
435 * DASH: Support negative @r values in segment timelines
490 * Handle new signaling in DASH manifests
517 * DASH:
802 * DASH:
848 * DASH: Fix issue handling large `EventStream` presentation timestamps
[all …]
/external/rust/crates/regex-syntax/src/unicode_tables/
Dproperty_bool.rs21 ("Dash", DASH),
4044 pub const DASH: &'static [(char, char)] = &[ constant
/external/icu/icu4c/source/test/testdata/
DLineBreakTest.txt33 × 0023 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] EM DASH (B2) ÷ [0.3]
34 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
35 …4 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] EM DASH (B2) ÷ [0.3]
36 …ER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
201 × 2014 ÷ 0023 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] NUMBER SIGN (AL) ÷ [0.3]
202 × 2014 × 0020 ÷ 0023 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ [0.3]
203 × 2014 × 0308 ÷ 0023 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] NUMBE…
204 × 2014 × 0308 × 0020 ÷ 0023 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01]…
205 × 2014 × 2014 ÷ # × [0.3] EM DASH (B2) × [17.0] EM DASH (B2) ÷ [0.3]
206 × 2014 × 0020 × 2014 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) × [17.0] EM DASH (B2) ÷ [0.3]
[all …]
/external/exoplayer/
DMETADATA6 "supported by Android’s MediaPlayer API, including DASH and SmoothStreaming"
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java79 public static final int DASH = 4; field
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java85 public static final int DASH = 4; field
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h168 DASH = 371, enumerator
Dglslang.y183 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
416 | DASH { $$.op = EOpNegative; }
447 | additive_expression DASH multiplicative_expression {
Dglslang.l379 "-" { return(DASH); }
/external/angle/src/compiler/translator/
Dglslang_tab_autogen.h224 DASH = 425, enumerator
Dglslang.y198 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
417 | DASH { $$ = EOpNegative; }
445 | additive_expression DASH multiplicative_expression {
/external/python/cpython3/Tools/unicode/python-mappings/diff/
Djisx0213-2000-std.txt.diff39 -3-213D U+2014 # EM DASH Windows: U+2015
40 +3-213D U+2015 # EM DASH Windows: U+2015
45 3-2141 U+301C # WAVE DASH Windows: U+FF5E
270 3-237C U+2013 # EN DASH [2000]
Djisx0213-2004-std.txt.diff48 -3-213D U+2014 # EM DASH Windows: U+2015
49 +3-213D U+2015 # EM DASH Windows: U+2015
54 3-2141 U+301C # WAVE DASH Windows: U+FF5E
279 3-237C U+2013 # EN DASH [2000]
/external/python/cpython2/Lib/bsddb/test/
Dtest_thread.py10 DASH = '-' variable
62 return DASH.join([key] * 5)
/external/pdfium/core/fxge/
Dcfx_renderdevice.h30 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE }; enumerator
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h405 DASH = 606, /* DASH */ enumerator
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dglslang_tab.cpp.h415 DASH = 616, /* DASH */ enumerator
/external/icu/icu4c/source/data/translit/
DLatin_ASCII.txt725 ‒ → '-' ; # 2012;FIGURE DASH (from ‹character-fallback›)
726 – → '-' ; # 2013;EN DASH (from ‹character-fallback›)
727 — → '-' ; # 2014;EM DASH (from ‹character-fallback›)
729 ︱ → '-' ; # FE31;PRESENTATION FORM FOR VERTICAL EM DASH (compat)
730 ︲ → '-' ; # FE32;PRESENTATION FORM FOR VERTICAL EN DASH (compat)
731 ﹘ → '-' ; # FE58;SMALL EM DASH (compat)

1234