Searched refs:to (Results 1 - 25 of 164) sorted by relevance

1234567

/ndk/tests/build/test-gnustl-chrono/jni/
H A Dhanoi.c3 void hanoi(int from, int to, int mid, int n, void (*callback)(int, int)) { argument
5 callback(from, to);
7 hanoi(from, mid, to, n - 1, callback);
8 callback(from, to);
9 hanoi(mid, to, from, n - 1, callback);
H A Dhanoi.h8 extern void hanoi(int from, int to, int mid, int n,
H A Dmain.cpp9 void hanoi_callback(int from, int to) { argument
/ndk/tests/device/multi-static-instances/jni/
H A DApplication.mk3 # This is a trick to allow use to build three executables
4 # that are linked to different STL runtimes.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_unshift.pass.cpp15 // 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());
H A Dchar32_t_unshift.pass.cpp15 // 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());
H A Dchar_unshift.pass.cpp15 // 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());
H A Dwchar_t_out.pass.cpp16 // 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
[all...]
H A Dwchar_t_unshift.pass.cpp15 // 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());
H A Dchar16_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar16_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
H A Dchar32_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar32_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
H A Dchar_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
H A Dchar_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
H A Dwchar_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 &to[0], &to[0] + to.size(), to_next);
39 assert(to_next - to.data() == expected.size());
40 assert(to_next - to.data() == expected.size());
41 assert(to == expected);
/ndk/sources/cxx-stl/stlport/src/
H A Dcodecvt.cpp11 * Permission to use or copy this software for any purpose is hereby granted
13 * Permission to modify the code and to distribute modified code is granted,
87 extern_type* to,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
91 copy(from, from + len, to);
93 to_next = to + len;
102 intern_type* to,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
107 __REINTERPRET_CAST(const unsigned char*, from) + len, to);
83 do_out(state_type& , const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
98 do_in(state_type& , const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_limit, intern_type*& to_next) const argument
114 do_unshift(state_type& , extern_type* to, extern_type* , extern_type*& to_next) const argument
[all...]
/ndk/
H A Dfind-win-host.cmd2 rem This is a Windows cmd.exe script used to find windows host name.
3 rem %1 is the env. var to set to the windows host name.
21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
27 rem Otherwise fall back to 32-bit make
30 rem Uses "endlocal &&" hack to allow env. vars to survive setlocal/endlocal
/ndk/tests/build/absolute-src-file-paths/jni/
H A DAndroid.mk6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
7 # For normal build, empty FOO_PATH causes make to find /foo.c and /main.c
8 # and fail to build.
13 $(info FOO_PATH should be defined to an absolute path!)
/ndk/tests/build/multi-module-path/path1/foo/
H A DAndroid.mk1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
/ndk/tests/build/prebuild-stlport/jni/
H A DApplication.mk1 # We want to build support for all ARM ABIs
/ndk/tests/build/warn-bad-modules/jni/
H A DApplication.mk4 # Itentionally ask for the non-existing 'bar' module to be built.
/ndk/sources/host-tools/nawk-20071023/
H A DFIXES5 Permission to use, copy, modify, and distribute this software and
12 to distribution of the software without specific, written prior
26 was sent to the printers in August, 1987.
29 minor fix in lib.c: increase inputFS to 100, change malloc
30 for fields to n+1.
34 thanks to david o'brien, freebsd, for both fixes.
37 fiddle in makefile to fix for BSD make; thanks to igor sobrado.
43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
44 who actually did the fix (in b.c), and to wolfgan
[all...]
/ndk/build/core/
H A Dprebuilt-static-library.mk9 # Unless required by applicable law or agreed to in writing, software
16 # this file is included from Android.mk files to build a target-specific
27 # Prebuilt static libraries don't need to be copied to TARGET_OUT
28 # to facilitate debugging, so use the prebuilt version directly
/ndk/tests/device/static-executable/jni/
H A DAndroid.mk9 # but option "-static" can instruct gcc to link with proper crt*o files to
15 # in the previous *S file to iterate all eh frames and record ranges is gone

Completed in 416 milliseconds

1234567