Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructorErrorsTest.java14 package org.yaml.snakeyaml.extensions.compactnotation;
29 String doc = Util.getLocalResource("compactnotation/error1.yaml"); in test1()
40 new PackageCompactConstructor("org.yaml.snakeyaml.extensions.compactnotation"); in load()
42 String doc = Util.getLocalResource("compactnotation/" + fileName); in load()
76 …"java.lang.NoSuchMethodException: org.yaml.snakeyaml.extensions.compactnotation.Table.<init>(java.… in test2()
117 …ion: Unable to find property 'foo' on class: org.yaml.snakeyaml.extensions.compactnotation.Table"); in test6()
122 … "Unable to find property 'foo' on class: org.yaml.snakeyaml.extensions.compactnotation.Table", in test7()
128 …YAMLException: No list property found in class org.yaml.snakeyaml.extensions.compactnotation.Row"); in test8()
133 …n: Many list properties found in class org.yaml.snakeyaml.extensions.compactnotation.ManyListsTabl… in test9()
H A DCompactConstructorExampleTest.java14 package org.yaml.snakeyaml.extensions.compactnotation;
29 String doc = Util.getLocalResource("compactnotation/" + fileName); in load()
128 new PackageCompactConstructor("org.yaml.snakeyaml.extensions.compactnotation"); in test11withoutPackageNames()
130 String doc = Util.getLocalResource("compactnotation/example11.yaml"); in test11withoutPackageNames()
147 new TableCompactConstructor("org.yaml.snakeyaml.extensions.compactnotation"); in test12withList()
149 String doc = Util.getLocalResource("compactnotation/example12.yaml"); in test12withList()
H A DPackageCompactConstructorTest.java14 package org.yaml.snakeyaml.extensions.compactnotation;
22 assertEquals(Table.class, check("org.yaml.snakeyaml.extensions.compactnotation.Table")); in testGetClassForName()
45 return new PackageCompactConstructor("org.yaml.snakeyaml.extensions.compactnotation") in check()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DNotation.java25 private static final CompactNotation COMPACT_SHORT = new CompactNotation(CompactStyle.SHORT);
26 private static final CompactNotation COMPACT_LONG = new CompactNotation(CompactStyle.LONG);
125 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
128 public static CompactNotation compactShort() { in compactShort()
151 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
154 public static CompactNotation compactLong() { in compactLong()
H A DCompactNotation.java31 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
36 public class CompactNotation extends Notation { class
48 … public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) { in forCustomData()
49 return new CompactNotation(compactCustomData); in forCustomData()
52 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() method in CompactNotation
57 /* package-private */ CompactNotation(Map<String, Map<String, String>> compactCustomData) { in CompactNotation() method in CompactNotation
83 CompactNotation notation, in CompactHandler()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
H A DNotation.java25 private static final CompactNotation COMPACT_SHORT = new CompactNotation(CompactStyle.SHORT);
26 private static final CompactNotation COMPACT_LONG = new CompactNotation(CompactStyle.LONG);
127 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
131 public static CompactNotation compactShort() { in compactShort()
154 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
158 public static CompactNotation compactLong() { in compactLong()
H A DCompactNotation.java30 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
36 public class CompactNotation extends Notation { class
48 … public static CompactNotation forCustomData(Map<String, Map<String, String>> compactCustomData) { in forCustomData()
49 return new CompactNotation(compactCustomData); in forCustomData()
52 /* package-private */ CompactNotation(CompactStyle compactStyle) { in CompactNotation() method in CompactNotation
57 /* package-private */ CompactNotation(Map<String, Map<String, String>> compactCustomData) { in CompactNotation() method in CompactNotation
83 CompactNotation notation, in CompactHandler()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/number/
H A DNotation.java110 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
114 public static android.icu.number.CompactNotation compactShort() { throw new RuntimeException("Stub!… in compactShort()
135 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
139 public static android.icu.number.CompactNotation compactLong() { throw new RuntimeException("Stub!"… in compactLong()
H A DCompactNotation.java13 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
20 public class CompactNotation extends android.icu.number.Notation { class
22 CompactNotation() { throw new RuntimeException("Stub!"); } in CompactNotation() method in CompactNotation
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/number/
H A DNotation.java110 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
114 public static android.icu.number.CompactNotation compactShort() { throw new RuntimeException("Stub!… in compactShort()
135 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
139 public static android.icu.number.CompactNotation compactLong() { throw new RuntimeException("Stub!"… in compactLong()
H A DCompactNotation.java13 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
20 public class CompactNotation extends android.icu.number.Notation { class
22 CompactNotation() { throw new RuntimeException("Stub!"); } in CompactNotation() method in CompactNotation
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/number/
H A DNotation.java110 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
114 public static android.icu.number.CompactNotation compactShort() { throw new RuntimeException("Stub!… in compactShort()
135 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
139 public static android.icu.number.CompactNotation compactLong() { throw new RuntimeException("Stub!"… in compactLong()
H A DCompactNotation.java13 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
20 public class CompactNotation extends android.icu.number.Notation { class
22 CompactNotation() { throw new RuntimeException("Stub!"); } in CompactNotation() method in CompactNotation
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/number/
H A DNotation.java110 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
114 public static android.icu.number.CompactNotation compactShort() { throw new RuntimeException("Stub!… in compactShort()
135 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
139 public static android.icu.number.CompactNotation compactLong() { throw new RuntimeException("Stub!"… in compactLong()
H A DCompactNotation.java13 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
20 public class CompactNotation extends android.icu.number.Notation { class
22 CompactNotation() { throw new RuntimeException("Stub!"); } in CompactNotation() method in CompactNotation
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/number/
H A DNotation.java110 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
114 public static android.icu.number.CompactNotation compactShort() { throw new RuntimeException("Stub!… in compactShort()
135 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
139 public static android.icu.number.CompactNotation compactLong() { throw new RuntimeException("Stub!"… in compactLong()
H A DCompactNotation.java13 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
20 public class CompactNotation extends android.icu.number.Notation { class
22 CompactNotation() { throw new RuntimeException("Stub!"); } in CompactNotation() method in CompactNotation
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/number/
H A DNotation.java110 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
114 public static android.icu.number.CompactNotation compactShort() { throw new RuntimeException("Stub!… in compactShort()
135 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
139 public static android.icu.number.CompactNotation compactLong() { throw new RuntimeException("Stub!"… in compactLong()
H A DCompactNotation.java13 * This class exposes no public functionality. To create a CompactNotation, use one of the factory
20 public class CompactNotation extends android.icu.number.Notation { class
22 CompactNotation() { throw new RuntimeException("Stub!"); } in CompactNotation() method in CompactNotation
/aosp_15_r20/external/snakeyaml/src/test/resources/compactnotation/
H A 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 }
H A 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 }
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/javac/
Dsnakeyaml.jar.rsp1compactnotation/CompactConstructor.java external/snakeyaml/src/main/java/org/yaml/snakeyaml/extens…
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/local-javac-header/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/
H A Dnumberformatter.h191 typedef Notation CompactNotation; typedef
295 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
298 static CompactNotation compactShort();
319 * @return A CompactNotation for passing to the NumberFormatter notation() setter.
322 static CompactNotation compactLong();

12345678910>>...16