Searched defs:ia (Results 1 - 25 of 46) sorted by relevance

12

/external/skia/tests/
H A DTestSize.cpp61 SkISize ia; local
62 ia.set(ix, iy);
64 REPORTER_ASSERT(reporter, a.toRound() == ia);
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-single-inheritance.cpp33 int ia; member in struct:A
H A Dvtable-layout-abi-examples.cpp32 int ia; member in struct:Test1::A
/external/qemu/
H A Doslib-win32.c84 int inet_aton(const char *cp, struct in_addr *ia) argument
90 ia->s_addr = addr;
/external/valgrind/main/coregrind/
H A Dpub_core_debuginfo.h121 struct { Addr ia; Addr sp; Addr fp; Addr lr;} member in struct:__anon28323
/external/chromium/net/base/
H A Dssl_cipher_suite_names.cc300 static int CipherSuiteCmp(const void* ia, const void* ib) { argument
301 const CipherSuite* a = static_cast<const CipherSuite*>(ia);
/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...]
H A DIndicRearrangementProcessor2.cpp68 le_int32 ia, ib, ic, id, ix, x; local
78 ia = glyphStorage.getCharIndex(firstGlyph, success);
89 glyphStorage.setCharIndex(lastGlyph, ia, success);
110 ia = glyphStorage.getCharIndex(firstGlyph, success);
117 glyphStorage.setCharIndex(lastGlyph, ia, success);
123 ia = glyphStorage.getCharIndex(firstGlyph, success);
137 glyphStorage.setCharIndex(lastGlyph - 1, ia, success);
144 ia = glyphStorage.getCharIndex(firstGlyph, success);
159 glyphStorage.setCharIndex(lastGlyph, ia, success);
208 ia
[all...]
/external/chromium_org/base/containers/
H A Dsmall_map_unittest.cc151 inner ia, ib; local
152 SmallMapToMap(a, &ia);
157 if (ia.size() != ib.size())
159 for (typename inner::iterator ia_it = ia.begin(), ib_it = ib.begin();
160 ia_it != ia.end(); ++ia_it, ++ib_it) {
/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow_unittest.cc112 IssueAdviceInfo ia; local
116 ia.push_back(e1);
121 ia.push_back(e2);
122 return ia;
255 IssueAdviceInfo ia; local
257 json.get(), &ia));
258 EXPECT_TRUE(ia.empty());
263 IssueAdviceInfo ia; local
265 json.get(), &ia));
266 EXPECT_TRUE(ia
271 IssueAdviceInfo ia; local
[all...]
/external/chromium_org/net/ssl/
H A Dssl_cipher_suite_names.cc262 static int CipherSuiteCmp(const void* ia, const void* ib) { argument
263 const CipherSuite* a = static_cast<const CipherSuite*>(ia);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js20 m;++v){var w=b[v].match(Qa);if(w&&w[2]===n)if(w[1]===ra){if(--q===0)break a}else++q}if(v<m){g.push(d,b.slice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var j=Sd(l);c.push(j);d+=j.length}}return{source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)'|(\S+))/g,mc).match(/[cC][lL][aA][sS][sS]=\"[^\"]*\bnocode\b/)}function ia(a,b,c,d){if(b){var g={source:b,b:a};c(g);d.push.apply(d,g.c)}}function K(a,b){var c={},d;(function(){for(var m=a.concat(b), function
22 h.substring(0,5))&&!(e&&e[1])){p=z;h=oc}p||(j[k]=h)}var x=v;v+=k.length;if(p){var B=e[1],E=k.indexOf(B),A=E+B.length,D=h.substring(5);ia(n+x,k.substring(0,E),i,q);ia(n+x+E,B,Ra(D,B),q);ia(n+x+A,k.substring(A),i,q)}else q.push(n+x,h)}m.c=q};return i}function C(a){var b=[],c=[];if(a.tripleQuotedStrings)b.push([U,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,r,pc]);
/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/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/chromium_org/native_client_sdk/src/libraries/xray/
H A Dreport.c89 struct XRayTotal* ia = (struct XRayTotal*)a; local
91 return ib->ticks - ia->ticks;
/external/chromium_org/third_party/smhasher/src/
H A DBitvec.cpp577 int ia = (i + d + 1) % len; local
580 uint32_t a = k[ia];
612 int ia = (d + 1) % ndwords; local
615 uint32_t a = k[ia];
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h47 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
59 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
46 run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x) argument
58 run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x) argument
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h68 ia, enumerator in enum:llvm::ARM_AM::AMSubMode
77 case ARM_AM::ia: return "ia";
/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp508 // char|short jq = ia ^ ib;
520 // int ia = (int)LHS;
521 SDValue ia = DAG.getSExtOrTrunc(LHS, DL, INTTY); local
526 // float fa = (float)ia;
527 SDValue fa = DAG.getNode(ISD::SINT_TO_FP, DL, FLTTY, ia);
/external/clang/test/Sema/
H A Dms_class_layout.cpp103 virtual void ia() = 0;
109 virtual void ia(){} function in class:ICh
/external/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp410 // char|short jq = ia ^ ib;
422 // int ia = (int)LHS;
423 SDValue ia = DAG.getSExtOrTrunc(LHS, DL, INTTY); local
428 // float fa = (float)ia;
429 SDValue fa = DAG.getNode(ISD::SINT_TO_FP, DL, FLTTY, ia);

Completed in 922 milliseconds

12