HomeSort by relevance Sort by last modified time
    Searched full:readline (Results 76 - 100 of 448) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/src/
d8.cc 189 Handle<Value> Shell::ReadLine(const Arguments& args) {
190 i::SmartPointer<char> line(i::ReadLine(""));
424 global_template->Set(String::New("readline"),
425 FunctionTemplate::New(ReadLine));
566 static char* ReadLine(char* data) {
633 global_template->Set(String::New("readline"),
634 FunctionTemplate::New(Shell::ReadLine));
645 char* next_line = ReadLine(ptr);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTest.java 88 while((url = listReader.readLine()) != null) {
162 while((line = testListReader.readLine()) != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 173 for (String line = reader.readLine(); line != null; line = reader.readLine()) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
KeystoreHelper.java 161 String line = errReader.readLine();
186 String line = outReader.readLine();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AdbWrapper.java 168 String line = errReader.readLine();
190 String line = outReader.readLine();
  /external/guava/javadoc/com/google/common/io/
LineReader.html 105 as <A HREF="http://java.sun.com/javase/6/docs/api/java/io/BufferedReader.html?is-external=true#readLine()" title="class or interface in java.io"><CODE>BufferedReader.readLine()</CODE></A> but for all <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A>
148 <TD><CODE><B><A HREF="../../../../com/google/common/io/LineReader.html#readLine()">readLine</A></B>()</CODE>
196 <A NAME="readLine()"><!-- --></A><H3>
197 readLine</H3>
199 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>readLine</B>()
  /hardware/ril/reference-ril/
atchannel.c 326 * This line is valid only until the next call to readline
332 static const char *readline() function
443 line = readline();
453 // The scope of string returned by 'readline()' is valid only
454 // till next call to 'readline()' hence making a copy of line
455 // before calling readline again.
457 line2 = readline();
  /external/grub/stage2/
char_io.c 273 int echo_char, int readline)
561 /* If READLINE is non-zero, handle readline-like key bindings. */
562 if (readline)
724 functional if READLINE is zero, as the cursor cannot go
768 /* If the readline-like feature is turned on and CMDLINE is not
770 if (readline && lpos < llen)
786 int echo_char, int readline)
841 ret = real_get_cmdline (prompt, cmdline, maxlen, echo_char, readline);
  /development/scripts/
symbol.py 178 symbol = child.stdout.readline().strip()
181 location = child.stdout.readline().strip()
280 demangled_symbol = process.stdout.readline().strip()
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 164 public int readLine(final CharArrayBuffer charbuffer) throws IOException {
261 public String readLine() throws IOException {
263 int l = readLine(charbuffer);
HttpRequestParser.java 71 int i = sessionBuffer.readLine(this.lineBuf);
HttpResponseParser.java 71 int i = sessionBuffer.readLine(this.lineBuf);
  /external/dropbear/libtommath/
booker.pl 53 $readline = $wroteline = 0;
57 ++$readline;
262 print "Read $readline lines, wrote $wroteline lines\n";
  /external/pcre/
config.h.in 67 /* Define to 1 if you have the <readline/history.h> header file. */
70 /* Define to 1 if you have the <readline/readline.h> header file. */
  /external/antlr/src/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 174 event = in.readLine();
178 event = in.readLine();
237 String antlrLine = in.readLine();
240 String grammarLine = in.readLine();
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 90 for (String line; (line = input.readLine()) != null; file += line);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 90 for (String line; (line = input.readLine()) != null; file += line);
  /external/gtest/test/
gtest_env_var_test.py 82 line = stdout.readline()
  /external/libxml2/
xmlcatalog.c 20 #include <readline/readline.h>
22 #include <readline/history.h>
69 line_read = readline (prompt);
  /external/pcre/doc/
pcrebuild.3 317 if an unmodified distribution version of readline is in use), some extra
321 "Readline uses the termcap functions, but does not link with the
323 with readline the to choose an appropriate library."
  /external/qemu/
offset_layout.py 60 line = sys.stdin.readline()
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXScanner.java 50 while ((s = br.readLine()) != null) {
  /external/webkit/Tools/MiniBrowser/qt/
UrlLoader.cpp 109 line = stream.readLine();
  /external/webkit/Tools/QtTestBrowser/
urlloader.cpp 110 line = stream.readLine();
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock_unittest.py 60 lock_file_pid = lock_file.readline()

Completed in 958 milliseconds

1 2 34 5 6 7 8 91011>>