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

1 2

  /external/llvm/lib/IR/
PassRegistry.cpp 64 void *PassRegistry::getImpl() const {
88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
107 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
124 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
136 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
169 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
184 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
190 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
203 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
    [all...]
Constants.cpp     [all...]
Attributes.cpp 531 AttributeSet::getImpl(LLVMContext &C,
582 return getImpl(C, AttrPairVec);
592 return getImpl(C, Attrs);
643 return getImpl(C, AttrNodeVec);
    [all...]
  /external/llvm/include/llvm/
PassRegistry.h 35 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/nio/
ServerSocketChannelImpl.java 51 this.impl = socket.getImpl$();
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 41 public SocketImpl getImpl$() {
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 39 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;
ContextImpl.java 541 static ContextImpl getImpl(Context context) {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 86 Type *getImpl(Type *T);
222 Elements[i] = getImpl(SrcSTy->getElementType(i));
245 Type *Result = getImpl(Ty);
253 /// getImpl - This is the recursive version of get().
254 Type *TypeMapTy::getImpl(Type *Ty) {
272 ElementTypes[i] = getImpl(Ty->getContainedType(i));
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 221 static AttributeSet getImpl(LLVMContext &C,
Constants.h 543 static Constant *getImpl(StringRef Bytes, Type *Ty);
    [all...]
  /external/icu4c/common/
normalizer2impl.h 620 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
uprops.cpp 580 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc);
normalizer2.cpp 599 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 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 

Completed in 724 milliseconds

1 2