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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.h 23 ELFWriter &EW;
41 explicit ELFCodeEmitter(ELFWriter &ew) : EW(ew), TM(EW.TM) {}
ELFCodeEmitter.cpp 44 ES = &EW.getTextSection(MF.getFunction());
74 ELFSym *FnSym = ELFSym::getGV(F, EW.getGlobalELFBinding(F), ELF::STT_FUNC,
75 EW.getGlobalELFVisibility(F));
78 EW.AddPendingGlobalSymbol(F, true);
84 EW.SymbolList.push_back(FnSym);
89 ELFSection &JTSection = EW.getJumpTableSection();
107 EW.AddPendingGlobalSymbol(MR.getGlobalValue());
109 EW.AddPendingExternalSymbol(MR.getExternalSymbol());
119 ELFSection &JTSection = EW.getJumpTableSection();
153 ELFSection &CstPool = EW.getConstantPoolSection(CPE)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 77 ELFWriter EW(O, TM);
78 EW.doInitialization(M);
82 ELFSection &Text = EW.getTextSection(const_cast<Function *>(F));
92 ELFSection &EH = EW.getSection(".eh_frame", ELF::SHT_PROGBITS,
110 EW.SymbolList.push_back(FnSym);
112 EW.doFinalization(M);
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 17 EW='ew'
  /external/python/cpython3/Lib/tkinter/
constants.py 17 EW='ew'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 17 EW='ew'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 17 EW='ew'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 17 EW='ew'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 17 EW='ew'
  /external/python/cpython2/Lib/idlelib/
aboutDialog.py 69 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
93 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
keybindingDialog.py 76 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /external/python/cpython3/Lib/idlelib/
help_about.py 72 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
96 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
config_key.py 80 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
aboutDialog.py 64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
keybindingDialog.py 71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
aboutDialog.py 64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
keybindingDialog.py 71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
keybindingDialog.py 71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
keybindingDialog.py 71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
  /prebuilts/go/darwin-x86/src/unicode/
letter_test.go 213 // 10427;DESERET CAPITAL LETTER EW;Lu;0;L;;;;;N;;;;1044F;
221 // 1044F;DESERET SMALL LETTER EW;Ll;0;L;;;;;N;;;10427;;10427
  /prebuilts/go/linux-x86/src/unicode/
letter_test.go 213 // 10427;DESERET CAPITAL LETTER EW;Lu;0;L;;;;;N;;;;1044F;
221 // 1044F;DESERET SMALL LETTER EW;Ll;0;L;;;;;N;;;10427;;10427
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp     [all...]
  /external/python/cpython2/Tools/audiopy/
audiopy 235 self.__scale.grid(row=1, column=0, sticky=EW)

Completed in 774 milliseconds

1 2