HomeSort by relevance Sort by last modified time
    Searched refs:us (Results 51 - 75 of 182) sorted by null

1 23 4 5 6 7 8

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_DecimalFormat.java 44 .getCurrencyInstance(Locale.US);
136 Locale us = Locale.US; local
140 t_Format(1, number, NumberFormat.getNumberInstance(us),
144 // testFormat(2, number, NumberFormat.getIntegerInstance(us),
148 t_Format(3, number, NumberFormat.getPercentInstance(us),
163 // test currency instance with US Locale
164 t_Format(7, number, NumberFormat.getCurrencyInstance(us),
167 // test negative currency instance with US Locale
168 t_Format(8, negativeNumber, NumberFormat.getCurrencyInstance(us),
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp 96 static void sleepForMicroseconds(unsigned us)
98 unsigned ms = us / 1000;
99 if (us && !ms)
106 static void sleepForMicroseconds(unsigned us)
108 usleep(us);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 138 unsigned short us = 1; local
141 Agg<short> s2 = {us}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
  /external/icu4c/samples/numfmt/
main.cpp 49 Locale us("en", "US");
52 // Create a number formatter for the US locale
53 NumberFormat *fmt = NumberFormat::createInstance(us, status);
57 // and the decimal separator '.', standard in the US locale
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 12 you are not sure, please let us know and we'll try to fix it.
  /system/extras/micro_bench/
micro_bench.c 78 unsigned long us = delta->tv_sec * 1000000 + delta->tv_usec; local
79 return (double)bytes * 1000000.0 / 1048576.0 / (double)us;
  /external/kernel-headers/original/linux/mtd/
cfi.h 456 static inline void cfi_udelay(int us)
458 if (us >= 1000) {
459 msleep((us+999)/1000);
461 udelay(us);
  /external/srtp/test/
rtpw.c 95 # define usleep(us) Sleep((us)/1000)
97 # define usleep(us) sleep((us)/1000000)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleManagerTest.java 63 assertTrue(s, s.length() == 2 && s.equals(s.toLowerCase(Locale.US)));
66 assertTrue(s, s.length() == 2 && s.equals(s.toLowerCase(Locale.US)));
72 assertTrue(s, s.length() == 2 && s.equals(s.toUpperCase(Locale.US)));
75 assertTrue(s, s.length() == 2 && s.equals(s.toUpperCase(Locale.US)));
97 Image us = manager.getFlag("US"); local
103 assertSame(us, manager.getFlag("en", "US"));
106 Locale.setDefault(Locale.US);
107 assertSame(us, manager.getFlag("en", null))
    [all...]
  /external/chromium/base/
time_win.cc 64 void MicrosecondsToFileTime(int64 us, FILETIME* ft) {
65 DCHECK(us >= 0) << "Time is less than 0, negative values are not "
70 *ft = bit_cast<FILETIME, int64>(us * 10);
  /external/icu4c/test/cintltst/
spooftest.c 248 USet *us; local
254 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */
255 uspoof_setAllowedChars(sc, us, &status);
257 TEST_ASSERT_NE(us, uspoof_getAllowedChars(sc, &status));
258 TEST_ASSERT(uset_equals(us, uspoof_getAllowedChars(sc, &status)));
260 uset_close(us);
  /external/icu4c/test/intltest/
utxttest.cpp 288 // us UnicodeString containing the test text.
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
367 TestCopyMove(us, ut, FALSE,
371 TestCopyMove(us, ut, TRUE,
386 TestReplace(us, ut,
404 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
419 UnicodeString targetUS(us); // And copy the reference string.
478 const UnicodeString &us, // reference UnicodeString in which to do the replace
497 UnicodeString targetUS(us); // And copy the reference string.
551 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap)
1779 const UnicodeString *us = (const UnicodeString *)ut->context; local
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 119 void delayMicroseconds(unsigned int us);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementaddnewattribute.js 106 testEmployee.setAttribute("lang","EN-us");
108 assertEquals("attrValue","EN-us",attrValue);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementaddnewattribute.js 106 testEmployee.setAttribute("lang","EN-us");
108 assertEquals("attrValue","EN-us",attrValue);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 10 * tree root node. Also prevents us from duplicating recently-added
  /external/icu4c/data/mappings/
ucmebcdic.mk 6 UCM_SOURCE_EBCDIC = ebcdic-xml-us.ucm\
  /sdk/avdlauncher/
Android.mk 47 # us to put the object file in the source directory...
  /sdk/find_java/
Android.mk 60 # us to put the object file in the source directory...
  /sdk/find_lock/
Android.mk 48 # us to put the object file in the source directory...
  /sdk/sdklauncher/
Android.mk 47 # us to put the object file in the source directory...
  /system/core/libpixelflinger/
Android.mk 72 # libhardware, but this at least gets us built.
  /external/icu4c/common/
utext.cpp 9 * encoding: US-ASCII
1008 // If the provider gave us a close function, call it now.
2470 const UnicodeString *us=(const UnicodeString *)t->context; local
2507 UnicodeString *us=(UnicodeString *)ut->context; local
2553 UnicodeString *us=(UnicodeString *)ut->context; local
    [all...]
uinvchar.c 9 * encoding: US-ASCII
183 u_charsToUChars(const char *cs, UChar *us, int32_t length) {
196 *us++=u;
202 u_UCharsToChars(const UChar *us, char *cs, int32_t length) {
206 u=*us++;
  /external/mesa3d/src/mesa/main/
macros.h 125 #define UNCLAMPED_FLOAT_TO_USHORT(us, f) \
126 us = ( (GLushort) IROUND( CLAMP((f), 0.0F, 1.0F) * 65535.0F) )
127 #define CLAMPED_FLOAT_TO_USHORT(us, f) \
128 us = ( (GLushort) IROUND( (f) * 65535.0F) )

Completed in 1816 milliseconds

1 23 4 5 6 7 8