/external/llvm-project/clang/test/Driver/ |
D | hip-output-file-name.hip | 15 // 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/ |
D | README.md | 1 # 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
|
D | build.gradle | 52 javadocTitle = 'DASH module' 58 releaseDescription = 'The ExoPlayer library DASH module.'
|
/external/llvm-project/lldb/test/Shell/Driver/ |
D | TestPositionalArgs.test | 19 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/ |
D | cpdfsdk_baannot.cpp | 149 case BorderStyle::DASH: in SetBorderStyle() 174 return BorderStyle::DASH; in GetBorderStyle() 189 return BorderStyle::DASH; in GetBorderStyle()
|
D | cpdfsdk_appstream.cpp | 446 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/ |
D | README.md | 6 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.
|
D | RELEASENOTES.md | 125 * 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/ |
D | property_bool.rs | 21 ("Dash", DASH), 4044 pub const DASH: &'static [(char, char)] = &[ constant
|
/external/icu/icu4c/source/test/testdata/ |
D | LineBreakTest.txt | 33 × 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/ |
D | METADATA | 6 "supported by Android’s MediaPlayer API, including DASH and SmoothStreaming"
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UProperty.java | 79 public static final int DASH = 4; field
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UProperty.java | 85 public static final int DASH = 4; field
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 168 DASH = 371, enumerator
|
D | glslang.y | 183 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT 416 | DASH { $$.op = EOpNegative; } 447 | additive_expression DASH multiplicative_expression {
|
D | glslang.l | 379 "-" { return(DASH); }
|
/external/angle/src/compiler/translator/ |
D | glslang_tab_autogen.h | 224 DASH = 425, enumerator
|
D | glslang.y | 198 %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/ |
D | jisx0213-2000-std.txt.diff | 39 -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]
|
D | jisx0213-2004-std.txt.diff | 48 -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/ |
D | test_thread.py | 10 DASH = '-' variable 62 return DASH.join([key] * 5)
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 30 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE }; enumerator
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 405 DASH = 606, /* DASH */ enumerator
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 415 DASH = 616, /* DASH */ enumerator
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_ASCII.txt | 725 ‒ → '-' ; # 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)
|