HomeSort by relevance Sort by last modified time
    Searched defs:getBase (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/tools/llvm-objdump/
llvm-objdump.h 33 uint64_t getBase() const { return 0; }
  /external/clang/include/clang/AST/
BaseSubobject.h 40 /// getBase - Returns the base class declaration.
41 const CXXRecordDecl *getBase() const { return Base; }
70 DenseMapInfo<const clang::CXXRecordDecl *>::getHashValue(Base.getBase()) ^
VTTBuilder.h 37 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual),
40 const CXXRecordDecl *getBase() const {
53 return BaseSubobject(getBase(), getBaseOffset());
ExprObjC.h 202 const Expr *getBase() const { return cast<Expr>(Base); }
203 Expr *getBase() { return cast<Expr>(Base); }
216 : SourceRange(getBase()->getLocStart(), Loc);
331 const Expr *getBase() const {
334 Expr *getBase() {
385 return SourceRange((isObjectReceiver() ? getBase()->getLocStart()
    [all...]
ExprCXX.h     [all...]
Expr.h     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralSubtree.java 72 public GeneralName getBase() {
  /packages/apps/Calculator/src/com/android/calculator2/
HistoryEntry.java 66 String getBase() {
HistoryAdapter.java 74 String base = entry.getBase();
75 expr.setText(entry.getBase());
History.java 100 !text.equals(mEntries.elementAt(mEntries.size() - 2).getBase())) {
115 String getBase() {
116 return current().getBase();
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 159 public GeneralName getBase()
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 54 virtual uint64_t getBase() const { return 0; }
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 74 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; }
MachineDominators.h 49 DominatorTreeBase<MachineBasicBlock>& getBase() { return *DT; }
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 108 uint64_t getBase() const { return BasePC; }
EDDisassembler.cpp 225 uint64_t getBase() const { return 0x0; }
  /frameworks/base/libs/binder/
MemoryHeapBase.cpp 171 void* MemoryHeapBase::getBase() const {
IMemory.cpp 81 virtual void* getBase() const;
336 void* BpMemoryHeap::getBase() const {
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 54 static OMXComponentBase *getBase(OMX_HANDLETYPE hComponent) {
64 return getBase(hComponent)->sendCommand(Cmd, nParam1, pCmdData);
71 return getBase(hComponent)->getParameter(
79 return getBase(hComponent)->getParameter(
87 return getBase(hComponent)->getConfig(nIndex, pComponentConfigStructure);
94 return getBase(hComponent)->setConfig(nIndex, pComponentConfigStructure);
101 return getBase(hComponent)->getExtensionIndex(cParameterName, pIndexType);
107 return getBase(hComponent)->getState(pState);
117 return getBase(hComponent)->useBuffer(
127 return getBase(hComponent)->allocateBuffer
    [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 44 uint64_t getBase() const { return 0; }
  /frameworks/base/core/java/android/widget/
Chronometer.java 128 public long getBase() {
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 263 const unsigned char* getBase() const { return Base; }
  /external/llvm/include/llvm/Analysis/
LoopInfo.h     [all...]
Dominators.h 703 DominatorTreeBase<BasicBlock>& getBase() { return *DT; }
730 if (DT->compare(Other.getBase()))
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1804 milliseconds

1 2