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

1 2

  /external/chromium-trace/catapult/catapult_build/
run_with_typ.py 6 """A wrapper around typ (test your projects)."""
13 """Runs a set of Python tests using typ.
23 os.path.dirname(__file__), os.path.pardir, 'third_party', 'typ'))
25 import typ namespace
26 return typ.main(
  /external/chromium-trace/catapult/devil/bin/
run_py_devicetests 13 _TYP_PATH = os.path.abspath(os.path.join(_CATAPULT_PATH, 'third_party', 'typ'))
16 import typ namespace
23 runner = typ.Runner()
  /external/boringssl/src/crypto/asn1/
tasn_fre.c 218 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
219 utype = typ->type;
220 pval = &typ->value.asn1_value;
tasn_new.c 326 ASN1_TYPE *typ; local
359 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
360 if (!typ)
362 typ->value.ptr = NULL;
363 typ->type = -1;
364 *pval = (ASN1_VALUE *)typ;
tasn_enc.c 601 ASN1_TYPE *typ; local
602 typ = (ASN1_TYPE *)*pval;
603 utype = typ->type;
605 pval = &typ->value.asn1_value;
tasn_dec.c 928 ASN1_TYPE *typ = NULL; local
941 typ = ASN1_TYPE_new();
942 if (typ == NULL)
944 *pval = (ASN1_VALUE *)typ;
947 typ = (ASN1_TYPE *)*pval;
949 if (utype != typ->type)
950 ASN1_TYPE_set(typ, utype, NULL);
952 pval = &typ->value.asn1_value;
1066 if (typ && (utype == V_ASN1_NULL))
1067 typ->value.ptr = NULL
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_conf.c 313 ASN1_TYPE *typ; local
315 typ = ASN1_generate_v3(value, ctx);
316 if (typ == NULL)
318 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
319 ASN1_TYPE_free(typ);
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
run_tests.py 25 import typ namespace
68 typ.ArgumentParser.add_option_group(parser,
72 typ.ArgumentParser.add_option_group(parser,
121 runner = typ.Runner()
184 runner.win_multiprocessing = typ.WinMultiprocessing.importable
204 test_set.tests_to_skip.append(typ.TestInput(
207 test_set.parallel_tests.append(typ.TestInput(name))
219 test_set.tests_to_skip.append(typ.TestInput(name, msg=reason))
221 test_set.isolated_tests.append(typ.TestInput(name))
223 test_set.parallel_tests.append(typ.TestInput(name)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 105 ReportType typ; member in class:__tsan::ReportDesc
tsan_rtl_report.cc 137 ScopedReport::ScopedReport(ReportType typ) {
141 rep_->typ = typ;
396 EventType typ = (EventType)(ev >> 61); local
398 DPrintf2(" %zu typ=%d pc=%zx\n", i, typ, pc);
399 if (typ == EventTypeMop) {
401 } else if (typ == EventTypeFuncEnter) {
405 } else if (typ == EventTypeFuncExit) {
410 if (typ == EventTypeLock)
603 ReportType typ = ReportTypeRace; local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
ICUTestCase.java 263 Class<?> typ = cls.getComponentType(); local
264 result = Array.newInstance(typ, len);
265 boolean prim = typ.isPrimitive();
  /external/tcpdump/
print-domain.c 359 register u_short typ, len; local
373 typ = EXTRACT_16BITS(cp);
382 if (class != C_IN && typ != T_OPT)
389 if (typ == T_OPT) {
411 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", typ)));
415 switch (typ) {
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.h 122 OpType typ; /* CONSTANT: op_data is a constant. member in struct:precondition
134 OpType typ; member in struct:build_op
157 InstrType typ; member in struct:build_instr
xtensa-relax.c 591 cond->typ = OP_OPERAND;
607 cond->typ = OP_CONSTANT;
662 b_op->typ = OP_LITERAL;
675 b_op->typ = OP_LABEL;
688 b_op->typ = OP_CONSTANT;
701 b_op->typ = OP_OPERAND;
713 OpType typ,
719 b_op->typ = typ;
1814 OpType typ = OP_CONSTANT; local
    [all...]
  /bionic/libc/dns/nameser/
ns_print.c 508 u_int typ, algorithm, labels, footprint; local
517 typ = ns_get16(rdata); rdata += NS_INT16SZ;
522 p_type((int)typ), algorithm, labels, t);
  /external/boringssl/src/crypto/x509/
asn1_gen.c 487 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); local
488 if (!typ)
490 if (!sk_ASN1_TYPE_push(sk, typ))
  /external/pdfium/third_party/libopenjpeg20/
jp2.h 97 OPJ_UINT16 cn, typ, asoc; member in struct:opj_jp2_cdef_info
  /external/libxml2/
rngparser.c 610 xmlAttrPtr lib, typ; local
617 typ = xmlNewNsProp(NULL, NULL, BAD_CAST "type", type);
618 if (typ == NULL) {
622 lib->next = typ;
    [all...]
catalog.c 1501 xmlCatalogEntryType typ; local
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 1035 char buffer[TypeBufferSize], *typ, *dom; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
versados.c 243 int typ = (*ptr >> 4) & 0xf; local
252 switch (typ)
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 441 unsigned char typ = *p++; local
442 if (sp->typecnt <= typ)
445 sp->types[timecnt++] = typ;
    [all...]
tz2icu.cpp 1033 vector<ZoneType>::const_iterator typ; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 494 unsigned char typ = *p++; local
495 if (sp->typecnt <= typ)
498 sp->types[timecnt++] = typ;
    [all...]
  /external/jacoco/
asm-debug-all-5.0.1.jar 

Completed in 1359 milliseconds

1 2