Home
last modified time | relevance | path

Searched full:java (Results 126 - 150 of 4130) sorted by relevance

12345678910>>...166

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliEncoderChannelTest.java8 import java.io.ByteArrayInputStream;
9 import java.io.ByteArrayOutputStream;
10 import java.io.FileInputStream;
11 import java.io.IOException;
12 import java.io.InputStream;
13 import java.nio.Buffer;
14 import java.nio.ByteBuffer;
15 import java.nio.channels.Channels;
16 import java.nio.channels.WritableByteChannel;
17 import java
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_names.h36 // fully-qualified name of the corresponding Java class.
53 namespace java { namespace
59 // The fully-qualified Java class name.
66 // The fully-qualified Java class name.
73 // The fully-qualified Java class name.
80 // The fully-qualified Java class name.
87 // Java package name.
99 // Primitive Java type name for the field.
105 // Boes primitive Java type name for the field.
108 } // namespace java
[all...]
H A Djava_message_field_lite.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_helpers.h>
41 #include <google/protobuf/compiler/java/java_message_field_lite.h>
42 #include <google/protobuf/compiler/java/java_name_resolver.h>
50 namespace java { namespace
70 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetMessageVariables()
144 "@java.lang.Override\n" in GenerateMembers()
152 "@java.lang.Override\n" in GenerateMembers()
161 "@java in GenerateMembers()
[all...]
H A Djava_enum_lite.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_lite.h>
41 #include <google/protobuf/compiler/java/java_helpers.h>
42 #include <google/protobuf/compiler/java/java_name_resolver.h>
51 namespace java { namespace
93 printer->Print("@java.lang.Deprecated\n"); in Generate()
128 ? "@java.lang.Deprecated " in Generate()
142 "@java.lang.Override\n" in Generate()
147 " throw new java in Generate()
[all...]
H A Djava_generator.cc35 #include <google/protobuf/compiler/java/java_generator.h>
40 #include <google/protobuf/compiler/java/java_file.h>
41 #include <google/protobuf/compiler/java/java_generator_factory.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_options.h>
45 #include <google/protobuf/compiler/java/java_shared_code_generator.h>
55 namespace java { namespace
86 // Note: Java Lite does not guarantee API/ABI stability. We may choose to in Generate()
145 java_filename += ".java"; in Generate()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java6 import java.io.BufferedReader;
7 import java.io.File;
8 import java.io.InputStream;
9 import java.io.InputStreamReader;
10 import java.net.URL;
11 import java.nio.charset.Charset;
12 import java.util.Arrays;
13 import java.util.Collection;
14 import java.util.Collections;
15 import java
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java12 import java.io.InputStream;
13 import java.util.ArrayList;
14 import java.util.Collections;
15 import java.util.Enumeration;
16 import java.util.List;
17 import java.util.MissingResourceException;
18 import java.util.PropertyResourceBundle;
19 import java.util.ResourceBundle;
25 * just a wrapper for Java ListResourceBundles and
189 InputStream stream = java in instantiateBundle()
[all...]
H A DUnicodeRegex.java11 import java.io.BufferedReader;
12 import java.io.FileInputStream;
13 import java.io.IOException;
14 import java.io.InputStream;
15 import java.io.InputStreamReader;
16 import java.io.UnsupportedEncodingException;
17 import java.text.ParsePosition;
18 import java.util.Arrays;
19 import java.util.Comparator;
20 import java
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DResourceBasedPeriodFormatterDataService.java12 import java.io.BufferedReader;
13 import java.io.IOException;
14 import java.io.InputStream;
15 import java.io.InputStreamReader;
16 import java.io.UnsupportedEncodingException;
17 import java.util.ArrayList;
18 import java.util.Collection;
19 import java.util.Collections;
20 import java.util.HashMap;
21 import java
[all...]
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DMain.java11 import java.io.File;
12 import java.io.FileOutputStream;
13 import java.io.IOException;
14 import java.io.OutputStreamWriter;
15 import java.util.Collection;
16 import java.util.Map.Entry;
17 import java.util.Set;
18 import java.util.SortedMap;
19 import java.util.TreeSet;
114 System.out.println(" 1) java co in printUsage()
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBJavaExporter.java9 import java.io.*;
10 import java.awt.*;
11 import java.awt.event.*;
14 import java.util.*;
18 * the Java standard for Resource Bundles as specified in java.util.ListResourceBundle.
19 * The output files are compilable java files that are not associated with any
39 return "Java Source Files"; in RBJavaExporter()
43 if (f.getName().endsWith(".java") && f.getName().indexOf("_") < 0) return true; in RBJavaExporter()
66 if (base_name.endsWith(".java")) base_nam in export()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DResourceBundleWrapper.java13 import java.io.InputStream;
14 import java.util.ArrayList;
15 import java.util.Collections;
16 import java.util.Enumeration;
17 import java.util.List;
18 import java.util.MissingResourceException;
19 import java.util.PropertyResourceBundle;
20 import java.util.ResourceBundle;
26 * just a wrapper for Java ListResourceBundles and
191 InputStream stream = java in instantiateBundle()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DResourceBasedPeriodFormatterDataService.java13 import java.io.BufferedReader;
14 import java.io.IOException;
15 import java.io.InputStream;
16 import java.io.InputStreamReader;
17 import java.io.UnsupportedEncodingException;
18 import java.util.ArrayList;
19 import java.util.Collection;
20 import java.util.Collections;
21 import java.util.HashMap;
22 import java
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java11 import java.io.ByteArrayInputStream;
12 import java.io.IOException;
13 import java.io.InputStream;
14 import java.io.InputStreamReader;
15 import java.io.Reader;
22 * or for Java Reader or String to access the original byte data in Unicode form.
35 * Create a java.io.Reader for reading the Unicode character data corresponding
63 * Create a Java String from Unicode character data corresponding
70 public String getString() throws java.io.IOException { in getString()
76 * Create a Java Strin
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetMatch.java12 import java.io.ByteArrayInputStream;
13 import java.io.IOException;
14 import java.io.InputStream;
15 import java.io.InputStreamReader;
16 import java.io.Reader;
23 * or for Java Reader or String to access the original byte data in Unicode form.
36 * Create a java.io.Reader for reading the Unicode character data corresponding
62 * Create a Java String from Unicode character data corresponding
67 public String getString() throws java.io.IOException { in getString()
73 * Create a Java Strin
[all...]
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixDataTest.java25 import java.io.ByteArrayInputStream;
26 import java.io.ByteArrayOutputStream;
27 import java.io.File;
28 import java.io.IOException;
29 import java.io.ObjectInputStream;
30 import java.util.Arrays;
31 import java.util.Collections;
32 import java.util.HashMap;
33 import java.util.List;
34 import java
[all...]
H A DJarPhonePrefixDataIOHandlerTest.java19 import java.io.File;
20 import java.io.IOException;
21 import java.util.Enumeration;
22 import java.util.jar.JarEntry;
23 import java.util.jar.JarFile;
24 import java.util.logging.Level;
25 import java.util.logging.Logger;
29 * Unittests for JarPhonePrefixDataIOHandler.java
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
H A DCombineGeoData.java19 import java.io.BufferedOutputStream;
20 import java.io.BufferedReader;
21 import java.io.FileInputStream;
22 import java.io.FileOutputStream;
23 import java.io.IOException;
24 import java.io.InputStream;
25 import java.io.InputStreamReader;
26 import java.io.OutputStream;
27 import java.io.PrintWriter;
28 import java
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
H A DDetectingViewer.java13 import java.awt.Font;
14 import java.awt.event.ActionEvent;
15 import java.awt.event.ActionListener;
16 import java.awt.event.KeyEvent;
17 import java.awt.event.WindowAdapter;
18 import java.awt.event.WindowEvent;
19 import java.io.BufferedInputStream;
20 import java.io.File;
21 import java.io.FileInputStream;
22 import java
[all...]
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java18 import java.io.IOException;
19 import java.io.InputStreamReader;
20 import java.io.OutputStreamWriter;
21 import java.io.File;
22 import java.io.FileInputStream;
23 import java.io.BufferedReader;
24 import java.io.FileOutputStream;
25 import java.net.URISyntaxException;
26 import java.nio.charset.StandardCharsets;
27 import java
[all...]
/third_party/protobuf/docs/
H A Dthird_party.md54 * Java: https://github.com/google/protobuf (Google-official implementation)
55 * Java/Android: https://github.com/square/wire
56 * Java: https://github.com/HebiRobotics/QuickBuffers/
57 * Java ME: http://code.google.com/p/protobuf-javame/
58 * Java ME: http://swingme.sourceforge.net/encode.shtml
59 * Java ME: http://code.google.com/p/protobuf-j2me/
114 * https://code.google.com/p/protobuf-rpc-pro/ (Java)
118 * https://github.com/SeriousMa/grpc-protobuf-validation (Java)
124 * https://github.com/ppissias/xsrpcj (Java)
130 * https://github.com/sdeo/protobuf-socket-rpc (Java, Pytho
[all...]
/third_party/skia/third_party/externals/brotli/csharp/
H A Dsharpen.cfg9 -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/backends/japi/
H A DREADME.JAVA7 longer in JAVA then with "xscanimage".
18 to be a Java clone of "xscanimage". Only some of the controls are implemented
23 There are also some small changes to the Java API.
38 NOTE: To build the Java interface, you have to cd into this directory
43 This is my first pass at creating a Java API for SANE. It requires JDK 1.1.x,
46 This is definitely not 100% pure Java, as it's really just a set of wrappers
51 what to do with the generated Java class files. So for now, you should be
52 able to run the test program after installation by typing "java Test" within
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DDecimalFormatPerformanceTest.java11 import java.text.ParseException;
12 import java.util.Locale;
26 java.text.DecimalFormat[] javaDecimalFormat;
44 javaDecimalFormat = new java.text.DecimalFormat[threads]; in setup()
48 javaDecimalFormat[i] = new java.text.DecimalFormat(pattern, in setup()
49 new java.text.DecimalFormatSymbols(locale)); in setup()
75 new java.text.DecimalFormat(pattern, new java.text.DecimalFormatSymbols(locale)); in TestJDKConstruction()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java8 import static java.nio.charset.StandardCharsets.UTF_8;
9 import static java.nio.file.LinkOption.NOFOLLOW_LINKS;
10 import static java.util.stream.Collectors.joining;
11 import static java.util.stream.Collectors.partitioningBy;
13 import java.io.BufferedReader;
14 import java.io.IOException;
15 import java.io.InputStream;
16 import java.io.InputStreamReader;
17 import java.io.UncheckedIOException;
18 import java
[all...]

Completed in 10 milliseconds

12345678910>>...166