OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeLine
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/apache-http/src/org/apache/http/io/
SessionOutputBuffer.java
60
void
writeLine
(String s) throws IOException;
62
void
writeLine
(CharArrayBuffer buffer) throws IOException;
/external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java
102
this.out.
writeLine
(Integer.toHexString(this.cachePosition));
104
this.out.
writeLine
("");
118
this.out.
writeLine
(Integer.toHexString(this.cachePosition + len));
121
this.out.
writeLine
("");
127
this.out.
writeLine
("0");
128
this.out.
writeLine
("");
AbstractMessageWriter.java
84
this.sessionBuffer.
writeLine
88
this.sessionBuffer.
writeLine
(this.lineBuf);
HttpRequestWriter.java
62
this.sessionBuffer.
writeLine
(buffer);
HttpResponseWriter.java
62
this.sessionBuffer.
writeLine
(buffer);
AbstractSessionOutputBuffer.java
142
public void
writeLine
(final String s) throws IOException {
152
public void
writeLine
(final CharArrayBuffer s) throws IOException {
/external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java
95
public void
writeLine
(final CharArrayBuffer buffer) throws IOException {
96
this.out.
writeLine
(buffer);
103
public void
writeLine
(final String s) throws IOException {
104
this.out.
writeLine
(s);
/external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java
68
private void
writeLine
(char[] chars, int start, int len) throws IOException {
80
private void
writeLine
(String str, int start, int len) throws IOException {
99
writeLine
(chars, start, pos-start);
109
writeLine
(chars, start, pos-start);
124
writeLine
(str, start, end-start);
127
writeLine
(str, start, pos-start);
192
writeLine
(buffer, bufferIndex, 24-bufferIndex);
212
writeLine
(buffer, bufferIndex, 24-bufferIndex);
232
writeLine
(buffer, bufferIndex, 16-bufferIndex);
/packages/apps/Exchange/src/com/android/exchange/utility/
SimpleIcsWriter.java
39
/* package for testing */ void
writeLine
(String string) {
98
writeLine
(name + ":" + value);
/cts/tests/tests/media/src/android/media/cts/
MediaPlayerFlakyNetworkTest.java
304
public void
writeLine
(String s) throws IOException {
306
super.
writeLine
(s);
310
public void
writeLine
(CharArrayBuffer buffer) throws IOException {
312
super.
writeLine
(buffer);
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java
82
ics.
writeLine
(input);
/packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java
311
public void
writeLine
(String s, String sensitiveReplacement) throws IOException {
378
writeLine
(sb.toString(), null);
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar
/prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar
/external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js
148
out.
writeLine
(' ' + hexLine + ' ' + asciiLine);
168
writeLine
: function(line) {
181
var cell = this.
writeLine
(kArrow + key + ' = ' + value);
191
this.
writeLine
(kArrow + key + ' =');
205
this.
writeLine
(prefix + lines[i]);
221
this.
writeLine
(kArrow + lines[0]);
224
this.
writeLine
(kArrowIndentation + lines[i]);
/packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java
288
mTransport.
writeLine
(commandToSend, sensitive ? IMAP_REDACTED_LOG : null);
320
mTransport.
writeLine
(commandToSend, null);
Pop3Store.java
729
mTransport.
writeLine
(command, sensitiveReplacement);
/packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java
290
public void
writeLine
(String s, String sensitiveReplacement) throws IOException {
/packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java
252
mTransport.
writeLine
(command, sensitiveReplacement);
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar
/external/robolectric/lib/main/
httpcore-4.0.1.jar
/external/smack/asmack-master/lib/
httpcore-4.1.4.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
Completed in 546 milliseconds
1
2
3