| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| H A D | PropertiesTest.java | 10 import java.io.ByteArrayInputStream; 11 import java.io.ByteArrayOutputStream; 12 import java.io.IOException; 13 import java.io.ObjectInputStream; 14 import java.io.ObjectOutputStream; 15 import java.lang.reflect.Field; 16 import java.lang.reflect.InvocationTargetException; 17 import java.lang.reflect.Method; 18 import java.lang.reflect.Modifier; 19 // TODO: enable in Java [all...] |
| /third_party/icu/icu4j/ |
| H A D | APIChangeReport.html | 52 <li> <span style='color:orange'>(draft)</span> public com.ibm.icu.text.PluralRules.KeywordStatus <i>getKeywordStatus</i>(java.lang.String, int, java.util.Set<java.lang.Double>, com.ibm.icu.util.Output<java.lang.Double>)</br> 53 <span style='color:orange'>(draft)</span> public com.ibm.icu.text.PluralRules.KeywordStatus <i>getKeywordStatus</i>(java.lang.String, int, java.util.Set<com.ibm.icu.impl.number.DecimalQuantity>, com.ibm.icu.util.Output<com.ibm.icu.impl.number.DecimalQuantity>)</li> 65 <li><span style='color:green'>(stable)</span> public static boolean <i>hasBinaryProperty</i>(java.lang.CharSequence, int)</li> 151 <li><span style='color:orange'>(draft)</span> public static final java.util.List<DisplayOptions.Capitalization> VALUES</li> 160 <li><span style='color:orange'>(draft)</span> public static final java.util.List<DisplayOptions.DisplayLength> VALUES</li> 167 <li><span style='color:orange'>(draft)</span> public static final java [all...] |
| /third_party/skia/third_party/externals/brotli/csharp/ |
| H A D | sharpen.cfg | 9 -namespaceMapping java.io System.IO 11 -typeMapping java.io.ByteArrayInputStream System.IO.MemoryStream 12 -typeMapping java.io.ByteArrayOutputStream System.IO.MemoryStream 13 -typeMapping java.io.InputStream System.IO.Stream 15 -methodMapping java.io.ByteArrayOutputStream.toByteArray() ToArray 16 -methodMapping java.io.InputStream.read() ReadByte
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | TimeZoneAdapter.java | 15 import java.util.Date; 21 * subclass and inherits from java.util.TimeZone. 22 * Without this class, we would need to 'port' java.util.Date to 25 * class, we can use java.util.Date together with com.ibm.icu.util 32 public class TimeZoneAdapter extends java.util.TimeZone { 44 * Given a java.util.TimeZone, wrap it in the appropriate adapter 47 public static java.util.TimeZone wrap(com.ibm.icu.util.TimeZone tz) { in wrap() 52 * Return the java.util.TimeZone wrapped by this object. 79 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| H A D | LocalizedNumberFormatterAsFormat.java | 5 import java.io.Externalizable; 6 import java.io.IOException; 7 import java.io.ObjectInput; 8 import java.io.ObjectOutput; 9 import java.io.ObjectStreamException; 10 import java.text.AttributedCharacterIterator; 11 import java.text.FieldPosition; 12 import java.text.Format; 13 import java.text.ParsePosition;
|
| /third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
| H A D | ScanJava.java | 8 import java.io.IOException; 9 import java.text.Collator; 10 import java.text.DateFormat; 11 import java.util.Date; 12 import java.util.Locale; 72 locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addCollation() 107 locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addFormatting() 115 return "java"; in getProduct() 122 String ver = System.getProperty("java.version"); in getRelease()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| H A D | LocalizedNumberFormatterAsFormat.java | 6 import java.io.Externalizable; 7 import java.io.IOException; 8 import java.io.ObjectInput; 9 import java.io.ObjectOutput; 10 import java.io.ObjectStreamException; 11 import java.text.AttributedCharacterIterator; 12 import java.text.FieldPosition; 13 import java.text.Format; 14 import java.text.ParsePosition;
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | SourceSet.java | 14 import java.io.File; 15 import java.io.FileOutputStream; 16 import java.io.IOException; 17 import java.io.OutputStreamWriter; 18 import java.io.PrintWriter; 19 import java.util.Enumeration; 30 * java com.ibm.icu.dev.tool.translit.SourceSet Latin-Katakana NFD lower 36 * java com.ibm.icu.dev.test.translit.TransliteratorTest -v -nothrow TestIncrementalProgress 40 * java com.ibm.icu.dev.demo.translit.Demo
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | TimeZoneAdapter.java | 16 import java.util.Date; 22 * subclass and inherits from java.util.TimeZone. 23 * Without this class, we would need to 'port' java.util.Date to 26 * class, we can use java.util.Date together with ohos.global.icu.util 33 public class TimeZoneAdapter extends java.util.TimeZone { 45 * Given a java.util.TimeZone, wrap it in the appropriate adapter 48 public static java.util.TimeZone wrap(ohos.global.icu.util.TimeZone tz) { in wrap() 53 * Return the java.util.TimeZone wrapped by this object. 80 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules()
|
| /third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
| H A D | PrefixTimeZonesMap.java | 22 import java.io.Externalizable; 23 import java.io.IOException; 24 import java.io.ObjectInput; 25 import java.io.ObjectOutput; 26 import java.util.LinkedList; 27 import java.util.List; 28 import java.util.SortedMap; 29 import java.util.StringTokenizer; 52 * Supports Java Serialization.
|
| /third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
| H A D | MetadataZipFileReader.java | 24 import java.io.IOException; 25 import java.io.InputStream; 26 import java.io.InputStreamReader; 27 import java.nio.file.Files; 28 import java.nio.file.Paths; 29 import java.util.Optional; 30 import java.util.Scanner; 31 import java.util.zip.ZipEntry; 32 import java.util.zip.ZipInputStream;
|
| /third_party/protobuf/examples/ |
| H A D | BUILD | 8 load("@rules_java//java:defs.bzl", "java_binary", "java_lite_proto_library", "java_proto_library") 47 # Similar to cc_proto_library but for Java. 57 srcs = ["AddPerson.java"], 64 srcs = ["ListPeople.java"], 69 # Java lite. 78 # Java lite API is a subset of the regular Java API so if you only uses this 95 srcs = ["AddPerson.java"], 102 srcs = ["ListPeople.java"],
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
| H A D | BundleHelper.java | 9 import java.io.ByteArrayOutputStream; 10 import java.io.IOException; 11 import java.io.InputStream; 12 import java.math.BigInteger; 13 import java.util.ArrayList; 14 import java.util.List; 15 import java.util.zip.ZipEntry; 16 import java.util.zip.ZipInputStream; 79 * across the variety of languages (C++, Java, Go, ...).
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| H A D | TestBoilerplate.java | 12 import java.lang.reflect.Constructor; 13 import java.lang.reflect.Method; 14 import java.util.Collection; 15 import java.util.Iterator; 16 import java.util.LinkedList; 17 import java.util.List; 18 import java.util.Map; 19 import java.util.Random; 20 import java.util.Set; 21 import java [all...] |
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| H A D | TestUtil.java | 11 import java.io.BufferedReader; 12 import java.io.File; 13 import java.io.FileInputStream; 14 import java.io.IOException; 15 import java.io.InputStream; 16 import java.io.InputStreamReader; 17 import java.util.Locale; 18 import java.util.MissingResourceException; 232 String javaVendorProp = System.getProperty("java.vendor", "").toLowerCase(Locale.US).trim(); in getJavaVendor() 251 String javaRuntimeNameProp = System.getProperty("java in getJavaRuntimeName() [all...] |
| H A D | TestBoilerplate.java | 11 import java.lang.reflect.Constructor; 12 import java.lang.reflect.Method; 13 import java.util.Collection; 14 import java.util.Iterator; 15 import java.util.LinkedList; 16 import java.util.List; 17 import java.util.Map; 18 import java.util.Random; 19 import java.util.Set; 20 import java [all...] |
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
| H A D | DemoUtility.java | 11 import java.awt.Color; 12 import java.awt.Component; 13 import java.awt.Container; 14 import java.awt.Font; 15 import java.awt.GridBagConstraints; 16 import java.awt.GridBagLayout; 17 import java.awt.Insets; 18 import java.awt.Label; 19 import java.awt.Panel; 20 import java [all...] |
| /third_party/protobuf/java/compatibility_tests/v2.5.0/ |
| H A D | test.sh | 34 # Build and install protobuf-java-$VERSION_NUMBER.jar 35 [ -f ../../core/target/protobuf-java-$VERSION_NUMBER.jar ] || { 92 TESTS=`find tests -name "*Test.java" | sed "s|/|.|g;s/.java$//g;s/tests.src.main.java.//g"` 98 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos.jar:../tests.jar:../deps.jar org.junit.runner.JUnitCore $TESTS 106 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos/target/compatibility-protos-${TEST_VERSION}.jar:../more_protos.jar:../tests.jar:../deps.jar org.junit.runner.JUnitCore $TESTS 114 java [all...] |
| /third_party/vk-gl-cts/external/amber/src/android_gradle/ |
| H A D | gradlew | 69 # Determine the Java command to use to start the JVM. 71 if [ -x "$JAVA_HOME/jre/sh/java" ]; then 73 JAVACMD="$JAVA_HOME/jre/sh/java" 75 JAVACMD="$JAVA_HOME/bin/java" 81 location of your Java installation." 84 JAVACMD="java" 85 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 88 location of your Java installation." 112 # For Cygwin, switch paths to Windows format before running java [all...] |
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
| H A D | gradlew | 69 # Determine the Java command to use to start the JVM. 71 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 73 JAVACMD="$JAVA_HOME/jre/sh/java" 75 JAVACMD="$JAVA_HOME/bin/java" 81 location of your Java installation." 84 JAVACMD="java" 85 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 88 location of your Java installation." 112 # For Cygwin, switch paths to Windows format before running java [all...] |
| /third_party/skia/third_party/externals/oboe/apps/fxlab/ |
| H A D | gradlew | 69 # Determine the Java command to use to start the JVM. 71 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 73 JAVACMD="$JAVA_HOME/jre/sh/java" 75 JAVACMD="$JAVA_HOME/bin/java" 81 location of your Java installation." 84 JAVACMD="java" 85 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 88 location of your Java installation." 112 # For Cygwin, switch paths to Windows format before running java [all...] |
| /third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/ |
| H A D | gradlew | 69 # Determine the Java command to use to start the JVM. 71 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 73 JAVACMD="$JAVA_HOME/jre/sh/java" 75 JAVACMD="$JAVA_HOME/bin/java" 81 location of your Java installation." 84 JAVACMD="java" 85 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 88 location of your Java installation." 112 # For Cygwin, switch paths to Windows format before running java [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_message_builder_lite.cc | 35 #include <google/protobuf/compiler/java/java_message_builder_lite.h> 42 #include <google/protobuf/compiler/java/java_context.h> 43 #include <google/protobuf/compiler/java/java_doc_comment.h> 44 #include <google/protobuf/compiler/java/java_enum.h> 45 #include <google/protobuf/compiler/java/java_extension.h> 46 #include <google/protobuf/compiler/java/java_generator_factory.h> 47 #include <google/protobuf/compiler/java/java_helpers.h> 48 #include <google/protobuf/compiler/java/java_name_resolver.h> 59 namespace java { namespace 104 "@java in Generate() [all...] |
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationKeys.java | 8 * CollationKeys.java, ported from collationkeys.h/.cpp 20 // Java porting note: C++ SortKeyByteSink class extends a common class ByteSink, 21 // which is not available in Java. We don't need a super class created for implementing 27 // not used in Java -- private int ignore_ = 0; 34 * Needed in Java for when we write to the buffer directly. 36 * TODO: Can we make Java SortKeyByteSink have-a ByteArrayWrapper and write through to it? 44 /* not used in Java -- public void IgnoreBytes(int numIgnore) { 59 /* not used in Java -- if (ignore_ > 0) { in Append() 83 /* not used in Java -- if (ignore_ > 0) { in Append() 93 // Java portin [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationKeys.java | 9 * CollationKeys.java, ported from collationkeys.h/.cpp 24 // Java porting note: C++ SortKeyByteSink class extends a common class ByteSink, 25 // which is not available in Java. We don't need a super class created for implementing 34 // not used in Java -- private int ignore_ = 0; 41 * Needed in Java for when we write to the buffer directly. 43 * TODO: Can we make Java SortKeyByteSink have-a ByteArrayWrapper and write through to it? 51 /* not used in Java -- public void IgnoreBytes(int numIgnore) { 66 /* not used in Java -- if (ignore_ > 0) { in Append() 90 /* not used in Java -- if (ignore_ > 0) { in Append() 100 // Java portin [all...] |