Searched defs:line (Results 151 - 175 of 882) sorted by relevance

1234567891011>>

/external/openfst/src/script/
H A Dtext-io.cc41 char line[kLineLen]; local
45 while (strm.getline(line, kLineLen)) {
48 SplitToVector(line, "\n\t ", &col, true);
49 if (col.size() == 0 || col[0][0] == '\0') // empty line
53 << "file = " << filename << ", line = " << nline;
/external/oprofile/daemon/
H A Dopd_pipe.c64 char line[256]; local
78 /* just break if no new line is found */
79 if (fgets(line, 256, fifo_fd) == NULL)
81 line[strlen(line) - 1] = '\0';
83 if (strstr(line, "do_jitconv") != NULL) {
/external/oprofile/libutil++/
H A Dbfd_support.h138 /// line number
139 unsigned int line; member in struct:linenr_info
143 * Attempt to locate a filename + line number for the given symbol and
/external/protobuf/gtest/src/
H A Dgtest-typed-test.cc44 const char* file, int line, const char* registered_tests) {
86 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
43 VerifyRegisteredTestNames( const char* file, int line, const char* registered_tests) argument
/external/qemu/android/
H A Dasync-console.c46 /* A helper function to prepare the line reader and switch to a new state */
102 case STATE_READ_BANNER_1: /* reading the first banner line */
108 /* Check that first line starts with "Android Console:",
110 const char* line = asyncLineReader_getLine(acc->lreader); local
111 if (line == NULL || memcmp(line, "Android Console:", 16)) {
114 /* ok, fine, prepare for the next banner line then */
120 case STATE_READ_BANNER_2: /* reading the second banner line */
126 const char* line = asyncLineReader_getLine(acc->lreader); local
127 if (line
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestfile.c31 static void rwops_error_quit( unsigned line, SDL_RWops *rwops) { argument
33 printf("testfile.c(%d): failed\n",line);
/external/qemu/hw/
H A Dirq.c65 static void qemu_notirq(void *opaque, int line, int level) argument
/external/srec/config/en.us/dictionary/
H A Dcmu2nuance.cpp42 char line[200]; local
46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)
48 if (line[0] == '#') continue;
49 if (line[0] == 0) continue;
50 if (!isalnum(line[0])) {
51 fprintf(stderr, "warning: ignoring line %d - %s", lineno, line);
55 const char* p = line;
60 fprintf(stderr, "can't read name at line
[all...]
/external/valgrind/main/drd/tests/
H A Dunified_annotations.h31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) argument
37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, argument
/external/valgrind/main/none/tests/
H A Dvalgrind_cpp_test.cpp44 Int line, const Char* fn, const HChar* format, ... )
43 assert_fail(Bool isCore, const Char* expr, const Char* file, Int line, const Char* fn, const HChar* format, ... ) argument
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptsyntaxcheckresult.cpp87 Returns the error line number of this QScriptSyntaxCheckResult, or -1 if
140 // m_exception is an instance of the Exception so it has "line" attribute.
141 JSStringRef lineAttrName = QScriptConverter::toString("line");
142 JSValueRef line = JSObjectGetProperty(*m_engine, local
147 return JSValueToNumber(*m_engine, line, /* exceptions */0);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dscanner.h60 unsigned short file, line; member in struct:SourceLoc_Rec
71 int line; member in struct:InputSrc
77 void CPPErrorToInfoLog(char *); // sticking the msg,line into the Shader's.Info.log
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumInit.cpp38 bool logMessageHandler(int severity, const char* file, int line, size_t message_start, const std::string& str) { argument
55 android_printLog(androidSeverity, "chromium_net", "%s:%d: %s", file, line, str.c_str());
/external/webkit/Tools/MiniBrowser/qt/
H A DUrlLoader.cpp107 QString line; local
109 line = stream.readLine();
110 if (line.isNull())
112 m_urls.append(line);
/external/webkit/Tools/QtTestBrowser/
H A Durlloader.cpp108 QString line; local
110 line = stream.readLine();
111 if (line.isNull())
113 m_urls.append(line);
/external/webkit/Tools/TestWebKitAPI/
H A DTestsController.cpp71 void TestsController::testFailed(const char* file, int line, const char* message) argument
74 printf("FAIL: %s\n\t%s (%s:%d)\n", m_currentTest->name().c_str(), message, file, line);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DClassicToken.cs47 int line; field in class:Antlr.Runtime.ClassicToken
61 line = oldToken.Line;
98 return line;
101 line = value;
171 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DClassicToken.cs49 int line; field in class:Antlr.Runtime.ClassicToken
65 line = oldToken.Line;
112 return line;
116 line = value;
209 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonToken.h36 NSUInteger line; variable
121 @property (assign, getter = line, setter = setLine:) NSUInteger line; variable
H A DANTLRToken.h54 @property (assign) NSUInteger line; variable
69 // ANTLR v3 provides automatic line and position tracking. Subclasses do not need to
70 // override these, if they do not want to store line/pos tracking information
71 - (NSUInteger)line;
/external/bison/src/
H A Dlocation.h31 /* If nonnegative, the (origin-1) line that contains the boundary.
32 If this is INT_MAX, the line number has overflowed.
36 int line; member in struct:__anon374
54 b->line = l;
65 res = a.line - b.line;
76 && a.line == b.line
109 /* Output to OUT the line and caret corresponding to location LOC. */
123 /* LOC_STR must be formatted as `file:line
[all...]
/external/blktrace/
H A Dverify_blkparse.c12 char line[256], last_line[256], *p; local
35 while ((p = fgets(line, sizeof(line), f)) != NULL) {
59 strcpy(last_line, line);
/external/ceres-solver/internal/ceres/gmock/
H A Dmock-log.h124 const char* base_filename, int line, const tm* tm_time,
122 send(google::LogSeverity severity, const char* full_filename, const char* base_filename, int line, const tm* tm_time, const char* message, size_t message_len) argument
/external/chromium/base/
H A Dlogging_win.cc26 const char* file, int line, size_t message_start,
81 // The line.
82 event.SetField(2, sizeof(line), &line);
25 LogMessage(logging::LogSeverity severity, const char* file, int line, size_t message_start, const std::string& message) argument
/external/chromium/net/ftp/
H A Dftp_ctrl_response_buffer.cc30 ParsedLine line = lines_.front(); local
34 if (!line.is_complete || line.status_code != response_buf_.status_code) {
35 line_buf_.append(line.raw_text);
41 line_buf_ = line.status_text;
42 DCHECK_EQ(line.status_code, response_buf_.status_code);
44 if (!line.is_multiline) {
54 if (!line.is_complete)
57 response_buf_.status_code = line.status_code;
58 if (line
89 ParseLine( const std::string& line) argument
[all...]

Completed in 743 milliseconds

1234567891011>>