/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 74 SectionMap::Output::Output(const std::string& pName) in Output() function in mcld::SectionMap::Output 95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) in Output() function in mcld::SectionMap::Output 107 bool SectionMap::Output::hasContent() const { in hasContent() 111 SectionMap::Output::const_dot_iterator 112 SectionMap::Output::find_first_explicit_dot() const { in find_first_explicit_dot() 120 SectionMap::Output::dot_iterator SectionMap::Output::find_first_explicit_dot() { in find_first_explicit_dot() 128 SectionMap::Output::const_dot_iterator 129 SectionMap::Output::find_last_explicit_dot() const { in find_last_explicit_dot() 142 SectionMap::Output::dot_iterator SectionMap::Output::find_last_explicit_dot() { in find_last_explicit_dot() 162 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end(); in ~SectionMap() [all …]
|
/frameworks/av/media/img_utils/src/ |
D | Output.cpp | 23 Output::~Output() {} in ~Output() 24 status_t Output::open() { return OK; } in open() 25 status_t Output::close() { return OK; } in close()
|
D | Android.mk | 25 Output.cpp \
|
D | EndianUtils.cpp | 22 EndianOutput::EndianOutput(Output* out, Endianness end) in EndianOutput()
|
D | TiffWriter.cpp | 59 status_t TiffWriter::write(Output* out, StripSource** sources, size_t sourcesCount, in write() 132 status_t TiffWriter::write(Output* out, Endianness end) { in write()
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 62 class Output { 74 explicit Output(const std::string& pName); 75 explicit Output(const OutputSectDesc& pOutputDesc); 140 bool operator()(const Output* LHS, const Output* RHS) const { in operator() 145 typedef std::pair<const Output*, const Input*> const_mapping; 146 typedef std::pair<Output*, Input*> mapping; 148 typedef std::vector<Output*> OutputDescList;
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | Output.h | 30 class ANDROID_API Output { 32 virtual ~Output();
|
D | TiffWriter.h | 40 class Output; variable 93 virtual status_t write(Output* out, StripSource** sources, size_t sourcesCount, 107 virtual status_t write(Output* out, Endianness end = LITTLE);
|
D | EndianUtils.h | 55 class ANDROID_API EndianOutput : public Output { 61 explicit EndianOutput(Output* out, Endianness end=LITTLE); 127 Output* mOutput;
|
D | StripSource.h | 42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;
|
D | FileOutput.h | 30 class ANDROID_API FileOutput : public Output {
|
D | ByteArrayOutput.h | 34 class ANDROID_API ByteArrayOutput : public Output {
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operand.h | 159 explicit SectDescOperand(const SectionMap::Output* pOutputDesc); 164 const SectionMap::Output* outputDesc() const { return m_pOutputDesc; } in outputDesc() 176 static SectDescOperand* create(const SectionMap::Output* pOutputDesc); 181 const SectionMap::Output* m_pOutputDesc;
|
/frameworks/av/media/libstagefright/include/ |
D | MediaCodecSource.h | 152 struct Output { struct 153 Output(); 159 Mutexed<Output> mOutput;
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 152 /* Output Section Data */ 159 /* Output Section Discarding */ 161 /* Output Section Keywords */ 164 /* Output Section Attributes */ 165 /* Output Section Type */ 171 /* Output Section LMA */ 175 /* Output Section Constraint */ 384 /* Output Section Attributes */ 423 /* Forced Output Alignment */ 482 data values to include directly (see Output Section Data) [all …]
|
D | ScriptScanner.ll | 141 /* Output Section Data */ 148 /* Output Section Discarding */ 150 /* Output Section Keywords */ 153 /* Output Section Attributes */ 154 /* Output Section Type */ 160 /* Output Section LMA */ 164 /* Output Section Constraint */
|
D | Operand.cpp | 143 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand() 153 const SectionMap::Output* pOutputDesc) { in create()
|
D | Assignment.cpp | 133 SectionMap::Output::reference in = script.sectionMap().back()->back(); in activate()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | statistics.h | 60 float Output() const { return value_; } in Output() function
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 317 MediaCodecSource::Output::Output() in Output() function in android::MediaCodecSource::Output 395 Mutexed<Output>::Locked output(mOutput); in read() 567 Mutexed<Output>::Locked output(mOutput); in initEncoder() 603 Mutexed<Output>::Locked output(mOutput); in signalEOS() 932 Mutexed<Output>::Locked output(mOutput); in onMessageReceived()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 112 // Output 117 def Output : Separate<["-"], "o">, 119 HelpText<"Output filename">; 122 Alias<Output>; 126 HelpText<"Output format">;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | StaticMetadata.java | 835 StaticMetadata.StreamDirection.Output); in getRawDimensChecked() 1270 StreamDirection.Output); in getRawOutputSizesChecked() 1280 StreamDirection.Output); in getJpegOutputSizesChecked() 1289 Output, enumConstant 1310 case Output: in getAvailableFormats() 1373 case Output: in getAvailableSizesForFormatChecked() 1510 StreamDirection.Output)) { in getAvailableMinFrameDurationsForFormatChecked()
|
/frameworks/opt/setupwizard/library/ |
D | self.gradle | 62 // Output all test APKs to the distribution folder
|
/frameworks/rs/script_api/ |
D | rs_io.spec | 18 summary: Input/Output Functions
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 37 # Output directory in the android source tree
|