Home
last modified time | relevance | path

Searched full:java (Results 176 - 200 of 4037) sorted by relevance

12345678910>>...162

/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew69 # Determine the Java command to use to start the JVM.
71 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
73 JAVACMD="$JAVA_HOME/jre/sh/java"
75 JAVACMD="$JAVA_HOME/bin/java"
81 location of your Java installation."
84 JAVACMD="java"
85 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
88 location of your Java installation."
112 # For Cygwin, switch paths to Windows format before running java
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_builder_lite.cc35 #include <google/protobuf/compiler/java/java_message_builder_lite.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
104 "@java in Generate()
[all...]
H A Djava_primitive_field_lite.cc35 #include <google/protobuf/compiler/java/java_primitive_field_lite.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_helpers.h>
45 #include <google/protobuf/compiler/java/java_name_resolver.h>
53 namespace java { namespace
137 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetPrimitiveVariables()
220 "@java.lang.Override\n" in GenerateMembers()
229 "@java.lang.Override\n" in GenerateMembers()
266 "@java in GenerateBuilderMembers()
[all...]
H A Djava_message_field.cc38 #include <google/protobuf/compiler/java/java_context.h>
39 #include <google/protobuf/compiler/java/java_doc_comment.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
41 #include <google/protobuf/compiler/java/java_message_field.h>
42 #include <google/protobuf/compiler/java/java_name_resolver.h>
50 namespace java { namespace
70 descriptor->options().deprecated() ? "@java.lang.Deprecated " : ""; in SetMessageVariables()
167 "@java.lang.Override\n" in GenerateMembers()
175 "@java.lang.Override\n" in GenerateMembers()
184 "@java in GenerateMembers()
[all...]
H A Djava_file.cc35 #include <google/protobuf/compiler/java/java_file.h>
40 #include <google/protobuf/compiler/java/java_context.h>
41 #include <google/protobuf/compiler/java/java_enum.h>
42 #include <google/protobuf/compiler/java/java_enum_lite.h>
43 #include <google/protobuf/compiler/java/java_extension.h>
44 #include <google/protobuf/compiler/java/java_generator_factory.h>
45 #include <google/protobuf/compiler/java/java_helpers.h>
46 #include <google/protobuf/compiler/java/java_message.h>
47 #include <google/protobuf/compiler/java/java_name_resolver.h>
48 #include <google/protobuf/compiler/java/java_servic
60 namespace java { global() namespace
[all...]
H A Djava_message.cc35 #include <google/protobuf/compiler/java/java_message.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_message_builder.h>
49 #include <google/protobuf/compiler/java/java_message_builder_lite.h>
50 #include <google/protobuf/compiler/java/java_name_resolve
61 namespace java { global() namespace
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java8 * CollationKeys.java, ported from collationkeys.h/.cpp
20 // Java porting note: C++ SortKeyByteSink class extends a common class ByteSink,
21 // which is not available in Java. We don't need a super class created for implementing
27 // not used in Java -- private int ignore_ = 0;
34 * Needed in Java for when we write to the buffer directly.
36 * TODO: Can we make Java SortKeyByteSink have-a ByteArrayWrapper and write through to it?
44 /* not used in Java -- public void IgnoreBytes(int numIgnore) {
59 /* not used in Java -- if (ignore_ > 0) { in Append()
83 /* not used in Java -- if (ignore_ > 0) { in Append()
93 // Java portin
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationKeys.java9 * CollationKeys.java, ported from collationkeys.h/.cpp
24 // Java porting note: C++ SortKeyByteSink class extends a common class ByteSink,
25 // which is not available in Java. We don't need a super class created for implementing
34 // not used in Java -- private int ignore_ = 0;
41 * Needed in Java for when we write to the buffer directly.
43 * TODO: Can we make Java SortKeyByteSink have-a ByteArrayWrapper and write through to it?
51 /* not used in Java -- public void IgnoreBytes(int numIgnore) {
66 /* not used in Java -- if (ignore_ > 0) { in Append()
90 /* not used in Java -- if (ignore_ > 0) { in Append()
100 // Java portin
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java12 import java.awt.AWTEvent;
13 import java.awt.Color;
14 import java.awt.Component;
15 import java.awt.Dimension;
16 import java.awt.Point;
17 import java.awt.Rectangle;
18 import java.awt.Toolkit;
19 import java.awt.Window;
20 import java.awt.event.ActionEvent;
21 import java
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemoApplet.java10 import java.applet.Applet;
11 import java.awt.Button;
12 import java.awt.Dimension;
13 import java.awt.event.ActionEvent;
14 import java.awt.event.ActionListener;
15 import java.awt.event.WindowAdapter;
16 import java.awt.event.WindowEvent;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUConfig.java11 import java.io.IOException;
12 import java.io.InputStream;
13 import java.security.AccessControlException;
14 import java.security.AccessController;
15 import java.security.PrivilegedAction;
16 import java.util.MissingResourceException;
17 import java.util.Properties;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUConfig.java12 import java.io.IOException;
13 import java.io.InputStream;
14 import java.security.AccessControlException;
15 import java.security.AccessController;
16 import java.security.PrivilegedAction;
17 import java.util.MissingResourceException;
18 import java.util.Properties;
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java12 import java.awt.AWTEvent;
13 import java.awt.Rectangle;
14 import java.awt.event.KeyEvent;
15 import java.awt.im.spi.InputMethod;
16 import java.awt.im.spi.InputMethodContext;
17 import java.lang.Character.Subset;
18 import java.util.Locale;
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDemoApplet.java12 import java.awt.Button;
13 import java.awt.Color;
14 import java.awt.Dimension;
15 import java.awt.Frame;
16 import java.awt.event.ActionEvent;
17 import java.awt.event.ActionListener;
19 public abstract class DemoApplet extends java.applet.Applet {
H A DDumbTextComponent.java10 import java.awt.AWTEventMulticaster;
11 import java.awt.Canvas;
12 import java.awt.Color;
13 import java.awt.Cursor;
14 import java.awt.Dimension;
15 import java.awt.Font;
16 import java.awt.FontMetrics;
17 import java.awt.Graphics;
18 import java.awt.Image;
19 import java
[all...]
/third_party/gn/src/gn/format_test_data/
H A D056.golden3 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
5 defines = [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
8 [ "abc/test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
H A D056.gn3 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java"
7 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java"
11 "abc/test/android/java/src/org/chromium/base/ContentUriTestUtils.java"
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java10 * Port From: JDK 1.4b1 : java.text.Format.IntlTestDecimalFormatAPI
11 * Source File: java/text/format/IntlTestDecimalFormatAPI.java
21 import java.text.FieldPosition;
22 import java.text.Format;
23 import java.text.ParseException;
24 import java.text.ParsePosition;
25 import java.util.Locale;
43 * decF4.setRoundingMode(java.math.BigDecimal.ROUND_HALF_UP) does not work
66 dec.setRoundingIncrement(new java in testJB1871()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java11 * Port From: JDK 1.4b1 : java.text.Format.IntlTestDecimalFormatAPI
12 * Source File: java/text/format/IntlTestDecimalFormatAPI.java
22 import java.text.FieldPosition;
23 import java.text.Format;
24 import java.text.ParseException;
25 import java.text.ParsePosition;
26 import java.util.Locale;
46 * decF4.setRoundingMode(java.math.BigDecimal.ROUND_HALF_UP) does not work
69 dec.setRoundingIncrement(new java in testJB1871()
[all...]
/third_party/icu/docs/userguide/conversion/
H A Ddetection.md41 The input data can either be a Java input stream, or an array of bytes. The
43 most likely one first. For simplicity, you can also ask for a Java Reader that
61 ```java
87 Java, you use the `getName()` method:
89 ```java
112 ```java
131 If you want to get a Java String containing the converted data you can use the
134 ```java
143 ```java
149 To get a `java
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DCompatibilityTest.java14 import java.io.File;
15 import java.io.FileFilter;
16 import java.io.FileInputStream;
17 import java.io.IOException;
18 import java.net.JarURLConnection;
19 import java.net.MalformedURLException;
20 import java.net.URL;
21 import java.util.ArrayList;
22 import java.util.Enumeration;
23 import java
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DConverterPerformanceTest.java11 import java.io.ByteArrayInputStream;
12 import java.io.ByteArrayOutputStream;
13 import java.io.FileInputStream;
14 import java.io.InputStreamReader;
15 import java.io.OutputStreamWriter;
16 import java.nio.ByteBuffer;
17 import java.nio.CharBuffer;
18 import java.nio.charset.Charset;
19 import java.nio.charset.CharsetDecoder;
20 import java
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCompatibilityTest.java13 import java.io.File;
14 import java.io.FileFilter;
15 import java.io.FileInputStream;
16 import java.io.IOException;
17 import java.net.JarURLConnection;
18 import java.net.MalformedURLException;
19 import java.net.URL;
20 import java.util.ArrayList;
21 import java.util.Enumeration;
22 import java
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java12 import java.awt.BorderLayout;
13 import java.awt.Button;
14 import java.awt.Canvas;
15 import java.awt.Choice;
16 import java.awt.Color;
17 import java.awt.Component;
18 import java.awt.Container;
19 import java.awt.Dimension;
20 import java.awt.Font;
21 import java
[all...]
/test/xts/tools/
H A DOAT.xml71 <filteritem type="filepath" name="sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/mapper/xml/VideoMapper.xml" desc="xml配置文件,无需添加License头"/>
72 <filteritem type="filepath" name="sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/mapper/xml/BusinessCommentMapper.xml" desc="xml配置文件,无需添加License头"/>
73 <filteritem type="filepath" name="sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/mapper/xml/BusinessGoodsMapper.xml" desc="xml配置文件,无需添加License头"/>
74 <filteritem type="filepath" name="sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/mapper/xml/BusinessMapper.xml" desc="xml配置文件,无需添加License头"/>
75 <filteritem type="filepath" name="sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/or
[all...]

Completed in 11 milliseconds

12345678910>>...162