HomeSort by relevance Sort by last modified time
    Searched defs:us (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
convert_exact.pass.cpp 26 std::chrono::microseconds us = ms; local
27 assert(us.count() == 1000);
32 constexpr std::chrono::microseconds us = ms; local
33 static_assert(us.count() == 1000, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_exact.pass.cpp 26 std::chrono::microseconds us = ms; local
27 assert(us.count() == 1000);
32 constexpr std::chrono::microseconds us = ms; local
33 static_assert(us.count() == 1000, "");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
reloc-6a.s 1 .globl us
3 us: label
6 lw $4,%got_page(us)($gp)
7 addiu $4,$4,%got_ofst(us)
  /external/clang/test/SemaCXX/
PR9461.cpp 14 int us; member in struct:basic_string
26 :us(_S_construct)
  /external/libcxxabi/test/support/
timer.hpp 25 MicroSeconds us = duration_cast<MicroSeconds>(end - m_start); local
26 std::cout << us.count() << " microseconds\n";
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/support/
timer.hpp 25 MicroSeconds us = duration_cast<MicroSeconds>(end - m_start); local
26 std::cout << us.count() << " microseconds\n";
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 557 UnicodeSet us = new UnicodeSet(); local
560 us._generatePattern(sb, true);
561 us._generatePattern(sb, false);
562 us._generatePattern(sb.append(1), true);
563 us._generatePattern(sb.append(1.0), true);
564 us._generatePattern(sb.reverse(), true);
570 us._generatePattern(null, true);
581 UnicodeSet us = new UnicodeSet(0,100000); // Create a large Unicode set local
582 us.add("dummy");
587 if(us.matches(null, offset, limit, true) != UnicodeSet.U_PARTIAL_MATCH)
622 UnicodeSet us = new UnicodeSet(); \/\/ Empty set local
641 UnicodeSet us = new UnicodeSet(); local
669 UnicodeSet us = new UnicodeSet(); local
686 UnicodeSet us = new UnicodeSet(); local
727 UnicodeSet us = new UnicodeSet(); local
750 UnicodeSet us = new UnicodeSet(); local
781 UnicodeSet us = new UnicodeSet(); local
794 UnicodeSet us = new UnicodeSet(); local
839 UnicodeSet us = new UnicodeSet(); local
851 UnicodeSet us = new UnicodeSet(); local
895 UnicodeSet us = new UnicodeSet(); local
940 UnicodeSet us = new UnicodeSet(); local
964 UnicodeSet us = new UnicodeSet(); local
983 UnicodeSet us = new UnicodeSet(); local
1012 UnicodeSet us = new UnicodeSet(); local
1023 UnicodeSet us = new UnicodeSet(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 553 UnicodeSet us = new UnicodeSet(); local
556 us._generatePattern(sb, true);
557 us._generatePattern(sb, false);
558 us._generatePattern(sb.append(1), true);
559 us._generatePattern(sb.append(1.0), true);
560 us._generatePattern(sb.reverse(), true);
566 us._generatePattern(null, true);
577 UnicodeSet us = new UnicodeSet(0,100000); // Create a large Unicode set local
578 us.add("dummy");
583 if(us.matches(null, offset, limit, true) != UnicodeSet.U_PARTIAL_MATCH)
618 UnicodeSet us = new UnicodeSet(); \/\/ Empty set local
637 UnicodeSet us = new UnicodeSet(); local
665 UnicodeSet us = new UnicodeSet(); local
682 UnicodeSet us = new UnicodeSet(); local
723 UnicodeSet us = new UnicodeSet(); local
746 UnicodeSet us = new UnicodeSet(); local
777 UnicodeSet us = new UnicodeSet(); local
790 UnicodeSet us = new UnicodeSet(); local
835 UnicodeSet us = new UnicodeSet(); local
847 UnicodeSet us = new UnicodeSet(); local
891 UnicodeSet us = new UnicodeSet(); local
936 UnicodeSet us = new UnicodeSet(); local
960 UnicodeSet us = new UnicodeSet(); local
979 UnicodeSet us = new UnicodeSet(); local
1008 UnicodeSet us = new UnicodeSet(); local
1019 UnicodeSet us = new UnicodeSet(); local
    [all...]
  /external/clang/test/CodeGen/
Atomics.c 8 unsigned short us; variable
19 (void) __sync_fetch_and_add (&us, 1); // CHECK: atomicrmw add i16
28 (void) __sync_fetch_and_sub (&us, 1); // CHECK: atomicrmw sub i16
37 (void) __sync_fetch_and_or (&us, 1); // CHECK: atomicrmw or i16
46 (void) __sync_fetch_and_xor (&us, 1); // CHECK: atomicrmw xor i16
55 (void) __sync_fetch_and_nand (&us, 1); // CHECK: atomicrmw nand i16
64 (void) __sync_fetch_and_and (&us, 1); // CHECK: atomicrmw and i16
77 us = __sync_fetch_and_add (&us, 11); // CHECK: atomicrmw add
86 us = __sync_fetch_and_sub (&us, 11); // CHECK: atomicrmw su
    [all...]
nvptx-inlineasm-ptx.c 8 unsigned short us; local
24 asm volatile ("mov.b16 %0, %1;" : "=h"(us) : "h"(us));
Nontemporal.cpp 7 unsigned short us; variable
24 __builtin_nontemporal_store(1, &us); // CHECK: store i16{{.*}}align 2, !nontemporal
38 us = __builtin_nontemporal_load(&ss); // CHECK: load i16{{.*}}align 2, !nontemporal
39 ss = __builtin_nontemporal_load(&us); // CHECK: load i16{{.*}}align 2, !nontemporal
  /external/icu/icu4c/source/test/intltest/
itrbnfp.cpp 147 UnicodeString us; local
148 formatter->format((const Formattable)val, us, status);
150 us.insert(0, (UChar)'"');
151 us.append((UChar)'"');
152 logln(us);
160 UnicodeString us; local
161 formatter->format((const Formattable)(int32_t)val, us, status);
163 us.insert(0, (UChar)'"');
164 us.append((UChar)'"');
165 logln(us);
    [all...]
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.literals/
literals.pass.cpp 26 static_assert ( std::is_same<decltype( 3us ), std::chrono::microseconds>::value, "" );
49 std::chrono::microseconds us = 867us; local
50 assert ( us == std::chrono::microseconds(867));
51 auto us2 = 867.0us;
52 assert ( us == us2 );
literals1.pass.cpp 38 microseconds us = 867us; local
39 assert ( us == microseconds(867));
40 auto us2 = 867.0us;
41 assert ( us == us2 );
literals2.pass.cpp 41 std::chrono::microseconds us = 867us; local
42 assert ( us == std::chrono::microseconds(867));
43 auto us2 = 867.0us;
44 assert ( us == us2 );
  /external/skia/tools/
DumpRecord.cpp 81 int us = (int)(ns * 1e-3); local
83 printf("%6dus ", us);
90 printf("%6dus ", us);
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
global_struct.c 23 unsigned short us = -1; variable
34 double result = pf[0] * d[1][1] * s.d * us * l;
globals.c 10 // DEBUGGER: print us
30 unsigned short us = -1; variable
41 double result = pf[0] * d[1][1] * s.d * us * l;
locals.cpp 9 // CHECK: us = 65535
30 unsigned short us = -1; local
44 double result = pf[0] * d[1][1] * s.f * us * l;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/
literals.pass.cpp 26 static_assert ( std::is_same<decltype( 3us ), std::chrono::microseconds>::value, "" );
49 std::chrono::microseconds us = 867us; local
50 assert ( us == std::chrono::microseconds(867));
51 auto us2 = 867.0us;
52 assert ( us == us2 );
literals1.pass.cpp 38 microseconds us = 867us; local
39 assert ( us == microseconds(867));
40 auto us2 = 867.0us;
41 assert ( us == us2 );
literals2.pass.cpp 41 std::chrono::microseconds us = 867us; local
42 assert ( us == std::chrono::microseconds(867));
43 auto us2 = 867.0us;
44 assert ( us == us2 );
  /external/clang/test/Sema/
bitfield-promote.c 19 unsigned short us : 4; member in struct:S
27 __typeof(s.us + s.us) x_us;
  /external/icu/icu4c/source/io/
ustream.cpp 50 const UChar *us = str.getBuffer(); local
51 const UChar *uLimit = us + str.length();
56 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
90 UChar *us = uBuffer; local
109 us = uBuffer;
117 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
124 if (us != uBuffer) {
126 int32_t uBuffSize = us-uBuffer;
  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 45 UnicodeSet us; member in class:CmdOp
68 us.clear();
71 us.add(cp);
78 us.clear();
80 if (us.contains(cp)) {
88 UnicodeSetIterator uit(us);

Completed in 1010 milliseconds

1 2 3 4 5