Home
last modified time | relevance | path

Searched refs:Annotations (Results 1 – 25 of 105) sorted by relevance

12345

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java37 public class Annotations { class
89 private final UnicodeMap<Annotations> localeData = new UnicodeMap<>();
101 UnicodeMap<Annotations> templocaleData = null; in cleanup()
106 Annotations parentValue = parentData.baseData.get(key); in cleanup()
107 Annotations myValue = localeData.get(key); in cleanup()
117 templocaleData.put(key, new Annotations(annotations, tts)); in cleanup()
157 …private void addItems(UnicodeMap<Annotations> unicodeMap, UnicodeSet us, Set<String> attributes, S… in addItems()
163 …private void addItems(UnicodeMap<Annotations> unicodeMap, String entry, Set<String> attributes, St… in addItems()
164 Annotations annotations = unicodeMap.get(entry); in addItems()
166 unicodeMap.put(entry, new Annotations(attributes, tts)); in addItems()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDerivedAnnotations.java11 import org.unicode.cldr.util.Annotations;
12 import org.unicode.cldr.util.Annotations.AnnotationSet;
32 .add(Annotations.ENGLISH_MARKER)
33 .add(Annotations.BAD_MARKER)
34 .add(Annotations.MISSING_MARKER)
41 AnnotationSet enAnnotations = Annotations.getDataSet("en"); in main()
46 Set<String> locales = ImmutableSortedSet.copyOf(Annotations.getAvailable()); in main()
57 annotations = Annotations.getDataSet(locale); in main()
DChartAnnotations.java15 import org.unicode.cldr.util.Annotations;
16 import org.unicode.cldr.util.Annotations.AnnotationSet;
103 Set<String> locales = Annotations.getAvailableLocales(); in writeSubcharts()
105 AnnotationSet english = Annotations.getDataSet("en"); in writeSubcharts()
196 AnnotationSet annotations = Annotations.getDataSet(locale); in writeSubcharts()
197 … AnnotationSet parentAnnotations = Annotations.getDataSet(LocaleIDParser.getParent(locale)); in writeSubcharts()
206 AnnotationSet subAnnotations = Annotations.getDataSet(sub); in writeSubcharts()
207 … AnnotationSet subParentAnnotations = Annotations.getDataSet(LocaleIDParser.getParent(locale)); in writeSubcharts()
336 … + "In this chart, missing items are marked with “" + Annotations.MISSING_MARKER + "”, " in getExplanation()
337 + "‘fallback’ constructed items with “" + Annotations.BAD_MARKER + "”, " in getExplanation()
[all …]
DMakeAnnotationHistogram.java8 import org.unicode.cldr.util.Annotations;
9 import org.unicode.cldr.util.Annotations.AnnotationSet;
22 AnnotationSet english = Annotations.getDataSet("en"); in main()
27 for (String locale : Annotations.getAvailable()) { in main()
29 AnnotationSet annotationSet = Annotations.getDataSet(locale); in main()
DCheckAnnotations.java6 import org.unicode.cldr.util.Annotations;
7 import org.unicode.cldr.util.Annotations.AnnotationSet;
12 AnnotationSet data = Annotations.getDataSet("en"); in main()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAnnotations.java15 import org.unicode.cldr.util.Annotations;
16 import org.unicode.cldr.util.Annotations.AnnotationSet;
56 UnicodeMap<Annotations> data = Annotations.getData(test[0]); in TestBasic()
96 for (String locale : Annotations.getAvailable()) { in TestList()
97 for (EntryRange<Annotations> s : Annotations.getData(locale).entryRanges()) { in TestList()
105 AnnotationSet eng = Annotations.getDataSet("en"); in TestNames()
175 locales.addAll(Annotations.getAvailable()); in TestUniqueness()
183 UnicodeMap<Annotations> english = Annotations.getData("en"); in TestUniqueness()
184 AnnotationSet englishSet = Annotations.getDataSet("en"); in TestUniqueness()
190 AnnotationSet data = Annotations.getDataSet(locale); in TestUniqueness()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h169 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator()
209 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()
210 if (Annotations.empty()) in GetCompressedAnnotation()
213 uint8_t FirstByte = Annotations.front(); in GetCompressedAnnotation()
214 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
219 if (Annotations.empty()) in GetCompressedAnnotation()
222 uint8_t SecondByte = Annotations.front(); in GetCompressedAnnotation()
223 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
228 if (Annotations.empty()) in GetCompressedAnnotation()
231 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h266 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator()
307 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()
308 if (Annotations.empty()) in GetCompressedAnnotation()
311 uint8_t FirstByte = Annotations.front(); in GetCompressedAnnotation()
312 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
317 if (Annotations.empty()) in GetCompressedAnnotation()
320 uint8_t SecondByte = Annotations.front(); in GetCompressedAnnotation()
321 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
326 if (Annotations.empty()) in GetCompressedAnnotation()
329 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation()
[all …]
/external/guice/core/src/com/google/inject/
DKey.java21 import static com.google.inject.internal.Annotations.generateAnnotation;
22 import static com.google.inject.internal.Annotations.isAllDefaultMethods;
24 import com.google.inject.internal.Annotations;
320 if (Annotations.isMarker(annotationType)) { in strategyFor()
324 return new AnnotationInstanceStrategy(Annotations.canonicalizeIfNamed(annotation)); in strategyFor()
329 annotationType = Annotations.canonicalizeIfNamed(annotationType); in strategyFor()
342 Annotations.isRetainedAtRuntime(annotationType), in ensureRetainedAtRuntime()
349 Annotations.isBindingAnnotation(annotationType), in ensureIsBindingAnnotation()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DAnnotations.java30 public abstract class Annotations extends Attribute { class
42Annotations(final byte annotation_type, final int name_index, final int length, final DataInput in… in Annotations() method in Annotations
59 …public Annotations(final byte annotation_type, final int name_index, final int length, final Annot… in Annotations() method in Annotations
DAnnotationEntry.java161 if (attribute instanceof Annotations) { in createAnnotationEntries()
162 final Annotations runtimeAnnotations = (Annotations) attribute; in createAnnotationEntries()
/external/guice/core/test/com/google/inject/name/
DNamedEquivalanceTest.java30 import com.google.inject.internal.Annotations;
128 + Annotations.memberValueString("foo") in assertMissingBindingErrorMessageUsesType()
144 + Annotations.memberValueString("foo") in assertDuplicateBinding()
242 + Annotations.memberValueString(value)
287 + Annotations.memberValueString(value)
/external/guice/core/test/com/google/inject/
DBindingTest.java25 import com.google.inject.internal.Annotations;
555 + Annotations.memberValueString("Turky") in testTurkeyBaconProblemUsingToConstuctor()
560 + Annotations.memberValueString("Turkey") in testTurkeyBaconProblemUsingToConstuctor()
564 + Annotations.memberValueString("Tofu") in testTurkeyBaconProblemUsingToConstuctor()
569 + Annotations.memberValueString("Turky") in testTurkeyBaconProblemUsingToConstuctor()
595 + Annotations.memberValueString("turkey") in testMissingAnnotationOneChoice()
600 + Annotations.memberValueString("Turkey") in testMissingAnnotationOneChoice()
604 + Annotations.memberValueString("turkey") in testMissingAnnotationOneChoice()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DAnnotations.java28 public final class Annotations { class
30 private Annotations() { in Annotations() method in Annotations
/external/guice/core/src/com/google/inject/name/
DNamedImpl.java21 import com.google.inject.internal.Annotations;
56 return "@" + Named.class.getName() + "(value=" + Annotations.memberValueString(value) + ")"; in toString()
/external/guice/core/src/com/google/inject/internal/
DScopeBindingProcessor.java43 if (!Annotations.isScopeAnnotation(annotationType)) { in visit()
48 if (!Annotations.isRetainedAtRuntime(annotationType)) { in visit()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DAnnotationGenTestCase.java30 import org.apache.bcel.classfile.Annotations;
99 assertTrue(((Annotations) attribute).isRuntimeVisible()); in testVisibleInvisibleAnnotationGen()
114 assertFalse(((Annotations) attribute).isRuntimeVisible()); in testVisibleInvisibleAnnotationGen()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAnnotationId.java21 import com.android.dx.rop.annotation.Annotations;
154 Annotations annotations = new Annotations(); in addToMethod()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java25 import org.apache.bcel.classfile.Annotations;
95 } else if (attr instanceof Annotations) { in FieldGen()
96 final Annotations runtimeAnnotations = (Annotations)attr; in FieldGen()
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java104 interface Annotations extends Attribute { interface
109 class RuntimeVisibleAnnotations implements Annotations {
128 class RuntimeInvisibleAnnotations implements Annotations {
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethodsModule.java28 import com.google.inject.internal.Annotations;
119 Annotations.findScopeAnnotation(errors, method.getAnnotations()); in createProviderMethod()
138 Annotation bindingAnnotation = Annotations.findBindingAnnotation(errors, member, annotations); in getKey()
DCheckedProvideUtils.java21 import com.google.inject.internal.Annotations;
58 Annotations.findBindingAnnotation( in findThrowingConstructor()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp193 const char **Annotations, in CodeCompletionString() argument
210 StoredAnnotations[I] = Annotations[I]; in CodeCompletionString()
331 + sizeof(const char *) * Annotations.size(), in TakeString()
336 Annotations.data(), Annotations.size(), in TakeString()
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java33 import com.google.inject.internal.Annotations;
73 + Annotations.memberValueString("a") in testFieldInjectionPoint()
102 + Annotations.memberValueString("b") in testMethodInjectionPoint()
132 + Annotations.memberValueString("c") in testConstructorInjectionPoint()
150 + Annotations.memberValueString("d") in testUnattachedDependency()
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py36 class Annotations(dict): class
102 refcounts = Annotations.fromfile(

12345