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

1 2 3 4 5 6 7

  /libcore/ojluni/src/main/java/java/net/
SocketSecrets.java 40 impl = ((Socket)obj).getImpl();
42 impl = ((ServerSocket)obj).getImpl();
53 impl = ((Socket)obj).getImpl();
55 impl = ((ServerSocket)obj).getImpl();
63 s.getImpl().setOption(name, value);
67 return s.getImpl().getOption(name);
MulticastSocket.java 217 getImpl().setTTL(ttl);
245 getImpl().setTimeToLive(ttl);
263 return getImpl().getTTL();
277 return getImpl().getTimeToLive();
323 getImpl().join(mcastaddr);
358 getImpl().leave(mcastaddr);
406 getImpl().joinGroup(mcastaddr, netIf);
453 getImpl().leaveGroup(mcastaddr, netIf);
471 getImpl().setOption(SocketOptions.IP_MULTICAST_IF, inf);
496 (InetAddress)getImpl().getOption(SocketOptions.IP_MULTICAST_IF)
    [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...]
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...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicIMDescriptor.java 27 protected abstract IndicInputMethodImpl getImpl();
53 return new IndicInputMethod(locale, getImpl());
KannadaInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
MalayalamInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
TamilInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
TeluguInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
GujaratiInputMethodDescriptor.java 25 protected IndicInputMethodImpl getImpl() {
GurmukhiInputMethodDescriptor.java 27 protected IndicInputMethodImpl getImpl() {
BengaliInputMethodDescriptor.java 27 protected IndicInputMethodImpl getImpl() {
OriyaInputMethodDescriptor.java 27 protected IndicInputMethodImpl 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...]
  /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...]
  /libcore/ojluni/src/main/java/java/security/
AlgorithmParameterGenerator.java 182 Object[] objs = Security.getImpl(algorithm,
235 Object[] objs = Security.getImpl(algorithm,
279 Object[] objs = Security.getImpl(algorithm,
AlgorithmParameters.java 235 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters",
288 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters",
333 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters",
  /external/swiftshader/third_party/LLVM/include/llvm/
PassRegistry.h 35 void *getImpl() const;
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 26 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,
364 return getImpl(Context, Value, getCanonicalMDString(Context, Name), Storage
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 179 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode,
181 getImpl().setElevation(elevation);
182 getImpl().setPressedTranslationZ(pressedTranslationZ);
190 getImpl().updatePadding();
229 getImpl().setRippleColor(color);
255 getImpl().setBackgroundTintList(tint);
285 getImpl().setBackgroundTintMode(tintMode);
329 getImpl().show(wrapOnVisibilityChangedListener(listener), fromUser);
351 getImpl().hide(wrapOnVisibilityChangedListener(listener), fromUser);
367 getImpl().onCompatShadowChanged()
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FileDescriptorTest.java 40 assertTrue(s.getImpl().getFD$().isSocket$());
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 39 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
44 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
48 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
52 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
272 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
275 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
279 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
380 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value,
383 return getImpl(Context, Value, getCanonicalMDString(Context, Name), Storage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 39 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
44 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
48 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
52 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
272 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
275 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
279 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
342 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
380 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value,
383 return getImpl(Context, Value, getCanonicalMDString(Context, Name), Storage
    [all...]

Completed in 989 milliseconds

1 2 3 4 5 6 7