Searched refs:line (Results 476 - 500 of 3772) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt025lexerRulePropertyRef.py22 text, type, line, pos, index, channel, start, stop = lexer.properties[0]
25 assert line == 1, lexer.properties[0]
32 text, type, line, pos, index, channel, start, stop = lexer.properties[1]
35 assert line == 1, lexer.properties[1]
42 text, type, line, pos, index, channel, start, stop = lexer.properties[2]
45 assert line == 2, lexer.properties[2]
/external/bison/examples/calc++/
H A Dcalc++-parser.hh45 #line 10214 "../../doc/bison.texi"
52 #line 53 "../../../../examples/calc++/calc++-parser.hh"
68 #line 69 "../../../../examples/calc++/calc++-parser.hh"
79 #line 10267 "../../doc/bison.texi"
86 #line 87 "../../../../examples/calc++/calc++-parser.hh"
229 /// For each rule, its source line number.
279 #line 280 "../../../../examples/calc++/calc++-parser.hh"
/external/chromium_org/base/debug/
H A Dtrace_event_memory.h132 // Converts the first |line| of heap profiler data, which contains totals for
135 BASE_EXPORT void AppendHeapProfileTotalsAsTraceFormat(const std::string& line,
138 // Converts a single |line| of heap profiler data into trace event compatible
139 // JSON and appends to |output|. Returns true if the line was valid and has a
141 BASE_EXPORT bool AppendHeapProfileLineAsTraceFormat(const std::string& line,
152 // Make local variables with unique names based on the line number. Note that
154 #define INTERNAL_TRACE_MEMORY_ID3(line) trace_memory_unique_##line
155 #define INTERNAL_TRACE_MEMORY_ID2(line) INTERNAL_TRACE_MEMORY_ID3(line)
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_validator.py95 for line in extended_attributes_file:
96 line = line.strip()
97 if not line or line.startswith('#'):
99 name, _, values_string = map(str.strip, line.partition('='))
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiTestHarness.h147 static std::vector<int> parseLevels(const std::string& line) argument
150 std::vector<std::string> strings = parseStringList(line);
164 static std::basic_string<UChar> parseTestString(const std::string& line) argument
195 std::vector<std::string> charClasses = parseStringList(line);
203 static bool parseParagraphDirectionMask(const std::string& line, int& modeMask) argument
205 modeMask = atoi(line.c_str());
209 static void parseError(const std::string& line, size_t lineNumber) argument
212 printf("Parse error, line %zu : %s\n", lineNumber, line.c_str());
228 std::string line; local
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_line_reader_unittest.cpp37 EXPECT_MEMEQ(kFile, kFileSize, reader.line(), reader.length());
49 // The LineReader will add a newline to the last line.
51 EXPECT_MEMEQ(kFile, kFileSize, reader.line(), reader.length() - 1);
52 EXPECT_EQ('\n', reader.line()[reader.length() - 1]);
60 "line text file that to test the crazy::LineReader class implementation\n"
61 "And this is a very long text line to check that the class properly "
70 EXPECT_MEMEQ("This is a multi\n", 16, reader.line(), reader.length());
74 "line text file that to test the crazy::LineReader class "
77 reader.line(),
82 "And this is a very long text line t
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.h52 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
53 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
54 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
55 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
57 const UnicodeString &input, const char *srcPath, int32_t line);
59 UErrorCode expectedStatus, int32_t line);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
97 _asl_level_string(level), file, line, function, thread);
107 if (line) {
109 asprintf(&_line, "%d", line);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
/external/chromium_org/tools/findit/
H A Dmatch_set.py36 is 1 if the file changes a crashed line, and 2 if it changes
37 the file but not the crashed line.
75 for line in message.splitlines():
76 line = line.strip()
77 review_url_line_match = REVIEW_URL_PATTERN.match(line)
79 # Check if the line has the code review information.
82 # Get review number for the code review site from the line.
85 # Get JSON from the code review site, ignore the line if it fails.
97 if line
[all...]
/external/chromium_org/tools/git/
H A Dfor-all-touched-files.py62 for line in lines:
63 line = line.lstrip()
64 # Avoid summary line, and files that have been deleted (no plus).
65 if line.find('|') != -1 and line.find('+') != -1:
66 filename = line.split()[0]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.h53 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
54 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
55 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
56 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
58 const UnicodeString &input, const char *srcPath, int32_t line);
60 UErrorCode expectedStatus, int32_t line);
/external/lldb/test/lang/cpp/unique-types/
H A DTestUniqueTypes.py30 # Find the line number inside main.cpp.
31 self.line = line_number("main.cpp",
44 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=-1, loc_exact=True)
53 # Do a "frame variable --show-types longs" and verify "long" is in each line of output.
56 for x in [line.strip() for line in output.split(os.linesep)]:
57 # Skip empty line, closing brace, and messages about more variables than can be displayed.
63 # Do a "frame variable --show-types shorts" and verify "short" is in each line of output.
66 for x in [line.strip() for line i
[all...]
/external/llvm/utils/
H A Dwciia.py53 for line in code_owners_file:
54 for word in line.split():
56 name = line[2:].strip()
63 email = line[2:].strip()
66 description = line[2:].strip()
69 filesfolders = line[2:].strip()
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
97 _asl_level_string(level), file, line, function, thread);
107 if (line) {
109 asprintf(&_line, "%d", line);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCharStreamState.h37 NSInteger line; variable
42 @property (getter=getLine,setter=setLine:) NSInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCharStreamState.h37 NSInteger line; variable
42 @property (getter=getLine,setter=setLine:) NSInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCharStreamState.h37 NSInteger line; variable
42 @property (getter=getLine,setter=setLine:) NSInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRStringStreamState.h36 NSUInteger line; variable
55 @property (assign) NSUInteger line; variable
/external/chromium_org/chrome/app/
H A DPRESUBMIT.py24 for f, line_num, line in input_api.RightHandSideLines(filename_filter):
25 if 'PRODUCT_NAME' in line:
/external/chromium_org/dbus/
H A Ddbus_statistics.cc211 continue; // No stats collected for this line, skip it and continue.
213 // Add a line to the result and clear the counts.
214 std::string line; local
216 line += stat->service;
219 line += stat->interface;
221 line += "." + stat->method;
223 line += base::StringPrintf(":");
225 line += base::StringPrintf(" Sent (BLOCKING):");
227 line += base::StringPrintf(" %d", sent_blocking);
229 line
[all...]
/external/chromium_org/media/tools/layout_tests/
H A Dtrend_graph_unittest.py33 for line in lines2:
34 if '2008,0,1,13,45,00' in line:
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_resource_manager.cc23 << resource_tracker->line();
31 int line) {
35 new FakeResourceTracker(resource, classname, file, line);
55 << resource_tracker->line();
74 << resource_tracker->line();
111 << resource_tracker->line();
119 int line)
123 line_(line),
28 Create(FakeResource* resource, const char* classname, const char* file, int line) argument
116 FakeResourceTracker(FakeResource* resource, const char* classname, const char* file, int line) argument
/external/chromium_org/net/ssl/
H A Dopenssl_ssl_util.h20 // Puts a net error, |err|, on the error stack in OpenSSL. The file and line are
44 OpenSSLErrorInfo() : error_code(0), file(NULL), line(0) {}
48 int line; member in struct:net::OpenSSLErrorInfo
/external/chromium_org/net/test/
H A Dscoped_mock_log.cc51 int line,
54 return g_instance_->Log(severity, file, line, message_start, str);
49 LogMessageHandler(int severity, const char* file, int line, size_t message_start, const std::string& str) argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DBufferedLineReader.cpp38 bool BufferedLineReader::getLine(String& line) argument
43 // then skip it, and then (unconditionally) return the buffered line.
60 // We found a line ending. Return the accumulated line.
81 // which case we'll return the contents of the line buffer, and
82 // reset state for the next line.)
88 // We've reached the end of the stream proper. Emit a line if the
89 // current line buffer is non-empty. (Note that if shouldReturnLine is
90 // set already, we want to return a line nonetheless.)
95 line
[all...]

Completed in 1462 milliseconds

<<11121314151617181920>>