/external/deqp-deps/glslang/Test/baseResults/ |
D | switch.frag.out | 41 0:21 Branch: Break 60 0:31 Branch: Break 68 0:36 Branch: Break 77 0:39 Branch: Break 86 0:42 Branch: Break 106 0:50 Branch: Break 127 0:55 Branch: Break 137 0:58 Branch: Break 138 0:60 Branch: Break 149 0:64 Branch: Break [all …]
|
D | hlsl.switch.frag.out | 19 0:7 Branch: Break 31 0:15 Branch: Break 38 0:18 Branch: Break 50 0:24 Branch: Break 68 0:29 Branch: Break 77 0:32 Branch: Break 78 0:34 Branch: Break 94 0:39 Branch: Break 112 0:48 Branch: Break 169 0:7 Branch: Break [all …]
|
D | dce.frag.out | 43 0:19 Branch: Break 50 0:22 Branch: Break 55 0:25 Branch: Break 96 0:33 Branch: Break
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | switch.frag.out | 41 0:21 Branch: Break 60 0:31 Branch: Break 68 0:36 Branch: Break 77 0:39 Branch: Break 86 0:42 Branch: Break 106 0:50 Branch: Break 127 0:55 Branch: Break 137 0:58 Branch: Break 138 0:60 Branch: Break 149 0:64 Branch: Break [all …]
|
D | hlsl.switch.frag.out | 19 0:7 Branch: Break 31 0:15 Branch: Break 38 0:18 Branch: Break 50 0:24 Branch: Break 68 0:29 Branch: Break 77 0:32 Branch: Break 78 0:34 Branch: Break 94 0:39 Branch: Break 112 0:48 Branch: Break 169 0:7 Branch: Break [all …]
|
D | dce.frag.out | 43 0:19 Branch: Break 50 0:22 Branch: Break 55 0:25 Branch: Break 96 0:33 Branch: Break
|
/external/skia/tests/sksl/dslfp/ |
D | GrDSLFPTest_SwitchStatement.dsl.cpp | 34 Case(1, Break()), in emitCode() 38 Case(5, Block(++_color.z()), Break()), in emitCode() 39 Default(Block(--_color.y(), Break()))); in emitCode() 41 Case(1, Break()), in emitCode() 44 Case(0, _color.x() = _color.y(), Break()), in emitCode() 45 Case(20, _color.z() = _color.y(), Break()), in emitCode() 46 Case(10, _color.w() = _color.y(), Break())); in emitCode()
|
/external/rust/crates/unicode-segmentation/src/ |
D | grapheme.rs | 158 Break, enumerator 225 Break, // definitely a break enumerator 236 (GC_Control, _) => Break, // GB4 in check_pair() 237 (GC_CR, _) => Break, // GB4 in check_pair() 238 (GC_LF, _) => Break, // GB4 in check_pair() 239 (_, GC_Control) => Break, // GB5 in check_pair() 240 (_, GC_CR) => Break, // GB5 in check_pair() 241 (_, GC_LF) => Break, // GB5 in check_pair() 258 (_, _) => Break, // GB999 in check_pair() 279 GraphemeState::Break in new() [all …]
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | OpsBuilder.java | 416 add(Doc.Break.make(fillMode, flat, plusIndent, optionalTag)); in breakOp() 502 Doc.Break.make( in build() 511 tokOps.put(j, Doc.Break.makeForced()); in build() 523 tokOps.put(j, Doc.Break.makeForced()); in build() 537 Doc.Break.make( in build() 546 tokOps.put(k + 1, Doc.Break.make(Doc.FillMode.FORCED, "", ZERO)); in build() 566 tokOps.put(j, Doc.Break.makeForced()); in build() 592 || (op instanceof Doc.Break in build() 593 && ((Doc.Break) op).getPlusIndent() == 0 in build() 612 return op instanceof Doc.Break && ((Doc.Break) op).isForced(); in isForcedBreak() [all …]
|
D | Doc.java | 256 List<Break> breaks = new ArrayList<>(); 271 private static void splitByBreaks(List<Doc> docs, List<List<Doc>> splits, List<Break> breaks) { in splitByBreaks() 276 if (doc instanceof Break) { in splitByBreaks() 277 breaks.add((Break) doc); in splitByBreaks() 307 Optional<Break> optBreakDoc, in computeBreakAndSplit() 557 public static final class Break extends Doc implements Op { class in Doc 563 private Break(FillMode fillMode, String flat, Indent plusIndent, Optional<BreakTag> optTag) { in Break() method in Doc.Break 578 public static Break make(FillMode fillMode, String flat, Indent plusIndent) { in make() 579 return new Break(fillMode, flat, plusIndent, /* optTag= */ Optional.empty()); in make() 591 public static Break make( in make() [all …]
|
/external/skqp/src/core/ |
D | SkAntiRun.h | 66 SkAlphaRuns::Break(runs, alpha, x, 1); in add() 83 SkAlphaRuns::Break(runs, alpha, x, middleCount); in add() 100 SkAlphaRuns::Break(runs, alpha, x, 1); in add() 121 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) {
|
/external/skia/src/core/ |
D | SkAntiRun.h | 66 SkAlphaRuns::Break(runs, alpha, x, 1); in add() 83 SkAlphaRuns::Break(runs, alpha, x, middleCount); in add() 100 SkAlphaRuns::Break(runs, alpha, x, 1); in add() 121 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) {
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-identifier-naming-bugfix-name-conflicts.cpp | 6 int func(int Break) { in func() argument 9 if (Break == 1) { in func()
|
/external/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/ |
D | stop-hook-threads-1.lldbinit | 1 break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook" 2 break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook"
|
D | stop-hook-threads-2.lldbinit | 1 break set -f stop-hook-threads.cpp -p "Break here to set up the stop hook" 2 break set -f stop-hook-threads.cpp -p "Break here to test that the stop-hook"
|
/external/llvm-project/lldb/test/API/lang/objc/foundation/ |
D | main.m | 43 if (self.descriptionPauses) // Break here for description test 63 return 0; // Break here for selector: tests 85 return 0; // Break here for NSString tests 115 obj = [array1 objectAtIndex: 0]; // Break here for NSArray tests
|
/external/llvm-project/lldb/test/API/lang/objc/blocks/ |
D | ivars-in-blocks.m | 25 return ret; // Break here inside the class method block. 35 return blocky_ivar * inval; // Break here inside the block.
|
/external/llvm-project/clang/lib/Format/ |
D | BreakableToken.h | 136 bool Break) const = 0; 270 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override; 372 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override; 446 unsigned getContentStartColumn(unsigned LineIndex, bool Break) const override;
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/objc/ |
D | main.m | 31 return 0; // Break here for selector: tests 53 return 0; // Break here for NSString tests 72 obj = [array1 objectAtIndex: 0]; // Break here for NSArray tests
|
/external/libxkbcommon/test/data/symbols/ |
D | nbsp | 1 // Let Space key provide No-Break Space (NBSP), Narrow No-Break Space (NNBSP), 19 // No-Break Space 63 // Narrow No-Break Space
|
/external/rust/crates/gdbstub/examples/armv4t/ |
D | emu.rs | 11 Break, enumerator 99 return Some(Event::Break); in step()
|
/external/llvm-project/clang/test/Tooling/ |
D | ms-asm-no-target.cpp | 4 void Break() { in Break() function
|
/external/clang/test/Tooling/ |
D | ms-asm-no-target.cpp | 5 void Break() { in Break() function
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | sent_el.txt | 9 # ICU Sentence Break Rules 59 # Rule 4 - Break after $Sep.
|
D | sent.txt | 9 # ICU Sentence Break Rules 59 # Rule 4 - Break after $Sep.
|