Home
last modified time | relevance | path

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

12345678910>>...42

/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/
DExample4_original.java.txt47 * Parse Java source code and creates Abstract Syntax Trees.
122 * Parses the Java code contained in the {@link InputStream} and returns a
125 * @param in {@link InputStream} containing Java source code
127 * @return CompilationUnit representing the Java source code
135 * Parses the Java code contained in the {@link InputStream} and returns a
139 * @param in {@link InputStream} containing Java source code
140 * @return CompilationUnit representing the Java source code
148 * Parses the Java code contained in a {@link File} and returns a
151 * @param file {@link File} containing Java source code
153 * @return CompilationUnit representing the Java source code
[all …]
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dpretty_printing_scenarios.story7 When the class is parsed by the Java parser
22 When the class is parsed by the Java parser
46 When the class is parsed by the Java parser
69 When the class is parsed by the Java parser
89 When the class is parsed by the Java parser
112 When the class is parsed by the Java parser
129 When the class is parsed by the Java parser
139 When the class is parsed by the Java parser
155 When the class is parsed by the Java parser
173 When the class is parsed by the Java parser
[all …]
Dcomment_attribution_scenarios.story1 Scenario: A Class With Line Comments is processed by the Java Parser
15 When the class is parsed by the Java parser
26 Scenario: A Class With Line Comments is processed by the Java Parser
44 When the class is parsed by the Java parser
58 Scenario: A Class With Orphan Comment in Class Declaration is parsed by the Java Parser
70 When the class is parsed by the Java parser
75 Scenario: A Class With Line Comments in Multiple Methods is parsed by the Java Parser
97 When the class is parsed by the Java parser
113 Scenario: A Class With Line Comments in Multiple Methods is parsed by the Java Parser
130 When the class is parsed by the Java parser
[all …]
/external/flatbuffers/docs/source/
DJavaCsharpUsage.md1 Use in Java/C# {#flatbuffers_guide_use_java_c-sharp}
6 Before diving into the FlatBuffers usage in Java or C#, it should be noted that
8 general FlatBuffers usage in all of the supported languages (including both Java
10 specific to Java and C#.
17 ## FlatBuffers Java and C-sharp code location
19 #### Java subsubsection
21 The code for the FlatBuffers Java library can be found at
33 ## Testing the FlatBuffers Java and C-sharp libraries
37 #### Java subsubsection
39 The test code for Java is located in [JavaTest.java](https://github.com/google
[all …]
/external/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
/external/opencensus-java/contrib/agent/
DREADME.md1 # OpenCensus Agent for Java
7 The *OpenCensus Agent for Java* collects and sends latency data about your Java process to
13 The *OpenCensus Agent for Java* is in an early development stage. The following features are
40 We see tracing as a cross-cutting concern which the *OpenCensus Agent for Java* weaves into
41 existing Java bytecode (the application and its libraries) at runtime, typically when first loading
48 stays as-is across the supported versions, the Java agent's bytecode weaver will be able to
51 The *OpenCensus Agent for Java* uses [Byte Buddy](http://bytebuddy.net/), a widely used and
52 well-maintained bytecode manipulation library, for instrumenting selected Java methods at class
53 load-time. Which Java methods we want to intercept/instrument obviously depends on the library
59 Download the latest version of the *OpenCensus Agent for Java* `.jar` file
[all …]
/external/apache-commons-bcel/docs/
Dmanual.bib11 title = {\protect{Adding Type Parameterization to the Java
30 title = {\protect{Barat -- A Front-End for Java}},
47 title = {\protect{BIT: A Tool for Instrumenting Java
72 title = {\protect{Dynamic Class Loading in the Java Virtual
98 title = {The Java Language Specification},
104 title = {Inside Java Class Files},
114 title = {Java Virtual Machine},
121 title = {\protect{JaWa: Java with Assertions}},
138 title = {The Java Virtual Machine Specification},
145 title = {\protect{Parameterized Types for Java}},
[all …]
Dgeneric.mdl78 language "Java")
108 language "Java")
129 language "Java")
143 language "Java")
151 language "Java")
164 language "Java")
177 language "Java")
185 language "Java")
193 language "Java")
203 language "Java")
[all …]
/external/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
/external/grpc-grpc-java/compiler/
DREADME.md1 gRPC Java Codegen Plugin for Protobuf Compiler
4 This generates the Java interfaces out of the service definition from a
15 * Java 7 or up
35 To compile a proto file and generate Java interfaces out of the service definitions:
40 To generate Java interfaces with protobuf lite:
45 To generate Java interfaces with protobuf nano:
59 ## Creating a release of GRPC Java
/external/protobuf/docs/
Dthird_party.md43 * Java: https://github.com/google/protobuf (Google-official implementation)
44 * Java/Android: https://github.com/square/wire
45 * Java ME: http://code.google.com/p/protobuf-javame/
46 * Java ME: http://swingme.sourceforge.net/encode.shtml
47 * Java ME: http://github.com/ponderingpanda/protobuf-j2me
48 * Java ME: http://code.google.com/p/protobuf-j2me/
96 * http://code.google.com/p/protobuf-socket-rpc/ (Java, Python)
97 * http://code.google.com/p/proto-streamer/ (Java)
100 * http://code.google.com/p/protobuf-mina-rpc/ (Python client, Java server)
102 * http://code.google.com/p/cxf-protobuf/ (Java)
[all …]
/external/tensorflow/tensorflow/tools/lib_package/
DREADME.md27 ## Java library
29 The TensorFlow [Java
31 consists of a native library (`libtensorflow_jni.so`) and a Java archive (JAR).
46 - The Java archive at:
48 - The Java archive for Java sources at:
/external/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
/external/xz-java/
DNEWS2 XZ for Java release notes
7 * Fix a binary compatibility regression: XZ for Java 1.7 binaries
8 in the Maven Central require Java 9 which is too new. XZ for
9 Java 1.8 binaries require Java 5. (XZ for Java 1.6 and older
10 binaries require Java 1.4.)
/external/grpc-grpc-java/examples/android/
DREADME.md1 gRPC Hello World Example (Android Java)
6 - [Java gRPC](https://github.com/grpc/grpc-java)
10 - [gRPC Java Android Quick Start Guide](https://grpc.io/docs/quickstart/android.html)
17 1. (Only for non-released versions) Install gRPC Java
/external/antlr/runtime/Perl5/docs/
Ddesign.pod12 primary target language is Java. This port tries to mimic this implementation
18 Java is built on two basic concepts: Objects and Exceptions. If there's a
27 The Java package C<org.antlr.runtime> maps to the Perl 5 package
32 Each Java class maps to a Perl 5 class with the same name.
41 Here's a list of Java types and how they should map to Perl.
/external/apache-xml/
DNOTICE3 == Version 2.0, in this case for the Apache Xalan Java distribution. ==
29 - Xerces Java - see LICENSE.txt
39 Xalan Java) of this product includes software developed by the following:
42 - Xerces Java - see LICENSE.txt
53 Apache Xerces Java
59 Portions of Apache Xerces Java in xercesImpl.jar and xml-apis.jar
/external/webrtc/talk/app/webrtc/java/
DREADME1 This directory holds a Java implementation of the webrtc::PeerConnection API, as
2 well as the JNI glue C++ code that lets the Java implementation reuse the C++
5 To build the Java API and related tests, build with
10 To use the Java API, start by looking at the public interface of
/external/markdown/tests/misc/
Djapanese.txt7 …ミング言語 Python は初心者から専門家まで幅広いユーザ層を獲得している。利用目的は汎用で、方向性としてはJavaに近い。ただし、最初からネットワーク利用をメインとして考えられているJavaよ…
15 …の構文はPythonに慣れたユーザからは称賛をもって受け入れられているが、他の言語のユーザからは批判も多い。このほかにも、大きすぎる実行ファイルや、Javaに比べて遅い処理速度などが欠点として指摘…
/external/bcc/tools/
Djavathreads_example.txt4 uthreads traces thread creation events in Java or raw (C) pthreads, and prints
5 details about the newly created thread. For Java threads, the thread name is
9 For example, trace all Java thread creation events:
19 ID, when available. The accuracy of this information depends on the Java
57 ./uthreads -l java 185 # trace Java threads in process 185
Dcthreads_example.txt4 uthreads traces thread creation events in Java or raw (C) pthreads, and prints
5 details about the newly created thread. For Java threads, the thread name is
9 For example, trace all Java thread creation events:
19 ID, when available. The accuracy of this information depends on the Java
57 ./uthreads -l java 185 # trace Java threads in process 185
/external/bcc/tools/lib/
Duthreads_example.txt4 uthreads traces thread creation events in Java or raw (C) pthreads, and prints
5 details about the newly created thread. For Java threads, the thread name is
9 For example, trace all Java thread creation events:
19 ID, when available. The accuracy of this information depends on the Java
57 ./uthreads -l java 185 # trace Java threads in process 185
/external/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)
/external/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)

12345678910>>...42