Home
last modified time | relevance | path

Searched full:compactnotation (Results 1 – 25 of 45) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorErrorsTest.java16 package org.yaml.snakeyaml.extensions.compactnotation;
33 String doc = Util.getLocalResource("compactnotation/error1.yaml"); in test1()
44 "org.yaml.snakeyaml.extensions.compactnotation"); in load()
46 String doc = Util.getLocalResource("compactnotation/" + fileName); in load()
82 …"java.lang.NoSuchMethodException: org.yaml.snakeyaml.extensions.compactnotation.Table.<init>(java.… in test2()
125 …ion: Unable to find property 'foo' on class: org.yaml.snakeyaml.extensions.compactnotation.Table"); in test6()
131 … "Unable to find property 'foo' on class: org.yaml.snakeyaml.extensions.compactnotation.Table", in test7()
138 …YAMLException: No list property found in class org.yaml.snakeyaml.extensions.compactnotation.Row"); in test8()
144 …n: Many list properties found in class org.yaml.snakeyaml.extensions.compactnotation.ManyListsTabl… in test9()
DCompactConstructorExampleTest.java16 package org.yaml.snakeyaml.extensions.compactnotation;
33 String doc = Util.getLocalResource("compactnotation/" + fileName); in load()
132 "org.yaml.snakeyaml.extensions.compactnotation"); in test11withoutPackageNames()
134 String doc = Util.getLocalResource("compactnotation/example11.yaml"); in test11withoutPackageNames()
151 "org.yaml.snakeyaml.extensions.compactnotation"); in test12withList()
153 String doc = Util.getLocalResource("compactnotation/example12.yaml"); in test12withList()
DPackageCompactConstructorTest.java16 package org.yaml.snakeyaml.extensions.compactnotation;
24 assertEquals(Table.class, check("org.yaml.snakeyaml.extensions.compactnotation.Table")); in testGetClassForName()
47 return new PackageCompactConstructor("org.yaml.snakeyaml.extensions.compactnotation") in check()
DTableCompactConstructor.java16 package org.yaml.snakeyaml.extensions.compactnotation;
DItem.java16 package org.yaml.snakeyaml.extensions.compactnotation;
DTable.java16 package org.yaml.snakeyaml.extensions.compactnotation;
DManyListsTable.java16 package org.yaml.snakeyaml.extensions.compactnotation;
DBox.java16 package org.yaml.snakeyaml.extensions.compactnotation;
/external/snakeyaml/src/patches/android/
DCompactConstructor.patch3 …yaml/snakeyaml/extensions/compactnotation/CompactConstructor.java b/src/main/java/org/yaml/snakeya…
4 --- a/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/CompactConstructor.java
5 +++ b/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/CompactConstructor.java
8 package org.yaml.snakeyaml.extensions.compactnotation;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java26 private static final CompactNotation COMPACT_SHORT = new CompactNotation(CompactStyle.SHORT);
27 private static final CompactNotation COMPACT_LONG = new CompactNotation(CompactStyle.LONG);
130 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
135 public static CompactNotation compactShort() { in compactShort()
158 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
163 public static CompactNotation compactLong() { in compactLong()
DCompactNotation.java30 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
37 public class CompactNotation extends Notation { class
49 … public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) { in forCustomData()
50 return new CompactNotation(compactCustomData); in forCustomData()
53 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() method in CompactNotation
58 /* package-private */ CompactNotation(Map<String, Map<String, String>> compactCustomData) { in CompactNotation() method in CompactNotation
82 CompactNotation notation, in CompactHandler()
DNumberFormatterImpl.java256 } else if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
273 } else if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
362 if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
370 chain = ((CompactNotation) macros.notation).withLocaleData(macros.loc, in macrosToMicroGenerator()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java27 private static final CompactNotation COMPACT_SHORT = new CompactNotation(CompactStyle.SHORT);
28 private static final CompactNotation COMPACT_LONG = new CompactNotation(CompactStyle.LONG);
129 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
133 public static CompactNotation compactShort() { in compactShort()
156 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
160 public static CompactNotation compactLong() { in compactLong()
DCompactNotation.java31 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
38 public class CompactNotation extends Notation { class
50 … public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) { in forCustomData()
51 return new CompactNotation(compactCustomData); in forCustomData()
54 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() method in CompactNotation
59 /* package-private */ CompactNotation(Map<String, Map<String, String>> compactCustomData) { in CompactNotation() method in CompactNotation
83 CompactNotation notation, in CompactHandler()
DNumberFormatterImpl.java257 } else if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
274 } else if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
363 if (macros.notation instanceof CompactNotation) { in macrosToMicroGenerator()
371 chain = ((CompactNotation) macros.notation).withLocaleData(macros.loc, in macrosToMicroGenerator()
/external/snakeyaml/src/test/resources/compactnotation/
Dexample10.yaml2 - org.yaml.snakeyaml.extensions.compactnotation.Container(t7, id=id7): { name: child7 }
3 - org.yaml.snakeyaml.extensions.compactnotation.Container(t9, id=id9): { name: child9 }
4 - org.yaml.snakeyaml.extensions.compactnotation.Container(t10, id=id10): { name: child10 }
Dexample9.yaml2 org.yaml.snakeyaml.extensions.compactnotation.Container(t7, id=id7): { name: child7 }
3 org.yaml.snakeyaml.extensions.compactnotation.Container(t9, id=id9): { name: child9 }
Dexample2.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title)
Dexample1.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(name=parent, id=123)
Dexample5.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4):
Dexample3.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title3, name=parent, id=123)
Dexample6.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4): { name: child6, id: ID6}
Dexample7.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(The title, id=id7): { name: child7 }
Dexample4.yaml1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4, name=parent4, id=444):
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
DPackageCompactConstructor.java16 package org.yaml.snakeyaml.extensions.compactnotation;

12