HomeSort by relevance Sort by last modified time
    Searched defs:atype (Results 1 - 25 of 37) sorted by null

1 2

  /external/openfst/src/extensions/far/
main.cc 98 string atype = hdr.ArcType(); local
99 if (atype == "unknown") {
104 return atype;
  /external/openfst/src/include/fst/
register.h 123 string atype = A::Type(); local
125 << "\" (arc type = \"" << atype << "\")"; local
  /cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
CtsJavaScannerDoclet.java 98 String atype = annot.annotationType().toString(); local
99 if (atype.equals("com.android.cts.util.TimeoutReq")) {
  /external/boringssl/src/crypto/x509/
x509_att.c 283 int atype = 0; local
292 atype = stmp->type;
296 atype = attrtype;
313 ASN1_TYPE_set(ttmp, atype, stmp);
  /external/srtp/crypto/kernel/
crypto_kernel.c 179 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->auth_type->description)
347 kernel_auth_type_t *atype, *new_atype; local
433 kernel_auth_type_t *atype; local
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_prn.c 556 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
557 utype = atype->type;
558 fld = &atype->value.asn1_value;
  /external/javassist/src/main/javassist/expr/
NewArray.java 81 int atype = iterator.byteAt(currentPos + 1); local
82 return getPrimitiveType(atype);
96 CtClass getPrimitiveType(int atype) {
97 switch (atype) {
115 throw new RuntimeException("bad atype: " + atype);
182 index = iterator.byteAt(currentPos + 1); // atype
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 517 String atype = parser.getAttributeValue(null, "type"); local
518 if (atype.equals("SecurityPolicy")) {
523 } else if (atype.equals("Registry")) {
  /external/clang/test/Parser/
declarators.c 29 typedef int atype; typedef
31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */
32 ) int x, atype; {}
  /cts/tools/utils/
DescriptionGenerator.java 562 AnnotationTypeDoc atype = cAnnot.annotationType(); local
563 if (atype.toString().equals(HOST_CONTROLLER)) {
565 } else if (atype.toString().equals(KNOWN_FAILURE)) {
567 } else if (atype.toString().equals(SUPPRESSED_TEST)) {
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 351 int atype = 0; local
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/libxml2/include/libxml/
tree.h 264 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
444 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 793 enum tgsi_opcode_type atype; // Actual type of the value local
800 atype = TGSI_TYPE_UNSIGNED;
805 atype = TGSI_TYPE_UNSIGNED;
811 atype = TGSI_TYPE_FLOAT;
815 if (atype != stype) {
    [all...]
  /external/tcpdump/
print-bgp.c 2149 u_int aflags, atype, alenlen, alen; local
2442 int aflags, atype, alenlen, alen; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 

Completed in 2384 milliseconds

1 2