Searched refs:duplicated (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/ |
D | cstdlib | 26 * is not used and the workaround in this file must be duplicated here
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | mac-mf.sed | 147 # To speed up compiles, remove duplicated -i options.
|
D | uniq.inp | 527 /* The code is duplicated for the caseless and caseful cases, for speed, 528 /* The code is duplicated for the caseless and caseful cases, for speed,
|
D | uniq.good | 138 /* The code is duplicated for the caseless and caseful cases, for speed,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regcomp.c | 1576 for (idx = dfa->nodes_len - 1; dfa->nodes[idx].duplicated && idx > 0; --idx) in search_duplicated_node() 1597 dfa->nodes[dup_idx].duplicated = 1; in duplicate_node() 1695 && !dfa->nodes[dfa->edests[node].elems[0]].duplicated) in calc_eclosure_iter() 3759 tree->token.duplicated = 0; in create_token_tree() 3791 if (node->type == COMPLEX_BRACKET && node->duplicated == 0) in free_token() 3795 if (node->type == SIMPLE_BRACKET && node->duplicated == 0) in free_token() 3829 (*p_new)->token.duplicated = 1; in duplicate_tree()
|
D | regex_internal.h | 349 unsigned int duplicated : 1; member
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 94 * uniq -d:: Print duplicated lines of input 95 * uniq -u:: Remove all duplicated lines 1187 * uniq -d:: Print duplicated lines of input 1188 * uniq -u:: Remove all duplicated lines 1856 This script prints only duplicated lines, like `uniq -d'. 1863 # Print the first of the duplicated lines
|
D | sed-in.texi | 126 * uniq -d:: Print duplicated lines of input 127 * uniq -u:: Remove all duplicated lines 1645 * uniq -d:: Print duplicated lines of input 1646 * uniq -u:: Remove all duplicated lines 2345 This script prints only duplicated lines, like @samp{uniq -d}. 2354 # Print the first of the duplicated lines
|
D | sed.texi | 127 * uniq -d:: Print duplicated lines of input 128 * uniq -u:: Remove all duplicated lines 1646 * uniq -d:: Print duplicated lines of input 1647 * uniq -u:: Remove all duplicated lines 2480 This script prints only duplicated lines, like @samp{uniq -d}. 2490 # Print the first of the duplicated lines
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 236 duplicated in the order they were listed in the makefile. This is 321 of all prerequisites, including multiple instances of duplicated
|
D | make.texi | 9190 duplicated in the order they were listed in the makefile. This is 9310 parts of all prerequisites, including multiple instances of duplicated
|