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

1 2 3

  /external/compiler-rt/BlocksRuntime/tests/
flagsisa.c 15 __block void *isa; local
17 ^{ flags=1; isa = (void *)isa; };
objectRRGC.c 38 long isa; member in struct:MyStruct
objectassign.c 37 long isa; member in struct:MyStruct
byrefsanity.c 49 void *isa; member in struct:Block_basic2
  /external/clang/test/Sema/
builtin_objc_msgSend.c 6 Class isa; member in struct:objc_object
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java 49 InetSocketAddress isa = InetSocketAddress.createUnresolved( local
51 assertTrue(isa.isUnresolved());
52 assertNull(isa.getAddress());
53 assertEquals(isa.getHostName(), legalHostPortPairs[i].host);
54 assertEquals(isa.getPort(), legalHostPortPairs[i].port);
  /external/embunit/inc/
RepeatedTest.h 42 TestImplement* isa; member in struct:__RepeatedTest
TestCase.h 42 TestImplement* isa; member in struct:__TestCase
TestSuite.h 42 TestImplement* isa; member in struct:__TestSuite
TestCaller.h 56 TestImplement* isa; member in struct:__TestCaller
TestListener.h 55 TestListnerImplement* isa; member in struct:__TestListner
58 #define TestListner_startTest(s,t) ((TestListner*)s)->isa->startTest(s,t)
59 #define TestListner_endTest(s,t) ((TestListner*)s)->isa->endTest(s,t)
60 #define TestListner_addFailure(s,t,m,l,f) ((TestListner*)s)->isa->addFailure(s,t,m,l,f)
Test.h 58 TestImplement* isa; member in struct:__Test
61 #define Test_name(s) ((Test*)s)->isa->name(s)
62 #define Test_run(s,r) ((Test*)s)->isa->run(s,r)
63 #define Test_countTestCases(s) ((Test*)s)->isa->countTestCases(s)
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.h 48 ClassStructPtr isa() { return _isa; } function in class:JSC::Bindings::ObjcClass
  /external/clang/test/SemaTemplate/
template-id-expr.cpp 6 static void isa(const FromCl &Val) { } function in struct:isa_impl_cl
10 void isa(const Y &Val) { return isa_impl_cl<Y>::template isa<X>(Val); } function
13 void f0(const Value &Val) { isa<Value>(Val); }
  /external/clang/tools/libclang/
Index_Internal.h 34 void *isa; member in struct:_CXCursorAndRangeVisitorBlock
  /libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java 60 InetSocketAddress isa = new InetSocketAddress(ia, 80); local
61 assertEquals(80,isa.getPort());
62 //assertEquals(results[i], isa.getHostName());
65 InetSocketAddress isa = new InetSocketAddress((InetAddress)null, 80); local
66 assertEquals("0.0.0.0", isa.getHostName());
82 InetSocketAddress isa = new InetSocketAddress(65535); local
83 assertEquals("0.0.0.0", isa.getHostName());
84 assertEquals(65535, isa.getPort());
122 InetSocketAddress isa = new InetSocketAddress(ia, 0); local
123 assertEquals(ia, isa.getAddress())
125 InetSocketAddress isa = new InetSocketAddress((InetAddress) null, 0); local
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
23 // isa<x> Support Templates
44 // The core of the implementation of isa<X> is here; To and From should be
46 // implementation of isa<> without rewriting it from scratch.
103 // isa<X> - Return true if the parameter to the template is an instance of the
106 // if (isa<Type>(myVal)) { ... }
109 inline bool isa(const Y &Val) { function in namespace:llvm
194 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
205 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
220 return isa<X>(Val) ? cast<X, Y>(Val) : 0
    [all...]
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 121 InetSocketAddress isa = local
123 sock.bind(isa);
  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 105 InetSocketAddress isa = local
107 sock.bind(isa);
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 214 final InetSocketAddress isa = (InetSocketAddress) p.address(); local
216 result = new HttpHost(getHost(isa), isa.getPort());
226 * @param isa the socket address
233 protected String getHost(InetSocketAddress isa) {
238 return isa.isUnresolved() ?
239 isa.getHostName() : isa.getAddress().getHostAddress();
  /external/clang/test/CodeGen/
blockstret.c 58 void *isa; member in struct:block_layout_abi
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 41 ClassObj isa = mHeap.mState.findClass(mClassId); local
43 resolve(state, isa, isa.mStaticFieldTypes, isa.mStaticFieldValues);
44 resolve(state, isa, isa.mFieldTypes, mFieldValues);
47 private void resolve(State state, ClassObj isa, int[] types,
87 ClassObj isa = mHeap.mState.findClass(mClassId); local
89 return isa.getSize();
107 ClassObj isa = state.findClass(mClassId) local
158 ClassObj isa = mHeap.mState.findClass(mClassId); local
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 302 InetSocketAddress isa = local
304 sslsock.bind(isa);
  /external/compiler-rt/BlocksRuntime/
Block_private.h 71 void *isa; member in struct:Block_layout
81 void *isa; member in struct:Block_byref
92 void *isa; member in struct:Block_byref_header
164 void *isa; member in struct:Block_basic
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 64 void *isa; member in struct:Block_layout
74 void *isa; member in struct:Block_byref
85 void *isa; member in struct:Block_byref_header
157 void *isa; member in struct:Block_basic

Completed in 1433 milliseconds

1 2 3