/frameworks/av/media/img_utils/include/img_utils/ |
Output.h | 28 * Utility class used to output bytes. 30 class ANDROID_API Output { 32 virtual ~Output(); 35 * Open this Output. 51 * Close this Output. It is not valid to call open on a previously closed Output.
|
/frameworks/av/media/img_utils/src/ |
Output.cpp | 18 #include <img_utils/Output.h> 23 Output::~Output() {} 24 status_t Output::open() { return OK; } 25 status_t Output::close() { return OK; }
|
/external/chromium_org/v8/tools/testrunner/objects/ |
output.py | 33 class Output(object): 60 return Output(packed[0], packed[1], packed[2], packed[3])
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
find_format.hpp | 34 OutputIteratorT Output, 52 Output = std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); 53 return Output; 57 Output = std::copy( ::boost::begin(Input), ::boost::begin(M), Output ); 60 Output = std::copy( ::boost::begin(M.format_result()), ::boost::end(M.format_result()), Output ); 62 Output = std::copy( M.end(), ::boost::end(Input), Output ); [all...] |
find_format_all.hpp | 35 OutputIteratorT Output, 60 Output = std::copy( LastMatch, M.begin(), Output ); 62 Output = std::copy( ::boost::begin(M.format_result()), ::boost::end(M.format_result()), Output ); 70 Output = std::copy( LastMatch, ::boost::end(Input), Output ); 72 return Output; 82 OutputIteratorT Output, 90 Output, [all...] |
/dalvik/dexgen/src/com/android/dexgen/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.
|
/dalvik/dx/src/com/android/dx/util/ |
Output.java | 22 * Interface for a sink for binary output. This is similar to 24 * are declared, and multibyte output is defined to be little-endian. 26 public interface Output extends ByteOutput { 126 * 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) {
|
/external/chromium_org/tools/ |
unused-symbols-report.py | 14 Then build, saving the output into a file: 52 """Parse the --print-gc-sections build output. 55 input: iterable over the lines of the build output 81 # HTML header for our output page. 125 def Output(iter): 167 Output(iter)
|
/external/chromium_org/v8/src/ |
prettyprinter.h | 38 char* output_; // output string buffer 44 const char* Output() const { return output_; }
|
/external/dexmaker/src/dx/java/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 extends ByteOutput { 124 * force alignment of the output cursor as given.
|
/external/llvm/unittests/Support/ |
SourceMgrTest.cpp | 23 std::string Output; 42 raw_string_ostream OS(Output); 56 Output); 66 Output); 76 Output); 86 Output); 96 Output); 106 Output); 116 Output); 126 Output); [all...] |
CommandLineTest.cpp | 160 const char *const Output[], size_t OutputSize) { 167 EXPECT_STREQ(Output[I], Actual[I]); 175 const char *const Output[] = { "foo bar", "foo bar", "foo bar", "foo\\bar", 178 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, 179 array_lengthof(Output)); 185 const char *const Output[] = { "a\\b", "c\\\\d", "e\\f g", "h\"i", "j\\\"k", 187 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input, Output, 188 array_lengthof(Output));
|
/external/chromium_org/sdch/open-vcdiff/src/ |
jsonwriter.cc | 36 void JSONCodeTableWriter::Output(OutputStringInterface* out) {
|
encodetable.cc | 134 // for encoding, here is where they would be appended to *output. 294 // and "End of Delta Encoding" in Output(), below. 312 void VCDiffCodeTableWriter::Output(OutputStringInterface* out) { 324 // append() will be called many times on the output string; make sure 325 // the output string is resized only once at most.
|
/external/guava/guava-tests/test/com/google/common/io/ |
CheckCloseSupplier.java | 53 abstract static class Output<T> extends CheckCloseSupplier<T> 57 public Output(OutputSupplier<? extends T> delegate) {
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Main.java | 64 Output.generateFirstHeader(fileName, mOutputFormat); 66 Output.generateHeader(fileName, mOutputFormat); 69 Output.generate(dexData, mOutputFormat, mJustClasses); 70 Output.generateFooter(mOutputFormat); 159 * Copy all data from input stream to output file.
|
/art/runtime/ |
signal_catcher.cc | 99 void SignalCatcher::Output(const std::string& s) { 160 Output(os.str());
|
/external/llvm/include/llvm/Support/ |
OutputBuffer.h | 1 //=== OutputBuffer.h - Output Buffer ----------------------------*- C++ -*-===// 10 // Methods to output values to a data buffer. 24 /// Output buffer. 25 std::vector<unsigned char> &Output; 33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {} 35 // align - Emit padding into the file until the current output position is 40 size_t Size = Output.size(); 45 Output.resize(Size + Pad); 50 // Out Functions - Output the specified value to the data buffer. 53 Output.push_back(X) [all...] |
/external/llvm/lib/CodeGen/ |
UnreachableBlockElim.cpp | 188 unsigned Output = phi->getOperand(0).getReg(); 195 if (Input != Output) { 197 MRI.constrainRegClass(Input, MRI.getRegClass(Output)); 198 MRI.replaceRegWith(Output, Input);
|
/frameworks/base/media/mca/filterfw/native/core/ |
statistics.h | 60 float Output() const { return value_; }
|
/external/chromium_org/sandbox/win/tools/finder/ |
finder.h | 97 void Output(ATL::CString type, ATL::CString access, ATL::CString info) { 102 // Output information to the log file. 103 void Output(ATL::CString type, DWORD error, ATL::CString info) { 132 // Output file for the results.
|
/external/chromium_org/v8/tools/unittests/ |
run_benchmarks_test.py | 71 Output = namedtuple("Output", "stdout, stderr") 108 # Fake output for each benchmark run. 109 benchmark_outputs = [Output(stdout=arg, stderr=None) for arg in args[1]]
|
/external/clang/include/clang/Analysis/Analyses/ |
UninitializedValues.h | 34 unsigned Output;
|
/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...] |