Home
last modified time | relevance | path

Searched refs:ComponentType (Results 1 – 16 of 16) sorted by relevance

/external/google-fruit/include/fruit/impl/
Dcomponent_function.defn.h26 template <typename ComponentType, typename... ComponentFunctionArgs>
27 inline ComponentFunction<ComponentType, ComponentFunctionArgs...>::ComponentFunction( in ComponentFunction()
28 ComponentType (*getComponent)(ComponentFunctionArgs...), ComponentFunctionArgs... args) in ComponentFunction()
34 template <typename ComponentType, typename... ComponentFunctionArgs>
36 inline ComponentFunction<ComponentType, ComponentFunctionArgs...>
37 ComponentFunction<ComponentType, ComponentFunctionArgs...>::create( in create()
38 ComponentType(*getComponent)(ComponentFunctionArgs...), ActualArgs&&... args) { in create()
39 …return ComponentFunction<ComponentType, ComponentFunctionArgs...>(getComponent, std::forward<Actua… in create()
42 template <typename ComponentType, typename... ComponentFunctionArgs>
43 inline ComponentType ComponentFunction<ComponentType, ComponentFunctionArgs...>::operator()() { in operator()
/external/google-fruit/include/fruit/
Dcomponent_function.h28 template <typename ComponentType, typename... ComponentFunctionArgs>
31 ComponentType (*getComponent)(ComponentFunctionArgs...);
37 …ComponentFunction(ComponentType (*getComponent)(ComponentFunctionArgs...), ComponentFunctionArgs..…
44 static ComponentFunction<ComponentType, ComponentFunctionArgs...> create(
45 ComponentType (*getComponent)(ComponentFunctionArgs...), ActualArgs&&... args);
53 ComponentType operator()();
Dfruit_forward_decls.h63 template <typename ComponentType, typename... ComponentFunctionArgs>
/external/antlr/runtime/Cpp/include/
Dantlr3rewritestreams.hpp176 typedef typename ImplTraits::ParserType ComponentType; typedef in RewriteRuleTokenStream
177 typedef typename ComponentType::StreamType StreamType;
203 typedef typename ImplTraits::TreeParserType ComponentType; typedef in RewriteRuleSubtreeStream
204 typedef typename ComponentType::StreamType StreamType;
231 typedef typename ImplTraits::TreeParserType ComponentType; typedef in RewriteRuleNodeStream
232 typedef typename ComponentType::StreamType StreamType;
Dantlr3interfaces.hpp156 template<class ImplTraits, class ComponentType>
281 typedef typename ImplTraits::LexerType ComponentType; typedef in ComponentTypeFinder
288 typedef typename ImplTraits::ParserType ComponentType; typedef in ComponentTypeFinder
295 typedef typename ImplTraits::TreeParserType ComponentType; typedef in ComponentTypeFinder
Dantlr3recognizersharedstate.hpp62 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType ComponentType; typedef in RecognizerSharedState
63 typedef typename ImplTraits::template RewriteStreamType< ComponentType > RewriteStreamType;
Dantlr3commontreenodestream.hpp62 typedef typename ImplTraits::TreeParserType ComponentType; typedef in CommonTreeNodeStream
Dantlr3baserecognizer.hpp52 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType SuperType;
Dantlr3tokenstream.hpp150 typedef typename ImplTraits::ParserType ComponentType; typedef in TokenStream
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp368 typedef uint16 ComponentType; // the type of image components typedef
370 typedef ComponentType *MCU; // MCU - array of samples
1225 int32 mcuSize = info.compsInScan * (uint32) sizeof (ComponentType); in DecoderStructInit()
1236 mcuROW1 [0] = (ComponentType *) mcuBuffer3.Buffer (); in DecoderStructInit()
1237 mcuROW2 [0] = (ComponentType *) mcuBuffer4.Buffer (); in DecoderStructInit()
1773 curRowBuf [0] [curComp] = (ComponentType) (d + (1 << (Pr-Pt-1))); in DecodeFirstRow()
1817 curRowBuf [col] [curComp] = (ComponentType) (d + curRowBuf [col-1] [curComp]); in DecodeFirstRow()
1939 curRowBuf [col] [0] = (ComponentType) p0; in DecodeImage()
1969 curRowBuf [col + 1] [0] = (ComponentType) p0; in DecodeImage()
1999 curRowBuf [col ] [1] = (ComponentType) p1; in DecodeImage()
[all …]
/external/mesa3d/src/egl/main/
Deglconfig.h91 EGLint ComponentType; member
141 ATTRIB_MAP(EGL_COLOR_COMPONENT_TYPE_EXT, ComponentType); in _eglOffsetOfConfig()
Deglconfig.c71 conf->ComponentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in _eglInitConfig()
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h381 template <typename ComponentType>
383 fruit::ComponentFunction<ComponentType> component_function) { in createEntry()
387 template <typename ComponentType, typename Arg, typename... Args>
389 fruit::ComponentFunction<ComponentType, Arg, Args...> component_function) { in createEntry()
/external/parameter-framework/upstream/parameter/
DCMakeLists.txt49 ComponentType.cpp
/external/parameter-framework/
DAndroid.bp142 "upstream/parameter/ComponentType.cpp",
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg370 typedef <name> ComponentType;
371 typedef ComponentType::StreamType StreamType;