Searched refs:Java (Results 1 – 25 of 472) sorted by relevance
12345678910>>...19
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | plugin.properties | 21 javaLineBreakpoint.name=Java Line Breakpoints 22 javaClassLoadBreakpoint.name=Java Class Load Breakpoints 23 javaExceptionBreakpoint.name=Java Exception Breakpoints 24 javaWatchpoint.name=Java Watchpoints 25 javaMethodBreakpoint.name=Java Method Breakpoints 28 javaLogicalStructures= Java Logical Structures 30 JavaBreakpoint.name = Java Breakpoint 31 JavaClassLoadBreakpoint.name = Java Class Load Breakpoint 32 CommonJavaLineBreakpoint.name = Common Java Line Breakpoint 33 JavaLineBreakpoint.name = Java Line Breakpoint [all …]
|
/external/markdown/tests/misc/ |
D | japanese.txt | 7 …ミング言語 Python は初心者から専門家まで幅広いユーザ層を獲得している。利用目的は汎用で、方向性としてはJavaに近い。ただし、最初からネットワーク利用をメインとして考えられているJavaよ… 15 …の構文はPythonに慣れたユーザからは称賛をもって受け入れられているが、他の言語のユーザからは批判も多い。このほかにも、大きすぎる実行ファイルや、Javaに比べて遅い処理速度などが欠点として指摘…
|
/external/bison/tests/ |
D | java.at | 1 # Java tests for simple calculator. -*- Autotest -*- 18 AT_BANNER([[Java Calculator.]]) 35 AT_BISON_OPTION_PUSHDEFS([%language "Java" $4]) 38 %language "Java" 379 # Java Directives. # 382 AT_BANNER([Java Parameters.]) 387 # Check that a mininal parser with DIRECTIVES compiles in Java. 388 # Put the Java code in YYParser.java. 392 %language "Java" 415 # compiles in Java. [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/ |
D | README | 1 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/antlr/antlr-3.4/runtime/Perl5/docs/ |
D | design.pod | 12 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/ |
D | NOTICE | 3 == 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/chromium_org/third_party/android_protobuf/ |
D | README.chromium | 11 Android protobuf library contains the nano version of the Java protobuf library, 12 which generates Java-files with fewer methods than the protobuf lite compiler, 13 which is needed for big Java projects since Android has a maximum number of
|
/external/bison/data/ |
D | java-skel.m4 | 3 # Java skeleton dispatching for Bison. 20 b4_glr_if( [b4_complain([%%glr-parser not supported for Java])]) 21 b4_nondeterministic_if([b4_complain([%%nondeterministic-parser not supported for Java])])
|
/external/antlr/ |
D | Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, antlr-3.4/runtime/Java/src/main/java) 22 LOCAL_SRC_FILES := $(filter-out antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/DOTTree…
|
/external/chromium_org/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 13 Proto2 C++ and Java primary author: 52 * Added @Override annotation to generated Java code where appropriate. 82 * Optimize Java serialization code when writing a small message to a stream. 83 * Optimize Java serialization of strings so that UTF-8 encoding happens only 85 * Clean up some Java warnings.
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
D | README | 6 * Zxing (Java version) 8 * Java 14 Then the Zxing Java source code will be put in third_party/zxing.
|
/external/chromium_org/build/android/ |
D | java_cpp_enum.gypi | 6 # to generate Java source files from a C++ header file containing annotated 24 # Location where all generated Java sources will be placed. 56 'message': 'Generating Java from cpp header <(source_file)',
|
D | java_cpp_template.gypi | 6 # to generate Java source files from templates that are processed 32 # Location where all generated Java sources will be placed. 75 'message': 'Generating Java from cpp template <(RULE_INPUT_PATH)',
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | mainpage.dox | 25 /// The ANTLR3 recognizer generation tool is written in Java, but allows the generation 28 /// The C runtime tracks the Java runtime releases and in general when a new version of the 45 /// Java version of the runtime as closely as a language without class structures and inheritance c… 58 /// the calling interface chosen by Terence Parr for the Java version of the same. The initializati… 61 …g a number of pointers to functions that implement the equivalent of the methods in the Java class. 63 … initialization of the C versions of a parser is therefore similar to the examples given for Java, 69 /// depart too far from the logical layout of the Java model. These include the C equivalents of St… 94 /// It is C :-). Basic testing of performance against the Java runtime, 95 /// using the JDK1.6 java source code, and the Java parser provided in the examples (which is a tou…
|
/external/chromium_org/third_party/jsr-305/ |
D | README.chromium | 1 Name: JSR 305: Annotations for Software Defect Detection in Java 11 documents under source code control for Java Specification Request 305:
|
/external/okhttp/ |
D | README.md | 4 An HTTP & SPDY client for Android and Java applications. 27 OkHttp requires Java 7 to build and run tests. Runtime compatibility with Java 6 is enforced as 50 Java 6, otherwise the test class will be silently omitted from the `.dex` file.
|
/external/protobuf/java/ |
D | README.txt | 4 This directory contains the Java Protocol Buffers runtime library. 46 Building the 'lite' version of the Java Protocol Buffers library is 145 the code must be compiled with Java 1.5 or above. If true, 147 be compiled with Java 1.3 or above. The 'source' 176 files. The final Java package for each file is the value 179 proto package if present, or the default Java package. 185 multiple files. The final Java outer class name for each 200 same Java package as the outer class (instead of nested 204 Java code. NOTE: because the command line option 264 The directory, aka Java package, testprotobuf is created [all …]
|
/external/chromium_org/third_party/checkstyle/ |
D | README.chromium | 1 Name: Checkstyle is a development tool to help programmers write Java code that 11 Checkstyle is used to validate Java code style on Chromium PRESUBMIT step.
|
/external/proguard/examples/dictionaries/ |
D | keywords.txt | 2 # This obfuscation dictionary contains reserved Java keywords. They can't 3 # be used in Java source files, but they can be used in compiled class files.
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
D | Readme.txt | 31 Compiled the antlr3 taks with -source 5 -target 5 for compatibility with Java 5. 42 3) Java 5 or Java 6 installed
|
/external/jdiff/ |
D | README.txt | 10 difference between two public Java APIs. 28 JDiff has been tested with all releases of Java since J2SE1.2 but 40 JDiff uses Stuart D. Gathman's Java translation of Gene Myers' O(ND)
|
/external/chromium_org/third_party/closure_compiler/runner/ |
D | how_to_test_compiler_pass.md | 1 Run Java tests 12 - File -> New -> Java Project.
|
/external/icu/icu4c/source/data/ |
D | icu4j-readme.txt | 37 Continue with step 3 below, in Java: 53 Continue with step 3, in Java: 58 *Java*
|
/external/chromium_org/third_party/icu/source/data/ |
D | icu4j-readme.txt | 37 Continue with step 3 below, in Java: 53 Continue with step 3, in Java: 58 *Java*
|
/external/opencv/ |
D | README.rdoc | 11 * A newer version of the QuickTime Java Libraries 53 …nCV Capture while the other (loosely) emulates a camera implementation in Java. The C++ version i… 67 === Java 69 …Java, you have to make a small code change. Eventually we will make this a configurable option wi…
|
12345678910>>...19