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

1 2 3 4 5 6

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
MalayalamInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
TamilInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
GujaratiInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
IndicIMDescriptor.java 27 protected abstract IndicInputMethodImpl getImpl();
53 return new IndicInputMethod(locale, getImpl());
KannadaInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
TeluguInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
GurmukhiInputMethodDescriptor.java 27 protected IndicInputMethodImpl getImpl() {
BengaliInputMethodDescriptor.java 27 protected IndicInputMethodImpl getImpl() {
OriyaInputMethodDescriptor.java 27 protected IndicInputMethodImpl getImpl() {
  /packages/apps/Dialer/java/com/android/dialer/common/
FragmentUtils.java 60 T parent = ((FragmentUtilListener) fragment.getActivity()).getImpl(callbackInterface);
91 T parent = ((FragmentUtilListener) fragment.getActivity()).getImpl(callbackInterface);
96 return ((FragmentUtilListener) peer).getImpl(callbackInterface);
151 <T> T getImpl(Class<T> callbackInterface);
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
ExecutionListBenchmark.java 56 Object getImpl();
72 @Override public Object getImpl() {
90 @Override public Object getImpl() {
108 @Override public Object getImpl() {
126 @Override public Object getImpl() {
144 @Override public Object getImpl() {
192 return list.getImpl();
  /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtil.java 32 public static synchronized GoogleAuthUtilImpl getImpl() {
ShadowGooglePlayServicesUtil.java 32 public static synchronized GooglePlayServicesUtilImpl getImpl() {
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/
SliceAction.java 259 public SliceActionImpl getImpl() {
GridBuilder.java 75 super(parent.getImpl().createGridBuilder());
192 public androidx.slice.builders.impl.GridRowBuilder getImpl() {
GridRowBuilder.java 79 super(parent.getImpl().createGridBuilder());
280 public androidx.slice.builders.impl.GridRowBuilder getImpl() {
  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesManagerTest.java 112 assertNotSame(resources1.getImpl(), resources2.getImpl());
141 assertNotSame(resources1.getImpl(), resources2.getImpl());
142 assertNotSame(resources1.getImpl(), resources3.getImpl());
143 assertNotSame(resources2.getImpl(), resources3.getImpl());
178 assertSame(resources1.getImpl(), resources2.getImpl());
    [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line,
161 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag,
215 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo,
221 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value,
230 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag,
242 DIDerivedType *DIDerivedType::getImpl(
257 DICompositeType *DICompositeType::getImpl(
299 // Mutate CT in place. Keep this in sync with getImpl.
338 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context,
348 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /external/llvm/include/llvm/ADT/
PointerSumType.h 87 void *P = is<N>() ? getImpl() : nullptr;
94 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl());
108 void *getImpl() const {
  /external/robolectric-shadows/shadows/playservices/src/test/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtilTest.java 46 assertNotNull(ShadowGoogleAuthUtil.getImpl());
58 GoogleAuthUtilImpl googleAuthUtil = ShadowGoogleAuthUtil.getImpl();
ShadowGooglePlayServicesUtilTest.java 43 assertNotNull(ShadowGooglePlayServicesUtil.getImpl());
56 ShadowGooglePlayServicesUtil.getImpl();
  /external/swiftshader/third_party/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...]
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 158 Method getImpl =
163 (DOMImplementation) getImpl.invoke(null, new Object[0]);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerSumType.h 87 void *P = is<N>() ? getImpl() : nullptr;
94 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl());
108 void *getImpl() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PointerSumType.h 87 void *P = is<N>() ? getImpl() : nullptr;
94 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl());
108 void *getImpl() const {

Completed in 361 milliseconds

1 2 3 4 5 6