OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theOutput
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
strrepl.h
75
* @param
theOutput
text that will replace input text when the
83
StringReplacer(const UnicodeString&
theOutput
,
90
* @param
theOutput
text that will replace input text when the
96
StringReplacer(const UnicodeString&
theOutput
,
strrepl.cpp
30
* @param
theOutput
text that will replace input text when the
38
StringReplacer::StringReplacer(const UnicodeString&
theOutput
,
41
output =
theOutput
;
51
* @param
theOutput
text that will replace input text when the
57
StringReplacer::StringReplacer(const UnicodeString&
theOutput
,
59
output =
theOutput
;
/libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java
629
OutputStream
theOutput
= servSock.getOutputStream();
636
theOutput
.write(sendString.getBytes());
637
theOutput
.flush();
666
OutputStream
theOutput
= servSock.getOutputStream();
674
theOutput
.write(sendString.getBytes());
675
theOutput
.flush();
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java
[
all
...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java
367
String
theOutput
= outputStream.toString();
368
// System.out.println("testPrintln: output= " +
theOutput
);
369
assertTrue(
theOutput
.startsWith(testMessage));
376
theOutput
= outputStream2.toString();
377
// System.out.println("testPrintln: output= " +
theOutput
);
378
assertTrue(
theOutput
.startsWith(testMessage));
Completed in 2053 milliseconds