Searched defs:line (Results 26 - 50 of 882) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCharStreamState.java32 * line, etc...) so that we can rewind the state after scanning ahead.
40 /** What line number is the scanner at before processing buffer[p]? */
41 int line; field in class:CharStreamState
43 /** What char position 0..n-1 in line is scanner before processing buffer[p]? */
/external/chromium/third_party/libjingle/source/talk/base/
H A Dchecks.cc35 void Fatal(const char* file, int line, const char* format, ...) { argument
44 << ", line " << line << "\n#" << msg
H A Dcommon.cc64 void LogAssert(const char * function, const char * file, int line, argument
67 LOG(LS_ERROR) << file << "(" << line << ")" << ": ASSERT FAILED: "
/external/harfbuzz/src/
H A Dharfbuzz-debug.c10 void Android_Debug(const char* file, int line, argument
/external/icu4c/common/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
59 * The line on which the error occured. If the parser uses this
60 * field, it sets it to the line number of the source text line on
62 * parse does not support line numbers, the value will be <= 0.
65 int32_t line; member in struct:UParseError
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
/external/libffi/src/
H A Ddebug.c41 void ffi_assert(char *expr, char *file, int line) argument
43 fprintf(stderr, "ASSERTION FAILURE: %s at %s:%d\n", expr, file, line);
50 void ffi_type_test(ffi_type *a, char *file, int line) argument
52 FFI_ASSERT_AT(a != NULL, file, line);
54 FFI_ASSERT_AT(a->type <= FFI_TYPE_LAST, file, line);
55 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->size > 0, file, line);
56 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->alignment > 0, file, line);
57 FFI_ASSERT_AT(a->type != FFI_TYPE_STRUCT || a->elements != NULL, file, line);
/external/skia/src/utils/win/
H A DSkHRESULT.cpp12 void SkTraceHR(const char* file, unsigned long line, argument
15 SkDEBUGF(("%s(%lu) : error 0x%x: ", file, line, hr));
/external/srec/portable/src/
H A DpLastError.c23 void printGetLastErrorInternal(const LCHAR* text, char* file, int line) argument
48 pfprintf(PSTDERR, L("[%s:%d] %s: %s\n"), file, line, text, msg);
58 pfprintf(PSTDERR, "[%s:%d] %s, errno = %x\n", file, line, text, err);
/external/valgrind/main/gdbserver_tests/
H A Dwatchpoints.c5 static void breakme(int line) argument
7 fprintf(stderr, "breakme function called from line %d\n", line);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dparseerr.h30 * <p>The line, offset, and context fields are optional; parsing
55 * The line on which the error occured. If the parser uses this
56 * field, it sets it to the line number of the source text line on
58 * parse does not support line numbers, the value will be <= 0.
61 int32_t line; member in struct:UParseError
64 * The character offset to the error. If the line field is >= 1,
65 * then this is the offset from the start of the line. Otherwise,
/external/webkit/Source/WebCore/icu/unicode/
H A Dparseerr.h30 * <p>The line, offset, and context fields are optional; parsing
55 * The line on which the error occured. If the parser uses this
56 * field, it sets it to the line number of the source text line on
58 * parse does not support line numbers, the value will be <= 0.
61 int32_t line; member in struct:UParseError
64 * The character offset to the error. If the line field is >= 1,
65 * then this is the offset from the start of the line. Otherwise,
/external/webkit/Source/WebKit/chromium/src/
H A DWebCommon.cpp38 void failedAssertion(const char* file, int line, const char* function, const char* assertion) argument
40 WTFReportAssertionFailure(file, line, function, assertion);
/external/webkit/Source/WebKit/mac/Misc/
H A DOldWebAssertions.c29 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion);
30 void WebReportError(const char *file, int line, const char *function, const char *format, ...);
32 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) argument
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...) argument
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dparseerr.h30 * <p>The line, offset, and context fields are optional; parsing
55 * The line on which the error occured. If the parser uses this
56 * field, it sets it to the line number of the source text line on
58 * parse does not support line numbers, the value will be <= 0.
61 int32_t line; member in struct:UParseError
64 * The character offset to the error. If the line field is >= 1,
65 * then this is the offset from the start of the line. Otherwise,
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestInput.java34 public int line; // line number in the script field in class:gUnitTestInput
36 public gUnitTestInput(String input, boolean isFile, int line) { argument
39 this.line = line;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognitionException.as56 * knows its state (such as current input symbol and line info) that
59 * perhaps print an entire line of input not just a single token, for example.
84 /** Track the line at which the error occurred in case this is
86 * unexpected char doesn't carry the line info.
88 public var line:int; variable
93 * imaginary nodes w/o line/col info. We now search backwards looking
94 * for most recent token with line/col info, but notify getErrorHeader()
107 this.line = token.line;
115 this.line
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRecognitionException.h40 NSInteger line; variable
47 @property (getter=getLine, setter=setLine:) NSInteger line; variable
H A DANTLRStringStream.h37 NSInteger line; variable
49 @property (getter=getLine,setter=setLine:) NSInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRecognitionException.h40 NSInteger line; variable
47 @property (getter=getLine, setter=setLine:) NSInteger line; variable
H A DANTLRStringStream.h37 NSInteger line; variable
49 @property (getter=getLine,setter=setLine:) NSInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRecognitionException.h40 NSInteger line; variable
47 @property (getter=getLine, setter=setLine:) NSInteger line; variable
H A DANTLRStringStream.h37 NSInteger line; variable
49 @property (getter=getLine,setter=setLine:) NSInteger line; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognitionException.h40 NSUInteger line; variable
49 @property (assign) NSUInteger line; variable
H A DANTLRStringStream.h37 NSUInteger line; variable
101 @property (assign) NSUInteger line; variable
/external/bison/etc/
H A Dbench.pl.in186 line
187 | input line
190 line: label

Completed in 864 milliseconds

1234567891011>>