/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 115 struct input { struct 135 bool (*read_fn) P_((struct input *)); /* read one line */ argument 512 static bool read_always_fail P_((struct input *)); 514 read_always_fail(input) in read_always_fail() argument 515 struct input *input UNUSED; in read_always_fail() 520 static bool read_file_line P_((struct input *)); 522 read_file_line(input) in read_file_line() argument 523 struct input *input; in read_file_line() 528 long result = ck_getline (&b, &blen, input->fp); 693 static void open_next_file P_((const char *name, struct input *)); [all …]
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 96 int c = input(); in peek() 108 c = input(); in gettok() 118 for ( ; (c = input()) != 0; ) { in gettok() 135 for ( ; (c = input()) != 0; ) { in gettok() 207 while ((c = input()) != '\n' && c != 0) in yylex() 215 input(); in yylex() 217 input(); input(); /* \n */ in yylex() 225 input(); RET(AND); in yylex() 230 input(); RET(BOR); in yylex() 235 input(); yylval.i = NE; RET(NE); in yylex() [all …]
|
D | maketab.c | 119 const char* input; in main() local 128 input = "ytab.h"; in main() 130 input = argv[1]; in main() 131 if (!strcmp(input,"-")) in main() 132 input = NULL; in main() 134 if (input == NULL) { in main() 137 if ((fp = fopen(input, "rt")) == NULL) { in main() 138 fprintf(stderr, "maketab can't open %s!\n", input); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | unary_test.cpp | 76 int input [3] = { -1, -4, -16 }; in ucompos1() local 79 …transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_ro… in ucompos1() 89 int input [3] = { -1, -4, -16 }; in ucompos2() local 92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>())); in ucompos2()
|
D | divides_test.cpp | 30 int input [3] = { 2, 3, 4 }; in div() local 31 int result = accumulate(input, input + 3, 48, divides<int>()); in div()
|
D | times_test.cpp | 31 int input [4] = { 1, 5, 7, 2 }; in times() local 32 int total = accumulate(input, input + 4, 1, multiplies<int>()); in times()
|
D | strstream_test.cpp | 19 CPPUNIT_TEST(input); 23 void input(); 31 void StrstreamTest::input() in input() function in StrstreamTest
|
D | neq_test.cpp | 33 int input [3] = { 1, 2, 3 }; in negate0() local 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>()); in negate0()
|
D | logic_test.cpp | 48 bool input [7] = { 1, 0, 0, 1, 1, 1, 1 }; in logicnot() local 50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | unary_test.cpp | 76 int input [3] = { -1, -4, -16 }; in ucompos1() local 79 …transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_ro… in ucompos1() 89 int input [3] = { -1, -4, -16 }; in ucompos2() local 92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>())); in ucompos2()
|
D | divides_test.cpp | 30 int input [3] = { 2, 3, 4 }; in div() local 31 int result = accumulate(input, input + 3, 48, divides<int>()); in div()
|
D | times_test.cpp | 31 int input [4] = { 1, 5, 7, 2 }; in times() local 32 int total = accumulate(input, input + 4, 1, multiplies<int>()); in times()
|
D | strstream_test.cpp | 19 CPPUNIT_TEST(input); 23 void input(); 31 void StrstreamTest::input() in input() function in StrstreamTest
|
D | neq_test.cpp | 33 int input [3] = { 1, 2, 3 }; in negate0() local 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>()); in negate0()
|
D | logic_test.cpp | 48 bool input [7] = { 1, 0, 0, 1, 1, 1, 1 }; in logicnot() local 50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | mbrlen.m4 | 63 const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ 67 if (mbrlen (input + 1, 1, &state) == (size_t)(-2)) 114 char input[] = "B\303\274\303\237er"; /* "Büßer" */ 118 if (mbrlen (input + 1, 1, &state) == (size_t)(-2)) 120 input[1] = '\0'; 121 if (mbrlen (input + 2, 5, &state) != 1) 128 char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ 132 if (mbrlen (input + 1, 1, &state) == (size_t)(-2)) 134 input[1] = '\0'; 135 if (mbrlen (input + 2, 5, &state) != 2)
|
D | mbrtowc.m4 | 117 const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ 122 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) 169 char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ 174 if (mbrtowc (&wc, input + 3, 6, &state) != 4 175 && mbtowc (&wc, input + 3, 6) == 4) 268 char input[] = "B\303\274\303\237er"; /* "Büßer" */ 273 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) 275 input[1] = '\0'; 276 if (mbrtowc (&wc, input + 2, 5, &state) != 1) 283 char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ [all …]
|
D | iconv.m4 | 77 static const char input[] = "\342\202\254"; /* EURO SIGN */ 79 const char *inptr = input; 80 size_t inbytesleft = strlen (input); 96 static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; 98 const char *inptr = input; 99 size_t inbytesleft = strlen (input);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regexec.c | 191 const re_string_t *input, Idx idx) 705 err = re_string_allocate (&mctx.input, string, length, dfa->nodes_len + 1, in re_search_internal() 710 mctx.input.stop = stop; in re_search_internal() 711 mctx.input.raw_stop = stop; in re_search_internal() 712 mctx.input.newline_anchor = preg->newline_anchor; in re_search_internal() 725 if (BE (SIZE_MAX / sizeof (re_dfastate_t *) <= mctx.input.bufs_len, 0)) in re_search_internal() 731 mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1); in re_search_internal() 742 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_search_internal() 820 __re_size_t offset = match_first - mctx.input.raw_mbs_idx; in re_search_internal() 821 if (BE (offset >= (__re_size_t) mctx.input.valid_raw_len, 0)) in re_search_internal() [all …]
|
D | regcomp.c | 58 static Idx fetch_number (re_string_t *input, re_token_t *token, 60 static int peek_token (re_token_t *token, re_string_t *input, 1756 fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax) in fetch_token() argument 1758 re_string_skip_bytes (input, peek_token (result, input, syntax)); in fetch_token() 1766 peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token() argument 1770 if (re_string_eoi (input)) in peek_token() 1776 c = re_string_peek_byte (input, 0); in peek_token() 1782 if (input->mb_cur_max > 1 && in peek_token() 1783 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token() 1793 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 18 transformations on an input stream 19 (a file or input from a pipeline). 23 input(s), and is consequently more efficient. 243 the input stream, and the address 2~5 will match every fifth line, 274 matches the very first line of input the 296 until the next line whose input line number is a multiple of
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | manis.sed | 2 # The input should look just like the input after this is run.
|
/ndk/build/tools/toolchain-patches/binutils/ |
D | 0001-Fix-older-binutils-to-ignore-tag_DIV_use.patch | 13 + CPU. We will merge as follows: If the input attribute's value 15 + the input attribute's value is zero or two then if the output 16 + attribute's value is one the output value is set to the input 82 + // CPU. We will merge as follows: If the input attribute's value 84 + // the input attribute's value is zero or two then if the output 85 + // attribute's value is one the output value is set to the input
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | ko.po | 191 msgid "no input files" 232 "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n" 314 " load minimal amounts of data from the input files and " 335 "remaining arguments are names of input files; if no input files are\n" 336 "specified, then the standard input is read.\n" 497 #~ msgid "input read error: %s" 507 #~ "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n" 526 #~ "remaining arguments are names of input files; if no input files are\n" 527 #~ "specified, then the standard input is read.\n"
|
D | he.po | 191 msgid "no input files" 232 "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n" 314 " load minimal amounts of data from the input files and " 335 "remaining arguments are names of input files; if no input files are\n" 336 "specified, then the standard input is read.\n" 497 #~ msgid "input read error: %s" 507 #~ "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n" 526 #~ "remaining arguments are names of input files; if no input files are\n" 527 #~ "specified, then the standard input is read.\n"
|