Searched refs:line (Results 176 - 200 of 3772) sorted by relevance

1234567891011>>

/external/lldb/scripts/Python/
H A Dedit-swig-python-wrapper-file.py44 for line in f_in:
46 if line.startswith(include_python):
52 # Otherwise, copy the line verbatim to the output file.
53 f_out.write(line)
/external/skia/experimental/Intersection/
H A DLineIntersection.h12 int horizontalIntersect(const _Line& line, double y, double tRange[2]);
13 int horizontalLineIntersect(const _Line& line, double left, double right,
18 int verticalLineIntersect(const _Line& line, double top, double bottom,
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races_xml.stderr.exp9 <line>Helgrind, a thread error detector</line>
10 <line>Copyright (C) XXXX-YYYY, and GNU GPL'd, by OpenWorks LLP et al.</line>
11 <line>Using Valgrind-X.Y.X and LibVEX; rerun with -h for copyright info</line>
12 <line>Command: ./tc06_two_races</line>
22 <arg>--command-line-only=yes</arg>
55 <line>
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DAppliedTextDecoration.cpp10 AppliedTextDecoration::AppliedTextDecoration(TextDecoration line, TextDecorationStyle style, StyleColor color) argument
11 : m_line(line)
17 AppliedTextDecoration::AppliedTextDecoration(TextDecoration line) argument
18 : m_line(line)
/external/clang/test/Analysis/
H A Dtaint-tester.cpp19 char *line = 0; local
24 while ((read = T.getline(&line, &len, stdin)) != -1) {
25 printf("%s", line); // no warning
27 free(line);
/external/compiler-rt/lib/builtins/
H A Dint_util.h26 void compilerrt_abort_impl(const char *file, int line,
/external/llvm/test/MC/AsmParser/
H A Ddirective_line.s5 .line
6 .line 1
/external/opencv/cv/src/
H A Dcvcalcimagehomography.cpp51 cvCalcImageHomography( float* line, CvPoint3D32f* _center, argument
60 CvMat rx = cvMat( 1, 3, CV_32F, line );
74 if( !line || !_center || !_intrinsic || !_homography )
77 norm_xy = cvSqrt( line[0] * line[0] + line[1] * line[1] );
78 xy_cosa = line[0] / norm_xy;
79 xy_sina = line[1] / norm_xy;
81 norm_xz = cvSqrt( line[
[all...]
/external/proguard/src/proguard/
H A DGPL.java70 String line = reader.readLine();
71 if (line == null)
76 line = line.trim();
77 if (line.startsWith("at "))
79 line = line.substring(2).trim();
80 line = trimSuffix(line, '(');
81 line
[all...]
/external/srec/portable/include/
H A DpLastError.h35 PORTABLE_API void printGetLastErrorInternal(const LCHAR* text, char* file, int line);
/external/chromium_org/chrome/common/
H A Dini_parser.cc21 std::string line = tokenizer.token(); local
22 if (line.empty()) {
23 // Skips the empty line.
26 if (line[0] == '#' || line[0] == ';') {
27 // This line is a comment.
30 if (line[0] == '[') {
32 current_section = line.substr(1);
38 size_t equal = line.find('=');
40 key = line
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-deserialize-text.hh2 #line 1 "../../src/hb-buffer-deserialize-text.rl"
35 #line 36 "hb-buffer-deserialize-text.hh.tmp"
315 #line 91 "../../src/hb-buffer-deserialize-text.rl"
342 #line 343 "hb-buffer-deserialize-text.hh.tmp"
347 #line 348 "hb-buffer-deserialize-text.hh.tmp"
373 #line 51 "../../src/hb-buffer-deserialize-text.rl"
379 #line 55 "../../src/hb-buffer-deserialize-text.rl"
388 #line 62 "../../src/hb-buffer-deserialize-text.rl"
392 #line 63 "../../src/hb-buffer-deserialize-text.rl"
396 #line 6
[all...]
/external/chromium_org/tools/
H A Dinclude_tracer.py18 # Created by copying the command line for prerender_browsertest.cc, replacing
180 for line in lines:
181 line = line.strip()
182 if line.startswith('#include "'):
184 seen, line.split('"')[1], resolved_filename, indent + 2)
185 elif line.startswith('#include '):
186 include = '<' + line.split('<')[1].split('>')[0] + '>'
189 elif line.startswith('import '):
191 seen, line
[all...]
/external/clang/test/CodeGen/
H A Dcatch-undef-behavior.c67 #line 100
94 #line 200
144 #line 300
169 #line 400
180 #line 500
191 #line 600
204 #line 700
217 #line 800
242 #line 900
/external/deqp/framework/opengl/
H A DgluDefs.cpp35 Error::Error (int error, const char* message, const char* expr, const char* file, int line) argument
36 : tcu::TestError (message, expr, file, line)
51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int line) argument
52 : tcu::ResourceError(message, expr, file, line)
65 void checkError (const RenderContext& context, const char* msg, const char* file, int line) argument
67 checkError(context.getFunctions().getError(), msg, file, line);
70 void checkError (deUint32 err, const char* msg, const char* file, int line) argument
81 throw OutOfMemoryError(msgStr.str().c_str(), DE_NULL, file, line);
83 throw Error(err, msgStr.str().c_str(), DE_NULL, file, line);
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-text.hh2 #line 1 "../../src/hb-buffer-deserialize-text.rl"
35 #line 36 "hb-buffer-deserialize-text.hh.tmp"
315 #line 91 "../../src/hb-buffer-deserialize-text.rl"
342 #line 343 "hb-buffer-deserialize-text.hh.tmp"
347 #line 348 "hb-buffer-deserialize-text.hh.tmp"
373 #line 51 "../../src/hb-buffer-deserialize-text.rl"
379 #line 55 "../../src/hb-buffer-deserialize-text.rl"
388 #line 62 "../../src/hb-buffer-deserialize-text.rl"
392 #line 63 "../../src/hb-buffer-deserialize-text.rl"
396 #line 6
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
H A DJSilverBadSyntaxException.java26 private final int line; field in class:JSilverBadSyntaxException
31 * Signifies line or column is not known.
39 * @param lineContent content of a line where error occurred (can be null)
41 * @param line number of a line in {@code resourceName} where error occurred (ignored if set to
49 int line, int column, Throwable cause) {
50 super(makeMessage(message, lineContent, resourceName, line, column), cause);
52 this.line = line;
57 int line, in
48 JSilverBadSyntaxException(String message, String lineContent, String resourceName, int line, int column, Throwable cause) argument
56 makeMessage(String message, String lineContent, String resourceName, int line, int column) argument
[all...]
/external/lldb/utils/misc/
H A Dgrep-svn-log.py4 Greps and returns the first svn log entry containing a line matching the regular
17 usage = """Usage: grep-svn-log.py line-pattern
26 """Add a line to the content, if there is a previous line, commit it."""
33 """Forget about the previous line, do not commit it."""
54 line = sys.stdin.readline()
55 if not line:
57 line = line.splitlines()[0]
61 if line
[all...]
/external/qemu/
H A Dgen-skin.py45 line = " "
50 line = line + ","
54 print line
55 line = " "
58 line = line + "%3d" % d
65 if len(line) > 0:
66 print line
/external/chromium_org/ppapi/generators/
H A Didl_diff.py46 for line in self.was:
47 print 'src: >>%s<<' % line
48 for line in self.now:
49 print 'gen: >>%s<<' % line
55 # Return True if this change is only a one line change in the copyright notice
67 # Return True if this change only removes a blank line from a comment
81 for line in change.now:
82 if line: return False
83 for line in change.was:
84 if line
[all...]
/external/chromium_org/net/ftp/
H A Dftp_ctrl_response_buffer.cc35 ParsedLine line = lines_.front(); local
39 if (!line.is_complete || line.status_code != response_buf_.status_code) {
40 line_buf_.append(line.raw_text);
46 line_buf_ = line.status_text;
47 DCHECK_EQ(line.status_code, response_buf_.status_code);
49 if (!line.is_multiline) {
59 if (!line.is_complete)
62 response_buf_.status_code = line.status_code;
63 if (line
113 ParseLine( const std::string& line) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c40 * Info about the AA line we're rendering
48 GLfloat halfWidth; /* half of line width */
49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */
77 * Compute the equation of a plane used to interpolate line fragment data
79 * Input: (x0, y0) and (x1,y1) are the endpoints of the line.
84 * We take the endpoints of the line and compute a plane such that
85 * the cross product of the line vector and the plane normal is
326 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
332 * Draw an AA line segment (called many times per line whe
335 segment(struct gl_context *ctx, struct LineInfo *line, plot_func plot, GLfloat t0, GLfloat t1) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c40 * Info about the AA line we're rendering
48 GLfloat halfWidth; /* half of line width */
49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */
77 * Compute the equation of a plane used to interpolate line fragment data
79 * Input: (x0, y0) and (x1,y1) are the endpoints of the line.
84 * We take the endpoints of the line and compute a plane such that
85 * the cross product of the line vector and the plane normal is
326 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
332 * Draw an AA line segment (called many times per line whe
335 segment(struct gl_context *ctx, struct LineInfo *line, plot_func plot, GLfloat t0, GLfloat t1) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c85 N_SLINE = 68, /* Source line number */
113 Int line; /* first line */ member in struct:__anon32520
120 Int prev; /* prev line */
121 Int no; /* current line */
122 Int ovf; /* line wrap */
123 Addr addr; /* start of this line */
124 Bool first; /* first line in function */
125 } line = { 0, 0, 0, 0, False }; local
129 68 N_SLINE a source line numbe
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Derror_state.cc26 int line,
32 int line,
38 int line,
45 int line,
52 const char* filename, int line, const char* function_name) OVERRIDE;
55 const char* filename, int line, const char* function_name) OVERRIDE;
58 const char* filename, int line, const char* function_name) OVERRIDE;
105 const char* filename, int line, const char* function_name) {
108 SetGLError(filename, line, error, function_name, "");
115 int line,
104 PeekGLError( const char* filename, int line, const char* function_name) argument
113 SetGLError( const char* filename, int line, unsigned int error, const char* function_name, const char* msg) argument
132 SetGLErrorInvalidEnum( const char* filename, int line, const char* function_name, unsigned int value, const char* label) argument
143 SetGLErrorInvalidParami( const char* filename, int line, unsigned int error, const char* function_name, unsigned int pname, int param) argument
164 SetGLErrorInvalidParamf( const char* filename, int line, unsigned int error, const char* function_name, unsigned int pname, float param) argument
177 CopyRealGLErrorsToWrapper( const char* filename, int line, const char* function_name) argument
186 ClearRealGLErrors( const char* filename, int line, const char* function_name) argument
[all...]

Completed in 3187 milliseconds

1234567891011>>