Searched defs:ae (Results 1 - 19 of 19) sorted by relevance

/external/libselinux/include/selinux/
H A Davc.h97 struct avc_entry *ae; member in struct:avc_entry_ref
109 #define avc_entry_ref_init(aeref) ((aeref)->ae = NULL)
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp679 std::vector<Argument*>::iterator ai, ae; local
694 ae = Args.end();
699 for (ai = Args.begin(); ai != ae; ++ai) {
708 for (ai = Args.begin(); ai != ae; ++ai) {
716 for (ai = Args.begin(); ai != ae; ++ai) {
725 for (ai = Args.begin(); ai != ae; ++ai) {
753 std::vector<Argument*>::iterator ai, ae; local
763 for (ai = Args.begin(), ae = Args.end(); ai != ae; ++ai)
769 for (ai = Args.begin(); ai != ae;
863 std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end(), ai, ae; local
900 std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end(), ai, ae; local
996 std::vector<Argument*>::iterator ai, ae; local
[all...]
/external/libselinux/src/
H A Davc.c28 struct avc_entry ae; member in struct:avc_node
262 if (!cur->ae.used)
265 cur->ae.used = 0;
288 static inline void avc_clear_avc_entry(struct avc_entry *ae) argument
290 ae->ssid = ae->tsid = ae->create_sid = NULL;
291 ae->tclass = 0;
292 ae->avd.allowed = ae
420 avc_insert(security_id_t ssid, security_id_t tsid, security_class_t tclass, struct avc_entry *ae, struct avc_entry_ref *aeref) argument
697 struct avc_entry *ae; local
[all...]
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h72 void removeEdge(AdjEdgeItr ae) { argument
74 adjEdges.erase(ae);
93 void setNode1AEItr(AdjEdgeItr ae) { node1AEItr = ae; } argument
95 void setNode2AEItr(AdjEdgeItr ae) { node2AEItr = ae; } argument
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h137 3, ae : member in struct:GGLBlendState
/external/regex-re2/re2/
H A Dre2.cc486 const char *ae = a + len; local
488 for (; a < ae; a++, b++) {
/external/skia/src/animator/
H A DSkAnimator.cpp194 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) { argument
195 SkDisplayable* element = (SkDisplayable*) ae;
205 const SkMemberInfo* SkAnimator::getField(const SkDisplayable* ae, const char* field) { argument
206 SkDisplayable* element = (SkDisplayable*) ae;
226 static bool getArrayCommon(const SkDisplayable* ae, const SkMemberInfo* ai, argument
228 const SkDisplayable* element = (const SkDisplayable*) ae;
234 int32_t SkAnimator::getArrayInt(const SkDisplayable* ae, argument
237 bool result = getArrayCommon(ae, ai, index, &operand, SkType_Int);
251 SkScalar SkAnimator::getArrayScalar(const SkDisplayable* ae, argument
254 bool result = getArrayCommon(ae, a
268 getArrayString(const SkDisplayable* ae, const SkMemberInfo* ai, int index) argument
363 getString(const SkDisplayable* ae, const SkMemberInfo* ai) argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_opt.c2612 static IRExpr* availExpr_to_IRExpr ( AvailExpr* ae )
2615 switch (ae->tag) {
2617 return IRExpr_Unop( ae->u.Ut.op, IRExpr_RdTmp(ae->u.Ut.arg) );
2619 return IRExpr_Binop( ae->u.Btt.op,
2620 IRExpr_RdTmp(ae->u.Btt.arg1),
2621 IRExpr_RdTmp(ae->u.Btt.arg2) );
2624 *con = ae->u.Btc.con2;
2625 return IRExpr_Binop( ae->u.Btc.op,
2626 IRExpr_RdTmp(ae
2694 AvailExpr* ae; local
2781 AvailExpr* ae; local
[all...]
/external/icu4c/i18n/
H A DdecNumber.c1356 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */ local
1357 uprv_decNumberFromInt32(res, ae); /* lay it out */
3117 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */ local
3120 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow);
3122 if (ae>=set->emin*2) status&=~DEC_Underflow;
3531 Int ae; /* adjusted exponent */ local
3539 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
3540 if (ae<set->emin) return 0; /* is subnormal */
3551 Int ae; /* adjusted exponent */ local
3559 ae
7980 Int ae, d, digits; /* .. */ local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1685 NDIS_802_11_AUTHENTICATION_ENCRYPTION *ae; local
1686 ae = &c->AuthenticationEncryptionSupported[i];
1687 if ((char *) (ae + 1) > buf + len) {
1693 i, (int) ae->AuthModeSupported,
1694 (int) ae->EncryptStatusSupported);
1695 switch (ae->AuthModeSupported) {
1722 switch (ae->EncryptStatusSupported) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1786 NDIS_802_11_AUTHENTICATION_ENCRYPTION *ae; local
1787 ae = &c->AuthenticationEncryptionSupported[i];
1788 if ((char *) (ae + 1) > buf + len) {
1794 i, (int) ae->AuthModeSupported,
1795 (int) ae->EncryptStatusSupported);
1796 switch (ae->AuthModeSupported) {
1823 switch (ae->EncryptStatusSupported) {
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1786 NDIS_802_11_AUTHENTICATION_ENCRYPTION *ae; local
1787 ae = &c->AuthenticationEncryptionSupported[i];
1788 if ((char *) (ae + 1) > buf + len) {
1794 i, (int) ae->AuthModeSupported,
1795 (int) ae->EncryptStatusSupported);
1796 switch (ae->AuthModeSupported) {
1823 switch (ae->EncryptStatusSupported) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1786 NDIS_802_11_AUTHENTICATION_ENCRYPTION *ae; local
1787 ae = &c->AuthenticationEncryptionSupported[i];
1788 if ((char *) (ae + 1) > buf + len) {
1794 i, (int) ae->AuthModeSupported,
1795 (int) ae->EncryptStatusSupported);
1796 switch (ae->AuthModeSupported) {
1823 switch (ae->EncryptStatusSupported) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c65023 } ae; member in union:vdbeExecUnion
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65034 } ae; member in union:vdbeExecUnion
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1207 milliseconds