HomeSort by relevance Sort by last modified time
    Searched full:getline (Results 101 - 125 of 619) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 118 getline(in,format_header);
128 getline(in,m_comment);
130 getline(in,size_header);
133 getline(in,m_comment);
144 getline(in,colors_header);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/
PgmImage.cpp 118 getline(in,format_header);
128 getline(in,m_comment);
130 getline(in,size_header);
133 getline(in,m_comment);
144 getline(in,colors_header);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 118 getline(in,format_header);
128 getline(in,m_comment);
130 getline(in,size_header);
133 getline(in,m_comment);
144 getline(in,colors_header);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp 203 line = right->getLine();
240 line = left->getLine();
266 line = index->getLine();
351 line = child->getLine();
394 line = node->getLine();
493 infoSink.info.message(EPrefixInternalError, "Bad promotion node", node->getLine());
502 infoSink.info.message(EPrefixInternalError, "Bad promotion node", node->getLine());
511 infoSink.info.message(EPrefixInternalError, "Bad promotion node", node->getLine());
516 infoSink.info.message(EPrefixInternalError, "Bad promotion type", node->getLine());
522 newNode->setLine(node->getLine());
    [all...]
  /external/dhcpcd/compat/
getline.c 34 #include "getline.h"
41 getline(char ** __restrict buf, size_t * __restrict buflen, function
getline.h 34 ssize_t getline(char ** __restrict buf, size_t * __restrict buflen,
  /external/smali/smali/src/main/java/org/jf/smali/
SemanticException.java 56 this.line = token.getLine();
66 this.line = token.getLine();
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 158 String[] split = statement.getLine().split(" ", 2);
189 String[] split = statement.getLine().split(" ", 2);
211 String[] split = statement.getLine().split(" ", 2);
274 String[] split = statement.getLine().split(" ", 2);
290 String[] split = statement.getLine().split(" ", 2);
304 if (statement.getLine().startsWith("technique")){
306 }else if (statement.getLine().startsWith("receive_shadows")){
307 String isOn = statement.getLine().split("\\s")[1];
433 if (statement.getLine().startsWith("import")){
446 }else if (statement.getLine().startsWith("material"))
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTree.java 92 public int getLine() {
93 if ( token==null || token.getLine()==0 ) {
95 return getChild(0).getLine();
99 return token.getLine();
  /external/chromium/net/http/
http_net_log_params.h 31 const std::string& GetLine() const {
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 78 throw new ApiParseException("expected package got " + token, tokenizer.getLine());
100 throw new ApiParseException("expected '{' got " + token, tokenizer.getLine());
160 throw new ApiParseException("missing class or interface. got: " + token, tokenizer.getLine());
196 throw new ApiParseException("expected {", tokenizer.getLine());
215 throw new ApiParseException("expected ctor, enum_constant, field or method", tokenizer.getLine());
248 throw new ApiParseException("expected (", tokenizer.getLine());
268 throw new ApiParseException("expected ; found " + token, tokenizer.getLine());
332 throw new ApiParseException("expected (", tokenizer.getLine());
341 throw new ApiParseException("expected ; found " + token, tokenizer.getLine());
403 throw new ApiParseException("expected ; found " + token, tokenizer.getLine());
    [all...]
  /external/elfutils/bionic-fixup/
getline.c 19 ssize_t getline(char **lineptr, size_t *n, FILE *stream) function
  /external/elfutils/host-darwin-fixup/
getline.c 19 ssize_t getline(char **lineptr, size_t *n, FILE *stream) function
  /external/openfst/src/extensions/far/
strings.cc 34 while (getline(istrm, s))
  /external/oprofile/libregex/tests/
regex_test.cpp 38 while (getline(fin, last)) {
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.h 42 ssize_t getline(char **ppLine, size_t *len, FILE *stream);
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 80 %left GETLINE
241 | pattern '|' GETLINE var {
242 if (safe) SYNTAX("cmd | getline is unsafe");
243 else $$ = op3(GETLINE, $4, itonp($2), $1); }
244 | pattern '|' GETLINE {
245 if (safe) SYNTAX("cmd | getline is unsafe");
246 else $$ = op3(GETLINE, (Node*)0, itonp($2), $1); }
372 | GETLINE var LT term { $$ = op3(GETLINE, $2, itonp($3), $4); }
373 | GETLINE LT term { $$ = op3(GETLINE, NIL, itonp($2), $3);
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 78 state.tokenStartLine = input.getLine();
84 eof.setLine(getLine());
223 public int getLine() {
224 return input.getLine();
336 String inputSymbol = ((char)input.LT(1))+" line="+getLine()+":"+getCharPositionInLine();
341 String inputSymbol = ((char)input.LT(1))+" line="+getLine()+":"+getCharPositionInLine();
ClassicToken.java 54 line = oldToken.getLine();
86 public int getLine() {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 15 this.line = oldToken.getLine();
68 getLine: function() {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRStringStream.h 49 @property (getter=getLine,setter=setLine:) NSInteger line;
103 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRStringStream.h 49 @property (getter=getLine,setter=setLine:) NSInteger line;
103 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRStringStream.h 49 @property (getter=getLine,setter=setLine:) NSInteger line;
103 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarUnreachableAltsMessage.java 57 line = decisionASTNode.getLine();
75 line = ruleStart.associatedASTNode.getLine();
  /external/elfutils/libdw/
Android.mk 132 ../host-darwin-fixup/getline.c
156 ../bionic-fixup/getline.c \

Completed in 798 milliseconds

1 2 3 45 6 7 8 91011>>