OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readline
(Results
251 - 275
of
448
) sorted by null
<<
11
12
13
14
15
16
17
18
/packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java
339
public String
readLine
() throws IOException {
/packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java
398
// cause the next sequence to fail on the
readLine
() calls
532
// cause the next sequence to fail on the
readLine
() calls
639
// cause the next sequence to fail on the
readLine
() calls
689
// cause the next sequence to fail on the
readLine
() calls
[
all
...]
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
TextUtilitiesTests.java
290
// while ((text = reader.
readLine
()) != null) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java
166
while ((line = mReader.
readLine
()) != null) {
/sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java
184
while ((line = mBufferedReader.
readLine
()) != null) {
220
line = mBufferedReader.
readLine
();
/external/e2fsprogs/ext2ed/
init.c
21
#include <
readline
.h>
67
init_readline (); /* Initialize the
READLINE
interface */
/external/guava/src/com/google/common/io/
ByteStreams.java
369
/*@Override*/ public String
readLine
() {
371
return input.
readLine
();
/external/icu4c/tools/toolutil/
ucbuf.c
695
* a new line char in a
readline
function in addition
737
* Accoding to TR 13
readLine
functions must interpret
/external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java
199
while ((state.line = state.lineReader.
readLine
()) != null) {
515
while ((line = state.lineReader.
readLine
()) != null) {
/external/pcre/
NON-UNIX-USE
487
This port requires
readline
library optionally. However during the build I
488
faced some yet unexplored errors while linking with
readline
. As it was an
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py
231
is_ready = self._helper.stdout.
readline
()
413
line = self._proc.stdout.
readline
()
/external/wpa_supplicant_8/wpa_supplicant/
defconfig
234
# Include support for GNU
Readline
and History Libraries in wpa_cli.
241
# for GNU
Readline
to provide limited command line editing and history support.
/frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java
505
while ((actual = fileReader.
readLine
()) != null) {
506
expected = textReader.
readLine
();
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
FileSystemUtils.java
409
String line = inr.
readLine
();
413
line = inr.
readLine
();
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java
518
while ((line = input.
readLine
()) != null) {
531
(line = input.
readLine
()) != null) {
/sdk/traceview/src/com/android/traceview/
DmTraceReader.java
417
line = in.
readLine
();
423
// extra byte is for the line ending not included by
readLine
().
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java
[
all
...]
/external/jdiff/src/jdiff/
RootDocToXML.java
[
all
...]
/external/v8/
SConstruct
782
'console:
readline
': {
783
'LIBS': ['
readline
']
1000
'values': ['dumb', '
readline
'],
[
all
...]
/build/tools/signapk/
SignApk.java
105
return stdin.
readLine
();
/cts/tools/utils/
CollectAllTests.java
279
while ((line =reader.
readLine
())!=null) {
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
ShaderEditor.java
169
while ((line = br.
readLine
()) != null) {
/external/chromium/third_party/libjingle/source/talk/base/
network.cc
221
while (fs.
ReadLine
(&line) == SR_SUCCESS && gateway_ip == 0) {
/external/elfutils/config/
elfutils.spec.in
205
- readelf, not
readline
, in %%description (#111214).
Completed in 1189 milliseconds
<<
11
12
13
14
15
16
17
18