Searched refs:Place (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/tkinter/ |
H A D | scrolledtext.py | 11 Place methods are redirected to the Frame widget however. 14 from tkinter import Frame, Text, Scrollbar, Pack, Grid, Place namespace 34 methods = vars(Pack).keys() | vars(Grid).keys() | vars(Place).keys()
|
H A D | __init__.py | 13 Widgets are positioned with one of the geometry managers Place, Pack 1756 # Place method that applies to the master 2412 # Ideally, the classes Pack, Place and Grid disappear, the 2419 # Pack, Place or Grid class, so I leave them intact -- but only as 2424 # copied into the Pack, Place or Grid class. 2477 class Place: class 2478 """Geometry manager Place. 2483 """Place a widget in the parent widget. Use as options: 2646 class Widget(BaseWidget, Pack, Place, Grid): 2650 Pack, Place o [all...] |
/third_party/libsnd/Octave/ |
H A D | sndfile_save.m | 15 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
H A D | sndfile_play.m | 15 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
H A D | sndfile_load.m | 15 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 2132 __ Place(&l0); in TEST() 2133 __ Place(&l1); in TEST() 2134 __ Place(&l2); in TEST() 2135 __ Place(&l3); in TEST() 2136 __ Place(&l4); in TEST() 2137 __ Place(&l5); in TEST() 2202 __ Place(&before); in TEST() 2222 __ Place(&after); in TEST() 2276 __ Place(&before); in TEST() 2302 __ Place( in TEST() [all...] |
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 508 void Place(RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
|
Completed in 31 milliseconds