Searched refs:ai (Results 76 - 100 of 163) sorted by relevance

1234567

/external/skia/src/animator/
H A DSkAnimator.cpp218 SkFieldType SkAnimator::getFieldType(const SkMemberInfo* ai) { argument
219 const SkMemberInfo* info = (const SkMemberInfo*) ai;
228 static bool getArrayCommon(const SkDisplayable* ae, const SkMemberInfo* ai, argument
231 const SkMemberInfo* info = (const SkMemberInfo*) ai;
237 const SkMemberInfo* ai, int index) {
239 bool result = getArrayCommon(ae, ai, index, &operand);
254 const SkMemberInfo* ai, int index) {
256 bool result = getArrayCommon(ae, ai, index, &operand);
271 const SkMemberInfo* ai, int index) {
273 bool result = getArrayCommon(ae, ai, inde
236 getArrayInt(const SkDisplayable* ae, const SkMemberInfo* ai, int index) argument
253 getArrayScalar(const SkDisplayable* ae, const SkMemberInfo* ai, int index) argument
270 getArrayString(const SkDisplayable* ae, const SkMemberInfo* ai, int index) argument
365 getString(const SkDisplayable* ae, const SkMemberInfo* ai) argument
[all...]
/external/iputils/
H A Dping6.c451 struct addrinfo hints, *ai0, *ai; local
489 for (ai = ai0; ai; ai = ai->ai_next) {
493 memcpy(p, (__u8 *)ai->ai_addr + offset, ni_subject_len);
700 struct addrinfo hints, *ai; local
866 gai = getaddrinfo(target, NULL, &hints, &ai);
871 addr = &((struct sockaddr_in6 *)(ai->ai_addr))->sin6_addr;
880 firsthop.sin6_scope_id = ((struct sockaddr_in6 *)(ai
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp168 const CArcInfoEx &ai = codecs->Formats[orderIndices[i]]; local
169 const CByteBuffer &sig = ai.StartSignature;
189 const CArcInfoEx &ai = codecs->Formats[index]; local
190 const CByteBuffer &sig = ai.StartSignature;
230 const CArcInfoEx &ai = codecs->Formats[index]; local
231 if (ai.Name.CompareNoCase(L"rar") != 0)
/external/eigen/test/eigen2/
H A Dmain.h88 for (uint ai=0 ; ai<eigen_assert_list.size() ; ++ai) \
89 std::cerr << " " << eigen_assert_list[ai] << "\n"; \
/external/qemu/android/
H A Dsockets.c739 struct addrinfo ai, *res, *e; local
741 memset(&ai, 0, sizeof(ai));
742 ai.ai_flags |= AI_ADDRCONFIG;
743 ai.ai_family = PF_UNSPEC;
746 ai.ai_family = PF_INET;
748 ai.ai_family = PF_INET6;
751 ai.ai_flags |= AI_PASSIVE;
753 ai.ai_flags |= AI_CANONNAME;
756 ai
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1347 NDIS_802_11_ASSOCIATION_INFORMATION *ai; local
1382 if (len < sizeof(*ai)) {
1387 ai = (NDIS_802_11_ASSOCIATION_INFORMATION *) buf;
1390 ai->AvailableRequestFixedIEs, ai->AvailableResponseFixedIEs,
1391 (int) ai->OffsetRequestIEs, (int) ai->OffsetResponseIEs,
1392 (int) ai->RequestIELength, (int) ai->ResponseIELength);
1394 if (ai
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1347 NDIS_802_11_ASSOCIATION_INFORMATION *ai; local
1382 if (len < sizeof(*ai)) {
1387 ai = (NDIS_802_11_ASSOCIATION_INFORMATION *) buf;
1390 ai->AvailableRequestFixedIEs, ai->AvailableResponseFixedIEs,
1391 (int) ai->OffsetRequestIEs, (int) ai->OffsetResponseIEs,
1392 (int) ai->RequestIELength, (int) ai->ResponseIELength);
1394 if (ai
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1347 NDIS_802_11_ASSOCIATION_INFORMATION *ai; local
1382 if (len < sizeof(*ai)) {
1387 ai = (NDIS_802_11_ASSOCIATION_INFORMATION *) buf;
1390 ai->AvailableRequestFixedIEs, ai->AvailableResponseFixedIEs,
1391 (int) ai->OffsetRequestIEs, (int) ai->OffsetResponseIEs,
1392 (int) ai->RequestIELength, (int) ai->ResponseIELength);
1394 if (ai
[all...]
/external/bison/src/
H A Dielr.c711 AnnotationIndex ai; local
714 for (ai = 0, a = annotation_lists[lr0_isocore->state->number];
716 ++ai, a = a->next)
717 work1[ai] =
728 for (ai = 0, a = annotation_lists[lr0_isocore->state->number];
730 ++ai, a = a->next)
732 if (work1[ai] != ContributionIndex__none)
743 if (ci != ContributionIndex__none && work1[ai] != ci)
H A DAnnotationList.c580 AnnotationIndex ai; local
581 for (a = self, ai = 0; a; a = a->next, ++ai)
589 ai, a->inadequacyNode->manifestingState->number);
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DSmartClipProviderTest.java127 ApplicationInfo ai = mActivity.getPackageManager().getApplicationInfo(
129 Bundle bundle = ai.metaData;
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dapps.c1594 ASN1_INTEGER *ai=NULL; local
1596 ai=ASN1_INTEGER_new();
1597 if (ai == NULL) goto err;
1615 if (ret == NULL || !rand_serial(ret, ai))
1621 if (!a2i_ASN1_INTEGER(in,ai,buf,1024))
1627 ret=ASN1_INTEGER_to_BN(ai,NULL);
1637 *retai = ai;
1638 ai = NULL;
1642 if (ai != NULL) ASN1_INTEGER_free(ai);
1651 ASN1_INTEGER *ai=NULL; local
1769 rand_serial(BIGNUM *b, ASN1_INTEGER *ai) argument
[all...]
/external/openssl/apps/
H A Dapps.c1594 ASN1_INTEGER *ai=NULL; local
1596 ai=ASN1_INTEGER_new();
1597 if (ai == NULL) goto err;
1615 if (ret == NULL || !rand_serial(ret, ai))
1621 if (!a2i_ASN1_INTEGER(in,ai,buf,1024))
1627 ret=ASN1_INTEGER_to_BN(ai,NULL);
1637 *retai = ai;
1638 ai = NULL;
1642 if (ai != NULL) ASN1_INTEGER_free(ai);
1651 ASN1_INTEGER *ai=NULL; local
1769 rand_serial(BIGNUM *b, ASN1_INTEGER *ai) argument
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.c244 OPJ_INT32 *ai = a; local
248 *bi = *(ai++);
251 ai = a + h->sn;
255 *bi = *(ai++);
264 OPJ_INT32 *ai = a; local
268 *bi = *ai;
270 ai += x;
272 ai = a + (v->sn * x);
276 *bi = *ai;
278 ai
[all...]
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp591 unsigned ai = 0, ae = intrinsic.ArgumentAttributes.size();
593 while (ai != ae) {
594 unsigned argNo = intrinsic.ArgumentAttributes[ai].first;
600 switch (intrinsic.ArgumentAttributes[ai].second) {
621 ++ai;
622 } while (ai != ae && intrinsic.ArgumentAttributes[ai].first == argNo);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h266 int ai, bi; local
271 u.f = (float) af; ai = u.i;
273 return (ai - bi) >> 1;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h287 int ai, bi; local
292 u.f = (float) af; ai = u.i;
294 return (ai - bi) >> 1;
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h62 int *ai; /* Used when p4type is P4_INTARRAY */ member in union:VdbeOp::__anon14839
/external/eigen/test/
H A Dmain.h131 for (uint ai=0 ; ai<eigen_assert_list.size() ; ++ai) \
132 std::cerr << " " << eigen_assert_list[ai] << "\n"; \
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp389 for (size_t ai = 3, ae = m_type_vector.size();
390 ai != ae;
391 ++ai)
393 clang::QualType arg_type = BuildType(ast_ctx, m_type_vector[ai].c_str());
/external/chromium_org/third_party/libevent/test/
H A Dregress_http.c117 struct addrinfo ai, *aitop;
134 memset(&ai, 0, sizeof (ai));
135 ai.ai_family = AF_INET;
136 ai.ai_socktype = SOCK_STREAM;
138 if (getaddrinfo(address, strport, &ai, &aitop) != 0) {
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Ds390x.S333 #define mul_add_c(ai,bi,c1,c2,c3) \
334 lg %r7,ai*8(%r3); \
519 #define sqr_add_c(ai,c1,c2,c3) \
520 lg %r7,ai*8(%r3); \
526 #define sqr_add_c2(ai,aj,c1,c2,c3) \
527 lg %r7,ai*8(%r3); \
/external/openssl/crypto/bn/asm/
H A Ds390x.S333 #define mul_add_c(ai,bi,c1,c2,c3) \
334 lg %r7,ai*8(%r3); \
519 #define sqr_add_c(ai,c1,c2,c3) \
520 lg %r7,ai*8(%r3); \
526 #define sqr_add_c2(ai,aj,c1,c2,c3) \
527 lg %r7,ai*8(%r3); \
/external/pixman/pixman/
H A Dpixman-matrix.c786 int ai = a[i]; local
788 p = src->m[i][0] * (src->m[ai][2] * src->m[bi][1] -
789 src->m[ai][1] * src->m[bi][2]);
804 int ai = a[i]; local
809 p = (src->m[ai][aj] * src->m[bi][bj] -
810 src->m[ai][bj] * src->m[bi][aj]);
/external/srec/srec/crec/
H A Dsrec_context.c1520 arcID *pai, ai, ai2; local
1521 for (pai = &node->un_ptr.first_next_arc, ai = (*pai); ai != MAXarcID; pai = &arc->linkl_next_arc, ai = (*pai))
1523 if (ai < fst->num_base_arcs)
1525 arc = &fst->FSMarc_list[ai];
1529 arc2 = &fst->FSMarc_list[ai];
1546 arcID *pai, ai, ai2; local
1547 for (pai = &node->first_prev_arc, ai = (*pai); ai !
1575 arcID ai; local
[all...]

Completed in 748 milliseconds

1234567