Home
last modified time | relevance | path

Searched full:java (Results 226 - 250 of 4130) sorted by relevance

12345678910>>...166

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java11 import java.io.File;
12 import java.io.PrintWriter;
13 import java.lang.reflect.Constructor;
14 import java.lang.reflect.Field;
15 import java.lang.reflect.GenericArrayType;
16 import java.lang.reflect.Method;
17 import java.lang.reflect.Modifier;
18 import java.lang.reflect.ParameterizedType;
19 import java.lang.reflect.Type;
20 import java
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java11 import java.io.IOException;
12 import java.io.ObjectInputStream;
13 import java.io.ObjectOutputStream;
14 import java.util.ArrayList;
15 import java.util.Arrays;
16 import java.util.Collection;
17 import java.util.Collections;
18 import java.util.EnumSet;
19 import java.util.HashMap;
20 import java
[all...]
H A DSimpleCache.java12 import java.lang.ref.Reference;
13 import java.lang.ref.SoftReference;
14 import java.lang.ref.WeakReference;
15 import java.util.Collections;
16 import java.util.HashMap;
17 import java.util.Map;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java12 import java.io.IOException;
13 import java.io.ObjectInputStream;
14 import java.io.ObjectOutputStream;
15 import java.util.ArrayList;
16 import java.util.Arrays;
17 import java.util.Collection;
18 import java.util.Collections;
19 import java.util.EnumSet;
20 import java.util.HashMap;
21 import java
[all...]
H A DSimpleCache.java13 import java.lang.ref.Reference;
14 import java.lang.ref.SoftReference;
15 import java.lang.ref.WeakReference;
16 import java.util.Collections;
17 import java.util.HashMap;
18 import java.util.Map;
/third_party/pulseaudio/sonic/
H A DREADME11 A native Java port of Sonic is in Sonic.java. Main.java is a simple example of
12 how to use Sonic.java. To play with it, you'll need a "talking.wav" file in the
14 parameters manually in Main.java, in the main method.
29 The Java version is not much slower. It reported:
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DHtmlViewer.java8 import java.io.File;
9 import java.io.FileInputStream;
10 import java.io.FileNotFoundException;
11 import java.io.IOException;
12 import java.io.PrintWriter;
13 import java.io.UnsupportedEncodingException;
/applications/standard/systemui/
H A Dgradlew85 # Determine the Java command to use to start the JVM.
87 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
89 JAVACMD="$JAVA_HOME/jre/sh/java"
91 JAVACMD="$JAVA_HOME/bin/java"
97 location of your Java installation."
100 JAVACMD="java"
101 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
104 location of your Java installation."
128 # For Cygwin or MSYS, switch paths to Windows format before running java
[all...]
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew84 # Determine the Java command to use to start the JVM.
86 if [ -x "$JAVA_HOME/jre/sh/java" ]; then
88 JAVACMD="$JAVA_HOME/jre/sh/java"
90 JAVACMD="$JAVA_HOME/bin/java"
96 location of your Java installation."
99 JAVACMD="java"
100 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
103 location of your Java installation."
127 # For Cygwin or MSYS, switch paths to Windows format before running java
[all...]
/third_party/icu/docs/userguide/format_parse/datetime/
H A Dexamples.md87 ### Java
89 ```java
90 import java.text.FieldPosition;
91 import java.text.ParseException;
92 import java.util.Calendar;
93 import java.util.Date;
94 import java.util.Locale;
188 following illustrates this in Java, C++ and C.
190 ### Java
192 ```java
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformer.java10 import static java.util.function.Function.identity;
12 import java.io.PrintWriter;
13 import java.io.StringWriter;
14 import java.util.Arrays;
15 import java.util.LinkedHashSet;
16 import java.util.List;
17 import java.util.Optional;
18 import java.util.Set;
19 import java.util.function.BiFunction;
20 import java
[all...]
/third_party/icu/tools/currency/
H A Dreadme.txt20 Main.java - The tool's entry point
21 NumericCodeData.java - The mapping data used by ICU
22 CurrencyDataParser.java - ISO 4217 XML data parser
23 CurrencyDataEntry.java - ISO 4217 XML data entry
48 This command compares the hardcoded mapping data in NumericCodeData.java
53 This command writes out the hardcoded mapping data in NumericCodeData.java
61 Prerequisites: Java 6+, ant
89 [java] [OK] ICU data is synchronized with the reference data
106 [java] Missing alpha code in ICU map [ZWR]
107 [java] Code
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatAPI.java10 * Port From: JDK 1.4b1 : java.text.Format.IntlTestDateFormatAPI
11 * Source File: java/text/format/IntlTestDateFormatAPI.java
21 import java.text.FieldPosition;
22 import java.text.ParseException;
23 import java.text.ParsePosition;
24 import java.util.Date;
25 import java.util.Locale;
160 // Java 6 Locale did not support script tags, such as zh_CN and zh_TW. in TestAPI()
161 // Because ICU 63+ supports Java in TestAPI()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDateFormatAPI.java11 * Port From: JDK 1.4b1 : java.text.Format.IntlTestDateFormatAPI
12 * Source File: java/text/format/IntlTestDateFormatAPI.java
22 import java.text.FieldPosition;
23 import java.text.ParseException;
24 import java.text.ParsePosition;
25 import java.util.Date;
26 import java.util.Locale;
163 // Java 6 Locale did not support script tags, such as zh_CN and zh_TW. in TestAPI()
164 // Because ICU 63+ supports Java in TestAPI()
[all...]
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataCppFromXml.java21 import java.io.ByteArrayOutputStream;
22 import java.io.File;
23 import java.io.FileNotFoundException;
24 import java.io.FileOutputStream;
25 import java.io.IOException;
26 import java.io.OutputStream;
27 import java.io.OutputStreamWriter;
28 import java.nio.charset.Charset;
29 import java.util.Arrays;
30 import java
[all...]
/third_party/lzma/Java/SevenZip/
H A DLzmaAlone.java166 System.out.println("\nLZMA (Java) 4.61 2008-11-23\n"); in main()
192 java.io.File inFile = new java.io.File(params.InFile); in main()
193 java.io.File outFile = new java.io.File(params.OutFile); in main()
195 java.io.BufferedInputStream inStream = new java.io.BufferedInputStream(new java.io.FileInputStream(inFile)); in main()
196 java.io.BufferedOutputStream outStream = new java in main()
[all...]
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew85 # Determine the Java command to use to start the JVM.
87 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
89 JAVACMD="$JAVA_HOME/jre/sh/java"
91 JAVACMD="$JAVA_HOME/bin/java"
97 location of your Java installation."
100 JAVACMD="java"
101 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
104 location of your Java installation."
128 # For Cygwin or MSYS, switch paths to Windows format before running java
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DNioByteString.java35 import java.io.IOException;
36 import java.io.InputStream;
37 import java.io.InvalidObjectException;
38 import java.io.ObjectInputStream;
39 import java.io.OutputStream;
40 import java.nio.ByteBuffer;
41 import java.nio.ByteOrder;
42 import java.nio.InvalidMarkException;
43 import java.nio.charset.Charset;
44 import java
[all...]
H A DInternal.java33 import java.io.IOException;
34 import java.lang.reflect.Method;
35 import java.nio.ByteBuffer;
36 import java.nio.charset.Charset;
37 import java.util.AbstractList;
38 import java.util.AbstractMap;
39 import java.util.AbstractSet;
40 import java.util.Arrays;
41 import java.util.Iterator;
42 import java
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc40 #include <google/protobuf/compiler/java/java_context.h>
41 #include <google/protobuf/compiler/java/java_doc_comment.h>
42 #include <google/protobuf/compiler/java/java_helpers.h>
43 #include <google/protobuf/compiler/java/java_name_resolver.h>
44 #include <google/protobuf/compiler/java/java_primitive_field.h>
52 namespace java { namespace
92 "java.util.List<" + (*variables)["boxed_type"] + ">"; in SetPrimitiveVariables()
94 "new java.util.ArrayList<" + (*variables)["boxed_type"] + ">()"; in SetPrimitiveVariables()
95 (*variables)["mutable_copy_list"] = "new java.util.ArrayList<" + in SetPrimitiveVariables()
98 (*variables)["empty_list"] = "java in SetPrimitiveVariables()
[all...]
H A Djava_enum.cc38 #include <google/protobuf/compiler/java/java_context.h>
39 #include <google/protobuf/compiler/java/java_doc_comment.h>
40 #include <google/protobuf/compiler/java/java_enum.h>
41 #include <google/protobuf/compiler/java/java_helpers.h>
42 #include <google/protobuf/compiler/java/java_name_resolver.h>
50 namespace java { namespace
103 printer->Print("@java.lang.Deprecated\n"); in Generate()
146 ? "@java.lang.Deprecated " in Generate()
165 " throw new java.lang.IllegalArgumentException(\n" in Generate()
171 " throw new java in Generate()
[all...]
H A Djava_helpers.h39 #include <google/protobuf/compiler/java/java_context.h>
47 namespace java { namespace
57 // character. annotation_file will be included verbatim into a Java literal
58 // string, so it should not contain quotes or invalid Java escape sequences;
61 // being annotated (which in turn must be a Java identifier plus ".java").
90 // complete Java identifier by adding a _ if needed.
102 // will be one Java class containing all the immutable messages and another
103 // Java class containing all the mutable messages.
107 // Returns the file's Java packag
[all...]
/third_party/icu/tools/multi/j/jvm/
H A Dreadme.txt7 Put '.sh' files in this dir , locally, to be used for Java version bringup
13 #JAVA=java
19 You can use the addjava.sh tool, like this - give it the full path to 'java':
21 $ addjava.sh /opt/IBM-JDK-1.5/bin/java
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/
H A DResourceFallbackCodeGenerator.java1 package main.java.org.unicode.icu.tool.cldrtoicu.generator;
4 import main.java.org.unicode.icu.tool.cldrtoicu.CodeGenerator;
7 import java.io.PrintWriter;
8 import java.nio.file.Path;
9 import java.util.*;
88 out.println("// (see tools/cldr/cldr-to-icu/src/main/java/org/unicode/tool/cldrtoicu/generator/ResourcFallbackCodeGenerator.java)."); in generateCFile()
154 out.println("// Internal static data tables used by ICUResourceBundle.java"); in generateJavaFile()
156 out.println("// (see tools/cldr/cldr-to-icu/src/main/java/org/unicode/tool/cldrtoicu/generator/ResourcFallbackCodeGenerator.java) in generateJavaFile()
[all...]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java30 import java.io.Externalizable;
31 import java.io.IOException;
32 import java.io.ObjectInput;
33 import java.io.ObjectOutput;
101 private java.util.List<String> leadingDigitsPattern_ = new java.util.ArrayList<String>();
102 public java.util.List<String> leadingDigitPatterns() { in leadingDigitPatterns()
250 private java.util.List<Integer> possibleLength_ = new java.util.ArrayList<Integer>();
251 public java
[all...]

Completed in 12 milliseconds

12345678910>>...166