Searched defs:line (Results 376 - 400 of 1454) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DTraceDebugEventListener.java45 public void location(int line, int pos) {System.out.println("location "+line+":"+pos);} argument
/external/bison/src/
H A Dlocation.c60 int line = cur->line; local
72 line += line < INT_MAX;
87 cur->line = line;
92 if (line == INT_MAX && loc->start.line != INT_MAX)
93 warn_at (*loc, _("line number overflow"));
108 if (0 <= loc.start.line)
147 size_t line; member in struct:caret_info
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_util.c67 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__)
186 char *line; local
193 line = line_buff;
194 *line++ = ' ';
195 *line++ = ' ';
196 *line++ = ' ';
197 *line++ = ' ';
198 *line++ = ' ';
199 *line++ = ' ';
202 byte2hex((const char*)&j, &line);
[all...]
/external/chromium_org/base/
H A Dcpu.cc130 std::string line; local
131 while (std::getline(iss, line)) {
133 (line.compare(0, strlen(kModelNamePrefix), kModelNamePrefix) == 0 ||
134 line.compare(0, strlen(kProcessorPrefix), kProcessorPrefix) == 0)) {
135 brand_.assign(line.substr(strlen(kModelNamePrefix)));
142 if (line.compare(0, len, key) == 0 &&
143 line.size() >= len + 1 &&
144 (line[len] == '\t' || line[len] == ' ' || line[le
[all...]
H A Denvironment.cc104 // placed into the given string, and the total length of the line, including
153 const wchar_t* line = &env[cur_env]; local
154 size_t line_length = ParseEnvLine(line, &key);
159 result.append(line, line_length);
/external/chromium_org/base/debug/
H A Dstack_trace_win.cc75 // to the ostream os. The format for each line of the backtrace is:
109 // Attempt to retrieve line number information.
111 IMAGEHLP_LINE64 line = {}; local
112 line.SizeOfStruct = sizeof(IMAGEHLP_LINE64);
114 &line_displacement, &line);
116 // Output the backtrace line.
126 (*os) << " (" << line.FileName << ":" << line.LineNumber << ")";
138 // get line numbers.
/external/chromium_org/base/numerics/
H A Dsafe_numerics_unittest.cc44 // Helper macros to wrap displaying the conversion types and line numbers.
48 << " on line " << line;
54 << " on line " << line;
60 int line,
116 int line,
149 int line,
182 static void TestArithmetic(const char* dst, int line) { argument
261 TestSpecializedArithmetic<Dst>(dst, line);
58 TestSpecializedArithmetic( const char* dst, int line, typename enable_if< numeric_limits<Dst>::is_integer&& numeric_limits<Dst>::is_signed, int>::type = 0) argument
114 TestSpecializedArithmetic( const char* dst, int line, typename enable_if< numeric_limits<Dst>::is_integer && !numeric_limits<Dst>::is_signed, int>::type = 0) argument
147 TestSpecializedArithmetic( const char* dst, int line, typename enable_if<numeric_limits<Dst>::is_iec559, int>::type = 0) argument
307 Test(const char *dst, const char *src, int line) argument
354 Test(const char *dst, const char *src, int line) argument
390 Test(const char *dst, const char *src, int line) argument
412 Test(const char *dst, const char *src, int line) argument
444 Test(const char *dst, const char *src, int line) argument
[all...]
/external/chromium_org/base/strings/
H A Dstring_split.cc38 bool SplitStringIntoKeyValue(const std::string& line, argument
46 size_t end_key_pos = line.find_first_of(key_value_delimiter);
48 DVLOG(1) << "cannot find delimiter in: " << line;
51 key->assign(line, 0, end_key_pos);
54 std::string remains(line, end_key_pos, line.size() - end_key_pos);
57 DVLOG(1) << "cannot parse value from line: " << line;
98 // HTML 5 defines whitespace as: space, tab, LF, line tab, FF, or CR.
147 bool SplitStringIntoKeyValuePairs(const std::string& line,
[all...]
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac.cc159 // the line.
186 // Ignore the rest of the line.
224 std::string line; local
225 while (std::getline(top_in, line)) {
226 std::istringstream in(line, std::istringstream::in);
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler.cc98 std::string line = active_groups[i].trial_name + ":" + local
100 base::ReplaceChars(line, "-", kNonBreakingHyphenUTF8String, &line);
101 variations.push_back(line);
/external/chromium_org/chrome/installer/tools/
H A Dvalidate_installation_main.cc5 // A command-line tool that inspects the current system, displaying information
35 int line,
105 int line,
114 return (old_message_handler_)(severity, file, line, message_start, str);
103 DumpLogMessage(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_reader.cc152 int line = 0; local
160 parser.ReadInt(&line) &&
166 line, file, message);
/external/chromium_org/chrome/tools/convert_dict/
H A Ddic_reader.cc22 void SplitDicLine(const std::string& line, std::vector<std::string>* output) { argument
23 // We split the line on a slash not preceded by a backslash. A slash at the
24 // beginning of the line is not a separator either.
25 size_t slash_index = line.size();
26 for (size_t i = 0; i < line.size(); i++) {
27 if (line[i] == '/' && i > 0 && line[i - 1] != '\\') {
37 std::string word = line.substr(0, slash_index);
42 if (slash_index < line.size() - 1)
43 output->push_back(line
59 std::string line = ReadLine(file); local
[all...]
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_parser.cc14 // RegEx that matches the first line of a text. Will throw away any potential
16 // Note: will fail in case the first line contains an unmatched double-quote
90 std::string line; local
97 if (!RE2::Consume(&verbose_text_piece, single_line_regex, &line)) {
103 &line, remove_whitespace_regex, kRemoveWhitespaceRewrite);
104 *compacted_text += line;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_observer.h17 int line,
21 line_number(line),
16 ErrorInfo(const base::string16& message, int line, int column, const GURL& url) argument
/external/chromium_org/content/gpu/
H A Dgpu_child_thread.cc34 const char* file, int line,
33 GpuProcessLogMessageHandler(int severity, const char* file, int line, size_t message_start, const std::string& str) argument
/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...]
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_linux.cc53 std::string line = t.token(); local
54 if (StartsWithASCII(line, "ReleaseVersion=", true)) {
55 size_t begin = line.find_first_of("0123456789");
57 size_t end = line.find_first_not_of("0123456789.", begin);
59 return line.substr(begin);
61 return line.substr(begin, end - begin);
/external/chromium_org/mojo/public/cpp/environment/tests/
H A Dlogging_unittest.cc113 std::string ExpectedLogMessage(int line, const char* message) { argument
115 s << OUR_FILENAME "(" << line << "): " << message;
363 // Different compilers have different ideas about the line number of a split
364 // line.
365 int line = __LINE__; local
366 EXPECT_EQ(ExpectedLogMessage(line - 5,
456 // Different compilers have different ideas about the line number of a split
457 // line.
458 int line = __LINE__; local
460 ExpectedLogMessage(line
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_resource_manager.h27 int line);
51 int line);
78 int line() const { return line_; } function in class:FakeResourceTracker
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame_test.cc107 const char* line = NULL; local
121 .WillOnce(DoAll(SaveArg<0>(&line),
148 ASSERT_EQ("GET / HTTP/1.0", StringPiece(line, line_length));
159 const char* line = NULL; local
177 .WillOnce(DoAll(SaveArg<0>(&line),
199 ASSERT_EQ("HTTP/1.1 200 OK", StringPiece(line, line_length));
214 const char* line = NULL; local
236 .WillOnce(DoAll(SaveArg<0>(&line),
267 ASSERT_EQ("HTTP/1.1 200 OK", StringPiece(line, line_length));
404 const char* line local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DContentSearchUtils.cpp70 String line = text.substring(start, lineEnd - start); local
71 if (line.endsWith('\r'))
72 line = line.left(line.length() - 1);
75 if (regex->match(line, 0, &matchLength) != -1)
76 result.append(pair<int, String>(lineNumber, line));
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.cpp320 void SegmentedString::setCurrentPosition(OrdinalNumber line, OrdinalNumber columnAftreProlog, int prologLength) argument
322 m_currentLine = line.zeroBasedInt();
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Daead_test.c28 * After a number of key-value lines, a blank line or EOF indicates the end of
43 /* These are the different types of line that are found in the input file. */
81 fprintf(stderr, "Failed to init AEAD on line %u\n", line_no);
88 fprintf(stderr, "Failed to run AEAD on line %u\n", line_no);
93 fprintf(stderr, "Bad output length on line %u: %u vs %u\n", line_no,
99 fprintf(stderr, "Bad output on line %u\n", line_no);
104 fprintf(stderr, "Bad tag on line %u\n", line_no);
113 fprintf(stderr, "Failed to init AEAD on line %u\n", line_no);
120 fprintf(stderr, "Failed to decrypt on line %u\n", line_no);
125 fprintf(stderr, "Bad decrypt on line
194 char line[4096]; local
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A DFontMap.cpp40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; local
56 line = strip(buffer);
57 if (line[0] == '#' || line[0] == 0) {
61 c = strchr(line, ':');
65 scriptName = strip(line);
77 sprintf(errorMessage, "The script name %s is invalid.", line);

Completed in 596 milliseconds

<<11121314151617181920>>