| /third_party/typescript/tests/cases/conformance/scanner/ecmascript5/ |
| D | scannerUnicodeEscapeInKeyword2.ts | 13 type typ\u0065 = 12; // ok alias 32 type typ\u{0065} = 12; // ok alias
|
| /third_party/typescript/tests/cases/conformance/es2019/ |
| D | globalThisAmbientModules.ts | 2 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/ |
| D | CheckAPI.java | 99 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()
|
| D | APIInfo.java | 150 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()
|
| D | ReportAPI.java | 68 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/ |
| D | dawn_json_generator.py | 161 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/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| D | cipher_cts.h | 14 blkbits, ivbits, typ) \ argument
|
| D | cipher_rc4.c | 73 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ argument
|
| /third_party/openssl/providers/implementations/ciphers/ |
| D | cipher_cts.h | 14 blkbits, ivbits, typ) \ argument
|
| D | cipher_rc4.c | 73 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ argument
|
| /third_party/python/Lib/test/test_email/ |
| D | test_generator.py | 225 typ = str variable in TestGenerator 233 typ = lambda self, x: x.encode('ascii') member in TestBytesGenerator
|
| /third_party/openssl/providers/implementations/include/prov/ |
| D | ciphercommon.h | 129 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/node/deps/openssl/openssl/providers/implementations/include/prov/ |
| D | ciphercommon.h | 130 blkbits, ivbits, typ) \ argument 157 kbits, blkbits, ivbits, typ) \ argument 185 kbits, blkbits, ivbits, typ) \ argument 207 blkbits, ivbits, typ) \ argument 214 blkbits, ivbits, typ) \ argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | gen-emoji-table.py | 25 rang, typ = [s.strip() for s in line.split('#')[0].split(';')[:2]] variable
|
| /third_party/python/Doc/tools/extensions/ |
| D | pyspecific.py | 61 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 76 def gh_issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 92 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 545 def get_target_uri(self, docname, typ=None): argument
|
| /third_party/openssl/providers/implementations/digests/ |
| D | sha3_prov.c | 192 # 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/ |
| D | sha3_prov.c | 192 # 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/ |
| D | uv-common.h | 323 # 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/python/Lib/ctypes/ |
| D | _endian.py | 6 def _other_endian(typ): argument
|
| D | __init__.py | 144 def _check_size(typ, typecode=None): argument 315 def ARRAY(typ, len): argument 511 def cast(obj, typ): argument
|
| /third_party/openssl/crypto/asn1/ |
| D | tasn_fre.c | 167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ossl_asn1_primitive_free() local
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| D | tasn_fre.c | 167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ossl_asn1_primitive_free() local
|
| /third_party/mesa3d/docs/_exts/ |
| D | nir.py | 140 def resolve_xref(self, env, fromdocname, builder, typ, target, node, argument
|
| /third_party/python/Lib/test/ |
| D | test_collections.py | 800 def throw(self, typ, val=None, tb=None): argument 852 def throw(self, typ, val=None, tb=None): argument 882 def throw(self, typ, val=None, tb=None): argument 1170 def throw(self, typ, val=None, tb=None): pass argument 1181 def throw(self, typ, val=None, tb=None): pass argument 1195 def throw(self, typ, val=None, tb=None): pass argument 1200 def throw(self, typ, val=None, tb=None): argument 1241 def athrow(self, typ, val=None, tb=None): pass argument 1252 def athrow(self, typ, val=None, tb=None): pass argument 1266 async def athrow(self, typ, val=None, tb=None): pass argument [all …]
|
| /third_party/libuv/src/ |
| D | uv-common.h | 354 # define UV_REQ_INIT(req, typ) \ argument 361 # define UV_REQ_INIT(req, typ) \ argument 368 #define uv__req_init(loop, req, typ) \ argument
|