Searched refs:find_type (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 35 static const SkSL::Type* find_type(const Context& context, in find_type() function 53 static const SkSL::Type* find_type(const Context& context, in find_type() function 57 const Type* type = find_type(context, name, pos); in find_type() 170 : fSkSLType(find_type(ThreadContext::Context(), name, PositionInfo())) {} in DSLType() 173 : fSkSLType(find_type(ThreadContext::Context(), name, &modifiers->fModifiers, position)) {} in DSLType()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 78 def find_type(self, name): member in type_table 191 te = type_expression.built_in_types.find_type( type_name ) 193 te = extra_types.find_type( type_name )
|
D | gl_XML.py | 1030 def find_type( self, type_name ): member in gl_api
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_i.h | 429 enum p2p_discovery_type find_type; member
|
D | p2p.c | 1016 (p2p->find_type == P2P_FIND_PROGRESSIVE || in p2p_search() 1017 p2p->find_type == P2P_FIND_START_WITH_FULL)) { in p2p_search() 1021 } else if ((p2p->find_type == P2P_FIND_PROGRESSIVE && in p2p_search() 1023 (p2p->find_type == P2P_FIND_START_WITH_FULL && in p2p_search() 1232 p2p->find_type = type; in p2p_find()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_i.h | 429 enum p2p_discovery_type find_type; member
|
D | p2p.c | 1020 (p2p->find_type == P2P_FIND_PROGRESSIVE || in p2p_search() 1021 p2p->find_type == P2P_FIND_START_WITH_FULL)) { in p2p_search() 1025 } else if ((p2p->find_type == P2P_FIND_PROGRESSIVE && in p2p_search() 1027 (p2p->find_type == P2P_FIND_START_WITH_FULL && in p2p_search() 1236 p2p->find_type = type; in p2p_find()
|