Searched defs:line (Results 76 - 100 of 1454) sorted by relevance

1234567891011>>

/external/deqp/execserver/
H A DxsDefs.cpp31 static std::string formatError (const char* message, const char* expr, const char* file, int line) argument
37 msg << " at " << file << ":" << line; local
41 Error::Error (const char* message, const char* expr, const char* file, int line) argument
42 : std::runtime_error(formatError(message, expr, file, line))
/external/deqp/executor/
H A DxeDefs.cpp31 static std::string formatError (const char* message, const char* expr, const char* file, int line) argument
37 msg << " at " << file << ":" << line; local
41 Error::Error (const char* message, const char* expr, const char* file, int line) argument
42 : std::runtime_error(formatError(message, expr, file, line))
/external/doclava/src/com/google/doclava/apicheck/
H A DApiParseException.java21 public int line; field in class:ApiParseException
33 this.line = ((ApiParseException)cause).line;
37 public ApiParseException(String message, int line) { argument
39 this.line = line;
43 if (line > 0) {
44 return super.getMessage() + " line " + line;
/external/elfutils/0.153/libdw/
H A Ddwarf_decl_line.c1 /* Get line number of beginning of given function.
74 Dwarf_Sword line; local
78 &line);
81 assert (line >= 0 && line <= INT_MAX);
82 *linep = line;
/external/elfutils/0.153/libdwfl/
H A Ddwfl_lineinfo.c1 /* Get information from a source line record returned by libdwfl.
54 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, argument
57 if (line == NULL)
60 struct dwfl_cu *cu = dwfl_linecu (line);
61 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx];
66 *linep = info->line;
/external/guava/guava/src/com/google/common/io/
H A DLineProcessor.java26 * <p>{@link #processLine} will be called for each line that is read, and
36 * This method will be called once for each line.
38 * @param line the line read from the input, without delimiter
41 boolean processLine(String line) throws IOException; argument
/external/icu/icu4c/source/test/intltest/
H A Dtokiter.h32 * line, beginning with the first unquoted '#', are recognized.
46 * Return the one-based line number of the line of the last token
53 * Return a string description of the position of the last line
64 UnicodeString line; member in class:TokenIterator
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp24 PThreadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int line) : argument
28 m_line(line),
34 PThreadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int line) : argument
38 m_line(line),
44 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const int line) : argument
48 m_line(line),
/external/llvm/tools/llvm-c-test/
H A Dhelpers.c22 char line[MAX_LINE_LEN]; local
25 while (fgets(line, sizeof(line), stdin)) {
28 if (line[0] == ';' || line[0] == '\n')
32 tokbuf[c] = strtok(c ? NULL : line, " \n");
/external/proguard/src/proguard/obfuscate/
H A DMappingReader.java59 String line = reader.readLine();
61 if (line == null)
66 line = line.trim();
70 if (line.endsWith(":"))
74 className = processClassMapping(line, mappingProcessor);
80 processClassMemberMapping(className, line, mappingProcessor);
103 * Parses the given line with a class mapping and processes the
107 private String processClassMapping(String line, argument
113 int arrowIndex = line
140 processClassMemberMapping(String className, String line, MappingProcessor mappingProcessor) argument
[all...]
/external/skia/tests/
H A DPathOpsDLineTest.cpp33 const SkDLine& line = tests[index]; local
34 SkASSERT(ValidLine(line));
36 SkPoint pts[2] = {line[0].asSkPoint(), line[1].asSkPoint()};
38 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
41 double result = line.isLeft(pt);
46 line2 = line.subDivide(1, 0);
47 REPORTER_ASSERT(reporter, line[0] == line2[1] && line[
[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 */
H A DRecognitionException.java55 * knows its state (such as current input symbol and line info) that
58 * perhaps print an entire line of input not just a single token, for example.
83 /** Track the line at which the error occurred in case this is
85 * unexpected char doesn't carry the line info.
87 public int line; field in class:RecognitionException
92 * imaginary nodes w/o line/col info. We now search backwards looking
93 * for most recent token with line/col info, but notify getErrorHeader()
107 this.line = token.getLine();
115 this.line = ((CharStream)input).getLine();
131 // imaginary node; no line/po
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonToken.h36 NSUInteger line; variable
52 @property (assign, getter=getLine, setter=setLine:) NSUInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonToken.h36 NSUInteger line; variable
52 @property (assign, getter=getLine, setter=setLine:) NSUInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonToken.h36 NSUInteger line; variable
52 @property (assign, getter=getLine, setter=setLine:) NSUInteger line; variable
/external/bison/lib/
H A Dmsvc-inval.c35 unsigned int line,
52 unsigned int line,
101 unsigned int line,
32 gl_msvc_invalid_parameter_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) argument
49 gl_msvc_invalid_parameter_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) argument
98 gl_msvc_invalid_parameter_handler(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) argument
/external/blktrace/btt/
H A Ddevmap.c31 static int dev_map_add(char *line) argument
35 if (strstr(line, "Device") != NULL)
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) {
66 char line[256]; local
74 while (fscanf(fp, "%255[a-zA-Z0-9 :.,/_-]\n", line) == 1) {
75 if (dev_map_add(line))
/external/checkpolicy/
H A Dcheckpolicy.h12 unsigned long line; member in struct:te_assert
/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/base/
H A Dsys_info_linux.cc88 std::string line; local
89 while (std::getline(iss, line)) {
90 if (line.compare(0, strlen(kCpuModelPrefix), kCpuModelPrefix) == 0) {
91 size_t pos = line.find(": ");
92 return line.substr(pos + 2);
/external/chromium_org/chrome/common/
H A Dini_parser.cc21 std::string line = tokenizer.token(); local
22 if (line.empty()) {
23 // Skips the empty line.
26 if (line[0] == '#' || line[0] == ';') {
27 // This line is a comment.
30 if (line[0] == '[') {
32 current_section = line.substr(1);
38 size_t equal = line.find('=');
40 key = line
[all...]
/external/chromium_org/content/app/
H A Dstartup_helper_win.cc22 const wchar_t* file, unsigned int line,
21 InvalidParameter(const wchar_t* expression, const wchar_t* function, const wchar_t* file, unsigned int line, uintptr_t reserved) argument
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_linux.cc41 std::string line; local
43 // Skip the first line because it is just an aggregated number of
45 std::getline(iss, line);
46 while (std::getline(iss, line)) {
47 if (line.compare(0, 3, "cpu") != 0)
53 sscanf(line.c_str(),
/external/chromium_org/extensions/common/
H A Dstack_frame_unittest.cc20 size_t line,
28 EXPECT_EQ(line, frame->line_number);
58 // No delimiting ':' between line/column numbers.
61 // No line number.
63 // No line number or delimiting ':'.
65 // No leading '(' around url, line, column.
19 AssertStackFrameValid(const std::string& text, size_t line, size_t column, const std::string& source, const std::string& function) argument

Completed in 625 milliseconds

1234567891011>>