HomeSort by relevance Sort by last modified time
    Searched full:line (Results 426 - 450 of 6501) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/net/
MailTo.java 93 // mailto line. Join the two together.
107 * Retrieve the To address line from the parsed mailto URL. This could be
109 * If no To line was specified, then null is return
117 * Retrieve the CC address line from the parsed mailto URL. This could be
119 * If no CC line was specified, then null is return
127 * Retrieve the subject line from the parsed mailto URL.
128 * If no subject line was specified, then null is return
136 * Retrieve the body line from the parsed mailto URL.
137 * If no body line was specified, then null is return
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 3 // The following line was removed for compatibility with Android libraries.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeStackCallInfo.java 36 * name of the source file + line number in the format<br>
48 * @param sourceFile the name of the source file and the line number
61 // do nothing, the line number will stay at -1
90 * Returns the line number, or -1 if unknown.
  /system/vold/
main.cpp 173 char line[255]; local
179 while(fgets(line, sizeof(line), fp)) {
180 char *next = line;
184 line[strlen(line)-1] = '\0';
186 if (line[0] == '#' || line[0] == '\0')
240 SLOGE("Syntax error on config line %d", n);
  /dalvik/vm/compiler/template/
gen-template.py 155 for line in opcode_fp:
156 match = opcode_re.match(line)
225 for line in asm_stub_text:
226 templ = Template(line)
230 # Append the file specified by "source" to the open "outfp". Each line will
233 # If the first line of the file starts with "%" it is taken as a directive.
234 # A "%include" line contains a filename and, optionally, a Python-style
238 # If "sister_list" is provided, and we find a line that contains only "&",
248 for line in infp:
249 if line.startswith("%include")
383 line = line.strip() # remove CRLF, leading spaces variable
    [all...]
  /dalvik/vm/mterp/
gen-mterp.py 160 for line in opcode_fp:
161 match = opcode_re.match(line)
277 for line in asm_stub_text:
278 templ = Template(line)
282 # Append the file specified by "source" to the open "outfp". Each line will
285 # If the first line of the file starts with "%" it is taken as a directive.
286 # A "%include" line contains a filename and, optionally, a Python-style
290 # If "sister_list" is provided, and we find a line that contains only "&",
300 for line in infp:
301 if line.startswith("%include")
437 line = line.strip() # remove CRLF, leading spaces variable
    [all...]
  /external/openssl/crypto/err/
err.c 123 const char **file,int *line,
147 int line)
178 es->err_line[es->top]=line;
201 int *line)
202 { return(get_error_values(1,0,file,line,NULL,NULL)); }
204 unsigned long ERR_get_error_line_data(const char **file, int *line,
206 { return(get_error_values(1,0,file,line,data,flags)); }
212 unsigned long ERR_peek_error_line(const char **file, int *line)
213 { return(get_error_values(0,0,file,line,NULL,NULL)); }
215 unsigned long ERR_peek_error_line_data(const char **file, int *line,
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 50 // Expected: call should disappear from CLCC line
124 // Line index that was incoming or waiting at last poll, or -1 for none
150 * Note: directly modified line and has *p_call point directly into
151 * modified line
153 static int callFromCLCCLine(char *line, RIL_Call *p_call)
162 err = at_tok_start(&line);
165 err = at_tok_nextint(&line, &(p_call->index));
168 err = at_tok_nextbool(&line, &(p_call->isMT));
171 err = at_tok_nextint(&line, &state);
177 err = at_tok_nextint(&line, &mode)
333 char *line = p_cur->line; local
364 char *line = p_cur->line; local
439 char *line; local
680 char *line; local
720 char *line, *p; local
874 char *line = p_cur->line; local
1102 char *line; local
1768 char *line; local
1896 char *line = NULL; local
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java 199 for (String line : lines) {
200 if (line.trim().equals("1")) {
359 for (String line : lines) {
360 mResultLines.add(line);
374 for (String line : mResultLines) {
375 Matcher matcher = INSTRUMENT_RESULT_PATTERN.matcher(line);
1112 String line = mReader.readLine(); local
1268 String line = iterator.next(); local
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
master.cfg 146 statusLines = [line for line in logText.splitlines() if line.find('regression') >= 0 and line.find(' found.') >= 0]
195 for line in logText.splitlines():
196 if line.find('had incorrect layout') >= 0 or line.find('were new') >= 0 or line.find('was new') >= 0:
197 incorrectLayoutLines.append(line)
198 elif line.find('test case') >= 0 and (line.find(' crashed') >= 0 or line.find(' timed out') >= 0)
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 92 for (String line : lines) {
93 processTagLine(line);
113 for (String line : tagFileContent) {
114 processTagLine(line);
128 String line = null; local
130 line = reader.readLine();
131 if (line != null) {
132 processTagLine(line);
134 } while (line != null);
143 * Processes a line from the event-log-tags file
540 String line = null; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 39 int line, const char *value);
98 int line, const char *value)
113 wpa_printf(MSG_ERROR, "Line %d: failed to parse %s '%s'.",
114 line, data->name,
128 wpa_printf(MSG_ERROR, "Line %d: too short %s (len=%lu "
129 "min_len=%ld)", line, data->name,
136 wpa_printf(MSG_ERROR, "Line %d: too long %s (len=%lu "
137 "max_len=%ld)", line, data->name,
251 int line, const char *value)
260 wpa_printf(MSG_ERROR, "Line %d: too small %s (value=%d
    [all...]
  /external/elfutils/libdw/
libdw.h 72 /* Source code line information for CU. */
75 /* One source code line information. */
349 /* Return line address. */
350 extern int dwarf_lineaddr (Dwarf_Line *line, Dwarf_Addr *addrp);
352 /* Return line number. */
353 extern int dwarf_lineno (Dwarf_Line *line, int *linep)
356 /* Return column in line. */
357 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
361 extern int dwarf_linebeginstatement (Dwarf_Line *line, bool *flagp)
365 extern int dwarf_lineendsequence (Dwarf_Line *line, bool *flagp
    [all...]
  /build/tools/soslim/
symfilter.c 24 char *line = NULL; local
89 line = (char *)filter->mmap;
92 #define NOT_DONE ((off_t)(line - (char *)filter->mmap) < fsize)
94 char *name = line;
96 /* Advance to the next line. We seek out spaces or new lines. At the
98 continue till we've consumed the line. For new lines, we scan both
102 while (NOT_DONE && !isspace(*line)) line++;
104 *line++ = '\0';
105 if (line - name > 1)
    [all...]
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 47 int line; local
67 /* Line ends testing */
80 /* Test read line */
83 line = 0;
90 g_assert_cmpstr (data, ==, lines[line]);
92 line++;
95 g_assert_cmpint (line, ==, MAX_LINES);
128 int line; local
146 line = 0;
155 line++
    [all...]
  /external/icu4c/samples/layout/
pflow.c 24 * Move the line below out of this comment
266 static void addLine(pf_object *obj, pl_line *line)
273 obj->fLines[obj->fLineCount++] = line;
281 pl_line *line; local
306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
307 addLine(obj, line);
324 const pl_line *line = obj->fLines[li]; local
326 if (line != NULL) {
327 le_int32 runCount = pl_countLineRuns(line);
331 le_int32 lastX = pl_getLineWidth(line);
    [all...]
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 42 char line[200]; local
46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)
48 if (line[0] == '#') continue;
49 if (line[0] == 0) continue;
50 if (!isalnum(line[0])) {
51 fprintf(stderr, "warning: ignoring line %d - %s", lineno, line);
55 const char* p = line;
60 fprintf(stderr, "can't read name at line %d\n", lineno)
    [all...]
  /external/tremolo/Tremolo/
misc.c 56 long line; member in struct:__anon6222
64 static void *_insert(void *ptr,long bytes,char *file,long line){
66 ((head *)ptr)->line=line;
123 fprintf(out,"%ld, %ld # FILE %s LINE %ld\n",
125 file_bytes[i],file,line);
188 fprintf(stderr,"\t%s %ld\n",((head *)ptr)->file,((head *)ptr)->line);
204 ptr->file,ptr->line);
209 extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line){
219 return _insert(ptr,bytes,file,line);
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 32 * A print stream which logs output line by line.
70 * Logs the given line.
72 protected abstract void log(String line);
80 * Searches buffer for line breaks and logs a message for each one.
82 * @param completely true if the ending chars should be treated as a line
83 * even though they don't end in a line break
91 // Log one line for each line break.
303 // Log one line for each line break
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 142 def strip_comments(line):
143 """Strips comments from a line and return None if the line is empty
144 or else the contents of line with leading and trailing spaces removed
147 commentIndex = line.find('//')
149 commentIndex = len(line)
151 line = re.sub(r'\s+', ' ', line[:commentIndex].strip())
152 if line == '':
155 return line
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 46 * There are individual methods for parsing a request line, a
47 * status line, or a header line.
84 * Creates a new line parser for the given HTTP-like protocol.
99 * Creates a new line parser for HTTP.
242 // end of line, no tolerance for trailing whitespace
246 // beginning of line, tolerate leading whitespace
251 } // else within line, don't tolerate whitespace
293 * Parses a request line.
295 * @param buffer a buffer holding the line to pars
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 329 (timeout, line) = self._read_line(timeout, stop_time)
330 resp += line
332 while not timeout and line.rstrip() != "#EOF":
334 if line == '' and self.poll() is not None:
348 elif (line.startswith('Content-Type:') and not
353 output.append(line)
355 (timeout, line) = self._read_line(timeout, stop_time)
356 resp += line
360 (timeout, line) = self._read_line(timeout, stop_time)
361 resp += line
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 119 // Initial state is a single line with 0 characters (0 to 0),
268 // If the new layout has a blank line at the end, but it is not
269 // the very end of the buffer, then we already have a line that
270 // starts there, so disregard the blank line.
349 System.out.print("line " + i + ": " + getLineStart(i) + " to " + getLineEnd(i) + " ");
366 public int getLineTop(int line) {
367 return mInts.getValue(line, TOP);
370 public int getLineDescent(int line) {
371 return mInts.getValue(line, DESCENT);
374 public int getLineStart(int line) {
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info 201 Code that implements "CLI", the GDB Command-Line Interpreter.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info 201 Code that implements "CLI", the GDB Command-Line Interpreter.
    [all...]

Completed in 101 milliseconds

<<11121314151617181920>>