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

1 2 3

  /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/javassist/src/main/javassist/
CtPrimitiveType.java 32 String methodName, String mDesc, int opcode, int atype,
40 arrayType = 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; {}
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 108 @param atype Array type ( CV_8UC1, ..., CV_64FC4 ). See Mat for details.
112 Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease = false);
116 @param atype Array type ( CV_8UC1, ..., CV_64FC4 ). See Mat for details.
120 Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease = false);
125 @param atype Array type ( CV_8UC1, ..., CV_64FC4 ). See Mat for details.
129 Buffer(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
133 @param atype Array type ( CV_8UC1, ..., CV_64FC4 ). See Mat for details.
137 Buffer(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
150 @param atype Array type ( CV_8UC1, ..., CV_64FC4 ). See Mat for details.
154 void create(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false)
    [all...]
  /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/opencv3/modules/core/src/
precomp.hpp 214 inline bool checkScalar(const Mat& sc, int atype, int sckind, int akind)
221 int cn = CV_MAT_CN(atype);
228 inline bool checkScalar(InputArray sc, int atype, int sckind, int akind)
235 int cn = CV_MAT_CN(atype);
opengl.cpp 466 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease) : rows_(0), cols_(0), type_(0)
471 (void) atype;
479 type_ = atype;
483 cv::ogl::Buffer::Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease) : rows_(0), cols_(0), type_(0)
487 (void) atype;
495 type_ = atype;
531 void cv::ogl::Buffer::create(int arows, int acols, int atype, Target target, bool autoRelease)
536 (void) atype;
541 if (rows_ != arows || cols_ != acols || type_ != atype)
543 const GLsizeiptr asize = arows * acols * CV_ELEM_SIZE(atype);
    [all...]
  /cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
CtsJavaScannerDoclet.java 101 String atype = annot.annotationType().toString(); local
102 if (atype.equals(SUPPRESS_ANNOTATION)) {
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 205 * @param atype int to set
208 public void setAddressType(int atype) {
209 addressType = atype;
  /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/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/
valid.c     [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;
  /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/opencv3/modules/python/src2/
hdr_parser.py 344 atype = arg[:pos+1].strip()
346 atype = (atype + " " + aname).strip()
349 atype = arg
353 atype += aname[bidx:]
355 decl[3].append([atype, aname, defval, []])
    [all...]
  /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 ':'
  /external/tcpdump/
print-bgp.c 2164 u_int aflags, atype, alenlen, alen; local
2460 int aflags, atype, alenlen, alen; local
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
records.py 194 def __exit__(self, atype, value, traceback):
  /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...]
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
storage_api.py 486 def __exit__(self, atype, value, traceback):
756 def __exit__(self, atype, value, traceback):
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java     [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/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...]

Completed in 1036 milliseconds

1 2 3