/third_party/python/Lib/idlelib/ |
D | config-keys.def | 11 copy=<Control-Key-c> <Control-Key-C> 12 cut=<Control-Key-x> <Control-Key-X> 13 paste=<Control-Key-v> <Control-Key-V> 15 center-insert=<Control-Key-l> <Control-Key-L> 16 close-all-windows=<Control-Key-q> <Control-Key-Q> 18 do-nothing=<Control-Key-F12> 19 end-of-file=<Control-Key-d> <Control-Key-D> 24 interrupt-execution=<Control-Key-c> <Control-Key-C> 26 restart-shell=<Control-Key-F6> 29 open-new-window=<Control-Key-n> <Control-Key-N> [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | inheritance1.types | 2 class Control { 3 >Control : Control 8 interface SelectableControl extends Control { 13 class Button extends Control implements SelectableControl { 15 >Control : Control 20 class TextBox extends Control { 22 >Control : Control 27 class ImageBase extends Control implements SelectableControl{ 29 >Control : Control 31 class Image1 extends Control { [all …]
|
D | interfaceExtendsClass1.symbols | 2 class Control { 3 >Control : Symbol(Control, Decl(interfaceExtendsClass1.ts, 0, 0)) 6 >state : Symbol(Control.state, Decl(interfaceExtendsClass1.ts, 0, 15)) 8 interface SelectableControl extends Control { 10 >Control : Symbol(Control, Decl(interfaceExtendsClass1.ts, 0, 0)) 15 class Button extends Control { 17 >Control : Symbol(Control, Decl(interfaceExtendsClass1.ts, 0, 0)) 22 class TextBox extends Control { 24 >Control : Symbol(Control, Decl(interfaceExtendsClass1.ts, 0, 0)) 29 class Image extends Control { [all …]
|
D | interfaceExtendsClass1.types | 2 class Control { 3 >Control : Control 8 interface SelectableControl extends Control { 12 class Button extends Control { 14 >Control : Control 19 class TextBox extends Control { 21 >Control : Control 26 class Image extends Control { 28 >Control : Control
|
D | interfaceExtendsClass1.js | 2 class Control { class 5 interface SelectableControl extends Control { 8 class Button extends Control { 11 class TextBox extends Control { 14 class Image extends Control { 37 var Control = /** @class */ (function () { 38 function Control() { class in Control 40 return Control; 49 }(Control)); 57 }(Control)); [all …]
|
D | inheritance1.js | 2 class Control { class 5 interface SelectableControl extends Control { 9 class Button extends Control implements SelectableControl { 12 class TextBox extends Control { 15 class ImageBase extends Control implements SelectableControl{ 17 class Image1 extends Control { 26 var c: Control; 80 var Control = /** @class */ (function () { 81 function Control() { class in Control 83 return Control; [all …]
|
D | inheritance1.symbols | 2 class Control { 3 >Control : Symbol(Control, Decl(inheritance1.ts, 0, 0)) 6 >state : Symbol(Control.state, Decl(inheritance1.ts, 0, 15)) 8 interface SelectableControl extends Control { 10 >Control : Symbol(Control, Decl(inheritance1.ts, 0, 0)) 16 class Button extends Control implements SelectableControl { 18 >Control : Symbol(Control, Decl(inheritance1.ts, 0, 0)) 24 class TextBox extends Control { 26 >Control : Symbol(Control, Decl(inheritance1.ts, 0, 0)) 31 class ImageBase extends Control implements SelectableControl{ [all …]
|
D | inheritance1.errors.txt | 5 …heritance1.ts(31,1): error TS2741: Property 'select' is missing in type 'Control' but required in … 6 …heritance1.ts(37,1): error TS2741: Property 'select' is missing in type 'Control' but required in … 10 …3,1): error TS2741: Property 'state' is missing in type 'Locations' but required in type 'Control'. 11 …heritance1.ts(55,1): error TS2741: Property 'select' is missing in type 'Control' but required in … 13 …,1): error TS2741: Property 'state' is missing in type 'Locations1' but required in type 'Control'. 14 …heritance1.ts(61,1): error TS2741: Property 'select' is missing in type 'Control' but required in … 18 class Control { 21 interface SelectableControl extends Control { 25 class Button extends Control implements SelectableControl { 28 class TextBox extends Control { [all …]
|
/third_party/pcre2/pcre2/maint/ucptestdata/ |
D | testoutput1 | 2 U+0000 BN Control: Control, common, Control, [ascii] 3 U+0001 BN Control: Control, common, Control, [ascii] 4 U+0002 BN Control: Control, common, Control, [ascii] 5 U+0003 BN Control: Control, common, Control, [ascii] 6 U+0004 BN Control: Control, common, Control, [ascii] 7 U+0005 BN Control: Control, common, Control, [ascii] 8 U+0006 BN Control: Control, common, Control, [ascii] 9 U+0007 BN Control: Control, common, Control, [ascii] 10 U+0008 BN Control: Control, common, Control, [ascii] 11 U+0009 S Control: Control, common, Control, [ascii, patternwhitespace, whitespace] [all …]
|
D | testoutput2 | 212 U+202C PDF Control: Format, common, Control, [bidicontrol, caseignorable, defaultignorablecodepoint] 232 U+000A B Control: Control, common, LF, [ascii, patternwhitespace, whitespace] 233 U+000D B Control: Control, common, CR, [ascii, patternwhitespace, whitespace] 234 U+001C..U+001E B Control: Control, common, Control, [ascii] 235 U+0085 B Control: Control, common, Control, [patternwhitespace, whitespace] 236 U+2029 B Separator: Paragraph separator, common, Control, [patternwhitespace, whitespace] 238 U+2068 FSI Control: Format, common, Control, [bidicontrol, caseignorable, defaultignorablecodepoint] 240 U+2069 PDI Control: Format, common, Control, [bidicontrol, caseignorable, defaultignorablecodepoint] 242 U+2067 RLI Control: Format, common, Control, [bidicontrol, caseignorable, defaultignorablecodepoint] 244 U+202E RLO Control: Format, common, Control, [bidicontrol, caseignorable, defaultignorablecodepoint] [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 306 void Terminate(Node Effect, Node Control) { in Terminate() argument 308 LOG(out << "Terminate(" << Effect << ", " << Control << ")" in Terminate() 321 CfgNode *Control = Controls[i]; in Merge() local 322 Control->appendInst(InstBr::create(Func, MergedNode)); in Merge() 327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi() argument 328 LOG(out << "Phi(" << Count << ", " << Control); in Phi() 334 const auto &InEdges = Control.toCfgNode()->getInEdges(); in Phi() 339 auto *Dest = makeVariable(Vals[0].toOperand()->getType(), Control); in Phi() 352 Control.toCfgNode()->appendInst(Phi); in Phi() 356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) { in EffectPhi() argument [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | inheritance1.ts | 1 class Control { class 4 interface SelectableControl extends Control { 8 class Button extends Control implements SelectableControl { 11 class TextBox extends Control { 14 class ImageBase extends Control implements SelectableControl{ 16 class Image1 extends Control { 25 var c: Control;
|
D | interfaceExtendsClass1.ts | 2 class Control { class 5 interface SelectableControl extends Control { 8 class Button extends Control { 11 class TextBox extends Control { 14 class Image extends Control {
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 163 private static class Control { class in CollationThreadTest 191 private Control control; 194 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() 226 private void runThreads(Thread[] threads, Control control) { in runThreads() 257 final Control control = new Control(); in testThreads() 282 Control control = new Control(); in testFrozen()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationThreadTest.java | 166 private static class Control { class in CollationThreadTest 194 private Control control; 197 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() 229 private void runThreads(Thread[] threads, Control control) { in runThreads() 260 final Control control = new Control(); in testThreads() 285 Control control = new Control(); in testFrozen()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.h | 98 struct Control struct 100 Control(); 101 ~Control(); 102 Control(const Control &other); 121 std::vector<Control> controls; argument
|
D | Debug.cpp | 80 Debug::Control::Control() {} in Control() function in gl::Debug::Control 82 Debug::Control::~Control() {} in ~Control() 84 Debug::Control::Control(const Control &other) = default; 301 Control c; in setMessageControl() 390 Control c0; in pushDefaultGroup() 397 Control c1; in pushDefaultGroup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.h | 103 struct Control struct 105 Control(); 106 ~Control(); 107 Control(const Control &other); 126 std::vector<Control> controls; argument
|
D | Debug.cpp | 80 Debug::Control::Control() {} in Control() function in gl::Debug::Control 82 Debug::Control::~Control() {} in ~Control() 84 Debug::Control::Control(const Control &other) = default; 307 Control c; in setMessageControl() 424 Control c0; in pushDefaultGroup() 431 Control c1; in pushDefaultGroup()
|
/third_party/python/Lib/msilib/ |
D | schema.py | 169 Control = Table('Control') variable 170 Control.add_field(1,'Dialog_',11592) 171 Control.add_field(2,'Control',11570) 172 Control.add_field(3,'Type',3348) 173 Control.add_field(4,'X',1282) 174 Control.add_field(5,'Y',1282) 175 Control.add_field(6,'Width',1282) 176 Control.add_field(7,'Height',1282) 177 Control.add_field(8,'Attributes',4356) 178 Control.add_field(9,'Property',7474) [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | char.txt | 22 $Control = [[\p{Grapheme_Cluster_Break = Control}]]; 57 [^$Control $CR $LF] ($Extend | $ZWJ); 60 [^$Control $CR $LF] $SpacingMark; 63 $Prepend [^$Control $CR $LF];
|
/third_party/icu/icu4c/source/test/testdata/ |
D | GraphemeBreakTest.txt | 31 ÷ 0020 ÷ 0001 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 32 …(Other) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 69 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3] 70 …)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 107 ÷ 000A ÷ 0001 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3] 108 …)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3] 139 ÷ 0001 ÷ 0020 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] SPACE (Other) ÷ [0.3] 140 ÷ 0001 ÷ 0308 ÷ 0020 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] COMBINING DIAERESIS (Extend_… 141 ÷ 0001 ÷ 000D ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3] 142 ÷ 0001 ÷ 0308 ÷ 000D ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] COMBINING DIAERESIS (Extend_… [all …]
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | char.txt | 20 $Control = [[\p{Grapheme_Cluster_Break = Control}]]; 59 [^$Control $CR $LF] ($Extend | $ZWJ); 62 [^$Control $CR $LF] $SpacingMark; 65 $Prepend [^$Control $CR $LF];
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | char.txt | 20 $Control = [[\p{Grapheme_Cluster_Break = Control}]]; 59 [^$Control $CR $LF] ($Extend | $ZWJ); 62 [^$Control $CR $LF] $SpacingMark; 65 $Prepend [^$Control $CR $LF];
|
/third_party/icu/icu4c/source/test/testdata/break_rules/ |
D | grapheme.txt | 20 Control = [[\p{Grapheme_Cluster_Break = Control}]]; 48 GB4: (Control | CR | LF) ÷; 49 GB5: . ÷ (Control | CR | LF);
|