/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/llvm/test/ |
Makefile.tests | 22 # output from gccas and gccld. 31 .PRECIOUS: Output/%.bc Output/%.ll 32 .PRECIOUS: Output/%.tbc Output/%.tll 33 .PRECIOUS: Output/.dir 34 .PRECIOUS: Output/%.llvm.bc 35 .PRECIOUS: Output/%.llvm 48 $(RM) -rf Output/ 50 # LLVM Assemble from Output/X.ll to Output/X.bc. Output/X.ll must have com [all...] |
/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/chromium_org/third_party/lcov/contrib/galaxy/ |
conglomerate_functions.pl | 38 # Now output the file, except last line. 43 my @Output = Box ('normal', 'Helvetica-Bold', 32, $CFile, $LastLine); 44 splice(@Output, $#Output, 0, "grestore\n"); 45 #print @Output; 49 print @Output; 73 my @Output = (); 76 push (@Output, "% start of box\n"); 78 push (@Output, "D5\n") if ($Type eq "dashed"); 88 push (@Output, ( [all...] |
/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...] |
/external/clang/include/clang/Basic/ |
MacroBuilder.h | 27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
|
/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.
|
StripSource.h | 20 #include <img_utils/Output.h> 42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;
|
ByteArrayOutput.h | 20 #include <img_utils/Output.h> 34 class ANDROID_API ByteArrayOutput : public Output {
|
FileOutput.h | 20 #include <img_utils/Output.h> 30 class ANDROID_API FileOutput : public Output {
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
AnnotatedOutput.java | 20 * Interface for a binary output destination that may be augmented 24 extends Output { 42 * Add an annotation for the subsequent output. Any previously 44 * annotation marks all subsequent output until another annotation 53 * output. Any previously open annotation will be closed by this 55 * previous calls to this method, the new call "consumes" output 56 * after all the output covered by the previous calls. 58 * @param amt {@code >= 0;} the amount of output for this annotation to 65 * End the most recent annotation. Subsequent output will be unannotated, 71 * Get the maximum width of the annotated output. This is advisory [all...] |
/dalvik/dx/src/com/android/dx/util/ |
AnnotatedOutput.java | 20 * Interface for a binary output destination that may be augmented 24 extends Output { 42 * Add an annotation for the subsequent output. Any previously 44 * annotation marks all subsequent output until another annotation 53 * output. Any previously open annotation will be closed by this 55 * previous calls to this method, the new call "consumes" output 56 * after all the output covered by the previous calls. 58 * @param amt {@code >= 0;} the amount of output for this annotation to 65 * End the most recent annotation. Subsequent output will be unannotated, 71 * Get the maximum width of the annotated output. This is advisory [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
AnnotatedOutput.java | 20 * Interface for a binary output destination that may be augmented 24 extends Output { 42 * Add an annotation for the subsequent output. Any previously 44 * annotation marks all subsequent output until another annotation 53 * output. Any previously open annotation will be closed by this 55 * previous calls to this method, the new call "consumes" output 56 * after all the output covered by the previous calls. 58 * @param amt {@code >= 0;} the amount of output for this annotation to 65 * End the most recent annotation. Subsequent output will be unannotated, 71 * Get the maximum width of the annotated output. This is advisory [all...] |
/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...] |
/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/sandbox/win/tools/finder/ |
finder_fs.cc | 18 Output(FS_ERR, error, directory); 42 Output(FS_ERR, err_code, directory); 67 Output(FS, L"R/W", name.GetBuffer()); 71 Output(FS_ERR, GetLastError(), name); 87 Output(FS, L"W", name); 91 Output(FS_ERR, ::GetLastError(), name); 107 Output(FS, L"R", name); 111 Output(FS_ERR, GetLastError(), name);
|
finder_registry.cc | 29 Output(REG_ERR, err_code, name_complete); 38 Output(REG_ERR, err_code, print_name); 57 Output(REG, L"R/W", print_name); 61 Output(REG_ERR, err_code, print_name); 70 Output(REG, L"W", print_name); 74 Output(REG_ERR, err_code, print_name); 83 Output(REG, L"R", print_name); 87 Output(REG_ERR, err_code, print_name);
|
/external/llvm/lib/Support/ |
YAMLTraits.cpp | 382 // Output 385 Output::Output(raw_ostream &yout, void *context) 396 Output::~Output() { 399 bool Output::outputting() { 403 void Output::beginMapping() { 408 bool Output::mapTag(StringRef Tag, bool Use) { 410 this->output(" "); 411 this->output(Tag) 590 void Output::output(StringRef s) { function in class:Output 652 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { function in class:ScalarTraits 667 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, function in class:ScalarTraits 678 void ScalarTraits<std::string>::output(const std::string &Val, void *, function in class:ScalarTraits 689 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, function in class:ScalarTraits 706 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, function in class:ScalarTraits 722 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, function in class:ScalarTraits 738 void ScalarTraits<uint64_t>::output(const uint64_t &Val, void *, function in class:ScalarTraits 752 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream &Out) { function in class:ScalarTraits 768 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, function in class:ScalarTraits 783 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, function in class:ScalarTraits 798 void ScalarTraits<int64_t>::output(const int64_t &Val, void *, function in class:ScalarTraits 811 void ScalarTraits<double>::output(const double &Val, void *, raw_ostream &Out) { function in class:ScalarTraits 824 void ScalarTraits<float>::output(const float &Val, void *, raw_ostream &Out) { function in class:ScalarTraits 837 void ScalarTraits<Hex8>::output(const Hex8 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits 852 void ScalarTraits<Hex16>::output(const Hex16 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits 867 void ScalarTraits<Hex32>::output(const Hex32 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits 882 void ScalarTraits<Hex64>::output(const Hex64 &Val, void *, raw_ostream &Out) { function in class:ScalarTraits [all...] |
/frameworks/compile/mclinker/include/mcld/Target/ |
ELFMCLinker.h | 21 class Output;
|
/external/chromium_org/sdch/open-vcdiff/src/ |
jsonwriter_test.cc | 53 coder_.Output(&output_string_); 62 coder_.Output(&output_string_); 71 coder_.Output(&output_string_); 80 coder_.Output(&output_string_); 89 coder_.Output(&output_string_); 100 coder_.Output(&output_string_); 109 coder_.Output(&output_string_); 114 coder_.Output(&output_string_); 123 coder_.Output(&output_string_); 132 coder_.Output(&output_string2) [all...] |
/external/llvm/lib/Option/ |
Arg.cpp | 80 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { 82 render(Args, Output); 87 Output.push_back(getValue(i)); 90 void Arg::render(const ArgList &Args, ArgStringList &Output) const { 94 Output.push_back(getValue(i)); 105 Output.push_back(Args.MakeArgString(OS.str())); 110 Output.push_back(Args.GetOrMakeJoinedArgString( 113 Output.push_back(getValue(i)); 117 Output.push_back(Args.MakeArgString(getSpelling())); 119 Output.push_back(getValue(i)) [all...] |
/external/clang/lib/Driver/ |
Tools.h | 54 const InputInfo &Output, 98 const InputInfo &Output, const InputInfoList &Inputs, 114 const InputInfo &Output, const InputInfoList &Inputs, 127 const InputInfo &Output, 189 const InputInfo &Output, const InputInfoList &Inputs, 205 const InputInfo &Output, const InputInfoList &Inputs, 251 const InputInfo &Output, const InputInfoList &Inputs, 269 const InputInfo &Output, const InputInfoList &Inputs, 281 const InputInfo &Output, const InputInfoList &Inputs, 295 const InputInfo &Output, [all...] |
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
FieldSourcerTest.java | 48 FieldSourcer fs = new FieldSourcer(new Output(mWriter), 63 FieldSourcer fs = new FieldSourcer(new Output(mWriter),
|
/external/chromium_org/ppapi/utility/ |
completion_callback_factory.h | 142 /// <strong>Completion callbacks with output</strong> 144 /// For some API calls, the browser returns data to the caller via an output 145 /// parameter. These can be difficult to manage since the output parameter 149 /// in the plugin code, and the output parameter will still be written to! 150 /// This means that you can't use class members as output parameters without 154 /// manage the output data for you and pass it to your callback function. This 158 /// function that takes the output parameter as its second argument. Let's say 179 /// bound arguments. These are passed following the output argument. 181 /// Your callback may take the output argument as a copy (common for small 185 /// is to accept your output argument as a non-const reference and to swap( 635 typename Traits::StorageType* output() { function in class:pp::CompletionCallbackFactory::DispatcherWithOutput0 690 typename Traits::StorageType* output() { function in class:pp::CompletionCallbackFactory::DispatcherWithOutput1 751 typename Traits::StorageType* output() { function in class:pp::CompletionCallbackFactory::DispatcherWithOutput2 821 typename Traits::StorageType* output() { function in class:pp::CompletionCallbackFactory::DispatcherWithOutput3 [all...] |