Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 30) 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/sources/host-tools/sed-4.2.1/sed/
Dexecute.c115 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/
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-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/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.pass.cpp29 int* input = new int[N]; in test_larger_sorts() local
Dpartial_sort_copy_comp.pass.cpp32 int* input = new int[N]; in test_larger_sorts() local
/ndk/docs/tools/
Dndk-markdown-substitutions.py27 def add_filter_test(input, expected): argument
/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.c282 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/
Dregcomp.c1756 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()

12