HomeSort by relevance Sort by last modified time
    Searched full:getline (Results 201 - 225 of 746) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 458 int line = getLine(marker);
466 private int getLine(IMarker marker) {
476 return getLine(marker1) - getLine(marker2);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CommonToken.java 75 line = oldToken.getLine();
119 public int getLine() {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 85 - (NSInteger) getLine;
160 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 85 - (NSInteger) getLine;
160 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 85 - (NSInteger) getLine;
160 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarNonDeterminismMessage.java 61 line = decisionASTNode.getLine();
83 line = ruleStart.associatedASTNode.getLine();
GrammarAST.java 284 public int getLine() {
287 line = token.getLine();
292 line = child.getLine();
429 return token.getLine() == t.getLine() &&
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
matchbrackets.js 48 if (!found || cm.getLine(found.from.line).length > maxHighlightLen ||
49 found.to && cm.getLine(found.to.line).length > maxHighlightLen)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-preproc.c 195 line = nasmpp.getline();
263 line = nasmpp.getline();
  /external/clang/test/Analysis/
taint-tester.c 157 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
165 while ((read = getline(&line, &len, stdin)) != -1) {
  /external/dhcpcd/
README 50 the binary has to run on older versions which lack support, such as getline.
51 ./configure --without-getline
  /external/eigen/scripts/
eigen_gen_credits.cpp 74 while(!getline(churn_out,line).eof())
138 while(!getline(online_info,line).eof())
  /external/libsepol/src/
genbools.c 90 while (getline(&buffer, &size, boolf) > 0) {
119 while (getline(&buffer, &size, boolf) > 0) {
  /external/llvm/include/llvm/Support/
FormattedStream.h 130 /// getLine - Return the line number
131 unsigned getLine() { return Position.second; }
  /ndk/build/awk/
extract-debuggable.awk 55 if (getline <= 0) return 0; # read new input line
121 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
extract-minsdkversion.awk 52 if (getline <= 0) return 0; # read new input line
118 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
extract-package-name.awk 56 if (getline <= 0) return 0; # read new input line
122 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 66 if ((len = getline (&line, &line_len, f)) <= 0
77 while ((len = getline (&line, &line_len, f)) > 0)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 70 basic_istream& getline(char_type* s, streamsize n);
71 basic_istream& getline(char_type* s, streamsize n, char_type delim);
229 basic_istream& getline(char_type* __s, streamsize __n);
230 basic_istream& getline(char_type* __s, streamsize __n, char_type __dlm);
1064 basic_istream<_CharT, _Traits>::getline(char_type* __s, streamsize __n, char_type __dlm)
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 45 static ANTLR3_UINT32 getLine (pANTLR3_COMMON_TOKEN token);
333 token->getLine = getLine;
474 static ANTLR3_UINT32 getLine (pANTLR3_COMMON_TOKEN token)
579 outtext->addi (outtext, (ANTLR3_INT32)token->getLine(token));
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 74 def getLine(self):
252 def getLine(self):
357 def getLine(self):
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 204 if (!std::getline(maps_file, line) || line.empty())
211 if (!std::getline(maps_file, line) || line.empty())
220 if (!std::getline(maps_file, line) || line.empty())
  /external/chromium_org/third_party/angle/src/compiler/
ParseContext.cpp 386 error(node->getLine(), "constant expression required", "");
402 error(node->getLine(), "integer expression required", token);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzselect.ksh 147 while (getline <TZ_COUNTRY_TABLE) {
188 while (getline <TZ_COUNTRY_TABLE) {
226 while (getline <TZ_COUNTRY_TABLE) {
  /external/e2fsprogs/intl/
relocatable.c 21 /* Tell glibc's <stdio.h> to provide a prototype for getline().
317 /* Linux has /proc/self/maps. glibc 2 has the getline() function. */
344 len = getline (&shared_library_fullname, &size, fp);

Completed in 464 milliseconds

1 2 3 4 5 6 7 891011>>