/external/google-fruit/include/fruit/impl/ |
D | component_function.defn.h | 26 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/ |
D | component_function.h | 28 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()();
|
D | fruit_forward_decls.h | 63 template <typename ComponentType, typename... ComponentFunctionArgs>
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3rewritestreams.hpp | 176 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;
|
D | antlr3interfaces.hpp | 156 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
|
D | antlr3recognizersharedstate.hpp | 62 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType ComponentType; typedef in RecognizerSharedState 63 typedef typename ImplTraits::template RewriteStreamType< ComponentType > RewriteStreamType;
|
D | antlr3commontreenodestream.hpp | 62 typedef typename ImplTraits::TreeParserType ComponentType; typedef in CommonTreeNodeStream
|
D | antlr3baserecognizer.hpp | 52 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType SuperType;
|
D | antlr3tokenstream.hpp | 150 typedef typename ImplTraits::ParserType ComponentType; typedef in TokenStream
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 368 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/ |
D | eglconfig.h | 91 EGLint ComponentType; member 141 ATTRIB_MAP(EGL_COLOR_COMPONENT_TYPE_EXT, ComponentType); in _eglOffsetOfConfig()
|
D | eglconfig.c | 71 conf->ComponentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in _eglInitConfig()
|
/external/google-fruit/include/fruit/impl/component_storage/ |
D | partial_component_storage.defn.h | 381 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/ |
D | CMakeLists.txt | 49 ComponentType.cpp
|
/external/parameter-framework/ |
D | Android.bp | 142 "upstream/parameter/ComponentType.cpp",
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 370 typedef <name> ComponentType; 371 typedef ComponentType::StreamType StreamType;
|