Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/typescript/tests/cases/conformance/scanner/ecmascript5/
DscannerUnicodeEscapeInKeyword2.ts13 type typ\u0065 = 12; // ok alias
32 type typ\u{0065} = 12; // ok alias
/third_party/typescript/tests/cases/conformance/es2019/
DglobalThisAmbientModules.ts2 export type typ = 1 alias
6 namespace namespaceModule { export type typ = 1 } alias
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckAPI.java99 public abstract int getVal(int typ); in getVal()
100 public abstract String get(int typ, boolean brief); in get()
112 public int getVal(int typ) { in getVal()
117 public String get(int typ, boolean brief) { in get()
133 private void setType(int typ, int val) { in setType()
139 private void setType(int typ, String val) { in setType()
500 private static void validateType(int typ) { in validateType()
520 public int getVal(int typ) { in getVal()
524 public String get(int typ, boolean brief) { in get()
DAPIInfo.java150 public int getVal(int typ) { in getVal()
165 public String get(int typ, boolean brief) { in get()
186 public void setType(int typ, int val) { in setType()
200 private void setType(int typ, String val) { in setType()
591 public static final String getTypeValName(int typ, int val) { in getTypeValName()
630 private static void validateType(int typ) { in validateType()
DReportAPI.java68 public int getVal(int typ) { in getVal()
73 public String get(int typ, boolean brief) { in get()
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py161 typ, argument
565 def convert_cType_to_cppType(typ, annotation, arg, indent=0): argument
590 def decorate(name, typ, arg): argument
601 def annotated(typ, arg): argument
624 def as_frontendType(metadata, typ): argument
635 def as_wireType(metadata, typ): argument
644 def c_methods(params, typ): argument
669 def as_cTypeEnumSpecialCase(typ): argument
/third_party/openssl/providers/implementations/ciphers/
Dcipher_cts.h14 blkbits, ivbits, typ) \ argument
Dcipher_rc4.c73 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_cts.h14 blkbits, ivbits, typ) \ argument
Dcipher_rc4.c73 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ argument
/third_party/python/Lib/test/test_email/
Dtest_generator.py225 typ = str variable in TestGenerator
233 typ = lambda self, x: x.encode('ascii') member in TestBytesGenerator
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dciphercommon.h129 blkbits, ivbits, typ) \ argument
156 kbits, blkbits, ivbits, typ) \ argument
184 kbits, blkbits, ivbits, typ) \ argument
206 blkbits, ivbits, typ) \ argument
213 blkbits, ivbits, typ) \ argument
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h129 blkbits, ivbits, typ) \ argument
156 kbits, blkbits, ivbits, typ) \ argument
184 kbits, blkbits, ivbits, typ) \ argument
206 blkbits, ivbits, typ) \ argument
213 blkbits, ivbits, typ) \ argument
/third_party/python/Lib/ctypes/
D_endian.py6 def _other_endian(typ): argument
D__init__.py142 def _check_size(typ, typecode=None): argument
313 def ARRAY(typ, len): argument
509 def cast(obj, typ): argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-emoji-table.py25 rang, typ = [s.strip() for s in line.split('#')[0].split(';')[:2]] variable
/third_party/openssl/providers/implementations/digests/
Dsha3_prov.c192 # define SHA3_SET_MD(uname, typ) \ argument
200 # define SHA3_SET_MD(uname, typ) ctx->meth = sha3_generic_md; argument
203 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
Dsha3_prov.c192 # define SHA3_SET_MD(uname, typ) \ argument
200 # define SHA3_SET_MD(uname, typ) ctx->meth = sha3_generic_md; argument
203 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
/third_party/node/deps/uv/src/
Duv-common.h323 # define UV_REQ_INIT(req, typ) \ argument
330 # define UV_REQ_INIT(req, typ) \ argument
337 #define uv__req_init(loop, req, typ) \ argument
/third_party/libuv/src/
Duv-common.h326 # define UV_REQ_INIT(req, typ) \ argument
333 # define UV_REQ_INIT(req, typ) \ argument
340 #define uv__req_init(loop, req, typ) \ argument
/third_party/python/Doc/tools/extensions/
Dpyspecific.py59 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
68 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
478 def get_target_uri(self, docname, typ=None): argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dtasn_fre.c167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ossl_asn1_primitive_free() local
/third_party/openssl/crypto/asn1/
Dtasn_fre.c167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ossl_asn1_primitive_free() local
/third_party/mesa3d/docs/_exts/
Dnir.py140 def resolve_xref(self, env, fromdocname, builder, typ, target, node, argument
/third_party/python/Lib/test/
Dtest_collections.py786 def throw(self, typ, val=None, tb=None): argument
836 def throw(self, typ, val=None, tb=None): argument
864 def throw(self, typ, val=None, tb=None): argument
1152 def throw(self, typ, val=None, tb=None): pass argument
1163 def throw(self, typ, val=None, tb=None): pass argument
1177 def throw(self, typ, val=None, tb=None): pass argument
1182 def throw(self, typ, val=None, tb=None): argument
1223 def athrow(self, typ, val=None, tb=None): pass argument
1234 def athrow(self, typ, val=None, tb=None): pass argument
1248 async def athrow(self, typ, val=None, tb=None): pass argument
[all …]

1234