Searched defs:line (Results 276 - 300 of 882) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_model.cc44 void AutocompletePopupModel::SetHoveredLine(size_t line) { argument
45 const bool is_disabling = (line == kNoMatch);
46 DCHECK(is_disabling || (line < result().size()));
48 if (line == hovered_line_)
51 // Make sure the old hovered line is redrawn. No need to redraw the selected
52 // line since selection overrides hover so the appearance won't change.
56 // Change the hover to the new line.
57 hovered_line_ = line;
62 void AutocompletePopupModel::SetSelectedLine(size_t line, argument
72 line
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_merge_unittest.cc166 // Parse the input line by line.
170 std::string line = lines[i]; local
172 if (line != kProfileSeparator) {
174 size_t separator_pos = line.find(kFieldSeparator);
176 string16 field_type = UTF8ToUTF16(line.substr(0, separator_pos));
177 string16 value = UTF8ToUTF16(line.substr(separator_pos + kFieldOffset));
188 // The first line is always a profile separator, and the last profile is not
190 if ((i > 0 && line == kProfileSeparator) || i == lines.size() - 1) {
/external/chromium/chrome/browser/sync/notifier/
H A Dchrome_system_resources.cc96 LogLevel level, const char* file, int line,
119 logging::LogMessage(file, line, log_severity).stream() << result;
95 Log( LogLevel level, const char* file, int line, const char* format, ...) argument
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-death-test-internal.h77 const char* file, int line, DeathTest** test);
132 const char* file, int line, DeathTest** test) = 0;
139 const char* file, int line, DeathTest** test);
186 int line; member in struct:testing::internal::InternalRunDeathTestFlag
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h248 int line() const { return line_; } function in class:testing::internal::UntypedOnCallSpecBase
346 // line number of the statement => line_
443 const void* mock_obj, const char* file, int line);
468 // - The constructors and destructor are defined out-of-line because
680 ExpectationBase(const char* file, int line, const string& source_text);
686 int line() const { return line_; }
693 *os << FormatFileLocation(file(), line()) << " ";
834 int line_; // The line number of the expectation.
1128 // This line is here just for completeness' sake. It will never
1224 // Logs a message including file and line numbe
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc48 static void PrintSourceLocation(const char *file, int line, int column, argument
52 if (line > 0) {
53 Printf(":%d", line);
99 PrintSourceLocation(info.file, info.line, info.column,
H A Dsanitizer_symbolizer.h39 int line; member in struct:__sanitizer::AddressInfo
/external/doclava/src/com/google/doclava/
H A DSampleTagInfo.java34 * and reducing the indent level of the text to the indent level of the first non-whitespace line.
93 static String getTrimString(String line) { argument
95 int len = line.length();
97 char c = line.charAt(i);
105 return line.substring(0, i);
127 String line = lines.readLine();
128 if (line == null) {
133 if (line.indexOf(begin) >= 0) {
138 if (line.indexOf(end) >= 0) {
141 boolean empty = "".equals(line
[all...]
/external/dropbear/
H A Dloginrec.h133 char line[LINFO_LINESIZE]; /* tty/pty name */ member in struct:logininfo
154 const char *hostname, const char *line);
159 const char *hostname, const char *line);
180 /* produce various forms of the line filename */
/external/e2fsprogs/lib/blkid/
H A Dread.c88 static char *strip_line(char *line) argument
92 line = skip_over_blank(line);
94 p = line + strlen(line) - 1;
96 while (*line) {
103 return line;
132 * Start parsing a new line from the cache.
134 * line starts with "<device" return 1 -> continue parsing line
[all...]
/external/e2fsprogs/lib/ss/
H A Dlisten.c58 char *line; local
77 line = (*info->readline)(current_info->prompt);
81 line = input;
83 line = NULL;
87 if (line == NULL) {
93 cp = strchr(line, '\n');
96 if (cp == line)
101 (*info->add_history)(line);
103 code = ss_execute_line (sci_idx, line);
105 register char *c = line;
[all...]
/external/eigen/scripts/
H A Deigen_gen_credits.cpp11 // this function takes a line that may contain a name and/or email address,
13 std::string contributor_name(const std::string& line) argument
19 if(line.find("markb@localhost.localdomain") != string::npos)
24 if(line.find("kayhman@contact.intra.cea.fr") != string::npos)
35 size_t position_of_email_address = line.find_first_of('<');
41 if(line.find("hauke.heibel") != string::npos)
46 result = line.substr(0, position_of_email_address);
53 if(line.find("convert-repo") != string::npos)
56 result = line;
71 string line; local
135 string line; local
[all...]
/external/elfutils/tests/
H A Daddrscopes.c41 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line) argument
45 if (line != NULL
46 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
163 line, read from stdin. */
H A Dfuncscopes.c42 paddr (const char *prefix, Dwarf_Addr addr, Dwfl_Line *line) argument
46 if (line != NULL
47 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java79 line ();
142 line ();
204 line ();
251 line ();
302 line ();
445 private void line () method in class:ReportGenerator
/external/expat/tests/
H A Dminicheck.c159 _fail_unless(int condition, const char *file, int line, char *msg) argument
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py17 for line in f:
19 j = line.find ('#')
21 line = line[:j] variable
23 fields = [x.strip () for x in line.split (';')]
/external/icu4c/samples/layout/
H A DFontMap.cpp40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; local
56 line = strip(buffer);
57 if (line[0] == '#' || line[0] == 0) {
61 c = strchr(line, ':');
65 scriptName = strip(line);
77 sprintf(errorMessage, "The script name %s is invalid.", line);
/external/icu4c/tools/gennorm2/
H A Dgennorm2.cpp81 /* preset then read command line options */
88 "error in command line argument \"%s\"\n",
190 char line[300]; local
192 while(NULL!=fgets(line, (int)sizeof(line), f)) {
193 char *comment=(char *)strchr(line, '#');
197 u_rtrim(line);
198 if(line[0]==0) {
201 if(line[0]=='*') {
202 const char *s=u_skipWhitespace(line
[all...]
/external/icu4c/tools/toolutil/
H A Duparse.c78 char line[300]; local
102 while(T_FileStream_readLine(file, line, sizeof(line))!=NULL) {
104 length=(int32_t)(u_rtrim(line)-line);
107 * detect a line with # @missing:
108 * start parsing after that, or else from the beginning of the line
111 start=(char *)getMissingLimit(line);
112 if(start==line) {
118 /* skip this line i
[all...]
/external/iproute2/ip/
H A Dip.c100 char *line = NULL; local
118 while (getcmdline(&line, &len, stdin) != -1) {
122 largc = makeargs(line, largv, 100);
124 continue; /* blank line */
133 if (line)
134 free(line);
/external/iproute2/tc/
H A Dq_netem.c53 * # comment line(s)
62 char *line = NULL; local
73 while (getline(&line, &len, f) != -1) {
75 if (*line == '\n' || *line == '#')
78 for (p = line; ; p = endp) {
93 free(line);
/external/jpeg/
H A Dansi2knr.c186 * with a right parenthesis as the last character on the line,
187 * and with a left brace as the first token on the following line
189 * It will recognize a multi-line header provided that no intervening
190 * line ends with a left or right brace or a semicolon.
192 * the function name must be the first thing on the line.
207 on the line following a function header be a left brace,
326 char *line; local
369 fprintf(out, "#line 1 \"%s\"\n", argv[1]);
371 line = buf;
372 while ( fgets(line, (unsigne
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultHdfParser.java43 String line;
44 while ((line = lineReader.readLine()) != null) {
45 parseLine(line, output, context, lineReader, dataFileName, errorHandler);
49 private void parseLine(String line, Data output, List<String> context, argument
52 line = stripComment(line);
55 if ((split = split(line, "=")) != null) {
58 } else if ((split = split(line, "<<")) != null) {
64 } else if ((split = split(line, "{")) != null) {
68 } else if (split(line, "}") !
83 stripComment(String line) argument
120 split(String line, String delimiter) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DRenderingContext.java91 void setCurrentPosition(int line, int column); argument

Completed in 2593 milliseconds

<<11121314151617181920>>