HomeSort by relevance Sort by last modified time
    Searched defs:Output (Results 1 - 15 of 15) sorted by null

  /dalvik/dx/src/com/android/dx/util/
Output.java 20 * Interface for a sink for binary output. This is similar to
22 * are declared, and multibyte output is defined to be little-endian.
24 public interface Output {
124 * force alignment of the output cursor as given.
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
Output.java 23 * An {@link Output} objects is an helper to write to a character stream {@link Writer}.
28 public class Output {
33 * Creates a new {@link Output} object that wraps the given {@link Writer}.
39 public Output(Writer writer) {
  /bionic/libc/tools/
bionic_utils.py 241 class Output:
  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 266 // and "End of Delta Encoding" in Output(), below.
284 void VCDiffCodeTableWriter::Output(OutputStringInterface* out) {
296 // append() will be called many times on the output string; make sure
297 // the output string is resized only once at most.
  /bionic/libc/kernel/tools/
utils.py 187 class Output:
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 53 Output.generate(dexData, mOutputFormat);
136 * Copy all data from input stream to output file.
Output.java 20 * Generate fancy output.
22 public class Output {
36 throw new RuntimeException("unknown output format");
99 * Prints the output in XML format.
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 311 // Output stream
314 * Creates a new {@link Output} with the given initial capacity.
316 public static Output newOutput(final int initialCapacity) {
317 return new Output(new ByteArrayOutputStream(initialCapacity));
321 * Creates a new {@link Output}.
323 public static Output newOutput() {
331 public static final class Output extends FilterOutputStream {
335 * Constructs a new output with the given initial capacity.
337 private Output(final ByteArrayOutputStream bout) {
343 * Creates a {@code ByteString} instance from this {@code Output}
370 private final CodedOutputStream output; field in class:ByteString.CodedBuilder
    [all...]
  /external/v8/src/
prettyprinter.h 60 char* output_; // output string buffer
66 const char* Output() const { return output_; }
  /external/iproute2/doc/
ip-cref.tex 34 and options, decrypting \verb|ip| output and containing a few examples.
48 general behaviour of the \verb|ip| utility or changing its output. All options
60 --- output more information. If the option
89 --- output each record on a single line, replacing line feeds
91 count records with \verb|wc| or to \verb|grep| the output. The trivial
92 script \verb|rtpr| converts the output back into readable form.
177 prints the error message, as it is output with \verb|perror(3)|,
182 In this case \verb|ip| prints the error message, as it is output
349 \paragraph{Output format:}
725 \paragraph{Output format:
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 239 AVCFrameIO Output;
240 Output.YCbCr[0] = Output.YCbCr[1] = Output.YCbCr[2] = NULL;
241 AVCDec_Status status = PVAVCDecGetOutput(mHandle, &index, &Release, &Output);
  /external/dropbear/libtommath/
bn.tex 150 This will output a row of numbers that are increasing. Each column is a different test (such as addition, multiplication, etc)
732 This should output the following if the program succeeds.
779 If this program succeeds it shall output.
    [all...]
  /external/gtest/test/
gtest_unittest.cc 47 || testing::GTEST_FLAG(output) != "unknown"
94 GTEST_DECLARE_string_(output);
114 using testing::GTEST_FLAG(output);
4441 const char* output; member in struct:testing::Flags
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 47 || testing::GTEST_FLAG(output) != "unknown"
130 using testing::GTEST_FLAG(output);
5325 const char* output; member in struct:testing::Flags
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 514 milliseconds