Home
last modified time | relevance | path

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

12345678910>>...157

/third_party/protobuf/src/google/protobuf/compiler/java/
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...]
H A DDecimalFormatICU.java11 import java.math.RoundingMode;
12 import java.text.AttributedCharacterIterator;
13 import java.text.AttributedString;
14 import java.text.CharacterIterator;
15 import java.text.DecimalFormatSymbols;
16 import java.text.FieldPosition;
17 import java.text.ParsePosition;
18 import java.util.Currency;
19 import java.util.HashMap;
20 import java
[all...]
/third_party/libphonenumber/debian/
H A Dlibphonenumber7-java.poms17 # --java-lib: install the jar into /usr/share/java to comply with Debian
19 # --usj-name=<name>: name to use when installing the library in /usr/share/java
20 # --usj-version=<version>: version to use when installing the library in /usr/share/java
21 # --no-usj-versionless: don't install the versionless link in /usr/share/java
29 tools/java/pom.xml
30 tools/java/common/pom.xml
31 tools/java/cpp-build/pom.xml
32 tools/java/data/pom.xml
33 tools/java/jav
[all...]
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/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/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/
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/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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java11 import java.awt.BorderLayout;
12 import java.awt.Button;
13 import java.awt.CardLayout;
14 import java.awt.Checkbox;
15 import java.awt.Choice;
16 import java.awt.Component;
17 import java.awt.Dimension;
18 import java.awt.Font;
19 import java.awt.FontMetrics;
20 import java
[all...]
/third_party/icu/docs/processes/release/tasks/
H A Dintegration.md47 [java] TestAll {
48 [java] BreakIteratorTest {
49 [java] TestGetInstance (7.581s) Passed
50 [java] TestICUEquivalent (0.832s) Passed
51 [java] } (8.669s) Passed
52 [java] CollatorTest {
53 [java] TestGetInstance (0.900s) Passed
54 [java] TestICUEquivalent (0.040s) Passed
55 [java] } (0.966s) Passed
56 [java] CurrencyNameTes
[all...]
/third_party/libjpeg-turbo/
H A Dlibjpeg-turbo-2.1.1.tar.gz
/third_party/protobuf/java/
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...]

Completed in 15 milliseconds

12345678910>>...157