HomeSort by relevance Sort by last modified time
    Searched full:bytestream (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 76 private ByteStream output;
89 output = new ByteStream(512);
235 static void writeAttribute(ByteStream bs, AttributeWriter aw, int attrCount) {
254 protected ByteStream output;
259 output = new ByteStream(128);
312 protected ByteStream output;
325 output = new ByteStream(256);
521 ByteStream output;
525 ConstPoolWriter(ByteStream out) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_hist.c 131 * Function to decode more symbols from the arithmetic bytestream, using
176 /* read first word from bytestream */
265 * Function to decode more symbols from the arithmetic bytestream, taking
309 /* read first word from bytestream */
  /device/google/contexthub/lib/include/nanohub/
appRelocFormat.h 28 * encode? The relocs format is a bytestream. The decoder is conceptually two
30 * unpacks the bytestream into a list of TOKENS and NUMBERS. The second then
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java 93 * Set the ByteStream that is to be written to. Normally,
108 * if setOutputStream or the ByteStream constructor was not called.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 104 * <code>LSInput.characterStream</code>, <code>LSInput.byteStream</code>
116 * <code>LSOutput.byteStream</code>, <code>LSOutput.systemId</code>,
LSOutput.java 38 * <code>LSOutput.byteStream</code>
70 public void setByteStream(java.io.OutputStream byteStream);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 441 ByteArrayInputStream byteStream = new ByteArrayInputStream(bytes);
444 objectInput = new ObjectInputStream(byteStream);
455 byteStream.close();
  /tools/tradefederation/core/prod-tests/src/com/android/sdk/tests/
SdkTestAppTest.java 288 ByteArrayOutputStream byteStream = new ByteArrayOutputStream();
289 PrintWriter printWriter = new PrintWriter(byteStream, true);
292 return new String(byteStream.toByteArray());
  /external/icu/icu4c/source/test/hdrtst/
cxxfiles.txt 21 bytestream.h
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttpAsync.java 74 long total = SynchronousHttpClient.readAllAndClose(body.byteStream());
  /external/protobuf/src/google/protobuf/stubs/
bytestream_unittest.cc 31 #include <google/protobuf/stubs/bytestream.h>
bytestream.cc 31 #include <google/protobuf/stubs/bytestream.h>
  /external/protobuf/src/google/protobuf/util/internal/
json_escaping.h 35 #include <google/protobuf/stubs/bytestream.h>
json_objectwriter.h 42 #include <google/protobuf/stubs/bytestream.h>
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_decoder_g722.cc 127 // end of the bytestream vector. After looping the data is reordered to:
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 482 ByteArrayOutputStream byteStream = new ByteArrayOutputStream();
483 try (ObjectOutputStream objectStream = new ObjectOutputStream(byteStream)) {
486 return byteStream.toByteArray();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 461 ByteArrayOutputStream byteStream = new ByteArrayOutputStream();
462 try (ObjectOutputStream objectStream = new ObjectOutputStream(byteStream)) {
465 return byteStream.toByteArray();
  /external/icu/icu4c/source/common/
Android.bp 112 "bytestream.cpp",
  /external/icu/icu4c/source/i18n/
bocsu.cpp 24 #include "unicode/bytestream.h"
collationkeys.h 21 #include "unicode/bytestream.h"
  /external/icu/icu4c/source/test/depstest/
dependencies.txt 229 bytestream
725 group: bytestream
726 bytestream.o
834 bytestream normalizer2 resourcebundle service_registration unifiedcache
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 32 #include "llvm/DebugInfo/CodeView/ByteStream.h"
71 // A simple adapter that acts like a ByteStream but holds ownership over
73 class FileBufferByteStream : public ByteStream<true> {
76 : ByteStream(MutableArrayRef<uint8_t>(Buffer->getBufferStart(),
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
OkApacheClient.java 85 InputStreamEntity entity = new InputStreamEntity(body.byteStream(), body.contentLength());
  /external/protobuf/src/google/protobuf/util/
json_util.cc 44 #include <google/protobuf/stubs/bytestream.h>
json_util.h 37 #include <google/protobuf/stubs/bytestream.h>

Completed in 776 milliseconds

1 23 4 5 6 7