Searched defs:line (Results 501 - 525 of 1454) sorted by relevance

<<21222324252627282930>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventRepeater.cs88 public virtual void Location( int line, int pos ) argument
90 _listener.Location( line, pos );
H A DDebugEventSocketProxy.cs47 * one event per line. ANTLRWorks listens on server socket with a
248 public override void Location( int line, int pos ) argument
250 Transmit( "location\t" + line + "\t" + pos );
319 int line = -1;
323 line = token.Line;
327 buf.Append( line );
429 // escape \n and \r all text for token appears to exist on one line
H A DRemoteDebugEventSocketListener.cs75 int line; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
83 int line, int charPos, string text )
88 this.line = line;
122 return line;
126 line = value;
208 return "[" + Text + "/<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + ",@" + index + "]";
216 int line = 0; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
221 public ProxyTree( int ID, int type, int line, int charPos, int tokenIndex, string text ) argument
225 this.line
82 ProxyToken( int index, int type, int channel, int line, int charPos, string text ) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DBlankDebugEventListener.java45 public void location(int line, int pos) {} argument
H A DDebugEventHub.java119 public void location(int line, int pos) { argument
122 listener.location(line, pos);
H A DDebugEventListener.java132 * inform the debugger what line/charPos it is passing in the grammar.
137 * the parser whenever it hits this line/pos.
139 public void location(int line, int pos); argument
H A DDebugEventRepeater.java56 public void location(int line, int pos) { listener.location(line, pos); } argument
/external/bluetooth/bluedroid/osi/src/
H A Dconfig.c185 char line[1024]; local
189 while (fgets(line, sizeof(line), fp)) {
190 char *line_ptr = trim(line);
200 ALOGD("%s unterminated section name on line %d.", __func__, line_num);
208 ALOGD("%s no key/value separator found on line %d.", __func__, line_num);
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DTraceEvent.java26 public void println(final String line) { argument
27 if (line.startsWith(">")) {
28 beginHandling(line);
30 assert line.startsWith("<");
31 endHandling(line);
35 void beginHandling(final String line) { argument
39 void endHandling(final String line) { argument
49 * When using chrometrace, there will be a near-continuous line of
108 final void beginHandling(final String line) { argument
115 super.beginHandling(line);
119 endHandling(final String line) argument
[all...]
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c74 const char *file, int line, const volatile void *lock)
78 const char *file, int line, const volatile void *lock)
82 const char *file, int line, const volatile void *lock, long is_w)
86 const char *file, int line, const volatile void *lock, long is_w)
90 const char *file, int line, const volatile void *barrier, long count,
95 const char *file, int line, const volatile void *barrier)
99 const char *file, int line, const volatile void *barrier)
103 const char *file, int line, const volatile void *barrier)
107 const char *file, int line, const volatile void *cv,
112 const char *file, int line, cons
73 AnnotateRWLockCreate( const char *file, int line, const volatile void *lock) argument
77 AnnotateRWLockDestroy( const char *file, int line, const volatile void *lock) argument
81 AnnotateRWLockAcquired( const char *file, int line, const volatile void *lock, long is_w) argument
85 AnnotateRWLockReleased( const char *file, int line, const volatile void *lock, long is_w) argument
89 AnnotateBarrierInit( const char *file, int line, const volatile void *barrier, long count, long reinitialization_allowed) argument
94 AnnotateBarrierWaitBefore( const char *file, int line, const volatile void *barrier) argument
98 AnnotateBarrierWaitAfter( const char *file, int line, const volatile void *barrier) argument
102 AnnotateBarrierDestroy( const char *file, int line, const volatile void *barrier) argument
106 AnnotateCondVarWait( const char *file, int line, const volatile void *cv, const volatile void *lock) argument
111 AnnotateCondVarSignal( const char *file, int line, const volatile void *cv) argument
115 AnnotateCondVarSignalAll( const char *file, int line, const volatile void *cv) argument
119 AnnotateHappensBefore( const char *file, int line, const volatile void *obj) argument
123 AnnotateHappensAfter( const char *file, int line, const volatile void *obj) argument
127 AnnotatePublishMemoryRange( const char *file, int line, const volatile void *address, long size) argument
131 AnnotateUnpublishMemoryRange( const char *file, int line, const volatile void *address, long size) argument
135 AnnotatePCQCreate( const char *file, int line, const volatile void *pcq) argument
139 AnnotatePCQDestroy( const char *file, int line, const volatile void *pcq) argument
143 AnnotatePCQPut( const char *file, int line, const volatile void *pcq) argument
147 AnnotatePCQGet( const char *file, int line, const volatile void *pcq) argument
151 AnnotateNewMemory( const char *file, int line, const volatile void *mem, long size) argument
155 AnnotateExpectRace( const char *file, int line, const volatile void *mem, const char *description) argument
160 AnnotateFlushExpectedRaces( const char *file, int line) argument
164 AnnotateBenignRace( const char *file, int line, const volatile void *mem, const char *description) argument
169 AnnotateBenignRaceSized( const char *file, int line, const volatile void *mem, long size, const char *description) argument
174 AnnotateMutexIsUsedAsCondVar( const char *file, int line, const volatile void *mu) argument
178 AnnotateMutexIsNotPHB( const char *file, int line, const volatile void *mu) argument
182 AnnotateTraceMemory( const char *file, int line, const volatile void *arg) argument
186 AnnotateThreadName( const char *file, int line, const char *name) argument
190 AnnotateIgnoreReadsBegin( const char *file, int line) argument
194 AnnotateIgnoreReadsEnd( const char *file, int line) argument
198 AnnotateIgnoreWritesBegin( const char *file, int line) argument
202 AnnotateIgnoreWritesEnd( const char *file, int line) argument
206 AnnotateIgnoreSyncBegin( const char *file, int line) argument
210 AnnotateIgnoreSyncEnd( const char *file, int line) argument
214 AnnotateEnableRaceDetection( const char *file, int line, int enable) argument
218 AnnotateNoOp( const char *file, int line, const volatile void *arg) argument
222 AnnotateFlushState( const char *file, int line) argument
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc159 int line) {
160 EXPECT_EQ(expect_continues, continue_count_) << "line " << line;
161 EXPECT_EQ(expect_cancels, cancel_count_) << "line " << line;
162 EXPECT_EQ(expect_asks, ask_allow_count_) << "line " << line;
155 ExpectAndResetCounts( int expect_continues, int expect_cancels, int expect_asks, int line) argument
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_base.cc63 int line,
61 JavascriptErrorDetectingLogHandler(int severity, const char* file, int line, size_t message_start, const std::string& str) argument
/external/chromium_org/chrome/browser/net/
H A Dfirefox_proxy_settings.cc81 const std::string& line = *iter; local
82 size_t start_key = line.find(kUserPrefString);
84 continue; // Could be a comment or a blank line.
86 size_t stop_key = line.find('"', start_key);
89 pref_file.value() << "' line is '" << line << "'.";
92 std::string key = line.substr(start_key, stop_key - start_key);
93 size_t start_value = line.find(',', stop_key + 1);
96 pref_file.value() << "' line is '" << line << "'
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc82 // Returns false if there is no data, otherwise fills |*line| with a reference
83 // to the next line of data in the buffer.
84 bool GetLine(base::StringPiece* line) { argument
88 // Find the end of the line, or the end of the input.
93 line->set(data_, eol);
103 // Read out |c| colon-separated pieces from the next line. The resulting
106 base::StringPiece line; local
107 if (!GetLine(&line))
112 size_t colon_ofs = line.find(':');
118 pieces->push_back(line
138 base::StringPiece line; local
180 base::StringPiece line; local
[all...]
/external/chromium_org/chrome/browser/search/suggestions/
H A Dsuggestions_source.cc62 std::string line; local
63 line += "<li><a href=\"";
64 line += net::EscapeForHTML(suggestion.url());
65 line += "\" target=\"_blank\">";
66 line += net::EscapeForHTML(suggestion.title());
70 line += "<br><img src='";
71 line += it->second;
72 line += "'>";
74 line += "</a> Expires in ";
75 line
[all...]
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.cc99 void OmniboxPopupModel::SetHoveredLine(size_t line) { argument
100 const bool is_disabling = (line == kNoMatch);
101 DCHECK(is_disabling || (line < result().size()));
103 if (line == hovered_line_)
106 // Make sure the old hovered line is redrawn. No need to redraw the selected
107 // line since selection overrides hover so the appearance won't change.
111 // Change the hover to the new line.
112 hovered_line_ = line;
117 void OmniboxPopupModel::SetSelectedLine(size_t line, argument
127 line
[all...]
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc144 const std::string& line = lines[i]; local
145 if (line.empty() || line[0] == '#' || line[0] == ';')
147 size_t equal = line.find('=');
149 std::string key = line.substr(0, equal);
151 base::StringToInt(line.substr(equal + 1), version);
160 size_t separator_pos = line.find_first_of('=');
161 const std::string& path_from_ini = line.substr(separator_pos + 1);
165 *app_path = base::FilePath::FromUTF8Unsafe(line
[all...]
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc212 const base::string16& line,
222 spellcheck_->RequestTextChecking(line, completion);
227 // visualize the differences between ours and the on-line spellchecker.
231 line,
237 last_request_ = line;
209 OnRespondSpellingService( int identifier, bool succeeded, const base::string16& line, const std::vector<SpellCheckResult>& results) argument
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc132 return Status(kUnknownError, "Failed to set command line file " +
205 std::string line = lines[i]; local
206 if (line.empty())
209 base::SplitStringAlongWhitespace(line, &tokens);
H A Dconsole_logger_unittest.cc116 int line,
125 if (line != -1)
126 out_params->SetInteger("message.line", line);
159 base::DictionaryValue params4; // Column without line.
191 "{\"message\":{\"column\":5,\"level\":\"gaga\",\"line\":50,"
195 "{\"message\":{\"column\":6,\"line\":60,"
112 ConsoleLogParams(base::DictionaryValue* out_params, const char* source, const char* url, const char* level, int line, int column, const char* text) argument
/external/chromium_org/chrome/test/chromedriver/
H A Dlogging.cc96 int line,
94 HandleLogMessage(int severity, const char* file, int line, size_t message_start, const std::string& str) argument
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_printer.cc58 int line,
65 *out << filename << '(' << line << ')'; local
107 int line,
155 // Prints the context info at the start of each line: pid, tid, time, etc.
217 int line,
223 WriteLocationToStream(file, line, &location_stream);
57 WriteLocationToStream(const base::StringPiece& file, int line, std::ostream* out) argument
213 OnLogMessageFull(const EVENT_TRACE* event, logging::LogSeverity severity, DWORD stack_depth, const intptr_t* backtrace, int line, const base::StringPiece& file, const base::StringPiece& message) argument
/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/chrome/utility/importer/
H A Dbookmark_html_reader.cc112 std::string line; local
113 base::TrimString(lines[i], " ", &line);
115 // Remove "<HR>" if |line| starts with it. "<HR>" is the bookmark entries
117 // multiple "<HR>" tags at the beginning of a single line.
120 while (StartsWithASCII(line, kHrTag, false)) {
121 line.erase(0, arraysize(kHrTag) - 1);
122 base::TrimString(line, " ", &line);
126 if (internal::ParseCharsetFromLine(line, &charset))
130 if (internal::ParseFolderNameFromLine(line,
243 ParseCharsetFromLine(const std::string& line, std::string* charset) argument
259 ParseFolderNameFromLine(const std::string& line, const std::string& charset, base::string16* folder_name, bool* is_toolbar_folder, base::Time* add_date) argument
304 ParseBookmarkFromLine(const std::string& line, const std::string& charset, base::string16* title, GURL* url, GURL* favicon, base::string16* shortcut, base::Time* add_date, base::string16* post_data) argument
391 ParseMinimumBookmarkFromLine(const std::string& line, const std::string& charset, base::string16* title, GURL* url) argument
[all...]
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address.cc64 base::string16 line; local
65 address_line_list->GetString(i, &line);
66 street_address.push_back(line);
403 base::string16 Address::GetStreetAddressLine(size_t line) const {
404 return street_address_.size() > line ? street_address_[line] :

Completed in 1063 milliseconds

<<21222324252627282930>>