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

<<1112131415161718

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 378 while ((line = reader.readLine()) != null) {
ProjectCreator.java     [all...]
  /system/core/liblinenoise/
linenoise.c 49 * - History search like Ctrl+r in readline?
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 453 while (fs->ReadLine(&line) == SR_SUCCESS) {
518 while (fs->ReadLine(&line) == SR_SUCCESS) {
    [all...]
  /external/pcre/doc/
pcretest.1 
pcretest.txt 95 the input is from a terminal, it is read using the readline() function.
97 -help option states whether or not readline() will be used.
    [all...]
  /external/v8/tools/
ll_prof.py 335 line = self.log.readline() or ""
344 line = self.log.readline()
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 658 void DumpRenderTree::readLine()
670 QByteArray line = m_stdin->readLine().trimmed();
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 549 String s = mSocketReader.readLine();
568 result[i] = mSocketReader.readLine();
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 499 while (null != (nextLine = output.readLine())) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java     [all...]
  /external/sqlite/dist/
shell.c 47 # include <readline/readline.h>
48 # include <readline/history.h>
50 # define readline(p) local_getline(p,stdin) macro
322 ** The interface is like "readline" but no command-line editing
384 zResult = readline(zPrompt);
    [all...]
shell.c.orig 42 # include <readline/readline.h>
43 # include <readline/history.h>
45 # define readline(p) local_getline(p,stdin)
317 ** The interface is like "readline" but no command-line editing
379 zResult = readline(zPrompt);
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 602 line = self.rfile.readline()
605 self.rfile.readline()
786 response = f.readline()
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 50 import readline namespace
79 last_email = last_email_file.readline().strip("\n")
560 line = p.stdout.readline()
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 50 import readline namespace
79 last_email = last_email_file.readline().strip("\n")
560 line = p.stdout.readline()
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java     [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 417 while ((s = inBuffer.readLine()) != null) {
831 while ((s = reader.readLine()) != null) {
    [all...]
MonkeySourceNetwork.java 711 String command = input.readLine();
  /external/pcre/doc/html/
pcretest.html 141 is from a terminal, it is read using the <b>readline()</b> function. This
143 option states whether or not <b>readline()</b> will be used.
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 788 line = in.readLine();
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 590 factoryClassName = rd.readLine();

Completed in 1253 milliseconds

<<1112131415161718