HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 126 - 150 of 16759) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char32_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
wchar_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
32 std::vector<char> to(from.size()+1);
37 to.data(), to.data() + to.size(), to_next);
40 assert(static_cast<std::size_t>(to_next - to.data()) == from.size());
41 assert(to.data() == std::string("some text"));
46 std::vector<char> to(from.size()+1);
51 to.data(), to.data() + to.size(), to_next)
    [all...]
wchar_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<F::extern_type> to(3);
33 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::ok);
34 assert(to_next == to.data());
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ToParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
33 * To Header parser.
45 * @param to String to set
47 public ToParser(String to) {
58 To to = new To(); local
    [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
3 # to catch some of them
10 cld # we want these to happen forward
12 mov $0xfeb131978,%rax # value to store
14 # test back-to-back rep/stosb's
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
3 # to catch some of them
10 cld # we want these to happen forward
12 mov $0xfeb1378,%eax # value to store
14 # test back-to-back rep/stosb's
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char32_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
wchar_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
31 std::vector<char> to(from.size()+1);
36 to.data(), to.data() + to.size(), to_next);
39 assert(to_next - to.data() == from.size());
40 assert(to.data() == std::string("some text"));
45 std::vector<char> to(from.size()+1);
50 to.data(), to.data() + to.size(), to_next)
    [all...]
wchar_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<F::extern_type> to(3);
33 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::ok);
34 assert(to_next == to.data());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char32_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
char_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
27 std::vector<char> to(3);
31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv);
32 assert(to_next == to.data());
wchar_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
31 std::vector<char> to(from.size()+1);
36 to.data(), to.data() + to.size(), to_next);
39 assert(to_next - to.data() == from.size());
40 assert(to.data() == std::string("some text"));
45 std::vector<char> to(from.size()+1);
50 to.data(), to.data() + to.size(), to_next)
    [all...]
wchar_t_unshift.pass.cpp 15 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<F::extern_type> to(3);
33 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::ok);
34 assert(to_next == to.data());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial2.l 2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:8: Error: Unable to mix instructions as specified
5 .*:9: Error: Unable to mix instructions as specified
6 .*:11: Error: Unable to mix instructions as specified
7 .*:12: Error: Unable to mix instructions as specified
8 .*:13: Error: Unable to mix instructions as specified
9 .*:14: Error: Unable to mix instructions as specified
10 .*:16: Error: Unable to mix instructions as specified
11 .*:17: Error: Unable to mix instructions as specifie
    [all...]
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait05.c 16 * along with this program; if not, write to the Free Software
36 struct timespec to = {.tv_sec = 0, .tv_nsec = 100010000}; local
40 TEST(futex_wait(&futex, futex, &to, fflags));
56 if (tst_timespec_lt(tst_timer_elapsed(), to)) {
59 tst_timer_elapsed_us(), tst_timespec_to_us(to));
63 if (tst_timespec_diff_us(tst_timer_elapsed(), to) > TRESHOLD_US) {
66 tst_timer_elapsed_us(), tst_timespec_to_us(to));
71 tst_timer_elapsed_us(), tst_timespec_to_us(to));
  /prebuilts/go/darwin-x86/test/
escape_field.go 7 // Test escape analysis with respect to field assignments.
24 i := 0 // ERROR "moved to heap: i$"
26 x.p1 = &i // ERROR "&i escapes to heap$"
27 sink = x.p1 // ERROR "x\.p1 escapes to heap"
31 i := 0 // ERROR "moved to heap: i$"
34 x.p1 = &i // ERROR "&i escapes to heap$"
35 sink = x.p2 // ERROR "x\.p2 escapes to heap"
39 i := 0 // ERROR "moved to heap: i$"
41 x.p1 = &i // ERROR "&i escapes to heap$"
42 sink = x // ERROR "x escapes to heap
    [all...]
  /prebuilts/go/linux-x86/test/
escape_field.go 7 // Test escape analysis with respect to field assignments.
24 i := 0 // ERROR "moved to heap: i$"
26 x.p1 = &i // ERROR "&i escapes to heap$"
27 sink = x.p1 // ERROR "x\.p1 escapes to heap"
31 i := 0 // ERROR "moved to heap: i$"
34 x.p1 = &i // ERROR "&i escapes to heap$"
35 sink = x.p2 // ERROR "x\.p2 escapes to heap"
39 i := 0 // ERROR "moved to heap: i$"
41 x.p1 = &i // ERROR "&i escapes to heap$"
42 sink = x // ERROR "x escapes to heap
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-alpha-3.d 17 DW_CFA_advance_loc: 4 to 0+0004
19 DW_CFA_advance_loc: 4 to 0+0008
21 DW_CFA_advance_loc: 4 to 0+000c
23 DW_CFA_advance_loc: 4 to 0+0010
25 DW_CFA_advance_loc: 4 to 0+0014
27 DW_CFA_advance_loc: 4 to 0+0018
29 DW_CFA_advance_loc: 36 to 0+003c
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-4.d 8 \[0x.*\] Extended opcode 2: set Address to 0x0
9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 7 to 8
10 \[0x.*\] Advance PC by 32780 to 0x800c
11 \[0x.*\] Special opcode .*: advance Address by 0 to 0x800c and Line by 3 to 11
12 \[0x.*\] Advance PC by 2 to 0x800e
  /external/clang/test/OpenMP/
target_enter_data_if_messages.cpp 14 #pragma omp target enter data map(to: i) if // expected-error {{expected '(' after 'if'}}
15 #pragma omp target enter data map(to: i) if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
16 #pragma omp target enter data map(to: i) if () // expected-error {{expected expression}}
17 #pragma omp target enter data map(to: i) if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp target enter data map(to: i) if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target enter data' are ignored}}
19 #pragma omp target enter data map(to: i) if (argc > 0 ? argv[1] : argv[2])
20 #pragma omp target enter data map(to: i) if (argc + argc)
21 #pragma omp target enter data map(to: i) if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target enter data' ca (…)
    [all...]

Completed in 1784 milliseconds

1 2 3 4 56 7 8 91011>>