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,
29 Target::OutputType output_type_;
target.h 30 enum OutputType {
48 static const char* GetStringForOutputType(OutputType type);
55 OutputType output_type() const { return output_type_; }
56 void set_output_type(OutputType t) { output_type_ = t; }
167 OutputType output_type_;
binary_target_generator.cc 16 Target::OutputType type,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 19 // typedef ... OutputType: the type produced by this conversion
26 typedef T OutputType;
39 typedef ToT OutputType;
52 typedef T OutputType;
65 typedef float OutputType;
91 typedef float OutputType;
151 typedef typename Converter::OutputType OutputType;
155 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
157 static void convertArray(const InputType *in, std::size_t stride, std::size_t n, OutputType *out
    [all...]
  /external/chromium_org/media/filters/
decoder_stream_traits.h 26 typedef AudioBuffer OutputType;
31 typedef base::Callback<void(const scoped_refptr<OutputType>&)> OutputCB;
45 static scoped_refptr<OutputType> CreateEOSOutput();
50 typedef VideoFrame OutputType;
55 typedef base::Callback<void(const scoped_refptr<OutputType>&)> OutputCB;
69 static scoped_refptr<OutputType> CreateEOSOutput();
decoder_stream_traits.cc 57 scoped_refptr<DecoderStreamTraits<DemuxerStream::AUDIO>::OutputType>
59 return OutputType::CreateEOSBuffer();
104 scoped_refptr<DecoderStreamTraits<DemuxerStream::VIDEO>::OutputType>
106 return OutputType::CreateEOSFrame();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.h 60 void collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType&) const;
62 void collectElementsByTagName(ContainerNode& rootNode, const QualifiedName& tagName, typename SelectorQueryTrait::OutputType&) const;
65 void findTraverseRootsAndExecute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
69 void executeForTraverseRoot(const CSSSelector&, ContainerNode* traverseRoot, MatchTraverseRootState, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
71 void executeForTraverseRoots(const CSSSelector&, SimpleElementListType& traverseRoots, MatchTraverseRootState, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
74 bool selectorListMatches(ContainerNode& rootNode, Element&, typename SelectorQueryTrait::OutputType&) const;
76 void executeSlow(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
78 void executeSlowTraversingShadowTree(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType&) const;
80 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<Node> > OutputType;
56 ALWAYS_INLINE static void appendElement(OutputType& output, Node& element)
155 void SelectorDataList::collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType& output) const
167 void SelectorDataList::collectElementsByTagName(ContainerNode& rootNode, const QualifiedName& tagName, typename SelectorQueryTrait::OutputType& output) const
204 void SelectorDataList::findTraverseRootsAndExecute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
265 void SelectorDataList::executeForTraverseRoot(const CSSSelector& selector, ContainerNode* traverseRoot, MatchTraverseRootState matchTraverseRoot, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
286 void SelectorDataList::executeForTraverseRoots(const CSSSelector& selector, SimpleElementListType& traverseRoots, MatchTraverseRootState matchTraverseRoots, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
316 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;
  /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 1354 milliseconds

1 2 3