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

1 2

  /external/llvm/lib/VMCore/
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...]
  /external/llvm/include/llvm/
PassRegistry.h 35 void *getImpl() const;
Constants.h 553 static Constant *getImpl(StringRef Bytes, Type *Ty);
    [all...]
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 34 assertTrue(S_ISSOCK(Libcore.os.fstat(s.getImpl$().getFD$()).st_mode));
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 158 Method getImpl =
163 (DOMImplementation) getImpl.invoke(null, new Object[0]);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
EasyMonkeyDevice.java 64 this.mHierarchyViewer = device.getImpl().getHierarchyViewer();
86 mDevice.getImpl().touch(p.x, p.y, type);
105 mDevice.getImpl().touch(p.x, p.y, TouchPressType.DOWN_AND_UP);
106 mDevice.getImpl().type(text);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
MonkeyRecorder.java 49 start(device.getImpl());
  /external/clang/lib/Analysis/
LiveVariables.cpp 117 static LiveVariablesImpl &getImpl(void *x) {
184 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
188 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
192 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
469 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
471 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
565 getImpl(impl).dumpBlockLiveness(M);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyImage.java 48 public IChimpImage getImpl() {
136 IChimpImage other = ((MonkeyImage) otherObject.__tojava__(MonkeyImage.class)).getImpl();
MonkeyDevice.java 75 public IChimpDevice getImpl() {
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityEventCompat.java 182 IMPL.appendRecord(event, record.getImpl());
AccessibilityRecordCompat.java 530 public Object getImpl() {
  /libcore/luni/src/main/java/java/nio/
ServerSocketChannelImpl.java 51 this.impl = socket.getImpl$();
  /frameworks/base/core/java/android/app/
Application.java 147 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo;
ContextImpl.java 490 static ContextImpl getImpl(Context context) {
    [all...]
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 41 public SocketImpl getImpl$() {
  /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...]
  /external/llvm/lib/Linker/
LinkModules.cpp 84 Type *getImpl(Type *T);
220 Elements[i] = getImpl(SrcSTy->getElementType(i));
243 Type *Result = getImpl(Ty);
251 /// getImpl - This is the recursive version of get().
252 Type *TypeMapTy::getImpl(Type *Ty) {
270 ElementTypes[i] = getImpl(Ty->getContainedType(i));
    [all...]
  /external/icu4c/common/
normalizer2impl.h 532 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
uprops.cpp 606 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc);
normalizer2.cpp 544 Normalizer2Factory::getImpl(const Normalizer2 *norm2) {
  /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 

Completed in 435 milliseconds

1 2