Searched refs:ia (Results 1 - 25 of 58) sorted by relevance

123

/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp197 int ia, ib; local
206 ia = strlen(a);
208 if (ia == 0 || ib == 0) {
213 ia--;
218 while (ia >= 0 && ib >=0) {
222 ca = a[ia];
225 ia--;
242 ia--; ib--; matched++;
260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
273 if (matchIntlPrefix(a, ia
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInetAddressTest.java67 InetAddress ia = InetAddress.getByName("127.0.0.1");
69 byte[] addr = ia.getAddress();
102 for (InetAddress ia : ias) {
103 assertTrue(ia.isLoopbackAddress());
107 for (InetAddress ia : ias) {
108 assertTrue(ia.isLoopbackAddress());
315 InetAddress ia = Inet4Address.getByName("127.0.0.1");
316 assertTrue(ia.isReachable(10000));
317 ia = Inet4Address.getByName("127.0.0.1");
319 ia
[all...]
H A DInetAddressThreadTest.java85 InetAddress ia = InetAddress.getByName(lookupName);
86 String hostName = ia.getHostName();
87 String hostAddress = ia.getHostAddress();
H A DDatagramPacketTest.java151 InetAddress ia = InetAddress.getByName("127.0.0.1");
154 dp.setAddress(ia);
155 assertEquals("Incorrect address returned", ia, dp.getAddress());
/external/icu4c/layout/
H A DIndicRearrangementProcessor.cpp69 le_int32 ia, ib, ic, id, ix, x; local
79 ia = glyphStorage.getCharIndex(firstGlyph, success);
90 glyphStorage.setCharIndex(lastGlyph, ia, success);
111 ia = glyphStorage.getCharIndex(firstGlyph, success);
118 glyphStorage.setCharIndex(lastGlyph, ia, success);
124 ia = glyphStorage.getCharIndex(firstGlyph, success);
138 glyphStorage.setCharIndex(lastGlyph - 1, ia, success);
145 ia = glyphStorage.getCharIndex(firstGlyph, success);
160 glyphStorage.setCharIndex(lastGlyph, ia, success);
209 ia
[all...]
/external/skia/tests/
H A DTestSize.cpp60 SkISize ia; local
61 ia.set(ix, iy);
63 REPORTER_ASSERT(reporter, a.toRound() == ia);
/external/tcpdump/
H A Dprint-dhcp6.c328 struct dhcp6_ia ia; local
602 if (optlen < sizeof(ia) - 4) {
606 memcpy(&ia, (u_char *)dh6o, sizeof(ia));
607 ia.dh6opt_ia_iaid = ntohl(ia.dh6opt_ia_iaid);
608 ia.dh6opt_ia_t1 = ntohl(ia.dh6opt_ia_t1);
609 ia.dh6opt_ia_t2 = ntohl(ia
[all...]
/external/qemu/
H A Doslib-win32.c84 int inet_aton(const char *cp, struct in_addr *ia) argument
90 ia->s_addr = addr;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Ddate-format-tofte.js272 var ia = input.split("");
274 while (ia[ij]) {
275 if (ia[ij] == "\\") {
277 ia.splice(ij,1);
279 if (arrayExists(switches,ia[ij])) {
280 ia[ij] = eval(ia[ij] + "()");
289 return ia.join("");
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Ddate-format-tofte.js272 var ia = input.split("");
274 while (ia[ij]) {
275 if (ia[ij] == "\\") {
277 ia.splice(ij,1);
279 if (arrayExists(switches,ia[ij])) {
280 ia[ij] = eval(ia[ij] + "()");
289 return ia.join("");
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestSerialization.java83 int[] ia; field in class:TestSerialization.TestSerializationMessage
107 ia = new int[]{ 456, 678, 999 };
134 System.out.println(Arrays.toString(cm.ia));
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-abi-examples.cpp32 int ia; member in struct:Test1::A
/external/clang/test/Sema/
H A Dms_class_layout.cpp103 virtual void ia() = 0;
109 virtual void ia(){} function in class:ICh
/external/qemu/slirp/
H A Dip_input.c506 register struct in_ifaddr *ia; local
550 ia = (struct in_ifaddr *)
552 if (ia == 0) {
580 if ((ia = (INA)ifa_ifwithdstaddr((SA)&ipaddr)) == 0)
581 ia = (INA)ifa_ifwithnet((SA)&ipaddr);
583 ia = ip_rtaddr(ipaddr.sin_addr);
584 if (ia == 0) {
590 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr),
616 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) == 0 &&
617 (ia
[all...]
/external/qemu/slirp-android/
H A Dip_input.c506 register struct in_ifaddr *ia; local
550 ia = (struct in_ifaddr *)
552 if (ia == 0) {
580 if ((ia = (INA)ifa_ifwithdstaddr((SA)&ipaddr)) == 0)
581 ia = (INA)ifa_ifwithnet((SA)&ipaddr);
583 ia = ip_rtaddr(ipaddr.sin_addr);
584 if (ia == 0) {
590 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr),
616 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) == 0 &&
617 (ia
[all...]
/external/srec/srec/include/
H A Dswicms.h102 #define swicms_compare(swicms,ia)
/external/openssh/
H A Dincludes.h129 # include <ia.h>
/external/skia/samplecode/
H A DSampleXfermodes.cpp61 int ia = 255 - alpha;
62 int iscale = SkAlpha255To256(ia);
68 int dr2 = (SkMulDiv255Round(alpha, rgb) + newscale(r, ia, 5)) >> 3;
69 int dg2 = (SkMulDiv255Round(alpha, rgb) + newscale(g, ia, 6)) >> 2;
/external/valgrind/main/coregrind/
H A Dpub_core_debuginfo.h115 struct { Addr ia; Addr sp; Addr fp; Addr lr;} member in struct:__anon13802
H A Dm_libcassert.c141 { ULong ia, sp, fp, lr; \
147 : "=r" (ia), "=r" (sp),"=r" (fp),"=r" (lr) \
150 (srP)->r_pc = ia; \
H A Dm_stacktrace.c695 uregs.ia = startRegs->r_pc;
709 uregs.ia, uregs.sp,uregs.fp);
712 ips[0] = uregs.ia;
727 ips[i++] = uregs.ia - 1;
728 uregs.ia = uregs.ia - 1;
743 uregs.ia = uregs.lr - 1;
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c101 int ia; local
119 asm volatile ("fistl %0" : "=m" (ia) : "t" (a));
124 printf("(int)a = %d\n", ia);
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c91 int ia; local
109 asm volatile ("fistl %0" : "=m" (ia) : "t" (a));
114 printf("(int)a = %d\n", ia);
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp144 case ARM_AM::ia: return ARM::LDMIA;
153 case ARM_AM::ia: return ARM::STMIA;
163 case ARM_AM::ia: return ARM::t2LDMIA;
171 case ARM_AM::ia: return ARM::t2STMIA;
178 case ARM_AM::ia: return ARM::VLDMSIA;
185 case ARM_AM::ia: return ARM::VSTMSIA;
192 case ARM_AM::ia: return ARM::VLDMDIA;
199 case ARM_AM::ia: return ARM::VSTMDIA;
229 return ARM_AM::ia;
294 ARM_AM::AMSubMode Mode = ARM_AM::ia;
[all...]
/external/v8/test/cctest/
H A Dtest-disasm-arm.cc526 COMPARE(vstm(ia, r0, d1, d3),
528 COMPARE(vldm(ia, r1, d2, d5),
530 COMPARE(vstm(ia, r2, d0, d15),
532 COMPARE(vldm(ia, r3, d0, d15),
534 COMPARE(vstm(ia, r4, s1, s3),
536 COMPARE(vldm(ia, r5, s2, s5),
538 COMPARE(vstm(ia, r6, s0, s31),
540 COMPARE(vldm(ia, r7, s0, s31),

Completed in 3507 milliseconds

123