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

1 2 3

  /external/llvm/lib/IR/
PassRegistry.cpp 65 void *PassRegistry::getImpl() const {
89 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
96 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
108 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
125 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
137 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
170 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
185 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
191 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
204 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
    [all...]
Constants.cpp     [all...]
Attributes.cpp 520 AttributeSet::getImpl(LLVMContext &C,
575 return getImpl(C, AttrPairVec);
585 return getImpl(C, Attrs);
654 return getImpl(C, AttrNodeVec);
    [all...]
  /external/llvm/include/llvm/
PassRegistry.h 37 void *getImpl() const;
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 158 Method getImpl =
163 (DOMImplementation) getImpl.invoke(null, new Object[0]);
  /external/clang/lib/Analysis/
LiveVariables.cpp 127 static LiveVariablesImpl &getImpl(void *x) {
194 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
198 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
202 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
494 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
496 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
596 getImpl(impl).dumpBlockLiveness(M);
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityEventCompat.java 206 IMPL.appendRecord(event, record.getImpl());
AccessibilityRecordCompat.java 538 public Object getImpl() {
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 42 public SocketImpl getImpl$() {
  /libcore/luni/src/main/java/java/nio/
ServerSocketChannelImpl.java 53 this.impl = socket.getImpl$();
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 40 assertTrue(S_ISSOCK(Libcore.os.fstat(s.getImpl$().getFD$()).st_mode));
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 536 abstract E getImpl();
541 return getImpl();
546 @Override public Queue<Integer> getImpl() {
588 @Override public LinkedList<Integer> getImpl() {
622 @Override public HashSet<Integer> getImpl() {
653 @Override public TreeSet<Integer> getImpl() {
    [all...]
  /frameworks/base/core/java/android/app/
Application.java 182 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo;
  /external/llvm/lib/Linker/
LinkModules.cpp 87 Type *getImpl(Type *T);
223 Elements[i] = getImpl(SrcSTy->getElementType(i));
246 Type *Result = getImpl(Ty);
254 /// getImpl - This is the recursive version of get().
255 Type *TypeMapTy::getImpl(Type *Ty) {
273 ElementTypes[i] = getImpl(Ty->getContainedType(i));
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 225 static AttributeSet getImpl(LLVMContext &C,
Constants.h 542 static Constant *getImpl(StringRef Bytes, Type *Ty);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.h 526 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
uprops.cpp 606 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc);
normalizer2.cpp 532 Normalizer2Factory::getImpl(const Normalizer2 *norm2) {
  /external/icu4c/common/
normalizer2impl.h 620 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
uprops.cpp 580 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc);
normalizer2.cpp 597 Normalizer2Factory::getImpl(const Normalizer2 *norm2) {
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 

Completed in 1007 milliseconds

1 2 3