Searched defs:line (Results 176 - 200 of 1454) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTLoop.java15 public TLoop(int line, int pos) argument
18 setLine(line);
H A DTLt.java15 public TLt(int line, int pos) argument
18 setLine(line);
H A DTLte.java15 public TLte(int line, int pos) argument
18 setLine(line);
H A DTLvar.java15 public TLvar(int line, int pos) argument
18 setLine(line);
H A DTMinus.java15 public TMinus(int line, int pos) argument
18 setLine(line);
H A DTName.java15 public TName(int line, int pos) argument
18 setLine(line);
H A DTNe.java15 public TNe(int line, int pos) argument
18 setLine(line);
H A DTOr.java15 public TOr(int line, int pos) argument
18 setLine(line);
H A DTParenClose.java15 public TParenClose(int line, int pos) argument
18 setLine(line);
H A DTParenOpen.java15 public TParenOpen(int line, int pos) argument
18 setLine(line);
H A DTPercent.java15 public TPercent(int line, int pos) argument
18 setLine(line);
H A DTPlus.java15 public TPlus(int line, int pos) argument
18 setLine(line);
H A DTQuestion.java15 public TQuestion(int line, int pos) argument
18 setLine(line);
H A DTSet.java15 public TSet(int line, int pos) argument
18 setLine(line);
H A DTSlash.java15 public TSlash(int line, int pos) argument
18 setLine(line);
H A DTStar.java15 public TStar(int line, int pos) argument
18 setLine(line);
H A DTString.java15 public TString(String text, int line, int pos) argument
18 setLine(line);
H A DTUvar.java15 public TUvar(int line, int pos) argument
18 setLine(line);
H A DTVar.java15 public TVar(int line, int pos) argument
18 setLine(line);
H A DTWith.java15 public TWith(int line, int pos) argument
18 setLine(line);
H A DTWord.java15 public TWord(String text, int line, int pos) argument
18 setLine(line);
/external/libpcap/Win32/Src/
H A Dgetservent.c52 static char line[BUFSIZ+1]; variable
87 if ((p = fgets(line, BUFSIZ, servf)) == NULL)
/external/lldb/include/lldb/Symbol/
H A DLineEntry.h21 /// @brief A line table entry class.
66 /// list so the line entry can dump the file name (since this
70 /// If \b true, display the filename with the line entry which
98 /// line entry to the supplied stream \a s.
105 /// list so the line entry can dump the file name (since this
109 /// Returns \b true if the file and line were properly dumped,
116 /// Check if a line entry object is valid.
119 /// Returns \b true if the line entry contains a valid section
120 /// offset address, file index, and line number, \b false
147 AddressRange range; ///< The section offset address range for this line entr
149 uint32_t line; ///< The source line number, or zero if there is no line number information. member in struct:lldb_private::LineEntry
[all...]
/external/llvm/lib/Support/
H A DValgrind.cpp62 LLVM_ATTRIBUTE_WEAK void AnnotateHappensAfter(const char *file, int line,
64 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv) { argument
66 LLVM_ATTRIBUTE_WEAK void AnnotateHappensBefore(const char *file, int line,
68 void AnnotateHappensBefore(const char *file, int line, argument
70 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesBegin(const char *file, int line);
71 void AnnotateIgnoreWritesBegin(const char *file, int line) {} argument
72 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesEnd(const char *file, int line);
73 void AnnotateIgnoreWritesEnd(const char *file, int line) {} argument
/external/llvm/utils/unittest/googletest/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

Completed in 142 milliseconds

1234567891011>>