Searched refs:us (Results 1 - 24 of 24) sorted by relevance

/openjdk7/langtools/test/tools/javac/lint/
H A DUnchecked.java35 Unchecked<String> us = u;
/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
47 ui = new DataInputStream(us);
67 String us = readUTFLine();
68 if (us == null) {
83 if (us.length() != ts.length()) {
84 log.println("Length mismatch: us = \""
85 + us + "\", ts = \""
89 us
[all...]
H A DRandomLineSource.java37 public RandomLineSource(OutputStream us, BufferedWriter ts, int limit, argument
40 if (us != null)
41 uo = new DataOutputStream(us);
48 public RandomLineSource(OutputStream us, BufferedWriter ts, int limit) { argument
49 this(us, ts, limit, null);
H A DLineLengthsSource.java35 public LineLengthsSource(OutputStream us, BufferedWriter ts, argument
39 uo = new DataOutputStream(us);
/openjdk7/jdk/test/javax/print/attribute/
H A DPSCopiesFlavorTest.java47 AttributeSet us = ps[0].getUnsupportedAttributes(flavor, aset);
48 if (suppVal || us == null) {
/openjdk7/hotspot/test/compiler/6797305/
H A DTest6797305.java68 int us = loadUS(sa);
69 if (us != 0xFFFF)
70 throw new InternalError("loadUS failed: " + us + " != " + 0xFFFF);
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/dns/
H A Dcname.sh36 HOST=www-proxy.us.oracle.com
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiUtils.java125 public static long microsec2ticks(long us, double tempoMPQ, int resolution) { argument
127 //return (long) Math.round((((double)us) * resolution) / tempoMPQ);
128 return (long) ((((double)us) * resolution) / tempoMPQ);
157 long us = 0; // microsecond
173 us = snapshotMicro
180 return us;
209 long us = 0; long tick = 0; int newReadPos = 0; int i = 1;
216 long nextTime = us + ticks2microsec(ticks[i] - ticks[i - 1],
221 us = nextTime;
224 tick = ticks[i - 1] + microsec2ticks(micros - us, tempo
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java404 * @param us property data record from the Unicode specification file
412 static long buildOne(int c, UnicodeSpec us, SpecialCaseMap[] specialMaps) { argument
415 resultA |= us.generalCategory;
437 } else if (us.isDecimalValue()) {
438 val = us.decimalValue;
440 } else if (us.isDigitValue()) {
441 val = us.digitValue;
444 if (us.numericValue.length() == 0) {
448 val = Integer.parseInt(us.numericValue);
468 boolean bHasUpper = (us
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp33 u2 us; member in union:unaligned
53 return up->us;
68 up->us = x;
/openjdk7/jdk/test/java/nio/charset/Charset/
H A Ddefault.sh82 go C us-ascii
/openjdk7/langtools/test/tools/javac/generics/odersky/
H A DBadTest.java47 List<Cell<String>> us = id(nil()).prepend(makeCell(null));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParam.java119 final int us = this.getImportPrecedence();
122 if (us == them) {
127 else if (them > us) {
H A DVariable.java66 final int us = this.getImportPrecedence();
69 if (us == them) {
74 else if (them > us) {
H A DTemplate.java168 final int us = this.getImportPrecedence();
171 if (us > them) {
175 else if (us < them) {
/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.java216 long us = f.getUsableSpace();
221 out.format(fmt, "getX", ts, fs, us);
230 long tsp = (!name.startsWith("Windows") ? us : fs);
241 if (us > s.total())
242 fail(s.name(), s.total(), ">", us);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmswtpnt.c176 cmsFloat64Number us,vs; local
189 us = (2*xs) / (-xs + 6*ys + 1.5);
200 dj = ((vs - vj) - tj * (us - uj)) / sqrt(1.0 + tj * tj);
342 // Give us the Coefs, then I build transformation matrix
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java2395 ToolDialog us, int select) {
3175 * We need the editPolicyEntry boolean to tell us if the user is
3214 * We need the editPolicyEntry boolean to tell us if the user is
3504 private ToolDialog us; field in class:UserSaveYesButtonListener
3509 UserSaveYesButtonListener(ToolDialog us, PolicyTool tool, argument
3511 this.us = us;
3520 us.setVisible(false);
3521 us.dispose();
3527 us
2394 userSaveContinue(PolicyTool tool, ToolWindow tw, ToolDialog us, int select) argument
3560 private ToolDialog us; field in class:UserSaveNoButtonListener
3563 UserSaveNoButtonListener(ToolDialog us, PolicyTool tool, ToolWindow tw, int select) argument
3586 private ToolDialog us; field in class:UserSaveCancelButtonListener
3588 UserSaveCancelButtonListener(ToolDialog us) argument
3608 private ToolDialog us; field in class:ConfirmRemovePolicyEntryOKButtonListener
3610 ConfirmRemovePolicyEntryOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog us) argument
[all...]
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DType.java415 String us = toString();
417 return us.equals(them);
/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadGroup.java687 Thread us = Thread.currentThread();
693 if (threads[i]==us)
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt130 That leads to us to track a separate transient_for chain for
/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java378 private void push(URL[] us) { argument
380 for (int i = us.length - 1; i >= 0; --i) {
381 urls.push(us[i]);
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp2263 // the IGVN may modify the graph in a way that will allow us to
2476 IdealLoopTree *us = get_loop_idx(n); local
2482 us->dump();
2490 if( us->_head != them->_head || us->_tail != them->_tail ) {
2495 us->dump();
2783 // This helps us find inner-to-outer loops with shared headers better.
/openjdk7/make/scripts/
H A Dwebrev.ksh745 // us the new value.
2367 # hang asking us to initialize our wx information.

Completed in 167 milliseconds