Home
last modified time | relevance | path

Searched full:java (Results 1 – 25 of 4247) sorted by relevance

12345678910>>...170

/third_party/icu/ohos_icu4j/
DBUILD.gn18 "src/main/java/ohos/global/icu/lang/CharacterProperties.java",
19 "src/main/java/ohos/global/icu/lang/UScript.java",
20 "src/main/java/ohos/global/icu/lang/UCharacterDirection.java",
21 "src/main/java/ohos/global/icu/lang/UProperty.java",
22 "src/main/java/ohos/global/icu/lang/CharSequences.java",
23 "src/main/java/ohos/global/icu/lang/UCharacter.java",
24 "src/main/java/ohos/global/icu/lang/UCharacterNameIterator.java",
25 "src/main/java/ohos/global/icu/lang/UCharacterEnums.java",
26 "src/main/java/ohos/global/icu/lang/UCharacterCategory.java",
27 "src/main/java/ohos/global/icu/lang/UScriptRun.java",
[all …]
/third_party/skia/third_party/externals/angle2/third_party/r8/
Ddesugar_jdk_libs.json13 "java.time.Clock"
19 "java.util.PrimitiveIterator$OfDouble",
20 "java.util.PrimitiveIterator$OfInt",
21 "java.util.PrimitiveIterator$OfLong",
22 "java.util.Spliterator",
23 "java.util.Spliterator$OfDouble",
24 "java.util.Spliterator$OfInt",
25 "java.util.Spliterator$OfLong",
26 "java.util.Spliterator$OfPrimitive",
27 "java.util.function.BiConsumer",
[all …]
Dbackported_methods.txt1 java/lang/Boolean#compare(ZZ)I
2 java/lang/Boolean#hashCode(Z)I
3 java/lang/Boolean#logicalAnd(ZZ)Z
4 java/lang/Boolean#logicalOr(ZZ)Z
5 java/lang/Boolean#logicalXor(ZZ)Z
6 java/lang/Byte#compare(BB)I
7 java/lang/Byte#compareUnsigned(BB)I
8 java/lang/Byte#hashCode(B)I
9 java/lang/Byte#toUnsignedInt(B)I
10 java/lang/Byte#toUnsignedLong(B)J
[all …]
/third_party/protobuf/java/core/
DBUILD.bazel2 load("@rules_java//java:java_library.bzl", "java_library")
14 load("//java/internal:testing.bzl", "junit_tests")
18 "src/main/java/com/google/protobuf/AbstractMessageLite.java",
19 "src/main/java/com/google/protobuf/AbstractParser.java",
20 "src/main/java/com/google/protobuf/AbstractProtobufList.java",
21 "src/main/java/com/google/protobuf/AllocatedBuffer.java",
22 "src/main/java/com/google/protobuf/Android.java",
23 "src/main/java/com/google/protobuf/ArrayDecoders.java",
24 "src/main/java/com/google/protobuf/BinaryReader.java",
25 "src/main/java/com/google/protobuf/BinaryWriter.java",
[all …]
/third_party/icu/icu4c/source/data/mappings/
Dconvrtrs.txt125 JAVA # Source: Sun JDK. Alias name case is ignored, but dashes are not ignored.
142 UTF-8 { IANA* MIME* JAVA* WINDOWS }
158 UTF-16 { IANA* MIME* JAVA* } ISO-10646-UCS-2 { IANA }
168 UTF-16BE { IANA* MIME* JAVA* } x-utf-16be { JAVA }
169 UnicodeBigUnmarked { JAVA } # java.io name
189 # iso-10646-ucs-2 { JAVA } # This is ambiguous
192 UTF-16LE { IANA* MIME* JAVA* } x-utf-16le { JAVA }
193 UnicodeLittleUnmarked { JAVA } # java.io name
230 # Java-specific, non-Unicode-standard UTF-16 variants.
231 # These are in the Java "Basic Encoding Set (contained in lib/rt.jar)".
[all …]
/third_party/protobuf/java/kotlin-lite/
DBUILD.bazel11 deps = ["//java/kotlin:example_extensible_message_proto"],
17 deps = ["//java/lite"],
45 "//java/kotlin:only_for_use_in_proto_generated_code_its_generator_and_tests",
46 "//java/kotlin:shared_runtime",
47 "//java/lite",
63 "//java/kotlin:bytestring_lib",
64 "//java/kotlin:only_for_use_in_proto_generated_code_its_generator_and_tests",
65 "//java/kotlin:shared_runtime",
73 "//java/lite",
76 pom_template = "//java/kotlin-lite:pom_template.xml",
[all …]
/third_party/libphonenumber/debian/
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,
27 libmaven-war-plugin-java,
[all …]
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/java-build/pom.xml
34 java/pom.xml --no-parent
[all …]
/third_party/icu/docs/userguide/icu4j/
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/…
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 SE 6 locale sensitive service provider interfaces. Available service
46 * [`BreakIteratorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/BreakItera…
47 * [`CollatorProvider`](http://download.oracle.com/javase/6/docs/api/java/text/spi/CollatorProvide…
[all …]
/third_party/protobuf/src/google/protobuf/compiler/kotlin/
Dmessage.cc14 #include "google/protobuf/compiler/java/context.h"
15 #include "google/protobuf/compiler/java/doc_comment.h"
16 #include "google/protobuf/compiler/java/field_common.h"
17 #include "google/protobuf/compiler/java/generator_common.h"
18 #include "google/protobuf/compiler/java/helpers.h"
19 #include "google/protobuf/compiler/java/full/field_generator.h"
20 #include "google/protobuf/compiler/java/full/make_field_gens.h"
21 #include "google/protobuf/compiler/java/lite/field_generator.h"
22 #include "google/protobuf/compiler/java/lite/make_field_gens.h"
23 #include "google/protobuf/compiler/java/name_resolver.h"
[all …]
/third_party/protobuf/java/lite/
Dgenerate-test-sources-build.xml6 <arg value="--proto_path=${protobuf.basedir}/java/core/${test.proto.dir}"/>
22 … <arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/any_test.proto"/>
23 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/cached_field_size_…
24 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/deprecated_file.pr…
25 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/field_presence_tes…
26 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/lazy_fields_lite.p…
27 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/lite_equals_and_ha…
28 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_for_proto2_lit…
29 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_for_proto2_tes…
30 …<arg value="${protobuf.basedir}/java/core/${test.proto.dir}/com/google/protobuf/map_initialization…
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DJavaTimeZone.java11 import java.io.IOException;
12 import java.io.ObjectInputStream;
13 import java.lang.reflect.InvocationTargetException;
14 import java.lang.reflect.Method;
15 import java.util.Date;
16 import java.util.TreeSet;
21 * JavaTimeZone inherits com.ibm.icu.util.TimeZone and wraps java.util.TimeZone.
22 * We used to have JDKTimeZone which wrapped Java TimeZone and used it as primary
36 private java.util.TimeZone javatz;
37 private transient java.util.Calendar javacal;
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DJavaTimeZone.java12 import java.io.IOException;
13 import java.io.ObjectInputStream;
14 import java.lang.reflect.InvocationTargetException;
15 import java.lang.reflect.Method;
16 import java.util.Date;
17 import java.util.TreeSet;
22 * JavaTimeZone inherits ohos.global.icu.util.TimeZone and wraps java.util.TimeZone.
23 * We used to have JDKTimeZone which wrapped Java TimeZone and used it as primary
38 private java.util.TimeZone javatz;
39 private transient java.util.Calendar javacal;
[all …]
/third_party/protobuf/java/util/
DBUILD.bazel6 load("//java/internal:testing.bzl", "junit_tests")
11 "src/main/java/com/google/protobuf/util/*.java",
15 "//java/core",
27 "src/main/java/com/google/protobuf/util/*.java",
35 "//java/core",
47 deploy_env = ["//java/core"],
48 maven_coordinates = "com.google.protobuf:protobuf-java-util:%s" % PROTOBUF_JAVA_VERSION,
51 visibility = ["//java:__pkg__"],
63 visibility = ["//java:__pkg__"],
87 srcs = glob(["src/test/java/**/*.java"]),
[all …]
/third_party/protobuf/java/
DBUILD.bazel19 "//java/core:dist_files",
20 "//java/util",
36 "//java/core:tests",
37 "//java/kotlin:tests",
38 "//java/kotlin-lite:tests",
39 "//java/lite:tests",
40 "//java/util:tests",
47 "//java/core:release", # contains lite.
48 "//java/kotlin:release",
49 "//java/kotlin-lite:release",
[all …]
/third_party/libjpeg-turbo/
Dlibjpeg-turbo-3.1.0.tar.gz
/third_party/mindspore/
D.gitignore12 # mindspore lite java
13 mindspore/lite/java/java/.gradle
14 mindspore/lite/java/java/build
15 mindspore/lite/java/java/gradle
16 mindspore/lite/java/java/gradlew
17 mindspore/lite/java/java/gradlew.bat
18 mindspore/lite/java/java/app/build
19 mindspore/lite/java/java/app/libs
/third_party/backends/japi/
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 \
24 Test.java Jscanimage.java
30 EXTRA_DIST = README.JAVA
/third_party/protobuf/src/google/protobuf/compiler/java/lite/
Dmap_field.cc8 #include "google/protobuf/compiler/java/lite/map_field.h"
13 #include "google/protobuf/compiler/java/context.h"
14 #include "google/protobuf/compiler/java/doc_comment.h"
15 #include "google/protobuf/compiler/java/field_common.h"
16 #include "google/protobuf/compiler/java/helpers.h"
17 #include "google/protobuf/compiler/java/internal_helpers.h"
18 #include "google/protobuf/compiler/java/name_resolver.h"
27 namespace java { namespace
90 ? "java.lang.Class<?> keyClass = key.getClass();" in SetMessageVariables()
94 ? "java.lang.Class<?> valueClass = value.getClass();" in SetMessageVariables()
[all …]
/third_party/icu/docs/processes/release/tasks/
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] CurrencyNameTest {
[all …]
/third_party/icu/icu4j/tools/build/
Dicu4j72.api3.gz ... charset.CharsetDecoderICU, java.lang.Object, java.nio.ByteBuffer, java.nio.CharBuffer ...
Dicu4j67.api3.gz ... charset.CharsetDecoderICU, java.lang.Object, java.nio.ByteBuffer, java.nio.CharBuffer ...
Dicu4j66.api3.gz
Dicu4j65.api3.gz ... charset.CharsetDecoderICU, java.lang.Object, java.nio.ByteBuffer, java.nio.CharBuffer ...
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
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.util.GregorianCalendar;
[all …]

12345678910>>...170