Home
last modified time | relevance | path

Searched refs:Middle (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dset_state_1_test.dart27 class Middle extends StatefulWidget {
28 const Middle({ this.child });
36 class MiddleState extends State<Middle> {
58 return Middle(child: Inside());
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dspacer.dart27 /// Text('Middle'),
28 /// // Gives twice the space between Middle and End than Begin and Middle.
/third_party/libinput/doc/user/
Dmiddle-button-emulation.rst4 Middle button emulation
7 Middle button emulation provides users with the ability to generate a middle
Dconfiguration.rst112 Middle Button Emulation
115 Middle button emulation converts a simultaneous left and right button click
116 into a middle button. The emulation can be enabled or disabled. Middle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFormatVariadic.cpp106 StringRef Middle = Fmt.substr(BO, NumEscapedBraces); in splitLiteralAndReplacement() local
108 return std::make_pair(ReplacementItem{Middle}, Right); in splitLiteralAndReplacement()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dlang-tables.dat172 /* Dutch, Middle (ca. 1050-1350) */
184 /* English, Middle (1100-1500) */
198 /* French, Middle (ca. 1400-1600) */
220 /* German, Middle High (ca. 1050-1500) */
358 /* Irish, Middle (900-1200) */
1031 "dian languages\000Lower Sorbian\000Duala\000Dutch, Middle (ca. 1050-1350)"
1033 "Middle (1100-1500)\000Ewondo\000Fang\000Fanti\000Filipino; Pilipino\000Fi"
1034 "nno-Ugrian languages\000Fon\000French, Middle (ca. 1400-1600)\000French, "
1037 ", Middle High (ca. 1050-1500)\000German, Old High (ca. 750-1050)\000Gondi"
1051 ", Middle (900-1200)\000Mi'kmaq; Micmac\000Minangkabau\000Uncoded language"
/third_party/mesa3d/docs/relnotes/
D19.2.2.rst34 - Vulkan version of "Middle-earth: Shadow of Mordor" has graphics
36 - Vulkan version of "Middle-earth: Shadow of Mordor" has graphics
/third_party/python/Lib/test/
Dtest_subclassinit.py86 class Middle: class
96 class A(Left, Middle, Right, middle="middle"):
/third_party/protobuf/objectivec/Tests/
DGPBArrayTests.m311 //% // Middle
345 //% // Middle
656 // Middle
690 // Middle
1002 // Middle
1036 // Middle
1348 // Middle
1382 // Middle
1694 // Middle
1728 // Middle
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Den.txt170 dum{"Middle Dutch"}
189 enm{"Middle English"}
215 frm{"Middle French"}
234 gmh{"Middle High German"}
390 mga{"Middle Irish"}
1194 1606NICT{"Late Middle French to 1606"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Den.txt174 dum{"Middle Dutch"}
193 enm{"Middle English"}
219 frm{"Middle French"}
238 gmh{"Middle High German"}
394 mga{"Middle Irish"}
1223 1606NICT{"Late Middle French to 1606"}
/third_party/icu/icu4c/source/data/lang/
Den.txt174 dum{"Middle Dutch"}
193 enm{"Middle English"}
219 frm{"Middle French"}
238 gmh{"Middle High German"}
394 mga{"Middle Irish"}
1223 1606NICT{"Late Middle French to 1606"}
Dar_XB.txt170 dum{"؜‮Middle‬؜ ؜‮Dutch‬؜"}
189 enm{"؜‮Middle‬؜ ؜‮English‬؜"}
215 frm{"؜‮Middle‬؜ ؜‮French‬؜"}
234 gmh{"؜‮Middle‬؜ ؜‮High‬؜ ؜‮German‬؜"}
390 mga{"؜‮Middle‬؜ ؜‮Irish‬؜"}
1215 1606NICT{"؜‮Late‬؜ ؜‮Middle‬؜ ؜‮French‬؜ ؜‮to‬؜ 1606"}
/third_party/icu/docs/userguide/transforms/
Dbidi.md30 Languages involving bidirectional text are used mainly in the Middle East. They
51 | Arabic | Egypt, Jordan, Morocco, Saudi Arabia, ... Middle East & North Africa |
/third_party/ninja/src/
Ddisk_interface_test.cc318 TEST_F(StatTest, Middle) { in TEST_F() argument
/third_party/icu/icu4c/source/data/region/
Den.txt15 017{"Middle Africa"}
Dar_XB.txt14 017{"؜‮Middle‬؜ ؜‮Africa‬؜"}
Dceb.txt15 017{"Middle Africa"}
/third_party/skia/third_party/externals/spirv-cross/
D.clang-format127 # Pointer and reference alignment style. Possible values: Left, Right, Middle.
/third_party/skia/third_party/externals/icu/source/data/region/
Dceb.txt15 017{"Middle Africa"}
Den.txt15 017{"Middle Africa"}
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Den.txt14 017{"Middle Africa"}
/third_party/vk-gl-cts/external/openglcts/
D.clang-format127 # Pointer and reference alignment style. Possible values: Left, Right, Middle.
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dnav_bar_test.dart15 testWidgets('Middle still in center with asymmetrical actions', (WidgetTester tester) async {
29 testWidgets('Middle still in center with back button', (WidgetTester tester) async {
450 // Middle widget not even wrapped with RenderOpacity, i.e. is always visible.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp779 const char *Middle = Suffix.empty() ? "-%%%%%%" : "-%%%%%%."; in createTemporaryFile() local
780 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath, in createTemporaryFile()

1234