Searched defs:atype (Results 1 - 18 of 18) sorted by relevance

/external/openfst/src/extensions/far/
H A Dmain.cc98 string atype = hdr.ArcType(); local
99 if (atype == "unknown") {
104 return atype;
/external/openssl/crypto/pkcs12/
H A Dp12_attr.c139 ASN1_TYPE *atype; local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
141 if (atype->type != V_ASN1_BMPSTRING) return NULL;
142 return OPENSSL_uni2asc(atype->value.bmpstring->data,
143 atype->value.bmpstring->length);
/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/openfst/src/include/fst/
H A Dregister.h123 string atype = A::Type(); local
125 << "\" (arc type = \"" << atype << "\")"; local
/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/openssl/crypto/x509/
H A Dx509_att.c289 int atype = 0; local
298 atype = stmp->type;
302 atype = attrtype;
319 ASN1_TYPE_set(ttmp, atype, stmp);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h163 string atype = A::Type(); local
165 << "\" (arc type = \"" << atype << "\")"; local
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
207 while(atype != NULL) {
208 printf("auth func: %s\n", atype->auth_type->description);
209 printf(" instance count: %d\n", atype->auth_type->ref_count);
211 status = auth_type_self_test(atype->auth_type);
217 atype = atype->next;
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list; local
273 crypto_kernel.auth_type_list = atype->next;
276 atype
347 kernel_auth_type_t *atype, *new_atype; local
433 kernel_auth_type_t *atype; local
[all...]
/external/clang/test/Parser/
H A Ddeclarators.c28 typedef int atype; typedef
30 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */
31 ) int x, atype; {}
/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/openssl/crypto/asn1/
H A Dtasn_prn.c541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
542 utype = atype->type;
543 fld = &atype->value.asn1_value;
/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/libxml2/include/libxml/
H A Dtree.h226 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
406 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1217 int atype = QMetaType::type(argTypeName); local
1218 if (atype == 0) {
1234 types.append(QtMethodMatchType::metaType(atype, argTypeName));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 529 milliseconds