Home
last modified time | relevance | path

Searched refs:Break (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/external/deqp-deps/glslang/Test/baseResults/
Dswitch.frag.out41 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 …]
Dhlsl.switch.frag.out19 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 …]
Ddce.frag.out43 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/
Dswitch.frag.out41 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 …]
Dhlsl.switch.frag.out19 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 …]
Ddce.frag.out43 0:19 Branch: Break
50 0:22 Branch: Break
55 0:25 Branch: Break
96 0:33 Branch: Break
/external/skia/tests/sksl/dslfp/
DGrDSLFPTest_SwitchStatement.dsl.cpp34 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/
Dgrapheme.rs158 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/
DOpsBuilder.java416 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 …]
DDoc.java256 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/
DSkAntiRun.h66 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/
DSkAntiRun.h66 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/
Dreadability-identifier-naming-bugfix-name-conflicts.cpp6 int func(int Break) { in func() argument
9 if (Break == 1) { in func()
/external/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/
Dstop-hook-threads-1.lldbinit1 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"
Dstop-hook-threads-2.lldbinit1 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/
Dmain.m43 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/
Divars-in-blocks.m25 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/
DBreakableToken.h136 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/
Dmain.m31 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/
Dnbsp1 // 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/
Demu.rs11 Break, enumerator
99 return Some(Event::Break); in step()
/external/llvm-project/clang/test/Tooling/
Dms-asm-no-target.cpp4 void Break() { in Break() function
/external/clang/test/Tooling/
Dms-asm-no-target.cpp5 void Break() { in Break() function
/external/icu/icu4c/source/data/brkitr/rules/
Dsent_el.txt9 # ICU Sentence Break Rules
59 # Rule 4 - Break after $Sep.
Dsent.txt9 # ICU Sentence Break Rules
59 # Rule 4 - Break after $Sep.

12345678910>>...13