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

1 2 3

  /external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
ffi.c 98 ffi_type *atype = ecif->cif->arg_types[i]; local
99 size_t size = atype->size;
100 size_t alignment = atype->alignment;
111 switch (atype->type)
130 memcpy (argp, avalue, atype->size);
  /external/boringssl/src/crypto/x509/
x509_att.c 292 int atype = 0; local
302 atype = stmp->type;
308 atype = attrtype;
328 ASN1_TYPE_set(ttmp, atype, stmp);
  /external/iproute2/ip/
tcp_metrics.c 100 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 >= 0
    [all...]
  /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
  /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; {}
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 148 %type <token> assign_op atype attributes_opt sect_constraint opt_align_with_input
1120 atype: label
1127 exp atype ':' { $$ = $1; }
1128 | atype ':' { $$ = (etree_type *)NULL; }
1133 BIND '(' exp ')' atype ':' { $$ = $3; }
1134 | BIND '(' exp ')' BLOCK '(' exp ')' 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 265 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
445 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 888 void EmitAssignmentLhs(Expression* target, AsmType** atype) {
899 VisitPropertyAndEmitIndex(target_prop, atype);
1059 AsmType* atype = AsmType::None(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 1545 unsigned int atype, v1, v2, v3; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 1480 unsigned int atype, v1, v2, v3; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1658 enum tgsi_opcode_type atype; \/\/ Actual type of the value local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 1569 unsigned int atype, v1, v2, v3; local
    [all...]
_bsddb.c 6289 int err, atype, flags=0; local
    [all...]
  /external/tcpdump/
print-bgp.c 2518 int aflags, atype, alenlen, alen; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c 882 struct neon_type_el atype;
886 atype.defined = 0;
887 atype.type = NT_invtype;
888 atype.width = -1;
889 atype.index = 0;
894 *typeinfo = atype;
918 atype.defined |= NTA_HASINDEX;
920 atype.defined |= NTA_HASTYPE;
922 atype.type = parsetype.type;
923 atype.width = parsetype.width
880 struct neon_type_el atype; local
996 struct neon_type_el atype; local
    [all...]
tc-arm.c 1420 struct neon_typed_alias atype; local
1528 struct neon_typed_alias atype; local
1566 struct neon_typed_alias atype; local
1966 struct neon_typed_alias atype; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/1.8.10/
javacutil-1.8.10.jar 
  /prebuilts/misc/common/robolectric/lib/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.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 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 1775 milliseconds

1 2 3