Searched refs:us (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | BasicByte.java | 383 for (int us = 1; us < 65; us++) { in testAlign() 384 int _us = us; in testAlign() 385 if ((us & (us - 1)) != 0) { in testAlign() 389 if (direct || us <= 8) { in testAlign() 390 b.alignmentOffset(0, us); in testAlign() 430 for (int us : new int[]{1, 2, 4, 8}) { in testAlign() 431 for (int i = 0; i < us * 2; i++) { in testAlign() 432 int am = b.alignmentOffset(i, us); in testAlign() 433 int expectedAm = (longMisalignmentAtZero + i) % us; in testAlign() 437 fail(String.format(f, i, us, am, expectedAm)); in testAlign() [all …]
|
D | Basic-X.java.template | 383 for (int us = 1; us < 65; us++) { 384 int _us = us; 385 if ((us & (us - 1)) != 0) { 389 if (direct || us <= 8) { 390 b.alignmentOffset(0, us); 430 for (int us : new int[]{1, 2, 4, 8}) { 431 for (int i = 0; i < us * 2; i++) { 432 int am = b.alignmentOffset(i, us); 433 int expectedAm = (longMisalignmentAtZero + i) % us; 437 fail(String.format(f, i, us, am, expectedAm)); [all …]
|
/libcore/support/src/test/java/tests/support/ |
D | Support_DecimalFormat.java | 139 Locale us = Locale.US; in t_formatToCharacterIterator() local 143 t_Format(1, number, NumberFormat.getNumberInstance(us), getNumberVectorUS()); in t_formatToCharacterIterator() 146 t_Format(2, number, NumberFormat.getIntegerInstance(us), getIntegerVectorUS()); in t_formatToCharacterIterator() 149 t_Format(3, number, NumberFormat.getPercentInstance(us), getPercentVectorUS()); in t_formatToCharacterIterator() 152 t_Format(4, number, NumberFormat.getCurrencyInstance(us), getPositiveCurrencyVectorUS()); in t_formatToCharacterIterator() 155 … t_Format(5, negativeNumber, NumberFormat.getCurrencyInstance(us), getNegativeCurrencyVectorUS()); in t_formatToCharacterIterator() 158 t_Format(6, longNumber, NumberFormat.getNumberInstance(us), getNumberVector2US()); in t_formatToCharacterIterator() 161 t_Format(7, zeroNumber, NumberFormat.getNumberInstance(us), getZeroVector()); in t_formatToCharacterIterator()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | Support_DecimalFormat.java | 101 Locale us = Locale.US; in t_formatToCharacterIterator() local 105 t_Format(1, number, NumberFormat.getNumberInstance(us), getNumberVectorUS()); in t_formatToCharacterIterator() 112 t_Format(3, number, NumberFormat.getPercentInstance(us), getPercentVectorUS()); in t_formatToCharacterIterator() 127 t_Format(7, number, NumberFormat.getCurrencyInstance(us), getPositiveCurrencyVectorUS()); in t_formatToCharacterIterator() 130 … t_Format(8, negativeNumber, NumberFormat.getCurrencyInstance(us), getNegativeCurrencyVectorUS()); in t_formatToCharacterIterator() 140 t_Format(11, number, NumberFormat.getNumberInstance(us), getNumberVector2US()); in t_formatToCharacterIterator() 144 t_Format(12, number, NumberFormat.getNumberInstance(us), getZeroVector()); in t_formatToCharacterIterator()
|
/libcore/ |
D | known_oj_tags.txt | 15 # List of tags that are "known" to us from the OpenJdk code. We don't treat
|
D | JavaLibrary.bp | 916 // A file containing the list of tags that are "known" to us from the OpenJdk
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ThreadGroup.java | 703 Thread us = Thread.currentThread(); in stopOrSuspend() local 709 if (threads[i]==us) in stopOrSuspend()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | URLClassPath.java | 596 private void push(URL[] us) { 598 for (int i = us.length - 1; i >= 0; --i) { 599 urls.push(us[i]);
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | URLClassPath.java | 136 private void push(java.net.URL[] us) { in push() argument
|
/libcore/ojluni/src/main/resources/sun/nio/cs/ |
D | standard-charsets | 50 alias us
|