/third_party/skia/third_party/externals/dawn/ |
D | dawn_wire.json | 31 …{ "name": "write data update info", "type": "uint8_t", "annotation": "const*", "length": "write da… string 37 { "name": "descriptor", "type": "buffer descriptor", "annotation": "const*" }, string 40 …{ "name": "read handle create info", "type": "uint8_t", "annotation": "const*", "length": "read ha… string 42 …{ "name": "write handle create info", "type": "uint8_t", "annotation": "const*", "length": "write … string 48 { "name": "descriptor", "type": "compute pipeline descriptor", "annotation": "const*"} string 54 { "name": "descriptor", "type": "render pipeline descriptor", "annotation": "const*"} string 73 …{"name": "data", "type": "uint8_t", "annotation": "const*", "length": "size", "wire_is_data_only":… string 78 {"name": "destination", "type": "image copy texture", "annotation": "const*"}, string 79 …{"name": "data", "type": "uint8_t", "annotation": "const*", "length": "data size", "wire_is_data_o… string 81 {"name": "data layout", "type": "texture data layout", "annotation": "const*"}, string [all …]
|
D | dawn.json | 32 … {"name": "descriptor", "type": "instance descriptor", "annotation": "const*", "optional": true} string 45 {"name": "proc name", "type": "char", "annotation": "const*"} string 76 {"name": "message", "type": "char", "annotation": "const*"}, string 77 {"name": "userdata", "type": "void", "annotation": "*"} string 89 {"name": "limits", "type": "supported limits", "annotation": "*"} string 96 {"name": "properties", "type": "adapter properties", "annotation": "*"} string 110 {"name": "descriptor", "type": "device descriptor", "annotation": "const*"}, string 112 {"name": "userdata", "type": "void", "annotation": "*"} string 123 {"name": "name", "type": "char", "annotation": "const*", "length": "strlen"}, string 124 … {"name": "driver description", "type": "char", "annotation": "const*", "length": "strlen"}, string [all …]
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | pytree_utils.py | 209 def GetNodeAnnotation(node, annotation, default=None): argument 224 def SetNodeAnnotation(node, annotation, value): argument 235 def AppendNodeAnnotation(node, annotation, value): argument
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | annotation_test_util.cc | 107 const GeneratedCodeInfo::Annotation* annotation = &info.annotation(i); in FindAnnotationsOnPath() local 143 const GeneratedCodeInfo::Annotation* annotation = *i; in AtLeastOneAnnotationMatchesSubstring() local 157 const GeneratedCodeInfo::Annotation* annotation, in AnnotationMatchesSubstring()
|
D | mock_code_generator.cc | 149 const GeneratedCodeInfo::Annotation& annotation) { in CheckSingleAnnotation()
|
/third_party/typescript/tests/cases/compiler/ |
D | metadataOfClassFromAlias.ts | 13 function annotation(): PropertyDecorator { function
|
D | metadataOfClassFromAlias2.ts | 13 function annotation(): PropertyDecorator { function
|
D | decoratorMetadataRestParameterWithImportedType.ts | 23 function annotation(): ClassDecorator { function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GeneratedCodeInfo.php | 28 private $annotation; variable in Google\\Protobuf\\Internal\\GeneratedCodeInfo
|
/third_party/typescript/tests/baselines/reference/ |
D | metadataOfClassFromAlias2.js | 40 function annotation() { function
|
D | metadataOfClassFromAlias.js | 41 function annotation() { function
|
D | decoratorMetadataRestParameterWithImportedType.js | 87 function annotation() { function
|
/third_party/protobuf/src/google/protobuf/io/ |
D | printer.h | 88 typename AnnotationProto::Annotation* annotation = in AddAnnotation() local 99 auto* annotation = annotation_proto_->add_annotation(); in AddAnnotationNew() local
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_xgl_pds.c | 61 # define pvr_debug_pds_const(reg, size, annotation) \ argument 63 # define pvr_debug_pds_temp(reg, size, annotation) \ argument 71 # define pvr_debug(annotation) mesa_logd(annotation) argument 74 # define pvr_debug_pds_const(reg, size, annotation) argument 75 # define pvr_debug_pds_temp(reg, size, annotation) argument 78 # define pvr_debug(annotation) argument
|
/third_party/python/Lib/test/ |
D | test_future.py | 146 def getActual(self, annotation): argument 163 self, annotation, expected=None, drop_parens=False, is_tuple=False, argument
|
D | test_docxmlrpc.py | 50 def annotation(x: int): function
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm_info.h | 53 const char *annotation; member
|
D | brw_ir.h | 135 const char *annotation; member
|
/third_party/libsnd/src/ |
D | svx.c | 345 { static char annotation [] = "libsndfile by Erik de Castro Lopo\0\0\0" ; in svx_write_header() local
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_entry_points.py | 1955 def write_file(annotation, comment, template, entry_points, suffix, includes, lib, file): argument 2036 def write_validation_header(annotation, comment, protos, source, template): argument 2051 def write_gl_validation_header(annotation, comment, protos, source): argument 2056 def write_capture_header(annotation, comment, protos, capture_pointer_funcs): argument 2491 def write_stubs_header(api, annotation, title, data_source, out_file, all_commands, commands, argument
|
D | registry_xml.py | 469 def AddCommands(self, feature_name, annotation): argument
|
/third_party/skia/src/pdf/ |
D | SkPDFDocument.cpp | 287 static void populate_link_annotation(SkPDFDict* annotation, const SkRect& r) { in populate_link_annotation() 324 SkPDFDict annotation("Annot"); in getAnnotations() local
|
/third_party/python/Lib/ |
D | inspect.py | 1357 def formatannotation(annotation, base_module=None): argument 1370 def _formatannotation(annotation): argument 2630 def __init__(self, name, kind, *, default=_empty, annotation=_empty): argument 2689 def annotation(self): member in Parameter 2697 annotation=_void, default=_void): argument
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-trace.cc | 206 auto annotation = ctx.event()->add_debug_annotations(); in BUILTIN() local
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 162 annotation, argument 565 def convert_cType_to_cppType(typ, annotation, arg, indent=0): argument
|