/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/ |
D | __scan_keyword.pass.cpp | 47 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/ |
D | times_test.cpp | 31 int input [4] = { 1, 5, 7, 2 }; in times() local
|
D | divides_test.cpp | 30 int input [3] = { 2, 3, 4 }; in div() local
|
D | unary_test.cpp | 76 int input [3] = { -1, -4, -16 }; in ucompos1() local 89 int input [3] = { -1, -4, -16 }; in ucompos2() local
|
D | strstream_test.cpp | 31 void StrstreamTest::input() in input() function in StrstreamTest
|
D | neq_test.cpp | 33 int input [3] = { 1, 2, 3 }; in negate0() local
|
D | logic_test.cpp | 48 bool input [7] = { 1, 0, 0, 1, 1, 1, 1 }; in logicnot() local
|
D | sstream_test.cpp | 94 void SstreamTest::input() in input() function in SstreamTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | divides_test.cpp | 30 int input [3] = { 2, 3, 4 }; in div() local
|
D | times_test.cpp | 31 int input [4] = { 1, 5, 7, 2 }; in times() local
|
D | unary_test.cpp | 76 int input [3] = { -1, -4, -16 }; in ucompos1() local 89 int input [3] = { -1, -4, -16 }; in ucompos2() local
|
D | strstream_test.cpp | 31 void StrstreamTest::input() in input() function in StrstreamTest
|
D | neq_test.cpp | 33 int input [3] = { 1, 2, 3 }; in negate0() local
|
D | logic_test.cpp | 48 bool input [7] = { 1, 0, 0, 1, 1, 1, 1 }; in logicnot() local
|
D | sstream_test.cpp | 94 void SstreamTest::input() in input() function in SstreamTest
|
/ndk/tests/abcc/jni/host/ |
D | main.cpp | 24 … std::string &input, std::string &output, std::string &platform, bool &savetemps) { in parseArguments() 79 std::string input; in main() local
|
D | Abcc_host.cpp | 24 … const std::string &input, const std::string &output, const std::string &working_dir, in HostBitcodeCompiler() 32 … const std::string &input, const std::string &output, const std::string &working_dir, in HostBitcodeCompiler()
|
/ndk/sources/android/support/tests/ |
D | wchar_unittest.cc | 62 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/ |
D | xsgetn.pass.cpp | 36 char input[7] = "123456"; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/ |
D | partial_sort_copy_comp.pass.cpp | 32 int* input = new int[N]; in test_larger_sorts() local
|
D | partial_sort_copy.pass.cpp | 29 int* input = new int[N]; in test_larger_sorts() local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | maketab.c | 119 const char* input; in main() local
|
D | lex.c | 544 int input(void) /* get next lexical input character */ in input() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 1323 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/ |
D | cpu-features.c | 286 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()
|