Home
last modified time | relevance | path

Searched refs:annotation (Results 1 - 25 of 134) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_proc_table.py141 for annotation in _get_annotations(registry_xml.GLES_VERSIONS):
143 if annotation[0] == '1':
145 feature_name = "{}{}".format(name_prefix, annotation)
146 glesxml.AddCommands(feature_name, annotation)
164 for annotation in _get_annotations(registry_xml.EGL_VERSIONS):
166 feature_name = "{}{}".format(name_prefix, annotation)
167 eglxml.AddCommands(feature_name, annotation)
204 for annotation in _get_annotations(registry_xml.DESKTOP_GL_VERSIONS):
206 feature_name = "{}{}".format(name_prefix, annotation)
207 glxml.AddCommands(feature_name, annotation)
[all...]
H A Dgenerate_loader.py111 annotation = "{}_{}".format(major_version, minor_version)
114 feature_name = "{}{}".format(name_prefix, annotation)
116 xml.AddCommands(feature_name, annotation)
143 annotation = "{}_{}".format(major_version, minor_version)
150 feature_name = "{}{}".format(name_prefix, annotation)
152 xml.AddCommands(feature_name, annotation)
187 annotation = "{}_{}".format(major_version, minor_version)
190 feature_name = "{}{}".format(name_prefix, annotation)
192 xml.AddCommands(feature_name, annotation)
245 annotation
[all...]
H A Dgenerate_entry_points.py432 // validation{annotation}_autogen.h:
435 #ifndef LIBANGLE_VALIDATION_{annotation}_AUTOGEN_H_
436 #define LIBANGLE_VALIDATION_{annotation}_AUTOGEN_H_
448 #endif // LIBANGLE_VALIDATION_{annotation}_AUTOGEN_H_
459 // validation{annotation}_autogen.h:
462 #ifndef LIBANGLE_VALIDATION_{annotation}_AUTOGEN_H_
463 #define LIBANGLE_VALIDATION_{annotation}_AUTOGEN_H_
472 #endif // LIBANGLE_VALIDATION_{annotation}_AUTOGEN_H_
483 // validation{annotation}_autogen.h:
486 #ifndef LIBANGLE_VALIDATION_{annotation}_AUTOGEN_H
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dannotation_test_util.cc107 const GeneratedCodeInfo::Annotation* annotation = &info.annotation(i); in FindAnnotationsOnPath() local
108 if (annotation->source_file() != source_file || in FindAnnotationsOnPath()
109 annotation->path_size() != path.size()) { in FindAnnotationsOnPath()
114 if (annotation->path(node) != path[node]) { in FindAnnotationsOnPath()
119 annotations->push_back(annotation); in FindAnnotationsOnPath()
143 const GeneratedCodeInfo::Annotation* annotation = *i; in AtLeastOneAnnotationMatchesSubstring() local
144 uint32 begin = annotation->begin(); in AtLeastOneAnnotationMatchesSubstring()
145 uint32 end = annotation->end(); in AtLeastOneAnnotationMatchesSubstring()
157 const GeneratedCodeInfo::Annotation* annotation, in AnnotationMatchesSubstring()
156 AnnotationMatchesSubstring(const std::string& file_content, const GeneratedCodeInfo::Annotation* annotation, const std::string& expected_text) AnnotationMatchesSubstring() argument
[all...]
H A Dmock_code_generator.cc149 const GeneratedCodeInfo::Annotation& annotation) { in CheckSingleAnnotation()
150 EXPECT_EQ(expected_file, annotation.source_file()); in CheckSingleAnnotation()
151 ASSERT_GE(file_content.size(), annotation.begin()); in CheckSingleAnnotation()
152 ASSERT_GE(file_content.size(), annotation.end()); in CheckSingleAnnotation()
153 ASSERT_LE(annotation.begin(), annotation.end()); in CheckSingleAnnotation()
154 EXPECT_EQ(expected_text.size(), annotation.end() - annotation.begin()); in CheckSingleAnnotation()
156 file_content.substr(annotation.begin(), expected_text.size())); in CheckSingleAnnotation()
175 annotations.annotation( in CheckGeneratedAnnotations()
146 CheckSingleAnnotation(const std::string& expected_file, const std::string& expected_text, const std::string& file_content, const GeneratedCodeInfo::Annotation& annotation) CheckSingleAnnotation() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc234 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST()
235 ? &info.annotation(0) in TEST()
236 : &info.annotation(1); in TEST()
237 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST()
238 ? &info.annotation(1) in TEST()
239 : &info.annotation(0); in TEST()
274 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST()
275 ? &info.annotation(0) in TEST()
276 : &info.annotation(1); in TEST()
277 const GeneratedCodeInfo::Annotation* bar = info.annotation( in TEST()
669 GeneratedCodeInfo::Annotation annotation; TEST() local
[all...]
H A Dprinter.h88 typename AnnotationProto::Annotation* annotation = in AddAnnotation() local
91 annotation->add_path(path[i]); in AddAnnotation()
93 annotation->set_source_file(file_path); in AddAnnotation()
94 annotation->set_begin(begin_offset); in AddAnnotation()
95 annotation->set_end(end_offset); in AddAnnotation()
99 auto* annotation = annotation_proto_->add_annotation(); in AddAnnotationNew() local
100 annotation->ParseFromString(a.second); in AddAnnotationNew()
101 annotation->set_begin(a.first.first); in AddAnnotationNew()
102 annotation->set_end(a.first.second); in AddAnnotationNew()
133 // The AnnotationCollector will be sent an annotation linkin
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExperimentalApi.java33 import java.lang.annotation.Documented;
34 import java.lang.annotation.ElementType;
35 import java.lang.annotation.Retention;
36 import java.lang.annotation.RetentionPolicy;
37 import java.lang.annotation.Target;
46 * <li>This annotation is used only on public API. Internal interfaces should not use it.
47 * <li>This annotation should only be added to new APIs. Adding it to an existing API is
49 * <li>Removing this annotation from an API gives it stable status.
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp46 // Sorting functor to present annotation instructions in an easy-to-process
724 // Remove debug and annotation statements referencing dead instructions. in ProcessGlobalValues()
749 for (auto annotation : annotations) { in ProcessGlobalValues()
750 switch (annotation->opcode()) { in ProcessGlobalValues()
755 if (IsTargetDead(annotation)) { in ProcessGlobalValues()
756 context()->KillInst(annotation); in ProcessGlobalValues()
761 if (IsTargetDead(annotation)) { in ProcessGlobalValues()
762 context()->KillInst(annotation); in ProcessGlobalValues()
765 if (annotation->GetSingleWordInOperand(1) == in ProcessGlobalValues()
769 uint32_t counter_buffer_id = annotation in ProcessGlobalValues()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp46 // Sorting functor to present annotation instructions in an easy-to-process
724 // Remove debug and annotation statements referencing dead instructions. in ProcessGlobalValues()
749 for (auto annotation : annotations) { in ProcessGlobalValues()
750 switch (annotation->opcode()) { in ProcessGlobalValues()
755 if (IsTargetDead(annotation)) { in ProcessGlobalValues()
756 context()->KillInst(annotation); in ProcessGlobalValues()
761 if (IsTargetDead(annotation)) { in ProcessGlobalValues()
762 context()->KillInst(annotation); in ProcessGlobalValues()
765 if (annotation->GetSingleWordInOperand(1) == in ProcessGlobalValues()
769 uint32_t counter_buffer_id = annotation in ProcessGlobalValues()
[all...]
/third_party/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp44 // Sorting functor to present annotation instructions in an easy-to-process
750 // Remove debug and annotation statements referencing dead instructions. in ProcessGlobalValues()
775 for (auto annotation : annotations) { in ProcessGlobalValues()
776 switch (annotation->opcode()) { in ProcessGlobalValues()
781 if (IsTargetDead(annotation)) { in ProcessGlobalValues()
782 context()->KillInst(annotation); in ProcessGlobalValues()
787 if (IsTargetDead(annotation)) { in ProcessGlobalValues()
788 context()->KillInst(annotation); in ProcessGlobalValues()
791 if (spv::Decoration(annotation->GetSingleWordInOperand(1)) == in ProcessGlobalValues()
795 uint32_t counter_buffer_id = annotation in ProcessGlobalValues()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmetadataOfClassFromAlias2.js10 function annotation(): PropertyDecorator {
14 @annotation() array: SomeClass | null | string;
40 function annotation() { function
47 annotation(),
H A DmetadataOfClassFromAlias.js10 function annotation(): PropertyDecorator {
14 @annotation() array: SomeClass | null;
41 function annotation() { function
48 annotation(),
H A DdecoratorMetadataRestParameterWithImportedType.js21 function annotation(): ClassDecorator {
29 @annotation()
87 function annotation() { function
114 annotation(),
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGeneratedCodeInfo.php26 * Generated from protobuf field <code>repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;</code>
28 private $annotation; variable
36 * @type \Google\Protobuf\Internal\GeneratedCodeInfo\Annotation[]|\Google\Protobuf\Internal\RepeatedField $annotation
50 * Generated from protobuf field <code>repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;</code>
55 return $this->annotation;
62 * Generated from protobuf field <code>repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;</code>
69 $this->annotation = $arr; variable
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_builder.h58 annotation() in vec4_builder()
65 * execution controls and debug annotation are initialized from the
73 annotation.str = inst->annotation; in vec4_builder()
74 annotation.ir = inst->ir; in vec4_builder()
136 * Construct a builder with the given debug annotation info.
142 bld.annotation.str = str; in annotate()
143 bld.annotation.ir = ir; in annotate()
317 inst->annotation = annotation in emit()
642 } annotation; global() member in brw::vec4_builder
[all...]
H A Dbrw_fs_builder.h61 annotation() in fs_builder()
68 * execution controls and debug annotation are initialized from the
77 annotation.str = inst->annotation; in fs_builder()
78 annotation.ir = inst->ir; in fs_builder()
163 * Construct a builder with the given debug annotation info.
169 bld.annotation.str = str; in annotate()
170 bld.annotation.ir = ir; in annotate()
371 inst->annotation = annotation in emit()
882 } annotation; global() member in brw::fs_builder
[all...]
H A Dbrw_disasm_info.c78 if (last_annotation_string != group->annotation) { in dump_assembly()
79 last_annotation_string = group->annotation; in dump_assembly()
146 group->annotation = inst->annotation; in disasm_annotate()
155 * instruction's annotation with a pointer to the bblock started by in disasm_annotate()
158 * There's also only complication from emitting an annotation without in disasm_annotate()
/third_party/python/Lib/
H A Dinspect.py1414 if param.annotation is not param.empty:
1415 annotations[name] = param.annotation
1441 def formatannotation(annotation, base_module=None):
1442 if getattr(annotation, '__module__', None) == 'typing':
1446 return re.sub(r'[\w\.]+', repl, repr(annotation))
1447 if isinstance(annotation, types.GenericAlias):
1448 return str(annotation)
1449 if isinstance(annotation, type):
1450 if annotation.__module__ in ('builtins', base_module):
1451 return annotation
2748 def annotation(self): global() member in Parameter
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp287 static void populate_link_annotation(SkPDFDict* annotation, const SkRect& r) { in populate_link_annotation() argument
288 annotation->insertName("Subtype", "Link"); in populate_link_annotation()
289 annotation->insertInt("F", 4); // required by ISO 19005 in populate_link_annotation()
293 annotation->insertObject("Border", SkPDFMakeArray(0, 0, 0)); in populate_link_annotation()
294 annotation->insertObject("Rect", SkPDFMakeArray(r.fLeft, r.fTop, r.fRight, r.fBottom)); in populate_link_annotation()
324 SkPDFDict annotation("Annot"); in getAnnotations()
325 populate_link_annotation(&annotation, link->fRect); in getAnnotations()
330 annotation.insertObject("A", std::move(action)); in getAnnotations()
332 annotation.insertName("Dest", ToValidUtf8String(*link->fData)); in getAnnotations()
340 annotation in getAnnotations()
[all...]
/third_party/python/Lib/test/
H A Dtest_future.py146 def getActual(self, annotation):
148 exec(self.template.format(ann=annotation), {}, scope)
163 self, annotation, expected=None, drop_parens=False, is_tuple=False,
165 actual = self.getActual(annotation)
167 expected = annotation if not is_tuple else annotation[1:-1]
424 # annotation (e.g. `f(*args: *Ts)`) if `from __future__ import
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_parser.py205 # rulename: NAME annotation | NAME
210 (annotation := self.annotation())
212 return ( name . string , annotation )
336 # named_item: NAME annotation '=' ~ item | NAME '=' ~ item | item | forced_atom | lookahead
342 (annotation := self.annotation())
350 return NamedItem ( name . string , item , annotation )
540 def annotation(self) -> Optional[str]: member in GeneratedParser
541 # annotation
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jar ... lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] names () public abstract ...
/third_party/skia/third_party/externals/dawn/generator/
H A Ddawn_json_generator.py162 annotation,
170 self.annotation = annotation
278 m.get('annotation', 'value'),
291 if member.annotation != 'value':
565 def convert_cType_to_cppType(typ, annotation, arg, indent=0):
568 if annotation == 'value':
574 member.type, member.annotation,
587 annotation, arg)
591 if arg.annotation
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
H A DAudioDeviceAdapter.java19 import android.support.annotation.NonNull;
20 import android.support.annotation.Nullable;

Completed in 18 milliseconds

123456