Searched refs:line (Results 501 - 525 of 3772) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcommon.py70 for line_number, line in enumerate(lines):
71 if "\t" in line:
H A Dxml.py40 for line in lines:
41 parser.Parse(line)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/
H A Drun-test.rb34 lines = output.split("\n").map { |line| line.sub(/\'(.*)?\/(.*)?\.framework/, "'--stripped--/\\2.framework") }
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtextfile.cpp76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { argument
102 // Remove BOM in first line, if present
107 line = str.unescape();
111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec, argument
114 if (!readLine(line, ec)) return FALSE;
117 ICU_Utility::skipWhitespace(line, pos, TRUE);
119 if (pos == line.length() || line.charAt(pos) == 0x23/*'#'*/) {
122 // Process line
123 if (trim) line
[all...]
H A Dtextfile.h33 * Read a line terminated by ^J or ^M or ^M^J, and convert it from
35 * included in 'line'.
36 * @return TRUE if a line was read, or FALSE if the EOF
39 UBool readLine(UnicodeString& line, UErrorCode& ec);
42 * Read a line, ignoring blank lines and lines that start with
45 * @return TRUE if a line was read, or FALSE if the EOF
48 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
52 * Return the line number of the last line returned by readLine().
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.h40 int line, const char *fmt, ...);
47 int line, const char *fmt, va_list v);
/external/chromium_org/third_party/skia/src/utils/
H A DSkPathUtils.cpp40 static void Line2path_pixel(SkPath* path, const char* line,
44 if (GetBit(line,i)) {
51 static void Line2path_pixelCircle(SkPath* path, const char* line,
55 if (GetBit(line,i)) {
64 static void Line2path_span(SkPath* path, const char* line, argument
70 int curPixel = GetBit(line,i);
87 if ( GetBit(line,width-1) ) ++end;
91 } else if ( GetBit(line, width - 1) ) { // if last pixel on add
101 // loop for every line in bitmap
103 // fn ptr handles each line separatel
119 const char* line = &bitmap[y * stride]; local
[all...]
/external/chromium_org/third_party/webrtc/build/
H A Dextra_gitignore.py32 for i, line in enumerate(lines):
35 if line == modify_string:
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dlinemap.c2 * YASM assembler virtual line mapping handling (for parse stage)
37 /* monotonically increasing virtual line */
38 unsigned long line; member in struct:line_mapping
43 /* "original" source base line number */
45 /* "original" source line number increment (for following lines) */
50 /* first bytecode on line; NULL if no bytecodes on line */
53 /* source code line */
61 /* Current virtual line number. */
64 /* Mappings from virtual to physical line number
144 unsigned long line; local
246 yasm_linemap_lookup(yasm_linemap *linemap, unsigned long line, const char **filename, unsigned long *file_line) argument
280 yasm_linemap_get_source(yasm_linemap *linemap, unsigned long line, yasm_bytecode **bcp, const char **sourcep) argument
[all...]
H A Dobjfmt.h45 /** One-line description of the object format. */
110 void (*init_new_section) (yasm_section *section, unsigned long line);
118 unsigned long line);
163 * \param line virtual line (from yasm_linemap)
165 void yasm_objfmt_init_new_section(yasm_object *object, unsigned long line);
173 * \param line virtual line (from yasm_linemap)
178 /*@null@*/ yasm_valparamhead *objext_valparams, unsigned long line);
201 #define yasm_objfmt_section_switch(object, vpms, oe_vpms, line) \
[all...]
/external/chromium_org/tools/findit/
H A Dfindit_for_clusterfuzz.py31 for line in stacktrace_string.splitlines():
32 line = line.strip()
34 # If the line starts with +, it signifies the start of new stacktrace.
35 if line.startswith('+-') and line.endswith('-+'):
36 if 'Release Build Stacktrace' in line:
41 elif 'Debug Build Stacktrace' in line:
51 # This case, it must be that the line is an actual stack frame, so add to
54 current_stacktrace_lines.append(line)
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo.py125 for line in proc.stderr.readlines():
126 output += line
127 if 'Video:' in line:
128 dimensions = line.split(',')[2]
139 The expected line format is:
146 line = ''
150 line += next_char
151 if 'pts=' in line:
152 return int(1000 * float(line.split('=')[-1]))
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-script-breakpoints.js36 assertEquals(2, Debug.scriptBreakPoints()[0].line());
51 assertEquals(2, x.line());
54 assertEquals(3, x.line());
57 assertEquals(4, x.line());
77 assertEquals(2, Debug.scriptBreakPoints()[0].line());
92 assertEquals(2, x.line());
95 assertEquals(3, x.line());
98 assertEquals(4, x.line());
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h307 int line; member in struct:SourceLocation
324 const int line);
328 const char* const file, const int line,
334 const char* const file, const int line, const void *values[],
338 const char* const file, const int line, const void *values[],
343 const char* const file, const int line,
347 const char* const file, const int line,
351 const char* const file, const int line, const void* const value,
355 const char* const file, const int line, const void* const value,
359 const char* const file, const int line, cons
[all...]
/external/compiler-rt/test/tsan/
H A Dgetline_nohang.cc10 char *line = NULL; local
17 volatile int res = getline(&line, &size, stream);
/external/elfutils/0.153/libcpu/
H A Di386_parse.h72 #line 214 "i386_parse.y"
85 #line 86 "i386_parse.h"
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DHexDump.java32 byte[] line = new byte[16];
46 if (line[j] > ' ' && line[j] < '~')
48 result.append(new String(line, j, 1));
66 line[lineIndex++] = b;
80 if (line[i] > ' ' && line[i] < '~')
82 result.append(new String(line, i, 1));
/external/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { argument
102 // Remove BOM in first line, if present
107 line = str.unescape();
111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec, argument
114 if (!readLine(line, ec)) return FALSE;
117 ICU_Utility::skipWhitespace(line, pos, TRUE);
119 if (pos == line.length() || line.charAt(pos) == 0x23/*'#'*/) {
122 // Process line
123 if (trim) line
[all...]
H A Dtextfile.h33 * Read a line terminated by ^J or ^M or ^M^J, and convert it from
35 * included in 'line'.
36 * @return TRUE if a line was read, or FALSE if the EOF
39 UBool readLine(UnicodeString& line, UErrorCode& ec);
42 * Read a line, ignoring blank lines and lines that start with
45 * @return TRUE if a line was read, or FALSE if the EOF
48 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
52 * Return the line number of the last line returned by readLine().
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h83 #line 129 "policy_parse.y"
93 #line 94 "policy_parse.h"
/external/javassist/src/main/javassist/bytecode/
H A DLineNumberAttribute.java52 * for a new line in the original source file begins.
62 * This represents the corresponding line number in the original
72 * Returns the line number corresponding to the specified bytecode.
91 * the specified line begins.
93 * @param line the line number.
94 * @return -1 if the specified line is not found.
96 public int toStartPc(int line) { argument
99 if (line == lineNumber(i))
114 * The line numbe
116 public int line; field in class:LineNumberAttribute.Pc
128 toNearPc(int line) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTAlt.java15 public TAlt(int line, int pos) argument
18 setLine(line);
H A DTAnd.java15 public TAnd(int line, int pos) argument
18 setLine(line);
H A DTArgWhitespace.java15 public TArgWhitespace(String text, int line, int pos) argument
18 setLine(line);
H A DTAssignment.java15 public TAssignment(int line, int pos) argument
18 setLine(line);

Completed in 673 milliseconds

<<21222324252627282930>>