HomeSort by relevance Sort by last modified time
    Searched refs:NW (Results 1 - 25 of 36) sorted by null

1 2

  /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'
  /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
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 443 final int NW = mAllAppWinAnimators.size();
444 for (int i=0; i<NW; i++) {
  /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...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 175 OS << "nw><";
    [all...]

Completed in 895 milliseconds

1 2