Home
last modified time | relevance | path

Searched full:java (Results 26 - 50 of 4130) sorted by relevance

12345678910>>...166

/third_party/libphonenumber/debian/
H A Dcontrol3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
8 default-jdk | java-sdk,
20 libbuild-helper-maven-plugin-java,
21 libmaven-antrun-plugin-java,
22 libmaven-assembly-plugin-java,
23 libmaven-compiler-plugin-java,
24 libmaven-exec-plugin-java,
25 libmaven-jar-plugin-java,
26 libmaven-javadoc-plugin-java,
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_map_field_lite.cc31 #include <google/protobuf/compiler/java/java_map_field_lite.h>
33 #include <google/protobuf/compiler/java/java_context.h>
34 #include <google/protobuf/compiler/java/java_doc_comment.h>
35 #include <google/protobuf/compiler/java/java_helpers.h>
36 #include <google/protobuf/compiler/java/java_name_resolver.h>
42 namespace java { namespace
105 (*variables)["boxed_value_type"] = "java.lang.Integer"; in SetMessageVariables()
133 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetMessageVariables()
171 "@java.lang.Deprecated\n" in GenerateInterfaceMembers()
172 "java in GenerateInterfaceMembers()
[all...]
H A Djava_string_field_lite.cc41 #include <google/protobuf/compiler/java/java_context.h>
42 #include <google/protobuf/compiler/java/java_doc_comment.h>
43 #include <google/protobuf/compiler/java/java_helpers.h>
44 #include <google/protobuf/compiler/java/java_name_resolver.h>
45 #include <google/protobuf/compiler/java/java_string_field_lite.h>
53 namespace java { namespace
73 (*variables)["capitalized_type"] = "java.lang.String"; in SetPrimitiveVariables()
85 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetPrimitiveVariables()
134 // strings are not stored as java.lang.String in the Message because of two
142 // strings immediately, some java cod
[all...]
H A Djava_map_field.cc31 #include <google/protobuf/compiler/java/java_map_field.h>
33 #include <google/protobuf/compiler/java/java_context.h>
34 #include <google/protobuf/compiler/java/java_doc_comment.h>
35 #include <google/protobuf/compiler/java/java_helpers.h>
36 #include <google/protobuf/compiler/java/java_name_resolver.h>
42 namespace java { namespace
101 ? "if (key == null) { throw new java.lang.NullPointerException(); }" in SetMessageVariables()
105 ? "if (value == null) { throw new java.lang.NullPointerException(); }" in SetMessageVariables()
110 (*variables)["boxed_value_type"] = "java.lang.Integer"; in SetMessageVariables()
138 descriptor->options().deprecated() ? "@java in SetMessageVariables()
[all...]
H A Djava_enum_field_lite.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_enum_field_lite.h>
43 #include <google/protobuf/compiler/java/java_helpers.h>
44 #include <google/protobuf/compiler/java/java_name_resolver.h>
52 namespace java { namespace
83 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetEnumVariables()
167 "@java.lang.Override\n" in GenerateMembers()
177 "@java.lang.Override\n" in GenerateMembers()
185 "@java in GenerateMembers()
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DSimpleDateFormatICU.java11 import java.text.AttributedCharacterIterator;
12 import java.text.AttributedString;
13 import java.text.CharacterIterator;
14 import java.text.DateFormatSymbols;
15 import java.text.FieldPosition;
16 import java.text.NumberFormat;
17 import java.text.ParsePosition;
18 import java.util.Calendar;
19 import java.util.Date;
20 import java
[all...]
H A DCollatorICU.java11 import java.text.CollationKey;
17 * implements java.text.Collator APIs.
19 public class CollatorICU extends java.text.Collator {
27 public static java.text.Collator wrap(Collator icuCollator) { in wrap()
80 int mode = java.text.Collator.NO_DECOMPOSITION; in getDecomposition()
83 return java.text.Collator.FULL_DECOMPOSITION; in getDecomposition()
87 mode = java.text.Collator.CANONICAL_DECOMPOSITION; in getDecomposition()
90 // mode = java.text.Collator.NO_DECOMPOSITION; in getDecomposition()
105 strength = java.text.Collator.IDENTICAL; in getStrength()
108 strength = java in getStrength()
[all...]
/third_party/icu/docs/userguide/icu4j/
H A Dlocale-service-provider.md25 Java SE 6 introduced a new feature which allows Java user code to extend locale
26 support in Java runtime environment. JREs shipped by Oracle or IBM come with
27 decent locale coverage, but some users may want more locale support. Java SE 6
29 [`java.util.spi.LocaleServiceProvider`](http://download.oracle.com/javase/6/docs/api/java/util/spi/LocaleServiceProvider.html).
30 Java SE 6 users can create a subclass of these abstract class to supply their
35 However, Java programmers have to use ICU4J's own internationalization service
38 depend on existing Java libraries utilizing JDK internationalization service
43 the Java S
[all...]
/third_party/mindspore/
H A D.gitignore13 # mindspore lite java
14 mindspore/lite/java/java/.gradle
15 mindspore/lite/java/java/build
16 mindspore/lite/java/java/gradle
17 mindspore/lite/java/java/gradlew
18 mindspore/lite/java/jav
[all...]
/third_party/backends/japi/
H A DMakefile.am8 # Makefile for a Java project with native methods.
15 # We'll need something in 'configure' for the Java includes.
21 JAVA_SRC = SaneDevice.java SaneOption.java SaneRange.java\
22 Sane.java SaneParameters.java ScanIt.java \
23 ImageCanvas.java ImageCanvasClient.java \
[all...]
/third_party/protobuf/
H A DBUILD.gn342 "src/google/protobuf/compiler/java/java_context.cc",
343 "src/google/protobuf/compiler/java/java_doc_comment.cc",
344 "src/google/protobuf/compiler/java/java_enum.cc",
345 "src/google/protobuf/compiler/java/java_enum_field.cc",
346 "src/google/protobuf/compiler/java/java_enum_field_lite.cc",
347 "src/google/protobuf/compiler/java/java_enum_lite.cc",
348 "src/google/protobuf/compiler/java/java_extension.cc",
349 "src/google/protobuf/compiler/java/java_extension_lite.cc",
350 "src/google/protobuf/compiler/java/java_field.cc",
351 "src/google/protobuf/compiler/java/java_fil
[all...]
/third_party/icu/icu4j/tools/build/
H A Dicu4j72.api3.gz
H A Dicu4j71.api3.gz
H A Dicu4j70.api3.gz
H A Dicu4j69.api3.gz
H A Dicu4j68.api3.gz
H A Dicu4j67.api3.gz
H A Dicu4j66.api3.gz
H A Dicu4j65.api3.gz
H A Dicu4j64.api3.gz
H A Dicu4j63.api3.gz
/third_party/protobuf/java/
H A Dlite.md7 ## Use Protobuf Java Lite Runtime
9 Protobuf Java Lite runtime is separated from the main Java runtime because
10 it's designed/implemented with different constraints. In particular, Java
15 NOT guarantee API/ABI stability for Java Lite. If this is not acceptable
16 for your use-case, please use the full Java runtime instead. Note that
17 the latest version of Java Lite is not compatible with the 3.0.0 version.
19 You can generate Java Lite code for your .proto files:
26 Include the generated Java files in your project and add a dependency on the
27 protobuf Java runtim
[all...]
H A DREADME.md7 ## Use Java Protocol Buffers
9 To use protobuf in Java, first obtain the protocol compiler (a.k.a., protoc,
11 generate Java code for your .proto files:
15 Include the generated Java files in your project and add a dependency on the
16 protobuf Java runtime.
25 <artifactId>protobuf-java</artifactId>
34 protobuf-java-util package:
39 <artifactId>protobuf-java-util</artifactId>
48 compile 'com.google.protobuf:protobuf-java:3.11.0'
52 ### Use Java Protoco
[all...]
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/
H A Dstateful-lambdas.patch1 diff --git a/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java b/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java
3 --- a/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java
4 +++ b/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java
34 diff --git a/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaDesugaring.java
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java10 import java.awt.BorderLayout;
11 import java.awt.Button;
12 import java.awt.Dialog;
13 import java.awt.FlowLayout;
14 import java.awt.Frame;
15 import java.awt.Label;
16 import java.awt.Panel;
17 import java.awt.TextArea;
18 import java.awt.event.ActionEvent;
19 import java
[all...]

Completed in 12 milliseconds

12345678910>>...166