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

1 2 3 4

  /external/llvm/include/llvm/Support/
MemoryObject.h 27 /// getBase - Returns the lowest valid address in the region.
30 virtual uint64_t getBase() const = 0;
34 /// is getBase() + getExtent() - 1).
41 /// @param address - The address of the byte, in the same space as getBase().
53 /// getBase().
  /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/lib/Support/
MemoryObject.cpp 21 uint64_t limit = getBase() + getExtent();
  /external/clang/lib/AST/
VTTBuilder.cpp 56 const CXXRecordDecl *RD = Base.getBase();
83 const CXXRecordDecl *RD = Base.getBase();
150 VTableIndex, Base.getBase(), VBases);
180 const CXXRecordDecl *RD = Base.getBase();
188 bool IsPrimaryVTT = Base.getBase() == MostDerivedClass;
210 LayoutVirtualVTTs(Base.getBase(), VBases);
VTableBuilder.cpp 327 const CXXRecordDecl *RD = Base.getBase();
379 const CXXRecordDecl *RD = Base.getBase();
615 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Base.getBase());
653 AddVBaseOffsets(Base.getBase(), RealBaseOffset);
675 const CXXRecordDecl *RD = Base.getBase();
    [all...]
  /external/clang/include/clang/AST/
VTTBuilder.h 37 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual),
40 const CXXRecordDecl *getBase() const {
53 return BaseSubobject(getBase(), getBaseOffset());
BaseSubobject.h 40 /// getBase - Returns the base class declaration.
41 const CXXRecordDecl *getBase() const { return Base; }
70 DenseMapInfo<const clang::CXXRecordDecl *>::getHashValue(Base.getBase()) ^
EvaluatedExprVisitor.h 48 return this->Visit(E->getBase());
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...]
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 100 !text.equals(mEntries.elementAt(mEntries.size() - 2).getBase())) {
115 String getBase() {
116 return current().getBase();
HistoryEntry.java 66 String getBase() {
HistoryAdapter.java 74 String base = entry.getBase();
75 expr.setText(entry.getBase());
  /external/llvm/tools/llvm-objdump/
llvm-objdump.h 33 uint64_t getBase() const { return 0; }
  /frameworks/base/include/binder/
IMemory.h 43 virtual void* getBase() const = 0;
50 void* base() const { return getBase(); }
MemoryHeapBase.h 61 virtual void* getBase() const;
  /frameworks/base/services/surfaceflinger/tests/screencap/
screencap.cpp 52 w, h, heap->getBase());
58 b.setPixels(heap->getBase());
  /cts/tests/tests/widget/src/android/widget/cts/
ChronometerTest.java 73 method = "getBase",
89 assertEquals(expected, chronometer.getBase());
95 assertEquals(expected, chronometer.getBase());
101 assertEquals(expected, chronometer.getBase());
107 assertEquals(expected, chronometer.getBase());
  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 43 LI.Calculate(getAnalysis<MachineDominatorTree>().getBase()); // Update
  /external/llvm/lib/VMCore/
Dominators.cpp 69 OtherDT.getBase().recalculate(F);
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 311 DestLoop->addBasicBlockToLoop(NewBB, LI->getBase());
314 TIL->addBasicBlockToLoop(NewBB, LI->getBase());
317 DestLoop->addBasicBlockToLoop(NewBB, LI->getBase());
326 P->addBasicBlockToLoop(NewBB, LI->getBase());
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 54 virtual uint64_t getBase() const { return 0; }
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralSubtree.java 72 public GeneralName getBase() {
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 122 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts());
139 AddDerefSource(os, Ranges, M->getBase()->IgnoreParenCasts(), true);
146 dyn_cast<DeclRefExpr>(IV->getBase()->IgnoreParenCasts())) {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 159 public GeneralName getBase()
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 74 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; }

Completed in 1374 milliseconds

1 2 3 4