Home
last modified time | relevance | path

Searched refs:BOTTOM (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DreachabilityChecks4.types75 type Direction = 'LEFT' | 'RIGHT' | 'TOP' | 'BOTTOM'
121 case 'BOTTOM':
122 >'BOTTOM' : "BOTTOM"
153 case 'BOTTOM':
154 >'BOTTOM' : "BOTTOM"
DreachabilityChecks4.errors.txt41 type Direction = 'LEFT' | 'RIGHT' | 'TOP' | 'BOTTOM'
58 case 'BOTTOM':
69 case 'BOTTOM':
DreachabilityChecks4.symbols55 type Direction = 'LEFT' | 'RIGHT' | 'TOP' | 'BOTTOM'
92 case 'BOTTOM':
107 case 'BOTTOM':
/third_party/boost/libs/multi_index/doc/
Dstyle.css13 PADDING-BOTTOM: 2pt;
17 BORDER-BOTTOM: gray 1pt solid;
27 PADDING-BOTTOM: 2pt;
39 BORDER-BOTTOM: gray 1pt solid;
/third_party/boost/libs/flyweight/doc/
Dstyle.css13 PADDING-BOTTOM: 2pt;
17 BORDER-BOTTOM: gray 1pt solid;
27 PADDING-BOTTOM: 2pt;
39 BORDER-BOTTOM: gray 1pt solid;
/third_party/boost/libs/poly_collection/doc/
Dstyle.css13 PADDING-BOTTOM: 2pt;
17 BORDER-BOTTOM: gray 1pt solid;
27 PADDING-BOTTOM: 2pt;
39 BORDER-BOTTOM: gray 1pt solid;
/third_party/boost/libs/assign/doc/
Dstyle.css14 PADDING-BOTTOM: 2pt;
18 BORDER-BOTTOM: gray 1pt solid;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp1233 posX->copyCubeEdge(sw::Surface::BOTTOM, negY, sw::Surface::RIGHT); in updateBorders()
1234 posY->copyCubeEdge(sw::Surface::BOTTOM, posZ, sw::Surface::TOP); in updateBorders()
1235 posZ->copyCubeEdge(sw::Surface::BOTTOM, negY, sw::Surface::TOP); in updateBorders()
1236 negX->copyCubeEdge(sw::Surface::BOTTOM, negY, sw::Surface::LEFT); in updateBorders()
1237 negY->copyCubeEdge(sw::Surface::BOTTOM, negZ, sw::Surface::BOTTOM); in updateBorders()
1238 negZ->copyCubeEdge(sw::Surface::BOTTOM, negY, sw::Surface::BOTTOM); in updateBorders()
1242 posZ->copyCubeEdge(sw::Surface::TOP, posY, sw::Surface::BOTTOM); in updateBorders()
1244 negY->copyCubeEdge(sw::Surface::TOP, posZ, sw::Surface::BOTTOM); in updateBorders()
1253 negY->copyCubeEdge(sw::Surface::RIGHT, posX, sw::Surface::BOTTOM); in updateBorders()
1260 negY->copyCubeEdge(sw::Surface::LEFT, negX, sw::Surface::BOTTOM); in updateBorders()
/third_party/boost/libs/serialization/doc/
Dstyle.css5 BORDER-BOTTOM: gray 1pt solid;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmirror_pad_impl.cuh32 #define BOTTOM 1 macro
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsemantics_debugger_test.dart162 child: const Text('BOTTOM'),
175 await tester.tap(find.text('BOTTOM'));
201 child: const Text('BOTTOM', textDirection: TextDirection.ltr),
215 await tester.tap(find.text('BOTTOM'));
Dslivers_test.dart195 Container(height: 22.2, child: const Text('BOTTOM')),
209 expect(find.text('BOTTOM'), findsNothing);
215 expect(find.text('BOTTOM'), findsNothing);
221 expect(find.text('BOTTOM'), findsNothing);
227 expect(find.text('BOTTOM'), findsOneWidget);
/third_party/python/Lib/tkinter/
Dconstants.py31 BOTTOM='bottom' variable
Dfiledialog.py22 Frame, LEFT, YES, BOTTOM, Entry, TOP, Button, Tk, X,
69 self.botframe.pack(side=BOTTOM, fill=X)
72 self.selection.pack(side=BOTTOM, fill=X)
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dmodal_bottom_sheet_demo.dart21 child: const Text('SHOW BOTTOM SHEET'),
Dpersistent_bottom_sheet_demo.dart98 child: const Text('SHOW BOTTOM SHEET'),
/third_party/python/Tools/unittestgui/
Dunittestgui.py296 statusFrame.pack(anchor=tk.SW, fill=tk.X, side=tk.BOTTOM)
327 command=self.top.quit).pack(side=tk.BOTTOM, fill=tk.X)
329 command=self.settingsClicked).pack(side=tk.BOTTOM, fill=tk.X)
427 command=window.quit).pack(side=tk.BOTTOM)
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp2309 copyCubeEdge(image, posX, BOTTOM, negY, RIGHT); in updateBorders()
2310 copyCubeEdge(image, posY, BOTTOM, posZ, TOP); in updateBorders()
2311 copyCubeEdge(image, posZ, BOTTOM, negY, TOP); in updateBorders()
2312 copyCubeEdge(image, negX, BOTTOM, negY, LEFT); in updateBorders()
2313 copyCubeEdge(image, negY, BOTTOM, negZ, BOTTOM); in updateBorders()
2314 copyCubeEdge(image, negZ, BOTTOM, negY, BOTTOM); in updateBorders()
2318 copyCubeEdge(image, posZ, TOP, posY, BOTTOM); in updateBorders()
2320 copyCubeEdge(image, negY, TOP, posZ, BOTTOM); in updateBorders()
2328 copyCubeEdge(image, negY, RIGHT, posX, BOTTOM); in updateBorders()
2335 copyCubeEdge(image, negY, LEFT, negX, BOTTOM); in updateBorders()
[all …]
DBlitter.hpp158 BOTTOM, enumerator
/third_party/python/Lib/idlelib/
Dhelp_about.py9 from tkinter import SUNKEN, TOP, BOTTOM, LEFT, X, BOTH, W, EW, NSEW, E
65 frame_buttons.pack(side=BOTTOM, fill=X)
Dconfigdialog.py16 TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE,
132 self.create_action_buttons().pack(side=BOTTOM)
171 buttons_frame.pack(side=BOTTOM)
712 self.button_save_custom.pack(side=BOTTOM, fill=X, padx=5, pady=5)
1264 frame_custom.pack(side=BOTTOM, padx=5, pady=5, expand=TRUE, fill=BOTH)
1265 frame_key_sets.pack(side=BOTTOM, padx=5, pady=5, fill=BOTH)
1267 self.button_new_keys.pack(side=BOTTOM, fill=X, padx=5, pady=5)
/third_party/boost/libs/ptr_container/doc/
Ddefault.css234 PADDING-BOTTOM: 2pt;
238 BORDER-BOTTOM: gray 1pt solid;
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtesthittesting.c48 REPORT_RESIZE_HIT(BOTTOM); in hitTest()
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.rasterization.txt46 LEFT, RIGHT, TOP and BOTTOM.
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dmirror_pad_cpu_kernel.cc33 constexpr int BOTTOM = 1; variable

1234