Searched defs:ts (Results 1 - 25 of 45) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DFinalArrayList.java47 public FinalArrayList(Collection<? extends T> ts) { argument
48 super(ts);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DFinalArrayList.java47 public FinalArrayList(Collection<? extends T> ts) { argument
48 super(ts);
/openjdk7/jdk/test/java/io/charStreams/
H A DLineSink.java36 public LineSink(InputStream us, BufferedReader ts, argument
40 this(us, ts, log);
44 public LineSink(InputStream us, BufferedReader ts, PrintWriter log) argument
48 ti = ts;
75 String ts = ti.readLine();
76 if (ts == null) {
83 if (us.length() != ts.length()) {
85 + us + "\", ts = \""
86 + ts + "\"");
89 us.length() + " " + ts
[all...]
H A DLineLengthsSource.java35 public LineLengthsSource(OutputStream us, BufferedWriter ts, argument
40 to = ts;
71 String ts = termString(t);
72 StringBuffer s = new StringBuffer(ln + ts.length());
77 s.append(ts);
H A DRandomLineSource.java37 public RandomLineSource(OutputStream us, BufferedWriter ts, int limit, argument
42 to = ts;
48 public RandomLineSource(OutputStream us, BufferedWriter ts, int limit) { argument
49 this(us, ts, limit, null);
52 public RandomLineSource(BufferedWriter ts, int limit) { argument
53 this(null, ts, limit);
/openjdk7/langtools/test/tools/javac/processing/model/element/TestMissingElement2/
H A DGenerator.java44 void generateIfMissing(List<? extends TypeMirror> ts) { argument
45 for (TypeMirror t: ts)
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DSimpleLaunchingConnector.java43 TransportService ts; field in class:SimpleLaunchingConnector
97 ts = (TransportService)c.newInstance();
114 return ts.name();
143 TransportService.ListenKey key = ts.startListening();
161 Connection conn = ts.accept(key, 30*1000, 9*1000);
162 ts.stopListening(key);
/openjdk7/jdk/test/java/nio/file/attribute/FileTime/
H A DBasic.java81 ts(1L, DAYS, "1970-01-02T00:00:00Z");
82 ts(1L, HOURS, "1970-01-01T01:00:00Z");
83 ts(1L, MINUTES, "1970-01-01T00:01:00Z");
84 ts(1L, SECONDS, "1970-01-01T00:00:01Z");
85 ts(1L, MILLISECONDS, "1970-01-01T00:00:00.001Z");
86 ts(1L, MICROSECONDS, "1970-01-01T00:00:00.000001Z");
87 ts(1L, NANOSECONDS, "1970-01-01T00:00:00.000000001Z");
88 ts(999999999L, NANOSECONDS, "1970-01-01T00:00:00.999999999Z");
89 ts(9999999999L, NANOSECONDS, "1970-01-01T00:00:09.999999999Z");
91 ts(
158 static void ts(long v, TimeUnit unit, String expected) { method in class:Basic
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DGenericAttachingConnector.java58 private GenericAttachingConnector(TransportService ts, argument
61 transportService = ts;
93 protected GenericAttachingConnector(TransportService ts) { argument
94 this(ts, false);
101 public static GenericAttachingConnector create(TransportService ts) { argument
102 return new GenericAttachingConnector(ts, true);
111 String ts = argument(ARG_TIMEOUT, args).value();
113 if (ts.length() > 0) {
114 timeout = Integer.decode(ts).intValue();
H A DGenericListeningConnector.java57 private GenericListeningConnector(TransportService ts, argument
60 transportService = ts;
92 protected GenericListeningConnector(TransportService ts) { argument
93 this(ts, false);
100 public static GenericListeningConnector create(TransportService ts) { argument
101 return new GenericListeningConnector(ts, true);
142 String ts = argument(ARG_TIMEOUT, args).value();
144 if (ts.length() > 0) {
145 timeout = Integer.decode(ts).intValue();
H A DAbstractLauncher.java129 TransportService ts)
131 Helper helper = new Helper(commandArray, address, listenKey, ts);
151 private TransportService ts; field in class:AbstractLauncher.Helper
159 TransportService ts) {
163 this.ts = ts;
255 Connection connection = ts.accept(listenKey, 0, 0);
127 launch(String[] commandArray, String address, TransportService.ListenKey listenKey, TransportService ts) argument
158 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, TransportService ts) argument
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp42 GCNotificationRequest(jlong ts, GCMemoryManager *manager, const char*action, const char *cause,GCStatInfo *info) { argument
44 timestamp = ts;
/openjdk7/jdk/src/share/classes/java/sql/
H A DTimestamp.java395 * @param ts the <code>Timestamp</code> value to compare with
400 public boolean equals(Timestamp ts) { argument
401 if (super.equals(ts)) {
402 if (nanos == ts.nanos) {
424 * @param ts the <code>Object</code> value to compare with
430 public boolean equals(java.lang.Object ts) { argument
431 if (ts instanceof Timestamp) {
432 return this.equals((Timestamp)ts);
442 * @param ts the <code>Timestamp</code> value to compare with
446 public boolean before(Timestamp ts) { argument
458 after(Timestamp ts) argument
475 compareTo(Timestamp ts) argument
[all...]
/openjdk7/jdk/src/macosx/native/sun/nio/ch/
H A DKQueueArrayWrapper.c133 struct timespec ts; local
141 ts.tv_sec = timeout / 1000;
142 ts.tv_nsec = (timeout % 1000) * 1000000; //nanosec = 1 million millisec
143 tsp = &ts;
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSolarisEventPort.c116 timespec_t ts; local
120 ts.tv_sec = timeout / 1000;
121 ts.tv_nsec = 1000000 * (timeout % 1000);
122 tsp = &ts;
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DMidiInDevice.c198 jlong ts = (jlong)pMessage->timestamp; local
203 (*e)->CallVoidMethod(e, thisObj, callbackShortMessageMethodID, msg, ts);
208 jlong ts = (jlong)pMessage->timestamp; local
243 (*e)->CallVoidMethod(e, thisObj, callbackLongMessageMethodID, jData, ts);
/openjdk7/langtools/test/tools/javac/processing/model/element/TestMissingElement/
H A DTestMissingElement.java95 private String asString(List<? extends TypeMirror> ts, String sep) { argument
97 for (TypeMirror t: ts) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DObjectStreamField.java109 ObjectStreamField(String n, char t, Field f, String ts) argument
114 typeString = ts;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectStreamField.java100 ObjectStreamField(String n, char t, Field f, String ts) argument
105 typeString = ts;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DTimeStatisticImpl.java49 private final TimeStatistic ts = field in class:TimeStatisticImpl
78 return ts;
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DTypeMaker.java90 public static com.sun.javadoc.Type[] getTypes(DocEnv env, List<Type> ts) { argument
91 return getTypes(env, ts, new com.sun.javadoc.Type[ts.length()]);
97 public static com.sun.javadoc.Type[] getTypes(DocEnv env, List<Type> ts, argument
100 for (Type t : ts) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToSAXHandler.java299 * @param ts A reference to a TransformState object
301 public void setTransformState(TransformStateSetter ts) { argument
302 this.m_state = ts;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp337 ThreadSnapshot* ts = snapshot_thread(jt, tcl); local
338 _result->add_thread_snapshot(ts);
366 ThreadSnapshot* ts = snapshot_thread(jt, tcl); local
367 _result->add_thread_snapshot(ts);
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DAnnotationProxyMaker.java325 MirroredTypesExceptionProxy(Collection<TypeMirror> ts) { argument
329 ex = new MirroredTypesException(ts);
337 Collection<TypeMirror> ts = ex.getTypeMirrors();
338 return (ts != null)
339 ? ts.hashCode()
344 Collection<TypeMirror> ts = ex.getTypeMirrors();
345 return ts != null &&
347 ts.equals(
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DPrinter.java96 * @param ts types to be displayed
100 public String visitTypes(List<Type> ts, Locale locale) { argument
102 for (Type t : ts) {
111 * @param ts symbols to be displayed
115 public String visitSymbols(List<Symbol> ts, Locale locale) { argument
117 for (Symbol t : ts) {
126 * @param ts type to be displayed
137 * @param ts symbol to be displayed

Completed in 254 milliseconds

12