Searched defs:java (Results 351 - 375 of 949) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_string_field.h41 #include <google/protobuf/compiler/java/java_field.h>
46 namespace java { namespace in namespace:google::protobuf::compiler
117 } // namespace java
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A DdateFuncs.py16 if os.name != "java":
45 import java namespace
49 c = java.util.Calendar.getInstance()
50 c.setTimeZone(java.util.TimeZone.getTimeZone("UTC"))
60 c = java.util.Calendar.getInstance()
61 c.setTimeZone(java.util.TimeZone.getTimeZone("UTC"))
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DConcurrentMap.java17 package java.util.concurrent;
19 import java.util.Map;
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.cc38 #include <google/protobuf/compiler/java/java_enum.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
47 namespace java { namespace in namespace:google::protobuf::compiler
196 " throw new java.lang.IllegalArgumentException(\n"
235 } // namespace java
H A Djava_enum.h51 namespace java { namespace in namespace:google::protobuf::compiler
79 } // namespace java
H A Djava_field.cc35 #include <google/protobuf/compiler/java/java_field.h>
36 #include <google/protobuf/compiler/java/java_helpers.h>
37 #include <google/protobuf/compiler/java/java_primitive_field.h>
38 #include <google/protobuf/compiler/java/java_enum_field.h>
39 #include <google/protobuf/compiler/java/java_message_field.h>
45 namespace java { namespace in namespace:google::protobuf::compiler
109 } // namespace java
H A Djava_field.h51 namespace java { namespace in namespace:google::protobuf::compiler
93 } // namespace java
H A Djava_file.h55 namespace java { namespace in namespace:google::protobuf::compiler
94 } // namespace java
H A Djava_service.h50 namespace java { namespace in namespace:google::protobuf::compiler
108 } // namespace java
/external/proguard/lib/
H A Dproguardgui.jar ... public java.util.List getFilter () public void setJarFilter (java.util.List) public java.util.List
/external/apache-harmony/support/src/test/resources/tests/resources/
H A Dhyts_security.jar ... INF/MANIFEST.MF packA/SecurityTest.class SecurityTest.java package packA public packA.SecurityTest extends java.lang
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jar ... .jdi.Method concreteMethodByName (java.lang.String, java.lang.String) public abstract java.util. ...
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DZipExecTest.java17 package org.apache.harmony.archive.tests.java.util.jar;
19 import java.io.File;
20 import java.io.FileInputStream;
21 import java.io.FileOutputStream;
22 import java.io.IOException;
23 import java.util.jar.Attributes;
24 import java.util.jar.JarEntry;
25 import java.util.jar.JarOutputStream;
26 import java.util.jar.Manifest;
27 import java
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DAdler32Test.java17 package org.apache.harmony.archive.tests.java.util.zip;
19 import java.util.zip.Adler32;
24 * @tests java.util.zip.Adler32#Adler32()
27 // test method of java.util.zip.Adler32()
33 * @tests java.util.zip.Adler32#getValue()
36 // test methods of java.util.zip.getValue()
60 * @tests java.util.zip.Adler32#reset()
63 // test methods of java.util.zip.reset()
76 * @tests java.util.zip.Adler32#update(int)
79 // test methods of java
[all...]
H A DCRC32Test.java17 package org.apache.harmony.archive.tests.java.util.zip;
19 import java.util.zip.CRC32;
24 * @tests java.util.zip.CRC32#CRC32()
27 // test methods of java.util.zip.CRC32()
33 * @tests java.util.zip.CRC32#getValue()
36 // test methods of java.util.zip.crc32.getValue()
71 * @tests java.util.zip.CRC32#reset()
74 // test methods of java.util.zip.crc32.reset()
89 * @tests java.util.zip.CRC32#update(int)
92 // test methods of java
[all...]
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeEventTest.java18 package org.apache.harmony.beans.tests.java.beans;
20 import java.beans.PropertyChangeEvent;
21 import java.io.Serializable;
29 * Test class java.beans.PropertyChangeEvent.
H A DPropertyChangeListenerProxyTest.java18 package org.apache.harmony.beans.tests.java.beans;
20 import java.beans.PropertyChangeEvent;
21 import java.beans.PropertyChangeListener;
22 import java.beans.PropertyChangeListenerProxy;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSimpleFormatterTest.java18 package org.apache.harmony.logging.tests.java.util.logging;
20 import java.util.Calendar;
21 import java.util.ResourceBundle;
22 import java.util.logging.Level;
23 import java.util.logging.LogRecord;
24 import java.util.logging.SimpleFormatter;
60 .getBundle("bundles/java/util/logging/res");
69 lr.setResourceBundleName("bundles/java/util/logging/res");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileDescriptorTest.java18 package org.apache.harmony.luni.tests.java.io;
20 import java.io.BufferedOutputStream;
21 import java.io.File;
22 import java.io.FileDescriptor;
23 import java.io.FileInputStream;
24 import java.io.FileOutputStream;
25 import java.io.IOException;
26 import java.io.RandomAccessFile;
33 + System.getProperty("java.vm.version").replace('.', '-');
44 * @tests java
[all...]
H A DFileReaderTest.java18 package org.apache.harmony.luni.tests.java.io;
20 import java.io.BufferedWriter;
21 import java.io.File;
22 import java.io.FileInputStream;
23 import java.io.FileReader;
24 import java.io.FileWriter;
25 import java.io.IOException;
40 * @tests java.io.FileReader#FileReader(java.io.File)
55 * @tests java
[all...]
H A DStringBufferInputStreamTest.java18 package org.apache.harmony.luni.tests.java.io;
20 import java.io.StringBufferInputStream;
21 import java.io.UnsupportedEncodingException;
29 * @tests java.io.StringBufferInputStream#StringBufferInputStream(java.lang.String)
32 // Test for method java.io.StringBufferInputStream(java.lang.String)
36 * @tests java.io.StringBufferInputStream#available()
39 // Test for method int java.io.StringBufferInputStream.available()
45 * @tests java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DBooleanTest.java17 package org.apache.harmony.luni.tests.java.lang;
24 * @tests java.lang.Boolean#hashCode()
32 * @tests java.lang.Boolean#Boolean(String)
44 * @tests java.lang.Boolean#Boolean(boolean)
52 * @tests java.lang.Boolean#booleanValue()
60 * @tests java.lang.Boolean#equals(Object)
73 * @tests java.lang.Boolean#getBoolean(String)
87 * @tests java.lang.Boolean#toString()
95 * @tests java.lang.Boolean#toString(boolean)
103 * @tests java
[all...]
H A DProcessBuilderTest.java17 package org.apache.harmony.luni.tests.java.lang;
19 import java.io.File;
20 import java.io.IOException;
21 import java.io.InputStream;
22 import java.util.ArrayList;
23 import java.util.Arrays;
24 import java.util.List;
25 import java.util.Map;
88 File dir = new File(System.getProperty("java.io.tmpdir"));
145 * @tests {@link java
[all...]
H A DThrowableTest.java17 package org.apache.harmony.luni.tests.java.lang;
19 import java.io.ByteArrayOutputStream;
20 import java.io.PrintStream;
21 import java.io.PrintWriter;
28 * @tests java.lang.Throwable#Throwable()
38 * @tests java.lang.Throwable#Throwable(java.lang.String)
47 * @tests java.lang.Throwable#fillInStackTrace()
50 // Test for method java.lang.Throwable
51 // java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DAccessibleObjectTest.java18 package org.apache.harmony.luni.tests.java.lang.reflect;
20 import java.lang.reflect.AccessibleObject;
29 * @tests java.lang.reflect.AccessibleObject#isAccessible()
33 // java.lang.reflect.AccessibleObject.isAccessible()
42 * @tests java.lang.reflect.AccessibleObject#setAccessible(java.lang.reflect.AccessibleObject[],
47 // java.lang.reflect.AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject
58 * @tests java.lang.reflect.AccessibleObject#setAccessible(boolean)
62 // java
[all...]

Completed in 1675 milliseconds

<<11121314151617181920>>