/external/python/cpython2/Demo/tkinter/guido/ |
imagedraw.py | 12 canv.create_image(0, 0, anchor=NW, image=img)
|
kill.py | 74 self.frame.label = Label(self.frame, relief=FLAT, anchor=NW,
|
svkill.py | 99 self.frame, relief=FLAT, anchor=NW, borderwidth=0,
|
AttrDialog.py | 186 'Anchor': (N, NE, E, SE, S, SW, W, NW, CENTER), 300 'Anchor': (N, NE, E, SE, S, SW, W, NW, CENTER),
|
/external/python/cpython2/Demo/tkinter/matt/ |
packer-and-placer-together.py | 28 # and place it so that the nw corner is 30 f.button.place(relx=0.5, rely=0.0, anchor=NW)
|
placer-simple.py | 26 # and place it so that the nw corner is 28 f.button.place(relx=0.5, rely=0.0, anchor=NW)
|
/external/python/cpython2/Lib/lib-tk/ |
Tkconstants.py | 12 NW='nw'
|
/external/python/cpython3/Lib/tkinter/ |
constants.py | 12 NW='nw'
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkconstants.py | 12 NW='nw'
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkconstants.py | 12 NW='nw'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 12 NW='nw'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 12 NW='nw'
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
DisableCache.S | 18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
|
EnableCache.S | 19 # the NW bit of CR0 to 0
|
DisableCache.asm | 18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
|
EnableCache.asm | 19 ; the NW bit of CR0 to 0
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
DisableCache.S | 18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
|
EnableCache.S | 19 # the NW bit of CR0 to 0
|
DisableCache.asm | 18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
|
EnableCache.asm | 19 ; the NW bit of CR0 to 0
|
/external/python/cpython3/Tools/unittestgui/ |
unittestgui.py | 302 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1) 308 progressFrame.pack(fill=tk.X, expand=0, anchor=tk.NW) 317 buttonFrame.pack(side=tk.LEFT, anchor=tk.NW, fill=tk.Y) 348 listFrame.pack(fill=tk.BOTH, anchor=tk.NW, expand=1) 353 anchor=tk.NW)
|
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueBaseLib.h | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
BaseLib.h | [all...] |
/external/python/cpython2/Lib/idlelib/ |
configDialog.py | [all...] |