Home
last modified time | relevance | path

Searched refs:Java (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/third_party/ejdb/cmake/Modules/
DFindJava.cmake8 Find Java
10 This module finds if Java is installed and determines where the
12 to specify a Java installation prefix explicitly.
14 See also the :module:`FindJNI` module to find Java Native Interface (JNI).
17 Added support for Java 9+ version parsing.
23 Runtime = Java Runtime Environment used to execute Java byte-compiled applications
25 IdlJ = Interface Description Language (IDL) to Java compiler
26 JarSigner = Signer and verifier tool for Java Archive (JAR) files
33 Java_JAVA_EXECUTABLE = the full path to the Java runtime
34 Java_JAVAC_EXECUTABLE = the full path to the Java compiler
[all …]
DFindJNI.cmake8 Find Java Native Interface (JNI) libraries.
10 JNI enables Java code running in a Java Virtual Machine (JVM) to call
14 This module finds if Java is installed and determines where the
17 Java installation prefix explicitly.
37 the path to the Java AWT Native Interface (JAWT) library
39 the path to the Java Virtual Machine (JVM) library
176 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit;CurrentVersion]" NAME)
179 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.9;JavaHome]/lib"
180 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.8;JavaHome]/lib"
181 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.7;JavaHome]/lib"
[all …]
/third_party/protobuf/java/
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 runtime. If you are using Maven, use the following:
37 For the older version of Java Lite (v3.0.0), please refer to:
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.
52 ### Use Java Protocol Buffers on Android
54 For Android users, it's recommended to use protobuf Java Lite runtime because
55 of its smaller code size. Java Lite runtime also works better with Proguard
56 because it doesn't rely on Java reflection and is optimized to allow as much
57 code stripping as possible. You can following these [instructions to use Java
[all …]
/third_party/libjpeg-turbo/java/
DREADME1 TurboJPEG Java Wrapper
4 The TurboJPEG shared library can optionally be built with a Java Native
6 Java applications. The Java front end for this is defined in several classes
7 located under org/libjpegturbo/turbojpeg. The source code for these Java
10 Java archive (JAR) file containing these classes is also shipped with the
14 README file, demonstrates how to use the TurboJPEG Java API to compress and
21 The TurboJPEG Java API defines several convenience methods that can allocate
27 performance, particularly in a multi-threaded environment (Java pauses all
30 The TurboJPEG Java API always gives you the option of pre-allocating your own
40 The TurboJPEG Java Wrapper will look for the TurboJPEG JNI library
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DREADME1 TurboJPEG Java Wrapper
4 The TurboJPEG shared library can optionally be built with a Java Native
6 Java applications. The Java front end for this is defined in several classes
7 located under org/libjpegturbo/turbojpeg. The source code for these Java
10 Java archive (JAR) file containing these classes is also shipped with the
14 README file, demonstrates how to use the TurboJPEG Java API to compress and
21 The TurboJPEG Java API defines several convenience methods that can allocate
27 performance, particularly in a multi-threaded environment (Java pauses all
30 The TurboJPEG Java API always gives you the option of pre-allocating your own
40 The TurboJPEG Java Wrapper will look for the TurboJPEG JNI library
/third_party/flatbuffers/docs/source/
DJavaUsage.md1 Use in Java {#flatbuffers_guide_use_java}
6 Before diving into the FlatBuffers usage in Java, it should be noted that
8 general FlatBuffers usage in all of the supported languages (including Java).
10 specific to Java.
17 ## FlatBuffers Java code location
19 The code for the FlatBuffers Java library can be found at
24 ## Testing the FlatBuffers Java libraries
28 The test code for Java is located in [JavaTest.java](https://github.com/google
36 *Note: These scripts require that [Java](https://www.oracle.com/java/index.html)
39 ## Using the FlatBuffers Java library
[all …]
/third_party/libxml2/result/
Dsvg2.rdr60 4 3 #text 0 1 Java Font definition:Dialog 0
71 4 3 #text 0 1 Java Font definition:Helvetica 0
99 4 3 #text 0 1 Java Font definition:Dialog 0
110 4 3 #text 0 1 Java Font definition:Helvetica 700
159 4 3 #text 0 1 Java Font definition:Dialog 700
170 4 3 #text 0 1 Java Font definition:Dialog 700
Dsvg2.rde60 4 3 #text 0 1 Java Font definition:Dialog 0
71 4 3 #text 0 1 Java Font definition:Helvetica 0
99 4 3 #text 0 1 Java Font definition:Dialog 0
110 4 3 #text 0 1 Java Font definition:Helvetica 700
159 4 3 #text 0 1 Java Font definition:Dialog 700
170 4 3 #text 0 1 Java Font definition:Dialog 700
Dsvg2.sax69 SAX.characters( Java Font definition:Dialog 0, 30)
80 SAX.characters( Java Font definition:Helvetic, 33)
108 SAX.characters( Java Font definition:Dialog 0, 30)
119 SAX.characters( Java Font definition:Helvetic, 35)
169 SAX.characters( Java Font definition:Dialog 7, 32)
180 SAX.characters( Java Font definition:Dialog 7, 32)
/third_party/icu/docs/userguide/
Dicu4j-locale-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
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
57 JRE. Once the component is configured properly, Java application running on the
63 Java SE 6 locale sensitive service providers are using the [Java Extension
66 optional package to extend the functionality of the Java core platform. To
[all …]
/third_party/libphonenumber/
Drun-java-demo.md1 # How to run the Java demo
5 This document explains how to build and run the demo of the Java version of
8 against any revision of the Java code by supplying jar files you build on your
17 instructions](http://cloud.google.com/appengine/downloads) to install the Java
23 Check out the Java code:
63 If you get a warning from App Engine asking you to upgrade your JRE to Java 1.6
64 or later, you might need to install Java 1.6 and point your `JAVA_HOME` to it.
69 * To reset `JAVA_HOME`, use `export JAVA_HOME=[path to Java 1.6 SDK]/jre`.
/third_party/icu/icu4j/tools/build/
Dmanifest.stub4 Specification-Title: ICU for Java Doc Tools
7 Implementation-Title: ICU for Java Doc Tools
14 Specification-Title: ICU for Java Resource Index Generator
17 Implementation-Title: ICU for Java Resource Index Generator
/third_party/protobuf/docs/
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, Python)
[all …]
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/
DREADME.chromium1 Name: Desugar, transforming Java 8 bytecode to be Java 7 compatible
9 Desugar is a Google-developed open-source Java library used by the build process
10 to transform Java 8 bytecode to Java 7. It is used to enable Java 8 features
/third_party/flutter/engine/flutter/tools/android_lint/bin/
Dmain.dart15 /// This script scans the flutter/shell/platform/android directory for Java
26 /// Java > 1.8. This script will print a warning if you are not running
27 /// Java 1.8.
165 /// On macOS, we can try to find Java 1.8.
180 /// Checks that `java` points to Java 1.8.
182 /// The SDK lint tool may not work with Java > 1.8.
184 print('Checking Java version...');
191 print('Java 1.8 not available - the linter may not work properly.');
200 'Ensure Java is installed and available on your path.');
206 print('The Android SDK tools may not work properly with your Java version. '
[all …]
/third_party/libphonenumber/debian/
Dcontrol3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
45 Google's common C++ and Java library for parsing, formatting, storing and
48 This package contains the runtime library JARs for Java users.
62 Google's common C++ and Java library for parsing, formatting, storing and
72 Google's common C++ and Java library for parsing, formatting, storing and
/third_party/icu/icu4j/main/classes/translit/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (transliteration)
5 Implementation-Title: International Components for Unicode for Java (transliteration)
11 Bundle-Description: International Components for Unicode for Java (transliteration)
/third_party/icu/icu4j/main/classes/collate/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (collate)
5 Implementation-Title: International Components for Unicode for Java (collate)
11 Bundle-Description: International Components for Unicode for Java (collate)
/third_party/icu/icu4j/main/classes/currdata/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (currency data)
5 Implementation-Title: International Components for Unicode for Java (currency data)
11 Bundle-Description: International Components for Unicode for Java (currency data)
/third_party/icu/icu4j/main/classes/regiondata/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (region data)
5 Implementation-Title: International Components for Unicode for Java (region data)
11 Bundle-Description: International Components for Unicode for Java (region data)
/third_party/icu/icu4j/main/classes/langdata/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (language data)
5 Implementation-Title: International Components for Unicode for Java (language data)
11 Bundle-Description: International Components for Unicode for Java (language data)
/third_party/icu/icu4j/main/classes/core/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (core)
5 Implementation-Title: International Components for Unicode for Java (core)
11 Bundle-Description: International Components for Unicode for Java (core)
/third_party/icu/icu4j/main/classes/charset/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (charset)
5 Implementation-Title: International Components for Unicode for Java (charset)
11 Bundle-Description: International Components for Unicode for Java (charset)
/third_party/icu/icu4j/main/classes/localespi/
Dmanifest.stub2 Specification-Title: International Components for Unicode for Java (JDK locale service provider)
5 Implementation-Title: International Components for Unicode for Java (JDK locale service provider)
11 Bundle-Description: International Components for Unicode for Java (JDK locale service provider)

12345678910>>...30