Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 25 of 4663) sorted by relevance

12345678910>>...187

/dports/databases/opentsdb/opentsdb-2.3.0/test/core/
H A DTestCompactionQueue.java108 ArrayList<Annotation> annotations = new ArrayList<Annotation>(0); in emptyRow() local
122 ArrayList<Annotation> annotations = new ArrayList<Annotation>(0); in oneCellRow() local
140 ArrayList<Annotation> annotations = new ArrayList<Annotation>(0); in oneCellAppend() local
159 ArrayList<Annotation> annotations = new ArrayList<Annotation>(1); in oneCellRowWAnnotation() local
179 ArrayList<Annotation> annotations = new ArrayList<Annotation>(1); in oneCellAppendWAnnotiation() local
200 ArrayList<Annotation> annotations = new ArrayList<Annotation>(1); in oneCellRowWAnnotationMS() local
220 ArrayList<Annotation> annotations = new ArrayList<Annotation>(0); in oneCellRowBadLength() local
238 ArrayList<Annotation> annotations = new ArrayList<Annotation>(0); in oneCellRowMS() local
256 ArrayList<Annotation> annotations = new ArrayList<Annotation>(0); in twoCellRow() local
278 ArrayList<Annotation> annotations = new ArrayList<Annotation>(0); in twoCellAppend() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/junit/src/org/chromium/base/test/util/
H A DSkipCheckTest.java58 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsForClassNone() local
65 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsForClassOnClass() local
72 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsForClassOnSuperclass() local
81 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsForMethodNone() local
90 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsForMethodOnMethod() local
99 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsForMethodOnClass() local
108 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsForMethodOnSuperclass() local
117 List<TestAnnotation> annotations = TestableSkipCheck.getAnnotationsForTesting( in getAnnotationsOverlapping() local
/dports/net/kimap/kimap-21.12.3/autotests/
H A Dsetmetadatajobtest.cpp34 QMap<QByteArray, QByteArray> annotations; in metadata_data() local
44 QMap<QByteArray, QByteArray> annotations; in metadata_data() local
53 QMap<QByteArray, QByteArray> annotations; in metadata_data() local
61 QMap<QByteArray, QByteArray> annotations; in metadata_data() local
70 QMap<QByteArray, QByteArray> annotations; in metadata_data() local
114 QMap<QByteArray, QByteArray> annotations; in annotatemore_data() local
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/
H A Dgenerate_crash_reporter_sources.py18 def validate_annotations(annotations): argument
66 def extract_crash_ping_whitelist(annotations): argument
80 def generate_strings(annotations): argument
90 def generate_enum(annotations): argument
112 def generate_header(template, annotations): argument
155 def generate_class(template, annotations): argument
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/
H A Dgenerate_crash_reporter_sources.py20 def validate_annotations(annotations): argument
74 def extract_crash_ping_whitelist(annotations): argument
88 def generate_strings(annotations): argument
99 def generate_enum(annotations): argument
121 def generate_header(template, annotations): argument
167 def generate_class(template, annotations): argument
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/
H A Dgenerate_crash_reporter_sources.py20 def validate_annotations(annotations): argument
74 def extract_crash_ping_whitelist(annotations): argument
88 def generate_strings(annotations): argument
99 def generate_enum(annotations): argument
121 def generate_header(template, annotations): argument
167 def generate_class(template, annotations): argument
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/
H A Dgenerate_crash_reporter_sources.py20 def validate_annotations(annotations): argument
74 def extract_crash_ping_whitelist(annotations): argument
88 def generate_strings(annotations): argument
99 def generate_enum(annotations): argument
121 def generate_header(template, annotations): argument
167 def generate_class(template, annotations): argument
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/apt/dispatch/
H A DAnnotationDiscoveryVisitor.java63 Annotation[] annotations = argument.annotations; in visit() local
86 Annotation[] annotations = constructorDeclaration.annotations; in visit() local
119 Annotation[] annotations = fieldDeclaration.annotations; in visit() local
133 Annotation[] annotations = typeParameter.annotations; in visit() local
146 Annotation[] annotations = typeParameter.annotations; in visit() local
162 Annotation[] annotations = methodDeclaration.annotations; in visit() local
199 Annotation[] annotations = memberTypeDeclaration.annotations; in visit() local
215 Annotation[] annotations = typeDeclaration.annotations; in visit() local
225 …private void resolveAnnotations(BlockScope scope, Annotation[] annotations, Binding currentBinding… in resolveAnnotations()
/dports/devel/py-mypy/mypy-0.910/docs/source/
H A Dmypy_daemon.rst250 .. _watchman: https://facebook.github.io/watchman/
251 .. _watchdog: https://pypi.org/project/watchdog/
252 .. _PyAnnotate: https://github.com/dropbox/pyannotate
253 .. _mypy plugin for PyCharm: https://github.com/dropbox/mypy-PyCharm-plugin
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotationHolder.java14 AnnotationBinding[] annotations; field in AnnotationHolder
16 static AnnotationHolder storeAnnotations(AnnotationBinding[] annotations, AnnotationBinding[][] par… in storeAnnotations()
45 AnnotationHolder setAnnotations(AnnotationBinding[] annotations) { in setAnnotations()
55 MethodHolder(AnnotationBinding[] annotations, AnnotationBinding[][] parameterAnnotations) { in MethodHolder()
67 AnnotationHolder setAnnotations(AnnotationBinding[] annotations) { in setAnnotations()
77 AnnotationMethodHolder(AnnotationBinding[] annotations, AnnotationBinding[][] parameterAnnotations,… in AnnotationMethodHolder()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotationHolder.java17 AnnotationBinding[] annotations; field in AnnotationHolder
19 static AnnotationHolder storeAnnotations(AnnotationBinding[] annotations, AnnotationBinding[][] par… in storeAnnotations()
48 AnnotationHolder setAnnotations(AnnotationBinding[] annotations) { in setAnnotations()
58 MethodHolder(AnnotationBinding[] annotations, AnnotationBinding[][] parameterAnnotations) { in MethodHolder()
73 AnnotationHolder setAnnotations(AnnotationBinding[] annotations) { in setAnnotations()
83 AnnotationMethodHolder(AnnotationBinding[] annotations, AnnotationBinding[][] parameterAnnotations,… in AnnotationMethodHolder()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-syntax/tests/fixtures/
H A Dobsolete.json14 "annotations": [], array
19 "annotations": [], array
28 "annotations": [], array
33 "annotations": [], array
38 "annotations": [], array
43 "annotations": [], array
H A Djunk.json10 "annotations": [], array
15 "annotations": [], array
24 "annotations": [], array
33 "annotations": [], array
42 "annotations": [], array
55 "annotations": [], array
64 "annotations": [], array
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/
H A DAnnotationDiscoveryVisitor.java70 Annotation[] annotations = argument.annotations; in visit() local
93 Annotation[] annotations = constructorDeclaration.annotations; in visit() local
126 Annotation[] annotations = fieldDeclaration.annotations; in visit() local
143 Annotation[] annotations = recordComponent.annotations; in visit() local
159 Annotation[] annotations = typeParameter.annotations; in visit() local
172 Annotation[] annotations = typeParameter.annotations; in visit() local
188 Annotation[] annotations = methodDeclaration.annotations; in visit() local
225 Annotation[] annotations = memberTypeDeclaration.annotations; in visit() local
241 Annotation[] annotations = typeDeclaration.annotations; in visit() local
261 …private void resolveAnnotations(BlockScope scope, Annotation[] annotations, Binding currentBinding… in resolveAnnotations()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/fatal/gen-cpp2/
H A Dmodule_fatal_enum.h29 using annotations = __fbthrift_refl_impl::no_annotations; member
35 using annotations = __fbthrift_refl_impl::no_annotations; member
41 using annotations = __fbthrift_refl_impl::no_annotations; member
59 using annotations = __fbthrift_refl_impl::no_annotations; variable
79 using annotations = __fbthrift_refl_impl::no_annotations; member
85 using annotations = __fbthrift_refl_impl::no_annotations; member
91 using annotations = __fbthrift_refl_impl::no_annotations; member
109 using annotations = __fbthrift_refl_impl::no_annotations; variable
129 using annotations = __fbthrift_refl_impl::no_annotations; member
402 using annotations = __fbthrift_value_annotations; member
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/
H A Denums_fatal_enum.h29 using annotations = __fbthrift_refl_impl::no_annotations; member
43 using annotations = __fbthrift_refl_impl::no_annotations; variable
61 using annotations = __fbthrift_refl_impl::no_annotations; member
67 using annotations = __fbthrift_refl_impl::no_annotations; member
83 using annotations = __fbthrift_refl_impl::no_annotations; variable
102 using annotations = __fbthrift_refl_impl::no_annotations; member
116 using annotations = __fbthrift_refl_impl::no_annotations; variable
134 using annotations = __fbthrift_refl_impl::no_annotations; member
148 using annotations = __fbthrift_refl_impl::no_annotations; variable
166 using annotations = __fbthrift_refl_impl::no_annotations; member
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/command/node/
H A Dopts.go13 annotations anonMember
18 type annotations struct { struct
19 name string
20 labels opts.ListOpts
/dports/devel/brz/breezy-3.2.0/breezy/
H A D_annotator_pyx.pyx71 cdef int _check_annotations_are_lists(annotations, argument
80 cdef int _check_match_ranges(parent_annotations, annotations, argument
176 cdef int _apply_parent_annotations(annotations, parent_annotations, argument
207 cdef int _merge_annotations(this_annotation, annotations, parent_annotations, argument
262 def _update_from_first_parent(self, key, annotations, lines, parent_key): argument
271 def _update_from_other_parents(self, key, annotations, lines, argument
/dports/www/grafana8/grafana-8.3.6/public/app/features/query/state/DashboardQueryRunner/
H A DSnapshotWorker.ts18 const annotations = this.getAnnotationsFromSnapshot(options.dashboard); constant
25 const annotations = snapshots.reduce( constant
34 const annotations = this.getAnnotationsFromSnapshot(dashboard); constant
H A DDashboardQueryRunner.test.ts165 …const expected = { alertState: undefined, annotations: [getExpectedForAllResult().annotations[2]] … constant
190 const { annotations } = getExpectedForAllResult(); constant
191 const expected = { alertState: undefined, annotations }; constant
216 const { alertState, annotations } = getExpectedForAllResult(); constant
217 const expected = { alertState, annotations: [annotations[2]] }; constant
244 const { alertState, annotations } = getExpectedForAllResult(); constant
245 const expected = { alertState, annotations }; constant
272 const { alertState, annotations } = getExpectedForAllResult(); constant
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/types/gen-cpp2/
H A Dmodule_fatal_enum.h29 using annotations = __fbthrift_refl_impl::no_annotations; member
35 using annotations = __fbthrift_refl_impl::no_annotations; member
41 using annotations = __fbthrift_refl_impl::no_annotations; member
47 using annotations = __fbthrift_refl_impl::no_annotations; member
53 using annotations = __fbthrift_refl_impl::no_annotations; member
112 using annotations = __fbthrift_refl_impl::no_annotations; member
118 using annotations = __fbthrift_refl_impl::no_annotations; member
168 using annotations = __fbthrift_refl_impl::no_annotations; member
174 using annotations = __fbthrift_refl_impl::no_annotations; member
190 using annotations = __fbthrift_refl_impl::no_annotations; variable
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/fibers/async/
H A DREADME.md18 ### Improve developer experience for performance sensitive applications that must remain on fiber
26 ### Helping migrate to folly::coro
33 ### Limitations
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/quick_answers/understanding/
H A Dintent_generator_unittest.cc67 const std::vector<TextAnnotationPtr>& annotations = in UseFakeServiceConnection()
186 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
259 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
290 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
322 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
353 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
383 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
413 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
433 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
454 std::vector<TextAnnotationPtr> annotations; in TEST_F() local
[all …]
/dports/www/grafana8/grafana-8.3.6/docs/sources/dashboards/
H A Dannotations.md26 ### Adding regions events
33 ### Built-in query
42 ### Query by tag
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/node/
H A Dopts.go8 annotations anonMember
13 type annotations struct { struct
14 labels opts.ListOpts

12345678910>>...187