/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/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 115 struct input { struct 125 /* Current input line number (over all files). */ argument 135 bool (*read_fn) P_((struct input *)); /* read one line */ argument 157 /* The `current' input line. */ argument 514 read_always_fail(input) in read_always_fail() argument 522 read_file_line(input) in read_file_line() argument 695 open_next_file(name, input) in open_next_file() argument 793 closedown(input) in closedown() argument 856 read_pattern_space(input, the_program, append) in read_pattern_space() argument 901 last_file_with_data_p(input) in last_file_with_data_p() argument [all …]
|
/ndk/tests/device/test-gnustl-full/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-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/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.pass.cpp | 29 int* input = new int[N]; in test_larger_sorts() local
|
D | partial_sort_copy_comp.pass.cpp | 32 int* input = new int[N]; in test_larger_sorts() local
|
/ndk/docs/tools/ |
D | ndk-markdown-substitutions.py | 27 def add_filter_test(input, expected): argument
|
/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 | 282 parse_number(const char* input, const char* limit, int base, int* result) in parse_number() 309 parse_decimal(const char* input, const char* limit, int* result) in parse_decimal() 315 parse_hexadecimal(const char* input, const char* limit, int* result) in parse_hexadecimal()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regcomp.c | 1756 fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax) in fetch_token() 1766 peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token() 2005 peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token_bracket() 3688 fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax) in fetch_number()
|