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

1 2 3 4 5

  /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() {
DevanagariInputMethodDescriptor.java 27 protected IndicInputMethodImpl getImpl() {
  /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();
  /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...]
Attributes.cpp 690 AttributeSet::getImpl(LLVMContext &C,
745 return getImpl(C, AttrPairVec);
755 return getImpl(C, Attrs);
848 return getImpl(C, AttrNodeVec);
    [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/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]);
  /external/icu/icu4c/source/common/
normalizer2.cpp 255 Normalizer2Factory::getImpl(const Normalizer2 *norm2) {
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Interface.java 296 protected I getImpl() {
  /external/clang/lib/Analysis/
LiveVariables.cpp 111 static LiveVariablesImpl &getImpl(void *x) {
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/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 62 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) {
240 ElementTypes[i] = getImpl(Ty->getContainedType(i));
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 117 public Object getImpl() {
  /libcore/ojluni/src/main/java/java/net/
ServerSocket.java 256 public SocketImpl getImpl() throws SocketException {
376 getImpl().bind(epoint.getAddress(), epoint.getPort());
377 getImpl().listen(backlog);
410 InetAddress in = getImpl().getInetAddress();
439 return getImpl().getLocalPort();
547 getImpl().accept(si);
654 getImpl().setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout));
668 Object o = getImpl().getOption(SocketOptions.SO_TIMEOUT);
716 getImpl().setOption(SocketOptions.SO_REUSEADDR, Boolean.valueOf(on));
732 return ((Boolean) (getImpl().getOption(SocketOptions.SO_REUSEADDR))).booleanValue()
    [all...]
DatagramSocket.java 168 getImpl().connect(address, port);
174 int avail = getImpl().dataAvailable();
370 DatagramSocketImpl getImpl() throws SocketException {
411 getImpl().bind(port, iaddr);
413 getImpl().close();
721 getImpl().send(p);
778 peekPort = getImpl().peekData(peekPacket);
782 peekPort = getImpl().peek(adr);
794 getImpl().receive(tmp);
    [all...]
Socket.java 545 SocketImpl getImpl() throws SocketException {
671 getImpl().bind (addr, port);
719 return getImpl().getInetAddress();
746 in = (InetAddress) getImpl().getOption(SocketOptions.SO_BINDADDR);
775 return getImpl().getPort();
796 return getImpl().getLocalPort();
    [all...]

Completed in 714 milliseconds

1 2 3 4 5