Searched refs:getImpl (Results 1 - 25 of 44) sorted by relevance

12

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicIMDescriptor.java27 protected abstract IndicInputMethodImpl getImpl(); method in class:IndicIMDescriptor
53 return new IndicInputMethod(locale, getImpl());
H A DKannadaInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { method in class:KannadaInputMethodDescriptor
H A DMalayalamInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { method in class:MalayalamInputMethodDescriptor
H A DTamilInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { method in class:TamilInputMethodDescriptor
H A DTeluguInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { method in class:TeluguInputMethodDescriptor
H A DGujaratiInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { method in class:GujaratiInputMethodDescriptor
H A DGurmukhiInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { method in class:GurmukhiInputMethodDescriptor
H A DBengaliInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { method in class:BengaliInputMethodDescriptor
H A DOriyaInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { method in class:OriyaInputMethodDescriptor
H A DDevanagariInputMethodDescriptor.java27 protected IndicInputMethodImpl getImpl() { method in class:DevanagariInputMethodDescriptor
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DPassRegistry.cpp64 void *PassRegistry::getImpl() const { function in class:PassRegistry
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...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DPassRegistry.h35 void *getImpl() const;
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h26 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
31 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
35 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
39 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
253 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
256 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
260 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
323 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
361 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value, function in class:llvm::DIEnumerator
364 return getImpl(Contex
458 static DIFile *getImpl(LLVMContext &Context, StringRef Filename, function in class:llvm::DIFile
621 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag, function in class:llvm::DIBasicType
676 static DIDerivedType *getImpl(LLVMContext &Context, unsigned Tag, function in class:llvm::DIDerivedType
793 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, function in class:llvm::DICompositeType
943 static DISubroutineType *getImpl(LLVMContext &Context, unsigned Flags, function in class:llvm::DISubroutineType
1013 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, function
1184 static DILocation *getImpl(LLVMContext &Context, unsigned Line, function in class:llvm::DICompileUnit::DILocation
1740 static DITemplateTypeParameter *getImpl(LLVMContext &Context, StringRef Name, function in class:llvm::DICompileUnit::DITemplateTypeParameter
1777 static DITemplateValueParameter *getImpl(LLVMContext &Context, unsigned Tag, function in class:llvm::DICompileUnit::DITemplateValueParameter
1868 getImpl(LLVMContext &Context, DIScope *Scope, StringRef Name, function in class:llvm::DICompileUnit::DIGlobalVariable
2253 static DIImportedEntity *getImpl(LLVMContext &Context, unsigned Tag, function in class:llvm::DICompileUnit::DIImportedEntity
2406 static DIMacroFile *getImpl(LLVMContext &Context, unsigned MIType, function in class:llvm::DICompileUnit::DIMacroFile
[all...]
H A DMetadata.h1062 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1075 return getImpl(Context, MDs, Uniqued);
1078 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1085 return getImpl(Context, MDs, Distinct);
1095 return TempMDTuple(getImpl(Context, MDs, Temporary));
H A DConstants.h405 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
483 static Constant *getImpl(ArrayRef<Constant *> V);
563 static Constant *getImpl(StringRef Bytes, Type *Ty);
/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line,
161 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, function in class:GenericDINode
215 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, function in class:DISubrange
221 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, function in class:DIEnumerator
230 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, function in class:DIBasicType
242 DIDerivedType *DIDerivedType::getImpl( function in class:DIDerivedType
257 DICompositeType *DICompositeType::getImpl( function in class:DICompositeType
299 // Mutate CT in place. Keep this in sync with getImpl.
338 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, function in class:DISubroutineType
348 DIFile *DIFile::getImpl(LLVMContex function in class:DIFile
358 DICompileUnit *DICompileUnit::getImpl( function in class:DICompileUnit
410 DISubprogram *DISubprogram::getImpl( function in class:DISubprogram
444 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILexicalBlock
457 DILexicalBlockFile *DILexicalBlockFile::getImpl(LLVMContext &Context, function in class:DILexicalBlockFile
468 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DINamespace
477 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DIModule
488 DITemplateTypeParameter *DITemplateTypeParameter::getImpl(LLVMContext &Context, function in class:DITemplateTypeParameter
499 DITemplateValueParameter *DITemplateValueParameter::getImpl( function in class:DITemplateValueParameter
509 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, function in class:DIGlobalVariable
527 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILocalVariable
544 DIExpression *DIExpression::getImpl(LLVMContext &Context, function in class:DIExpression
603 DIObjCProperty *DIObjCProperty::getImpl( function in class:DIObjCProperty
616 DIImportedEntity *DIImportedEntity::getImpl(LLVMContext &Context, unsigned Tag, function in class:DIImportedEntity
627 DIMacro *DIMacro::getImpl(LLVMContext &Context, unsigned MIType, function in class:DIMacro
636 DIMacroFile *DIMacroFile::getImpl(LLVMContext &Context, unsigned MIType, function in class:DIMacroFile
[all...]
H A DConstants.cpp893 if (Constant *C = getImpl(Ty, V))
898 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { function in class:ConstantArray
999 if (Constant *C = getImpl(V))
1005 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { function in class:ConstantVector
2344 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) {
2419 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty);
2424 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*2), Ty);
2429 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty);
2434 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty);
2439 return getImpl(StringRe
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp111 static LiveVariablesImpl &getImpl(void *x) { function
178 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
473 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
475 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
565 getImpl(impl).dumpBlockLiveness(M);
/external/llvm/include/llvm/ADT/
H A DPointerSumType.h87 void *P = is<N>() ? getImpl() : nullptr;
94 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl());
108 void *getImpl() const { function in class:llvm::PointerSumType
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DExecutionListBenchmark.java56 Object getImpl(); method in interface:ExecutionListBenchmark.ExecutionListWrapper
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/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimapsTest.java460 abstract E getImpl(); method in class:MultimapsTest.CountingSupplier
465 return getImpl();
470 @Override public Queue<Integer> getImpl() { method in class:MultimapsTest.QueueSupplier
479 public Set<Integer> getImpl() {
480 final Set<Integer> backing = super.getImpl();
548 @Override public LinkedList<Integer> getImpl() { method in class:MultimapsTest.ListSupplier
572 @Override public Set<Integer> getImpl() { method in class:MultimapsTest.SetSupplier
593 @Override public TreeSet<Integer> getImpl() { method in class:MultimapsTest.SortedSetSupplier
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultimapsTest.java561 abstract E getImpl(); method in class:MultimapsTest.CountingSupplier
566 return getImpl();
571 @Override public Queue<Integer> getImpl() { method in class:MultimapsTest.QueueSupplier
580 public Set<Integer> getImpl() {
581 final Set<Integer> backing = super.getImpl();
659 @Override public LinkedList<Integer> getImpl() { method in class:MultimapsTest.ListSupplier
693 @Override public Set<Integer> getImpl() { method in class:MultimapsTest.SetSupplier
724 @Override public TreeSet<Integer> getImpl() { method in class:MultimapsTest.SortedSetSupplier
/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinkModules.cpp62 Type *getImpl(Type *T);
191 Elements[i] = getImpl(SrcSTy->getElementType(i));
213 Type *Result = getImpl(Ty);
221 /// getImpl - This is the recursive version of get().
222 Type *TypeMapTy::getImpl(Type *Ty) { function in class:TypeMapTy
240 ElementTypes[i] = getImpl(Ty->getContainedType(i));
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterface.java296 protected I getImpl() { method in class:Interface.Stub
/external/icu/icu4c/source/common/
H A Dnormalizer2.cpp255 Normalizer2Factory::getImpl(const Normalizer2 *norm2) { function in class:Normalizer2Factory

Completed in 486 milliseconds

12