/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 115 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comme… 300 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, … in parseUCARules() argument 320 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseUCARules() 444 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comme… in parseTransliterator() argument 461 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseTransliterator() 522 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UE… in parseDependency() argument 534 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseDependency() 584 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UError… in parseString() argument 594 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline); in parseString() 619 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorC… in parseAlias() argument [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.commons.el_1.0.0.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.help.base_3.5.2.v201011171123.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 3194 BOOL utf, anchored, startline, firstline; in pcre_dfa_exec() local 3377 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_dfa_exec() 3403 if (!startline && study != NULL && in pcre_dfa_exec() 3488 else if (startline) in pcre_dfa_exec()
|
D | pcre_exec.c | 6354 BOOL startline; in pcre_exec() local 6534 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_exec() 6701 if (!startline && study != NULL && in pcre_exec() 6783 else if (startline) in pcre_exec()
|
/external/selinux/sepolgen/src/sepolgen/ |
D | yacc.py | 128 startline = getattr(self.slice[n],"lineno",0) 129 endline = getattr(self.slice[n],"endlineno",startline) 130 return startline,endline
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4075 (_, startline, startpos) = ReverseCloseExpression( 4077 if startpos > -1 and startline < linenum: 4081 for i in xrange(startline, linenum + 1):
|
/external/sqlite/dist/orig/ |
D | shell.c | 4157 int startline = 0; /* Line number for start of current input */ in process_input() local 4204 startline = lineno; in process_input() 4223 "Error: near line %d:", startline); in process_input()
|
/external/sqlite/dist/ |
D | shell.c | 4179 int startline = 0; /* Line number for start of current input */ in process_input() local 4226 startline = lineno; in process_input() 4245 "Error: near line %d:", startline); in process_input()
|
/external/pcre/dist/testdata/ |
D | testinput2 | 3693 settings of the anchored and startline bits. --/
|
D | testoutput2 | 12322 settings of the anchored and startline bits. --/
|