Searched refs:line (Results 301 - 325 of 3772) sorted by relevance

<<11121314151617181920>>

/external/cmockery/cmockery_0_1_2/src/example/
H A Dallocate_module.c19 extern void* _test_malloc(const size_t size, const char* file, const int line);
21 const char* file, const int line);
22 extern void _test_free(void* const ptr, const char* file, const int line);
/external/jdiff/src/jdiff/
H A DStreamReader.java26 String line = null;
27 while((line = br.readLine()) != null)
28 System.out.println(line);
/external/lldb/scripts/
H A Dgenerate-vers.pl20 while ($line = <$pbxproj>)
22 chomp ($line);
25 $line =~ /CURRENT_PROJECT_VERSION = ([0-9]+).([0-9]+).([0-9]+)(.[0-9])?/)
/external/skia/experimental/Intersection/
H A DLineUtilities.h9 bool implicitLine(const _Line& line, double& slope, double& axisIntercept);
10 int reduceOrder(const _Line& line, _Line& reduced);
11 double is_left(const _Line& line, const _Point& pt);
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Din_file.py52 def _is_comment(line):
53 return line.startswith("//") or line.startswith("#")
80 for line in lines:
81 if _is_comment(line):
83 if not line:
87 self._parse_parameter(line)
89 entry = self._parse_line(line)
124 def _parse_parameter(self, line):
125 if '=' in line
[all...]
/external/chromium_org/v8/src/base/
H A Dlogging.h13 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...);
45 inline void CheckEqualsHelper(const char* file, int line, argument
49 V8_Fatal(file, line,
58 inline void CheckEqualsHelper(const char* file, int line, argument
66 V8_Fatal(file, line,
81 int line,
87 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i",
96 int line,
104 V8_Fatal(file, line,
112 int line,
80 CheckNonEqualsHelper(const char* file, int line, const char* unexpected_source, int unexpected, const char* value_source, int value) argument
95 CheckEqualsHelper(const char* file, int line, const char* expected_source, const char* expected, const char* value_source, const char* value) argument
111 CheckNonEqualsHelper(const char* file, int line, const char* expected_source, const char* expected, const char* value_source, const char* value) argument
127 CheckEqualsHelper(const char* file, int line, const char* expected_source, const void* expected, const char* value_source, const void* value) argument
142 CheckNonEqualsHelper(const char* file, int line, const char* expected_source, const void* expected, const char* value_source, const void* value) argument
155 CheckNonEqualsHelper(const char* file, int line, const char* expected_source, int64_t expected, const char* value_source, int64_t value) argument
[all...]
/external/valgrind/main/VEX/switchback/
H A Dbinary_switchback.pl203 my $line = pop @lines; # ...but the second line.
205 chomp $line;
207 if (($n) = ($line =~ /^(\d*) bbs simulated$/)) {
225 foreach my $line(@lines) {
226 chomp $line;
227 if ($line =~ /^---STOP---$/) { last; } # we're done
230 if ($line =~ /^.*---begin SWITCHBACK/) {
231 ($halfline) = ($line =~ /^(.*)---begin SWITCHBACK/);
232 $ok = 0; # stop on prev line
[all...]
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py49 # - Check for spaces between brackets in one-line inline method
75 same line, but it is far from perfect (in either direction).
103 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*)
104 suppresses errors of all categories on that line.
320 # False positives include C-style multi-line comments (http://go/nsiut )
321 # and multi-line strings (http://go/beujw ), but those have always been
338 _END_ASM = 2 # Last line of inline assembly block
363 Parses any NOLINT comments on the current line, updating the global
369 raw_line: str, the line of input text, with comments.
370 linenum: int, the number of the current line
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp33 int id, const TString &name, const TType &type, const TSourceLoc &line)
36 node->setLine(line);
47 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line)
95 node->setLine(line);
125 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line)
136 node->setLine(line);
154 TOperator op, TIntermTyped *base, TIntermTyped *index, const TSourceLoc &line)
157 node->setLine(line);
172 TOperator op, TIntermNode *childNode, const TSourceLoc &line)
179 mInfoSink.info.message(EPrefixInternalError, line,
32 addSymbol( int id, const TString &name, const TType &type, const TSourceLoc &line) argument
46 addBinaryMath( TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) argument
124 addAssign( TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) argument
153 addIndex( TOperator op, TIntermTyped *base, TIntermTyped *index, const TSourceLoc &line) argument
171 addUnaryMath( TOperator op, TIntermNode *childNode, const TSourceLoc &line) argument
245 setAggregateOperator( TIntermNode *node, TOperator op, const TSourceLoc &line) argument
286 growAggregate( TIntermNode *left, TIntermNode *right, const TSourceLoc &line) argument
315 makeAggregate( TIntermNode *node, const TSourceLoc &line) argument
336 addSelection( TIntermTyped *cond, TIntermNodePair nodePair, const TSourceLoc &line) argument
365 addComma( TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) argument
390 addSelection( TIntermTyped *cond, TIntermTyped *trueBlock, TIntermTyped *falseBlock, const TSourceLoc &line) argument
431 addConstantUnion( ConstantUnion *unionArrayPointer, const TType &t, const TSourceLoc &line) argument
440 addSwizzle( TVectorFields &fields, const TSourceLoc &line) argument
466 addLoop( TLoopType type, TIntermNode *init, TIntermTyped *cond, TIntermTyped *expr, TIntermNode *body, const TSourceLoc &line) argument
479 addBranch( TOperator branchOp, const TSourceLoc &line) argument
485 addBranch( TOperator branchOp, TIntermTyped *expression, const TSourceLoc &line) argument
[all...]
/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.cc20 // Returns true if the given line begins with the given case-sensitive
87 std::string line = ReadLine(file_); local
90 if (!got_command && !line.empty() && line[0] == '#') {
91 intro_comment_.append(line);
96 StripComment(&line);
97 if (line.empty())
101 if (StringBeginsWith(line, "SET ")) {
103 encoding_ = line.substr(4);
105 } else if (StringBeginsWith(line, "A
325 HandleRawCommand(const std::string& line) argument
329 HandleEncodedCommand(const std::string& line) argument
[all...]
/external/chromium_org/tools/mac/
H A Dsymbolicate_crash.py106 line = ''
107 while not thread_re.match(line):
110 line = line.strip()
111 if line:
112 parts = line.split(':', 1)
119 line = fd.readline()
123 # position by the length of the line so that it is re-read when
125 fd.seek(-len(line), os.SEEK_CUR)
136 # line
[all...]
H A Ddump-static-initializers.py40 for line in child.stdout:
41 file_match = dsymutil_file_re.search(line)
45 o_file_match = dsymutil_o_file_re.search(line)
49 match = dsymutil_re.search(line)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dlex.yy.c0 #line 2 "src/chromium_gensrc/mesa/lex.yy.c"
3 #line 4 "src/chromium_gensrc/mesa/lex.yy.c"
241 /* Whether we're considered to be at the beginning of a line.
247 int yy_bs_lineno; /**< The line count. */
1021 #line 1 "src/src/mesa/program/program_lexer.l"
1022 #line 2 "src/src/mesa/program/program_lexer.l"
1165 /* Yes, this is intentionally doing nothing. We have this line of code
1177 #line 1178 "src/chromium_gensrc/mesa/lex.yy.c"
1423 #line 170 "src/src/mesa/program/program_lexer.l"
1426 #line 142
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCharStream.java47 /** ANTLR tracks the line information automatically */
50 /** Because this stream can rewind, we need to be able to reset the line */
51 void setLine(int line); argument
55 /** The index of the character relative to the beginning of the line 0..n-1 */
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DStreamRedirector.java65 String line = "";
68 line = br.readLine();
69 if (line == null)
72 logWriter.println(name + "> " + line);
/external/chromium_org/base/mac/
H A Dmach_logging.cc33 int line,
36 : LogMessage(file_path, line, severity),
49 int line,
52 : LogMessage(file_path, line, severity),
32 MachLogMessage(const char* file_path, int line, LogSeverity severity, mach_error_t mach_err) argument
48 BootstrapLogMessage(const char* file_path, int line, LogSeverity severity, kern_return_t bootstrap_err) argument
/external/chromium_org/chrome/browser/web_dev_style/
H A Dhtml_checker.py18 def LabelCheck(self, line_number, line):
19 return regex_check.RegexCheck(self.input_api.re, line_number, line,
36 for line_number, line in f.ChangedContents():
37 error = self.LabelCheck(line_number, line)
H A Dresource_checker.py18 def IncludeCheck(self, line_number, line):
19 return regex_check.RegexCheck(self.input_api.re, line_number, line,
34 for line_number, line in enumerate(f.NewContents(), start=1):
35 error = self.IncludeCheck(line_number, line)
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_event_details.cc13 line(in_line),
/external/chromium_org/testing/gtest/scripts/
H A Dcommon.py38 # Matches the line from 'svn info .' output that describes what SVN
50 lines = [line.strip() for line in f.readlines()]
58 for line in GetCommandOutput('svn info .'):
59 m = _SVN_INFO_URL_RE.match(line)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dxcodeproj.py39 def _check_development_region(self, line_index, line):
41 matched = self._development_region_regex.search(line)
52 for line_index, line in enumerate(lines):
53 if self._check_development_region(line_index, line):
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
59 * The line on which the error occured. If the parser uses this
60 * field, it sets it to the line number of the source text line on
62 * parse does not support line numbers, the value will be <= 0.
65 int32_t line; member in struct:UParseError
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
52 debug_calloc(const char *file, unsigned line, const char *function,
56 debug_free(const char *file, unsigned line, const char *function,
60 debug_realloc(const char *file, unsigned line, const char *function,
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkopts.tcl10 set line [gets stdin]
11 if {$line==""} continue
12 regsub -all "\[ \t\n,\]+" [string trim $line] { } line
13 foreach token [split $line { }] {
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-buffer-security-check.py30 for line in output.splitlines():
31 if line == '_main:':
35 if line.startswith('_'):
37 result.append(line)

Completed in 1515 milliseconds

<<11121314151617181920>>