Searched refs:atype (Results 1 - 25 of 40) sorted by path

12

/external/boringssl/src/crypto/x509/
H A Dx509_att.c292 int atype = 0; local
302 atype = stmp->type;
308 atype = attrtype;
328 ASN1_TYPE_set(ttmp, atype, stmp);
/external/clang/test/Parser/
H A Ddeclarators.c29 typedef int atype; typedef
31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */
32 ) int x, atype; {}
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/iproute2/ip/
H A Dtcp_metrics.c100 int family, i, atype, stype, dlen = 0, slen = 0; local
123 atype = TCP_METRICS_ATTR_ADDR_IPV4;
133 atype = TCP_METRICS_ATTR_ADDR_IPV6;
173 addattr_l(&req2.n, sizeof(req2), atype, &daddr.data,
313 int atype = -1, stype = -1; local
370 atype = TCP_METRICS_ATTR_ADDR_IPV4;
372 atype = TCP_METRICS_ATTR_ADDR_IPV6;
374 if ((CMD_DEL & cmd) && atype < 0) {
383 if (cmd == CMD_DEL && atype < 0)
387 if (cmd == CMD_FLUSH && atype >
[all...]
/external/javassist/src/main/javassist/
H A DCtPrimitiveType.java32 String methodName, String mDesc, int opcode, int atype,
40 arrayType = atype;
31 CtPrimitiveType(String name, char desc, String wrapper, String methodName, String mDesc, int opcode, int atype, int size) argument
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java1243 * @param atype <code>T_BOOLEAN</code>, <code>T_CHAR</code>, ...
1246 public void addNewarray(int atype, int length) { argument
1249 add(atype);
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java351 int atype = 0;
354 atype = T_BOOLEAN;
357 atype = T_CHAR;
360 atype = T_FLOAT;
363 atype = T_DOUBLE;
366 atype = T_BYTE;
369 atype = T_SHORT;
372 atype = T_INT;
375 atype = T_LONG;
383 bytecode.add(atype);
[all...]
/external/javassist/src/main/javassist/expr/
H A DNewArray.java81 int atype = iterator.byteAt(currentPos + 1);
82 return getPrimitiveType(atype);
96 CtClass getPrimitiveType(int atype) { argument
97 switch (atype) {
115 throw new RuntimeException("bad atype: " + atype);
182 index = iterator.byteAt(currentPos + 1); // atype
/external/libxml2/
H A DdebugXML.c507 switch (attr->atype) {
H A Dtree.c2084 if ((cur->doc != NULL) && (cur->atype == XML_ATTRIBUTE_ID)) {
2803 if (prop->atype == XML_ATTRIBUTE_ID) {
6875 if (prop->atype == XML_ATTRIBUTE_ID) {
6877 prop->atype = XML_ATTRIBUTE_ID;
6903 if (prop->atype == XML_ATTRIBUTE_ID)
9209 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID))
9213 ((xmlAttrPtr) cur)->atype = 0;
9933 attr->atype = 0;
H A Dvalid.c1853 if (cur->atype == XML_ATTRIBUTE_ID) {
2036 ret->atype = type;
2171 cur->atype = attr->atype;
2221 switch (attr->atype) {
2646 attr->atype = XML_ATTRIBUTE_ID;
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
2760 attr->atype = 0;
3038 (attrDecl->atype == XML_ATTRIBUTE_IDREF ||
3039 attrDecl->atype
[all...]
H A Dxmlschemas.c5963 if (attr->atype != XML_ATTRIBUTE_ID) {
5986 attr->atype = XML_ATTRIBUTE_ID;
24494 #define NORMALIZE(atype) \
24497 normValue = xmlSchemaNormalizeValue(atype, value); \
H A Dxmlschemastypes.c2758 if (attr->atype != XML_ATTRIBUTE_ID) {
2771 attr->atype = XML_ATTRIBUTE_ID;
2796 attr->atype = XML_ATTRIBUTE_IDREF;
2810 attr->atype = XML_ATTRIBUTE_IDREFS;
2841 attr->atype = XML_ATTRIBUTE_ENTITY;
2858 attr->atype = XML_ATTRIBUTE_ENTITIES;
/external/libxml2/include/libxml/
H A Dtree.h265 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
445 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1658 enum tgsi_opcode_type atype; // Actual type of the value local
1665 atype = TGSI_TYPE_UNSIGNED;
1670 atype = TGSI_TYPE_UNSIGNED;
1675 atype = TGSI_TYPE_UNSIGNED;
1680 atype = TGSI_TYPE_UNSIGNED;
1685 atype = TGSI_TYPE_UNSIGNED;
1690 atype = TGSI_TYPE_UNSIGNED;
1696 atype = TGSI_TYPE_FLOAT;
1700 if (atype != stype) {
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java205 * @param atype int to set
208 public void setAddressType(int atype) { argument
209 addressType = atype;
/external/openssh/openbsd-compat/
H A Dbsd-cray.c274 pwdacm.atype = IA_SECURID;
278 pwdudb.atype = IA_UDB;
282 pwddce.atype = IA_DCE;
286 pwddialup.atype = IA_DIALUP;
291 pwdwal.atype = IA_WAL;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/python/cpython2/Modules/
H A D_bsddb.c6289 int err, atype, flags=0; local
6292 if (!PyArg_ParseTuple(args, "i|i:lock_detect", &atype, &flags))
6297 err = self->db_env->lock_detect(self->db_env, flags, atype, &aborted);

Completed in 585 milliseconds

12