Home
last modified time | relevance | path

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

123

/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/flutter/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py97 def __init__(self, name, typ, annotation, optional=False, argument
362 def convert_cType_to_cppType(typ, annotation, arg, indent=0): argument
385 def decorate(name, typ, arg): argument
397 def annotated(typ, arg): argument
423 def as_frontendType(typ): argument
433 def cpp_native_methods(types, typ): argument
436 def c_native_methods(types, typ): argument
/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/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-emoji-table.py20 rang, typ = [s.strip() for s in line.split('#')[0].split(';')[:2]] variable
/third_party/harfbuzz/src/
Dgen-emoji-table.py24 rang, typ = [s.strip() for s in line.split('#')[0].split(';')[:2]] variable
/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/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/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/boost/libs/metaparse/tools/
Dstring_headers.py49 def __exit__(self, typ, value, traceback): argument
83 def __exit__(self, typ, value, traceback): argument
/third_party/libuv/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/openssl/crypto/asn1/
Dtasn_fre.c167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in asn1_primitive_free() local
Dtasn_new.c265 ASN1_TYPE *typ; in asn1_primitive_new() local
/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/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 …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_ip6_var.h107 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
/third_party/python/Lib/idlelib/
Drun.py223 def get_message_lines(typ, exc, tb): argument
244 def print_exc(typ, exc, tb): argument
/third_party/python/PC/
Dwinreg.c563 Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) in Py2Reg()
730 Reg2Py(BYTE *retDataBuf, DWORD retDataSize, DWORD typ) in Reg2Py()
1172 DWORD typ; in winreg_EnumValue_impl() local
1579 DWORD typ; in winreg_QueryValueEx_impl() local
/third_party/gstreamer/gstplugins_bad/ext/zbar/
Dgstzbar.c280 zbar_symbol_type_t typ = zbar_symbol_get_type (symbol); in gst_zbar_transform_frame_ip() local
/third_party/python/Lib/test/test_asyncio/
Dtest_pep492.py22 def throw(self, typ, val=None, tb=None): argument
/third_party/openssl/apps/
Dasn1pars.c227 int typ; in asn1parse_main() local

123