Searched defs:isa (Results 1 - 25 of 38) sorted by relevance

12

/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c7 Class isa; member in struct:objc_object
/external/compiler-rt/BlocksRuntime/tests/
H A Dflagsisa.c15 __block void *isa; local
17 ^{ flags=1; isa = (void *)isa; };
H A DobjectRRGC.c38 long isa; member in struct:MyStruct
H A Dobjectassign.c37 long isa; member in struct:MyStruct
H A Dbyrefsanity.c49 void *isa; member in struct:Block_basic2
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h9 Class isa; member in struct:objc_object
/external/embunit/inc/
H A DRepeatedTest.h42 TestImplement* isa; member in struct:__RepeatedTest
H A DTestCase.h42 TestImplement* isa; member in struct:__TestCase
H A DTestSuite.h42 TestImplement* isa; member in struct:__TestSuite
H A DTestCaller.h56 TestImplement* isa; member in struct:__TestCaller
H A DTestListener.h55 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)
H A DTest.h58 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/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp6 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/
H A DIndex_Internal.h34 void *isa; member in struct:_CXCursorAndRangeVisitorBlock
/external/apache-http/src/org/apache/http/impl/conn/
H A DProxySelectorRoutePlanner.java214 final InetSocketAddress isa = (InetSocketAddress) p.address();
216 result = new HttpHost(getHost(isa), isa.getPort());
226 * @param isa the socket address
233 protected String getHost(InetSocketAddress isa) { argument
238 return isa.isUnresolved() ?
239 isa.getHostName() : isa.getAddress().getHostAddress();
/external/llvm/include/llvm/Support/
H A DCasting.h10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
24 // isa<x> Support Templates
49 // The core of the implementation of isa<X> is here; To and From should be
51 // implementation of isa<> without rewriting it from scratch.
83 assert(Val && "isa<> used on a null pointer");
90 assert(Val && "isa<> used on a null pointer");
97 assert(Val && "isa<> used on a null pointer");
104 assert(Val && "isa<> used on a null pointer");
128 // isa<X> - Return true if the parameter to the template is an instance of the
131 // if (isa<Typ
134 inline bool isa(const Y &Val) { function in namespace:llvm
[all...]
/external/clang/test/CodeGen/
H A Dblockstret.c58 void *isa; member in struct:block_layout_abi
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.h71 unsigned long isa; member in struct:dwarf2_loc
H A Ddwarf2-line.c104 unsigned long isa; member in struct:dwarf2_line_state
381 state->isa = loc->isa;
383 yasm_intnum_create_uint(state->isa));
608 state.isa = 0;
964 loc->isa = 0;
1021 N_("isa value is not a constant"));
1029 N_("isa value less than zero"));
1035 loc->isa = yasm_intnum_get_uint(intn);
1060 else if (yasm__strcasecmp(s, "isa")
[all...]
/external/compiler-rt/BlocksRuntime/
H A DBlock_private.h71 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
/external/qemu/
H A Darch_init.c470 int isa; member in struct:soundhw
633 if (c->isa) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h142 * r600_bytecode::isa. This is used by the LLVM backend to emit CF instructions
170 unsigned isa[2]; member in struct:r600_bytecode_cf
/external/llvm/include/llvm/MC/
H A DMCDwarf.h101 unsigned isa, unsigned discriminator)
102 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
140 void setIsa(unsigned isa) { Isa = isa; } argument
100 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, unsigned isa, unsigned discriminator) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h142 * r600_bytecode::isa. This is used by the LLVM backend to emit CF instructions
170 unsigned isa[2]; member in struct:r600_bytecode_cf
/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h448 unsigned isa = 255 - SkGetPackedA32(src); local
450 dr = (sr + SkMul16ShiftRound(dr, isa, SK_R16_BITS)) >> (8 - SK_R16_BITS);
451 dg = (sg + SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS);
452 db = (sb + SkMul16ShiftRound(db, isa, SK_B16_BITS)) >> (8 - SK_B16_BITS);

Completed in 489 milliseconds

12