HomeSort by relevance Sort by last modified time
    Searched refs:OutputType (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/sdch/open-vcdiff/src/google/
vcencoder.h 159 template<class OutputType>
160 bool StartEncoding(OutputType* output) {
161 OutputString<OutputType> output_string(output);
174 template<class OutputType>
175 bool EncodeChunk(const char* data, size_t len, OutputType* output) {
176 OutputString<OutputType> output_string(output);
189 template<class OutputType>
190 bool FinishEncoding(OutputType* output) {
191 OutputString<OutputType> output_string(output);
236 template<class OutputType>
    [all...]
vcdecoder.h 81 template<class OutputType>
82 bool DecodeChunk(const char* data, size_t len, OutputType* output) {
83 OutputString<OutputType> output_string(output);
156 template<class OutputType>
160 OutputType* target) {
161 OutputString<OutputType> output_string(target);
  /external/chromium_org/tools/gn/
action_target_generator.h 17 Target::OutputType type,
32 Target::OutputType output_type_;
binary_target_generator.h 18 Target::OutputType type,
32 Target::OutputType output_type_;
target.h 33 enum OutputType {
51 static const char* GetStringForOutputType(OutputType type);
58 OutputType output_type() const { return output_type_; }
59 void set_output_type(OutputType t) { output_type_ = t; }
249 OutputType output_type_;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 23 // typedef ... OutputType: the type produced by this conversion
30 typedef T OutputType;
43 typedef ToT OutputType;
56 typedef T OutputType;
69 typedef float OutputType;
95 typedef float OutputType;
155 typedef typename Converter::OutputType OutputType;
159 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
163 OutputType *out = reinterpret_cast<OutputType*>(output)
    [all...]
  /external/chromium_org/media/filters/
decoder_stream_traits.h 26 typedef AudioBuffer OutputType;
31 typedef base::Callback<void(const scoped_refptr<OutputType>&)> OutputCB;
43 static scoped_refptr<OutputType> CreateEOSOutput();
48 typedef VideoFrame OutputType;
53 typedef base::Callback<void(const scoped_refptr<OutputType>&)> OutputCB;
65 static scoped_refptr<OutputType> CreateEOSOutput();
decoder_stream_traits.cc 44 scoped_refptr<DecoderStreamTraits<DemuxerStream::AUDIO>::OutputType>
46 return OutputType::CreateEOSBuffer();
81 scoped_refptr<DecoderStreamTraits<DemuxerStream::VIDEO>::OutputType>
83 return OutputType::CreateEOSFrame();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.h 58 void collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType&) const;
60 void collectElementsByTagName(ContainerNode& rootNode, const QualifiedName& tagName, typename SelectorQueryTrait::OutputType&) const;
63 void findTraverseRootsAndExecute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
67 void executeForTraverseRoot(const CSSSelector&, ContainerNode* traverseRoot, MatchTraverseRootState, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
69 void executeForTraverseRoots(const CSSSelector&, SimpleElementListType& traverseRoots, MatchTraverseRootState, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
72 bool selectorListMatches(ContainerNode& rootNode, Element&, typename SelectorQueryTrait::OutputType&) const;
74 void executeSlow(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
76 void executeSlowTraversingShadowTree(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
78 void execute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
SelectorQuery.cpp 44 typedef Element* OutputType;
46 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element)
54 typedef WillBeHeapVector<RefPtrWillBeMember<Element> > OutputType;
56 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element)
154 void SelectorDataList::collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType& output) const
166 void SelectorDataList::collectElementsByTagName(ContainerNode& rootNode, const QualifiedName& tagName, typename SelectorQueryTrait::OutputType& output) const
203 void SelectorDataList::findTraverseRootsAndExecute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
264 void SelectorDataList::executeForTraverseRoot(const CSSSelector& selector, ContainerNode* traverseRoot, MatchTraverseRootState matchTraverseRoot, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
285 void SelectorDataList::executeForTraverseRoots(const CSSSelector& selector, SimpleElementListType& traverseRoots, MatchTraverseRootState matchTraverseRoots, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
315 bool SelectorDataList::selectorListMatches(ContainerNode& rootNode, Element& element, typename SelectorQueryTrait::OutputType& output) cons
    [all...]
  /external/clang/lib/Driver/
Action.cpp 67 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType)
68 : JobAction(PreprocessJobClass, Input, OutputType) {
73 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType)
74 : JobAction(PrecompileJobClass, Input, OutputType) {
79 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType)
80 : JobAction(AnalyzeJobClass, Input, OutputType) {
85 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType)
86 : JobAction(MigrateJobClass, Input, OutputType) {
91 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType)
92 : JobAction(CompileJobClass, Input, OutputType) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
68 (Py_TYPE(O)==PycStringIO->OutputType)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
68 (Py_TYPE(O)==PycStringIO->OutputType)
  /frameworks/compile/slang/
slang_backend.h 55 Slang::OutputType mOT;
107 Slang::OutputType OT);
slang.h 69 enum OutputType {
134 OutputType mOT;
164 OutputType OT);
193 void setOutputType(OutputType OT) { mOT = OT; }
llvm-rs-cc.cpp 62 slang::Slang::OutputType OutputType,
64 if (OutputType == slang::Slang::OT_Nothing)
79 if (OutputType == slang::Slang::OT_Dependency) {
88 switch (OutputType) {
rs_cc_options.h 49 slang::Slang::OutputType mOutputType;
slang_rs.h 87 Slang::OutputType OT);
slang_rs_backend.h 89 Slang::OutputType OT,
  /external/deqp/modules/glshared/
glsDrawTest.hpp 76 enum OutputType
177 static std::string outputTypeToString (OutputType type);
188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 OutputType outputType;
glsVertexArrayTests.hpp 85 enum OutputType
144 static std::string outputTypeToString (OutputType type);
153 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
160 virtual OutputType getOutputType (void) const = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
183 virtual Array::OutputType getOutputType (void) const { return m_outputType; }
194 static std::string outputTypeToGLType (Array::OutputType type);
209 Array::OutputType m_outputType;
418 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool norma (…)
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/jni/
opensl_runner.cc 28 template <class InputType, class OutputType>
67 OutputType output_;
  /external/clang/include/clang/Driver/
Action.h 147 PreprocessJobAction(Action *Input, types::ID OutputType);
157 PrecompileJobAction(Action *Input, types::ID OutputType);
167 AnalyzeJobAction(Action *Input, types::ID OutputType);
177 MigrateJobAction(Action *Input, types::ID OutputType);
187 CompileJobAction(Action *Input, types::ID OutputType);
197 AssembleJobAction(Action *Input, types::ID OutputType);
  /external/clang/tools/driver/
cc1as_main.cpp 108 FileType OutputType;
135 OutputType = FT_Asm;
226 unsigned OutputType = StringSwitch<unsigned>(Name)
231 if (OutputType == ~0U) {
236 Opts.OutputType = FileType(OutputType);
315 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
358 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
372 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
375 assert(Opts.OutputType == AssemblerInvocation::FT_Obj &
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_device_template.h 20 // InputType/OutputType can be any class that implements the capturing/rendering
22 template <class InputType, class OutputType>
28 if (OutputType::SetAndroidAudioDeviceObjects(javaVM, env, context) == -1) {
35 OutputType::ClearAndroidAudioDeviceObjects();
409 OutputType output_;

Completed in 376 milliseconds

1 2 3