HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 226 - 250 of 780) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Demo/tkinter/ttk/
listbox_scrollcmd.py 6 grid [ttk::label .stat -text "Status message here" -anchor w] -column 0 -row 1 -sticky we
25 stat = ttk.Label(text="Status message here", anchor='w')
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 130 virtual void anchor();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePassRegistry.cpp 19 void MachinePassRegistryListener::anchor() { } function in class:MachinePassRegistryListener
RegAllocBase.h 62 virtual void anchor();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCCodeEmitter.h 30 virtual void anchor();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFSubtarget.cpp 27 void BPFSubtarget::anchor() {} function in class:BPFSubtarget
BPFSubtarget.h 33 virtual void anchor();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430Subtarget.cpp 40 void MSP430Subtarget::anchor() { } function in class:MSP430Subtarget
MSP430Subtarget.h 39 virtual void anchor();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 19 void MipsMCAsmInfo::anchor() { } function in class:MipsMCAsmInfo
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 28 virtual void anchor();
NVPTXSubtarget.cpp 32 void NVPTXSubtarget::anchor() {} function in class:NVPTXSubtarget
NVPTXTargetMachine.h 77 virtual void anchor();
86 virtual void anchor();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2InstrInfo.cpp 24 void Nios2InstrInfo::anchor() {} function in class:Nios2InstrInfo
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVSubtarget.cpp 27 void RISCVSubtarget::anchor() {} function in class:RISCVSubtarget
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.h 18 virtual void anchor();
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 75 virtual void anchor();
86 virtual void anchor();
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 70 virtual void anchor();
79 virtual void anchor();
  /external/python/cpython2/Demo/tix/samples/
OptMenu.py 31 options = 'label.width 19 label.anchor e menubutton.width 15')
35 options='label.width 19 label.anchor e menubutton.width 15')
50 from_file.pack(side=Tix.TOP, anchor=Tix.W, pady=3, padx=6)
51 to_file.pack(side=Tix.TOP, anchor=Tix.W, pady=3, padx=6)
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
SerializerTest.java 99 String anchor = format.format(3L); local
100 assertEquals("003", anchor);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsTargetMachine.h 78 virtual void anchor();
90 virtual void anchor();
  /external/proguard/src/proguard/gui/
OptimizationsDialog.java 63 constraintsLast.anchor = GridBagConstraints.WEST;
70 constraintsLastStretch.anchor = GridBagConstraints.WEST;
78 panelConstraints.anchor = GridBagConstraints.NORTHWEST;
83 selectButtonConstraints.anchor = GridBagConstraints.SOUTHWEST;
89 okButtonConstraints.anchor = GridBagConstraints.SOUTHEAST;
95 cancelButtonConstraints.anchor = GridBagConstraints.SOUTHEAST;
  /external/python/cpython2/Lib/idlelib/
configHelpSourceEdit.py 53 labelMenu = Label(self.frameMain, anchor=W, justify=LEFT,
58 labelPath = Label(self.frameMain, anchor=W, justify=LEFT,
63 labelMenu.pack(anchor=W, padx=5, pady=3)
64 self.entryMenu.pack(anchor=W, padx=5, pady=3)
65 labelPath.pack(anchor=W, padx=5, pady=3)
66 self.entryPath.pack(anchor=W, padx=5, pady=3)
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/
audio_microfrontend.cc 156 int anchor; local
157 for (anchor = 0; anchor < frame_buffer.size(); anchor += data->frame_stride) {
159 for (frame = anchor - data->left_context;
160 frame <= anchor + data->right_context; ++frame) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 11 self.promptdisplay = Label(self.master, anchor=W,
21 self.statusdisplay = Label(self.master, text="", anchor=W)
24 self.labeldisplay = Label(self.master, anchor=W,
30 self.showframe.pack(fill=X, anchor=W)
53 self.grouplabel = Label(self.master, text="Groups:", anchor=W)

Completed in 4341 milliseconds

1 2 3 4 5 6 7 8 91011>>