OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outputstream
(Results
451 - 475
of
1600
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictEncoder.java
29
import java.io.
OutputStream
;
40
private
OutputStream
mOutStream;
55
public Ver2DictEncoder(final
OutputStream
outStream) {
BinaryDictDecoderUtils.java
23
import java.io.
OutputStream
;
205
* Writes a string with our character format to an
OutputStream
.
209
* @param stream the
OutputStream
to write to.
213
static int writeString(final
OutputStream
stream, final String word) throws IOException {
/development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java
43
import java.io.
OutputStream
;
199
OutputStream
os = new FileOutputStream(file);
263
OutputStream
os = new FileOutputStream(file);
325
OutputStream
os = new FileOutputStream(file);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java
24
import java.io.
OutputStream
;
331
* Get the
OutputStream
that is the at the end of the
334
public
OutputStream
getOutputStream()
336
OutputStream
retval = null;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptProfiler.cpp
189
class HeapStatsStream : public v8::
OutputStream
{
191
HeapStatsStream(ScriptProfiler::
OutputStream
* stream) : m_stream(stream) { }
214
ScriptProfiler::
OutputStream
* m_stream;
219
unsigned ScriptProfiler::requestHeapStatsUpdate(ScriptProfiler::
OutputStream
* stream)
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
LiteralByteString.java
36
import java.io.
OutputStream
;
141
public void writeTo(
OutputStream
outputStream
) throws IOException {
142
outputStream
.write(toByteArray());
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_output_stream.cc
23
FontOutputStream::FontOutputStream(
OutputStream
* os)
/external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils.cc
33
//
OutputStream
CreateOutputStream(const char *file_path) {
/external/emma/core/java12/com/vladium/util/
ByteArrayOStream.java
12
import java.io.
OutputStream
;
29
final class ByteArrayOStream extends
OutputStream
124
public final void writeTo (final
OutputStream
out)
239
//
OutputStream
:
/external/guava/guava/src/com/google/common/io/
ByteStreams.java
31
import java.io.
OutputStream
;
92
OutputSupplier<? extends
OutputStream
> to) throws IOException {
95
OutputStream
out = to.getOutput();
114
OutputSupplier<? extends
OutputStream
> to) throws IOException {
118
OutputStream
out = to.getOutput();
143
OutputStream
to) throws IOException {
167
OutputSupplier<? extends
OutputStream
> to) throws IOException {
169
OutputStream
out = to.getOutput();
188
public static long copy(InputStream from,
OutputStream
to)
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DebuggingClassWriter.java
83
OutputStream
out = new BufferedOutputStream(new FileOutputStream(file));
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java
37
import java.io.
OutputStream
;
486
OutputStream
out = conn.getOutputStream();
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java
15
import java.io.
OutputStream
;
79
public final
OutputStream
openOutputStream(final Uri uri) {
80
return new
OutputStream
() {
88
return "
outputstream
for " + uri;
/external/sfntly/cpp/src/sfntly/data/
font_output_stream.cc
23
FontOutputStream::FontOutputStream(
OutputStream
* os)
/external/sfntly/cpp/src/test/
test_utils.cc
33
//
OutputStream
CreateOutputStream(const char *file_path) {
/frameworks/base/core/jni/
android_graphics_Picture.cpp
104
{"nativeWriteToStream", "(JLjava/io/
OutputStream
;[B)Z", (void*)android_graphics_Picture_serialize},
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
Process2Test.java
26
import java.io.
OutputStream
;
/packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java
33
import java.io.
OutputStream
;
62
private
OutputStream
mOut;
263
public
OutputStream
getOutputStream() {
279
OutputStream
out = getOutputStream();
/packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java
28
import java.io.
OutputStream
;
222
public
OutputStream
getOutputStream() {
368
* This is an
OutputStream
that satisfies the needs of getOutputStream()
370
private class MockOutputStream extends
OutputStream
{
/packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.h
33
* a holder with a java
OutputStream
.
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ByteArrayOutputStream.java
21
import java.io.
OutputStream
;
51
public class ByteArrayOutputStream extends
OutputStream
{
247
* @see java.io.ByteArrayOutputStream#writeTo(
OutputStream
)
249
public synchronized void writeTo(
OutputStream
out) throws IOException {
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java
31
import java.io.
OutputStream
;
/external/smack/src/org/jivesoftware/smack/util/
Base64.java
470
java.io.
OutputStream
b64os = null;
482
b64os = new Base64.
OutputStream
( baos, ENCODE | options );
611
Base64.
OutputStream
b64os = null;
618
b64os = new Base64.
OutputStream
( baos, ENCODE | options );
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar
Completed in 600 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>