Home
last modified time | relevance | path

Searched full:java (Results 51 - 75 of 3932) sorted by relevance

12345678910>>...158

/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/
H A Dstateful-lambdas.patch1 diff --git a/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java b/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java
3 --- a/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java
4 +++ b/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaClassFixer.java
34 diff --git a/src/tools/android/java/com/google/devtools/build/android/desugar/LambdaDesugaring.java
[all...]
/third_party/libjpeg-turbo/
H A Dlibjpeg-turbo-2.1.1.tar.gz
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestCompatibility.java12 import java.awt.font.NumericShaper;
13 import java.awt.font.TextAttribute;
14 import java.text.AttributedString;
21 * Regression test for java.text.Bidi compatibility
28 void compareBidi(Bidi bidi, java.text.Bidi jbidi) in compareBidi()
122 java.text.Bidi.requiresBidi(text, 0, text.length)) { in compareBidi()
126 "\n jbidi: " + java.text.Bidi.requiresBidi(text, 0, text.length)); in compareBidi()
143 // This test case does not work well on Java 1.4/1.4.1 environment, in testCompatibility()
145 // This test case also does not work will with Java 1.7 environment, in testCompatibility()
146 // because the changes to the Java Bid in testCompatibility()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestCompatibility.java13 import java.awt.font.NumericShaper;
14 import java.awt.font.TextAttribute;
15 import java.text.AttributedString;
23 * Regression test for java.text.Bidi compatibility
31 void compareBidi(Bidi bidi, java.text.Bidi jbidi) in compareBidi()
125 java.text.Bidi.requiresBidi(text, 0, text.length)) { in compareBidi()
129 "\n jbidi: " + java.text.Bidi.requiresBidi(text, 0, text.length)); in compareBidi()
146 // This test case does not work well on Java 1.4/1.4.1 environment, in testCompatibility()
148 // This test case also does not work will with Java 1.7 environment, in testCompatibility()
149 // because the changes to the Java Bid in testCompatibility()
[all...]
/third_party/protobuf/java/
H A 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 runtim
[all...]
/third_party/libphonenumber/
H A 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
19 `appengine-java-sdk`. You may want to rename the directory after unpacking.
23 Check out the Java code:
30 the `java` directory. Alternatively, update `java/demo/build.xml` to point to
44 cd libphonenumber/java
63 If you get a warning from App Engine asking you to upgrade your JRE to Java 1.
[all...]
/third_party/toybox/tests/
H A Dfile.test13 ln -s $FILES/java.class symlink
15 ln -s $FILES/java.klass dangler
26 testing "java class" "file $FILES/java.class | sed 's|$FILES/||'" \
27 "java.class: Java class file, version 53.0 (Java 1.9)\n" "" ""
52 testing "symlink -L" "file -L symlink" "symlink: Java class file, version 53.0 (Java 1.9)\n" "" ""
54 testing "- pipe" "cat $FILES/java
[all...]
/third_party/icu/docs/processes/release/tasks/
H A Dupdating-measure-unit.md25 This document explains how to update the C++ and Java version of the MeasureUnit
28 Code is generated by running MeasureUnitTest.java unit tests, which writes
32 - Open MeasureUnitTest.java, run it by clicking on the green play button on
47 $GIT_ROOT/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/MeasureUnitTest.java
48 * Open MeasureUnitTest.java.
52 Make sure DRAFT_VERSIONS at top of MeasureUnitTest.java is set correctly.
55 ## Update MeasureUnit.java
58 * Run MeasureUnitTest.java, copy the generated code (see instructions above).
59 * Open MeasureUnit.java:
60 $GIT_ROOT/icu4j/main/classes/core/src/com/ibm/icu/util/MeasureUnit.java
[all...]
/third_party/libphonenumber/javascript/
H A DREADME.md67 The JavaScript library is ported from the Java implementation.
68 When the Java project gets updated follow these steps to update the JavaScript
73 * Manually update the toJsArray() Java methods in tools/java/java-build/src/com/google/i18n/phonenumbers/BuildMetadataJsonFromXml.java
74 * Build `tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar` by running: `mvn -f tools/java/jav
[all...]
/third_party/icu/docs/userguide/locale/
H A Dlocalizing.md45 used to convert from some authoring/translation format to Java/ICU formats, or
46 one of the Java/ICU formats needs to be used for authoring and translation.
48 ## Java and ICU4J
52 Java `PropertyResourceBundle` uses runtime-parsed .properties files. They contain
56 escape sequences (see the Java `native2ascii` tool).
58 Defined at: http://java.sun.com/j2se/1.4/docs/api/java/util/PropertyResourceBundle.html
67 ### .java ListResourceBundle files
69 Java `ListResourceBundle` files provide implementation subclasses of the
70 `ListResourceBundle` abstract base class. **They are Java cod
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java10 import java.awt.BorderLayout;
11 import java.awt.Button;
12 import java.awt.Dialog;
13 import java.awt.FlowLayout;
14 import java.awt.Frame;
15 import java.awt.Label;
16 import java.awt.Panel;
17 import java.awt.TextArea;
18 import java.awt.event.ActionEvent;
19 import java
[all...]
/third_party/libwebsockets/test-apps/android/app/
H A Dapp.iml35 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" />
36 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/debug" type="java-resource" />
41 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" />
42 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" type="java-test-resource" />
43 <sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" />
44 <sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" />
45 <sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" />
47 <sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" />
51 <sourceFolder url="file://$MODULE_DIR$/src/testDebug/res" type="java-test-resource" />
52 <sourceFolder url="file://$MODULE_DIR$/src/testDebug/resources" type="java
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringCharacterIterator.java11 // NOTE: This class is identical to java.text.StringCharacterIterator
18 import java.text.CharacterIterator;
29 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
43 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
56 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
72 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
96 * method is used by other java.text classes that want to avoid allocating
101 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
117 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
129 * @deprecated ICU 2.4. Use java
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DBreakIteratorPerformanceTest.java11 import java.io.FileInputStream;
12 import java.util.ArrayList;
22 java.text.BreakIterator jSentenceIter;
23 java.text.BreakIterator jWordIter;
24 java.text.BreakIterator jLineIter;
25 java.text.BreakIterator jCharacterIter;
46 // // get rid of any characters that may cause differences between ICU4J and Java BreakIterator in setup()
61 jSentenceIter = java.text.BreakIterator.getSentenceInstance(); in setup()
62 jWordIter = java.text.BreakIterator.getWordInstance(); in setup()
63 jLineIter = java in setup()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringCharacterIterator.java12 // NOTE: This class is identical to java.text.StringCharacterIterator
19 import java.text.CharacterIterator;
30 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
45 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
58 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
74 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
98 * method is used by other java.text classes that want to avoid allocating
103 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
119 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
131 * @deprecated ICU 2.4. Use java
[all...]
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DMappingFileProvider.java19 import java.io.Externalizable;
20 import java.io.IOException;
21 import java.io.ObjectInput;
22 import java.io.ObjectOutput;
23 import java.util.ArrayList;
24 import java.util.Arrays;
25 import java.util.Collections;
26 import java.util.HashMap;
27 import java.util.HashSet;
28 import java
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DDebugWriter.java5 import static java.nio.charset.StandardCharsets.UTF_8;
7 import java.io.ByteArrayInputStream;
8 import java.io.IOException;
9 import java.io.InputStream;
10 import java.io.InputStreamReader;
11 import java.nio.file.Files;
12 import java.nio.file.Path;
13 import java.nio.file.Paths;
14 import java.util.Collection;
15 import java
[all...]
/third_party/icu/tools/release/java/
H A Dbuild.xml20 <echo message="java home: ${java.home}"/>
21 <echo message="java version: ${java.version}"/>
22 <echo message="java vendor: ${java.vm.vendor}"/>
23 <echo message="ant java version: ${ant.java.version}"/>
45 <java jar="${apireport.jar}" fork="yes" failonerror="true">
65 </java>
[all...]
/third_party/libphonenumber/tools/java/java-build/
H A Dpom.xml13 <artifactId>java-build</artifactId>
15 <name>Libphonenumber Java and JavaScript build tools</name>
17 Java and JavaScript build tools that generate the Java and JavaScript metadata code needed to
18 build the libphonenumber library. The Java build tools also transform the geocoding data from
24 ${project.dir}/../../../../java/libphonenumber/src/
70 <!-- Add ../../../java/libphonenumber/src/ to make Phonemetadata.java available to
72 <source>../../../java/libphonenumber/src/</source>
73 <!-- Add ../../../java/interna
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacterEnums.java25 * {@link java.lang.Character}.
215 * This name is compatible with java.lang.Character's name for this type.
230 * This name is compatible with java.lang.Character's name for this type.
248 * {@link java.lang.Character}.
261 * java.lang.Character#DIRECTIONALITY_LEFT_TO_RIGHT}.
275 * java.lang.Character#DIRECTIONALITY_RIGHT_TO_LEFT}.
289 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER}.
303 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR}.
317 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR}.
331 * java
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java5 import java.io.BufferedReader;
6 import java.io.File;
7 import java.io.InputStream;
8 import java.io.InputStreamReader;
9 import java.net.URL;
10 import java.nio.charset.Charset;
11 import java.util.Arrays;
12 import java.util.Collection;
13 import java.util.Collections;
14 import java
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacterEnums.java25 * {@link java.lang.Character}.
184 * This name is compatible with java.lang.Character's name for this type.
197 * This name is compatible with java.lang.Character's name for this type.
214 * {@link java.lang.Character}.
225 * java.lang.Character#DIRECTIONALITY_LEFT_TO_RIGHT}.
237 * java.lang.Character#DIRECTIONALITY_RIGHT_TO_LEFT}.
249 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER}.
261 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR}.
273 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR}.
285 * java
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_string_field.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.h>
53 namespace java { namespace
90 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetPrimitiveVariables()
165 // strings immediately, some java code might corrupt these byte arrays as
166 // it passes through a java server even if the field was never accessed by
198 "$deprecation$java in GenerateInterfaceMembers()
[all...]
H A Djava_enum_field.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.h>
43 #include <google/protobuf/compiler/java/java_helpers.h>
44 #include <google/protobuf/compiler/java/java_name_resolver.h>
52 namespace java { namespace
76 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetEnumVariables()
177 "@java.lang.Override $deprecation$public boolean " in GenerateMembers()
186 "@java.lang.Override $deprecation$public int " in GenerateMembers()
194 "@java in GenerateMembers()
[all...]
H A Djava_message_builder.cc35 #include <google/protobuf/compiler/java/java_message_builder.h>
42 #include <google/protobuf/compiler/java/java_context.h>
43 #include <google/protobuf/compiler/java/java_doc_comment.h>
44 #include <google/protobuf/compiler/java/java_enum.h>
45 #include <google/protobuf/compiler/java/java_extension.h>
46 #include <google/protobuf/compiler/java/java_generator_factory.h>
47 #include <google/protobuf/compiler/java/java_helpers.h>
48 #include <google/protobuf/compiler/java/java_name_resolver.h>
59 namespace java { namespace
131 "private java in Generate()
[all...]

Completed in 11 milliseconds

12345678910>>...158