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

1 2 3 4

  /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.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Output.java 10 * Simple struct-like class for output parameters.
14 public class Output<T> {
30 * Constructs an empty <code>Output</code>
33 public Output() {
38 * Constructs an <code>Output</code> withe the given value.
42 public Output(T value) {
  /external/messageformat/java/com/ibm/icu/util/
Output.java 10 * Simple struct-like class for output parameters.
14 public class Output<T> {
30 * Constructs an empty <code>Output</code>
33 public Output() {
38 * Constructs an <code>Output</code> withe the given value.
42 public Output(T value) {
  /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/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/clang/unittests/Rewrite/
RewriteBufferTest.cpp 31 const char *Output = "<outer><inner>hello</inner></outer> ";
48 EXPECT_EQ(Output, Result);
  /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;
43 raw_string_ostream OS(Output);
57 Output);
67 Output);
77 Output);
87 Output);
97 Output);
107 Output);
117 Output);
127 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/v8/src/
prettyprinter.h 38 char* output_; // output string buffer
44 const char* Output() const { return output_; }
liveedit.h 204 class Output {
211 virtual ~Output() {}
216 Output* result_writer);
  /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.
Output.java 22 * Generate fancy output.
24 public class Output {
46 throw new RuntimeException("unknown output format");
66 throw new RuntimeException("unknown output format");
78 throw new RuntimeException("unknown output format");
146 * Prints the output in XML format.
  /art/runtime/
signal_catcher.cc 102 void SignalCatcher::Output(const std::string& s) {
153 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 185 unsigned Output = phi->getOperand(0).getReg();
192 if (Input != Output) {
194 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
195 MRI.replaceRegWith(Output, Input);
  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 60 float Output() const { return value_; }
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 34 unsigned Output;
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 72 // SectionMap::Output
74 SectionMap::Output::Output(const std::string& pName)
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc)
107 bool SectionMap::Output::hasContent() const {
111 SectionMap::Output::const_dot_iterator
112 SectionMap::Output::find_first_explicit_dot() const {
120 SectionMap::Output::dot_iterator SectionMap::Output::find_first_explicit_dot()
244 Output* output = new Output(pOutputSection); local
280 Output* output = new Output(pOutputDesc); local
290 Output* output = new Output(pSection->name()); local
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 388 // Output
391 Output::Output(raw_ostream &yout, void *context)
402 Output::~Output() {
405 bool Output::outputting() {
409 void Output::beginMapping() {
414 bool Output::mapTag(StringRef Tag, bool Use) {
416 this->output(" ");
417 this->output(Tag)
603 void Output::output(StringRef s) { function in class:Output
665 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
680 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, function in class:ScalarTraits
691 void ScalarTraits<std::string>::output(const std::string &Val, void *, function in class:ScalarTraits
702 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, function in class:ScalarTraits
719 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, function in class:ScalarTraits
735 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, function in class:ScalarTraits
751 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, function in class:ScalarTraits
765 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
781 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, function in class:ScalarTraits
796 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, function in class:ScalarTraits
811 void ScalarTraits<int64_t>::output(const int64_t &Val, void *, function in class:ScalarTraits
824 void ScalarTraits<double>::output(const double &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
837 void ScalarTraits<float>::output(const float &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
850 void ScalarTraits<Hex8>::output(const Hex8 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
865 void ScalarTraits<Hex16>::output(const Hex16 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
880 void ScalarTraits<Hex32>::output(const Hex32 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
895 void ScalarTraits<Hex64>::output(const Hex64 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits
    [all...]

Completed in 480 milliseconds

1 2 3 4