HomeSort by relevance Sort by last modified time
    Searched refs:_input (Results 1 - 22 of 22) sorted by null

  /system/extras/tests/bionic/libc/common/
test_libgen.c 10 test_basename(char* _input, const char* _expected, int _errno)
12 char temp[256], *input = _input;
16 if (_input) {
17 strcpy(temp, _input);
27 _input, ret);
32 _input, errno, _errno);
36 _input, _errno );
41 _input, errno);
46 _input, ret, _expected);
50 _input, ret )
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
GoToLineDialog.js 44 this._input = this.element.createChild("input");
45 this._input.setAttribute("type", "text");
46 this._input.setAttribute("size", 6);
94 WebInspector.setCurrentFocusElement(this._input);
95 this._input.select();
106 var value = this._input.value;
CookieParser.js 113 this._input = headerValue;
118 this._originalInputLength = this._input.length;
125 this._lastCookie.setSize(this._originalInputLength - this._input.length - this._lastCookiePosition);
134 if (!this._input || !this._input.length)
141 var keyValueMatch = /^[ \t]*([^\s=;]+)[ \t]*(?:=[ \t]*([^;\n]*))?/.exec(this._input);
143 console.log("Failed parsing cookie header before: " + this._input);
147 var result = new WebInspector.CookieParser.KeyValue(keyValueMatch[1], keyValueMatch[2] && keyValueMatch[2].trim(), this._originalInputLength - this._input.length);
148 this._input = this._input.slice(keyValueMatch[0].length)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 145 self._input = BufferedSubFile()
158 self._input.push(data)
169 self._input.close()
203 for line in self._input:
212 self._input.unreadline(line)
224 line = self._input.readline()
240 self._input.push_eof_matcher(NLCRE.match)
250 self._input.pop_eof_matcher()
256 line = self._input.readline()
262 line = self._input.readline(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 145 self._input = BufferedSubFile()
158 self._input.push(data)
169 self._input.close()
203 for line in self._input:
212 self._input.unreadline(line)
224 line = self._input.readline()
240 self._input.push_eof_matcher(NLCRE.match)
250 self._input.pop_eof_matcher()
256 line = self._input.readline()
262 line = self._input.readline(
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonToken.as 37 protected var _input:CharStream;
61 token._input = input;
93 if ( _input==null ) {
96 _text = _input.substring(_start, _stop);
158 return _input;
162 _input = input;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 77 private IIntStream _input; field in class:Antlr.Runtime.RecognitionException
145 this._input = input;
180 if (_input is ITokenStream) {
184 ITreeNodeStream treeNodeStream = _input as ITreeNodeStream;
205 return _input;
208 _input = value;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 79 private IIntStream _input; field in class:Antlr.Runtime.RecognitionException
153 this._input = input;
204 if ( _input is ITokenStream )
209 ITreeNodeStream treeNodeStream = _input as ITreeNodeStream;
236 return _input;
240 _input = value;
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 308 this._input = input;
317 var ch = this._input[0];
324 this._input = this._input.slice(1);
328 this._input = ch + this._input;
342 next += this._input.substr(0, 20-next.length);
355 if (!this._input) this.done = true;
367 match = this._input.match(this.rules[rules[i]]);
380 this._input = this._input.slice(match[0].length)
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java     [all...]
JavaLexer.java     [all...]
  /external/chromium_org/third_party/ply/
lex.py     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 5937 milliseconds