Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 27) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/
D__scan_keyword.pass.cpp47 const char input[] = "a"; in main() local
59 const char input[] = "abc"; in main() local
71 const char input[] = "abb"; in main() local
83 const char input[] = "Tue "; in main() local
95 const char input[] = "tue "; in main() local
107 const char input[] = "tue "; in main() local
/ndk/tests/device/test-stlport/unit/
Dtimes_test.cpp31 int input [4] = { 1, 5, 7, 2 }; in times() local
Ddivides_test.cpp30 int input [3] = { 2, 3, 4 }; in div() local
Dunary_test.cpp76 int input [3] = { -1, -4, -16 }; in ucompos1() local
89 int input [3] = { -1, -4, -16 }; in ucompos2() local
Dstrstream_test.cpp31 void StrstreamTest::input() in input() function in StrstreamTest
Dneq_test.cpp33 int input [3] = { 1, 2, 3 }; in negate0() local
Dlogic_test.cpp48 bool input [7] = { 1, 0, 0, 1, 1, 1, 1 }; in logicnot() local
Dsstream_test.cpp94 void SstreamTest::input() in input() function in SstreamTest
/ndk/tests/device/test-gnustl-full/unit/
Ddivides_test.cpp30 int input [3] = { 2, 3, 4 }; in div() local
Dtimes_test.cpp31 int input [4] = { 1, 5, 7, 2 }; in times() local
Dunary_test.cpp76 int input [3] = { -1, -4, -16 }; in ucompos1() local
89 int input [3] = { -1, -4, -16 }; in ucompos2() local
Dstrstream_test.cpp31 void StrstreamTest::input() in input() function in StrstreamTest
Dneq_test.cpp33 int input [3] = { 1, 2, 3 }; in negate0() local
Dlogic_test.cpp48 bool input [7] = { 1, 0, 0, 1, 1, 1, 1 }; in logicnot() local
Dsstream_test.cpp94 void SstreamTest::input() in input() function in SstreamTest
/ndk/tests/abcc/jni/host/
Dmain.cpp24std::string &input, std::string &output, std::string &platform, bool &savetemps) { in parseArguments()
79 std::string input; in main() local
DAbcc_host.cpp24const std::string &input, const std::string &output, const std::string &working_dir, in HostBitcodeCompiler()
32const std::string &input, const std::string &output, const std::string &working_dir, in HostBitcodeCompiler()
/ndk/sources/android/support/tests/
Dwchar_unittest.cc62 const wchar_t* input; in TEST() member
87 const wchar_t* input; in TEST() member
113 const wchar_t* input; in TEST() member
139 const wchar_t* input; in TEST() member
165 const wchar_t* input; in TEST() member
191 const wchar_t* input; in TEST() member
217 const wchar_t* input; in TEST() member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
Dxsgetn.pass.cpp36 char input[7] = "123456"; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
Dpartial_sort_copy_comp.pass.cpp32 int* input = new int[N]; in test_larger_sorts() local
Dpartial_sort_copy.pass.cpp29 int* input = new int[N]; in test_larger_sorts() local
/ndk/sources/host-tools/nawk-20071023/
Dmaketab.c119 const char* input; in main() local
Dlex.c544 int input(void) /* get next lexical input character */ in input() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp1323 bool shl_input_streamable(InputStreamable& input) in shl_input_streamable()
1554 bool operator<<(boost::array<CharT, N> const& input) BOOST_NOEXCEPT in operator <<()
1558 bool operator<<(boost::array<unsigned char, N> const& input) BOOST_NOEXCEPT in operator <<()
1562 bool operator<<(boost::array<signed char, N> const& input) BOOST_NOEXCEPT in operator <<()
1566 bool operator<<(boost::array<const CharT, N> const& input) BOOST_NOEXCEPT in operator <<()
1570 bool operator<<(boost::array<const unsigned char, N> const& input) BOOST_NOEXCEPT in operator <<()
1574 bool operator<<(boost::array<const signed char, N> const& input) BOOST_NOEXCEPT in operator <<()
1579 bool operator<<(std::array<CharT, N> const& input) BOOST_NOEXCEPT in operator <<()
1583 bool operator<<(std::array<unsigned char, N> const& input) BOOST_NOEXCEPT in operator <<()
1587 bool operator<<(std::array<signed char, N> const& input) BOOST_NOEXCEPT in operator <<()
[all …]
/ndk/sources/android/cpufeatures/
Dcpu-features.c286 parse_number(const char* input, const char* limit, int base, int* result) in parse_number()
313 parse_decimal(const char* input, const char* limit, int* result) in parse_decimal()
319 parse_hexadecimal(const char* input, const char* limit, int* result) in parse_hexadecimal()

12