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

1234567891011>>

/external/elfutils/tests/
H A Dallfcts.c39 int line = -1; local
40 dwarf_decl_line (func, &line);
43 printf ("%s:%d:%s\n", file, line, fct);
/external/embunit/src/
H A DAssertImpl.c39 void assertImplementationInt(int expected,int actual, long line, const char *file) argument
54 addFailure(buffer, line, file);
57 void assertImplementationCStr(const char *expected,const char *actual, long line, const char *file) argument
99 addFailure(buffer, line, file);
H A DTestCase.c79 void addFailure(const char *msg, long line, const char *file) argument
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file); local
H A DTestRunner.c54 static void TestRunner_addFailure(TestListner* self,Test* test,char* msg,int line,char* file) argument
65 stdimpl_itoa(line, buf, 10);
/external/gtest/src/
H A Dgtest-typed-test.cc52 const char* file, int line, const char* registered_tests) {
98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
51 VerifyRegisteredTestNames( const char* file, int line, const char* registered_tests) argument
/external/guava/guava/src/com/google/common/io/
H A DLineBuffer.java22 * Package-protected abstract class that implements the line reading
24 * java.io.BufferedReader}: line feed, carriage return, or carriage
34 /** Holds partial line contents. */
35 private StringBuilder line = new StringBuilder(); field in class:LineBuffer
36 /** Whether a line ending with a CR is pending processing. */
40 * Process additional characters from the stream. When a line separator
41 * is found the contents of the line and the line separator itself
53 // Last call to add ended with a CR; we can handle the line now.
63 line
115 handleLine(String line, String end) argument
[all...]
/external/harfbuzz_ng/util/
H A Dview-cairo.cc41 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); local
43 line.get_advance (&x_advance, &y_advance);
/external/jmonkeyengine/engine/src/core/com/jme3/util/blockparser/
H A DStatement.java9 private String line; field in class:Statement
12 Statement(int lineNumber, String line) { argument
14 this.line = line;
29 return line;
43 sb.append(line);
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
H A DJSilverAutoEscapingException.java26 public JSilverAutoEscapingException(String message, String templateName, int line, int column) { argument
27 super(createMessage(message, templateName, line, column));
37 private static String createMessage(String message, String resourceName, int line, int column) { argument
42 if (line != UNKNOWN_POSITION) {
43 result.append(" line=").append(line);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DEOF.java15 public EOF(int line, int pos) argument
18 setLine(line);
H A DTAlt.java15 public TAlt(int line, int pos) argument
18 setLine(line);
H A DTAnd.java15 public TAnd(int line, int pos) argument
18 setLine(line);
H A DTArgWhitespace.java15 public TArgWhitespace(String text, int line, int pos) argument
18 setLine(line);
H A DTAssignment.java15 public TAssignment(int line, int pos) argument
18 setLine(line);
H A DTAutoescape.java15 public TAutoescape(int line, int pos) argument
18 setLine(line);
H A DTBang.java15 public TBang(int line, int pos) argument
18 setLine(line);
H A DTBracketClose.java15 public TBracketClose(int line, int pos) argument
18 setLine(line);
H A DTBracketOpen.java15 public TBracketOpen(int line, int pos) argument
18 setLine(line);
H A DTCall.java15 public TCall(int line, int pos) argument
18 setLine(line);
H A DTComma.java15 public TComma(int line, int pos) argument
18 setLine(line);
H A DTCommandDelimiter.java15 public TCommandDelimiter(String text, int line, int pos) argument
18 setLine(line);
H A DTComment.java15 public TComment(String text, int line, int pos) argument
18 setLine(line);
H A DTCommentStart.java15 public TCommentStart(int line, int pos) argument
18 setLine(line);
H A DTContentType.java15 public TContentType(int line, int pos) argument
18 setLine(line);
H A DTCsClose.java15 public TCsClose(String text, int line, int pos) argument
18 setLine(line);

Completed in 1213 milliseconds

1234567891011>>