Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 148) sorted by relevance

123456

/device/generic/goldfish-opengl/android-emu/android/base/
DTypeTraits.h26 template <class X = void>
37 template <class Predicate, class Type = void*>
42 template <bool predicate, class Type = void*>
47 template <class From, class To, class Type = void*>
58 template <class F, class Signature, class X = void>
63 template <class F, class R, class... Args>
80 template <class F, class Signature, class X = void>
83 template <class F, class R, class... Args>
102 template <class T, template <class...> class U>
105 template <template <class...> class U, class... Args>
[all …]
DOptional.h120 template <size_t Size, size_t Align>
144 template <class T>
153 template <class U>
157 template <class T>
164 template <class U>
167 template <class U>
204 template <class U,
214 template <class U,
229 template <class... Args>
235 template <class U,
[all …]
DStringFormat.h56 template <class T>
66 template <class... Args>
71 template <class... Args>
/device/generic/opengl-transport/host/commands/emugen/android/base/
DEnumFlags.h33 template<class E>
38 template <class E>
41 template <class E, class Res = E>
45 template <class E>
51 template <class E>
57 template <class E>
62 template <class E>
67 template <class E>
72 template <class E>
77 template <class E>
[all …]
/device/google/cuttlefish_common/common/libs/threads/
Dthunkers.h22 template <typename HalType, typename F>
25 template <typename HalType, typename Impl, typename R, typename... Args>
27 template <R (Impl::*MemFn)(Args...)>
33 template <typename HalType, typename Impl, typename R, typename... Args>
35 template <R (Impl::*MemFn)(Args...) const>
41 template <typename HalType, auto MemFunc>
44 ThunkerImpl<HalType, decltype(MemFunc)>::template call<MemFunc>;
49 template <typename HalType, auto MemFunc>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py197 def template(pattern, flags=0): function
265 def _expand(pattern, match, template): argument
267 template = sre_parse.parse_template(template, pattern)
268 return sre_parse.expand_template(template, match)
270 def _subx(pattern, template): argument
272 template = _compile_repl(template, pattern)
273 if not template[0] and len(template[1]) == 1:
275 return template[1][0]
276 def filter(match, template=template): argument
277 return sre_parse.expand_template(template, match)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py201 def template(pattern, flags=0): function
279 def _expand(pattern, match, template): argument
281 template = sre_parse.parse_template(template, pattern)
282 return sre_parse.expand_template(template, match)
284 def _subx(pattern, template): argument
286 template = _compile_repl(template, pattern)
287 if not template[0] and len(template[1]) == 1:
289 return template[1][0]
290 def filter(match, template=template): argument
291 return sre_parse.expand_template(template, match)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dbases.py5 from framer import struct, template
34 p(template.methoddef_start)
37 p(template.methoddef_def_doc, func.vars)
39 p(template.methoddef_def, func.vars)
40 p(template.methoddef_end)
82 p(template.module_start)
84 p(template.member_include)
88 p(template.module_doc)
98 p(template.module_init_start)
120 p(template.docstring)
[all …]
Dmember.py1 from framer import template
71 print >> f, template.memberdef_def % self.vars
73 print >> f, template.memberdef_def_doc % self.vars
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStreamSerializing.h35 template <class T, class = enable_if<std::is_standard_layout<T>>>
41 template <class T, class = enable_if<std::is_standard_layout<T>>>
49 template <class T, class = enable_if<std::is_standard_layout<T>>>
55 template <class T, class = enable_if<std::is_standard_layout<T>>>
64 template <class T, class SaveFunc>
72 template <class T>
78 template <class T>
84 template <class T, class LoadFunc>
94 template <class Collection, class SaveFunc>
102 template <class Collection, class LoadFunc>
/device/generic/opengl-transport/host/libs/virglrenderer/
DProtocolUtils.h56 template <typename T, typename S>
65 template <typename T, typename S>
72 template <>
79 template <typename T, typename S>
109 template <size_t StackSize = 1024, size_t Align = 8>
146 template <size_t StackSize = 1024, size_t Align = 8>
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DShowEnvironment.bat151 @if not exist "%SRC_CONF%\target.template" @set MISSING_TARGET_TEMPLATE=TRUE
152 @if not exist "%SRC_CONF%\tools_def.template" @set MISSING_TOOLS_DEF_TEMPLATE=TRUE
153 @if not exist "%SRC_CONF%\build_rule.template" @set MISSING_BUILD_RULE_TEMPLATE=TRUE
157 @echo copying ... target.template to %WORKSPACE%\Conf\target.txt
158 @copy /Y "%SRC_CONF%\target.template" "%WORKSPACE%\Conf\target.txt" > nul
163 @echo copying ... tools_def.template to %WORKSPACE%\Conf\tools_def.txt
164 @copy /Y "%SRC_CONF%\tools_def.template" "%WORKSPACE%\Conf\tools_def.txt" > nul
169 @echo copying ... build_rule.template to %WORKSPACE%\Conf\build_rule.txt
170 @copy /Y "%SRC_CONF%\build_rule.template" "%WORKSPACE%\Conf\build_rule.txt" > nul
180 @echo using the default template files
[all …]
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h82 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax()
93 template <class T> void minmaxExcept in minmaxExcept()
111 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
120 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices()
129 template <class T> void shiftIndicesExcept in shiftIndicesExcept()
144 template <class T> void shiftIndicesExcept in shiftIndicesExcept()
161 template<class T> T primitiveRestartIndex() { in primitiveRestartIndex()
/device/google/cuttlefish_common/common/vsoc/lib/
Dcircqueue_impl.h28 template <typename T>
37 template <uint32_t SizeLog2>
52 template <uint32_t SizeLog2>
67 template <uint32_t SizeLog2>
82 template <uint32_t SizeLog2>
111 template <uint32_t SizeLog2>
131 template <uint32_t SizeLog2>
151 template <uint32_t SizeLog2, uint32_t MaxPacketSize>
157 template <uint32_t SizeLog2, uint32_t MaxPacketSize>
178 template <uint32_t SizeLog2, uint32_t MaxPacketSize>
[all …]
Dregion_view.h159 template <typename LayoutType>
169 template <typename T>
180 template <typename T>
185 template <typename T>
199 template <typename T>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dsdist.py105 self.template = None
128 if self.template is None:
129 self.template = "MANIFEST.in"
192 template_exists = os.path.isfile(self.template)
196 self.template)
300 log.info("reading manifest template '%s'", self.template)
301 template = TextFile(self.template,
311 line = template.readline()
318 self.warn("%s, line %d: %s" % (template.filename,
319 template.current_line,
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
DIncompatiblePciDeviceSupport.uni2 // PCI Incompatible device support module template.
5 // pci devices list template.
19 …g STR_MODULE_ABSTRACT #language en-US "PCI Incompatible device support module template"
21 …I PCI Incompatible Device Support protocol and includes one incompatible PCI device list template."
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h53 template <class T, size_t S>
70 template <class T>
74 template <class U, size_t S>
117 template <class... Args>
177 template <bool init>
194 template <class Iter>
261 template <class T, size_t SmallSize>
300 template <class Iter>
307 template <class Range,
312 template <class Range,
[all …]
/device/linaro/bootloader/edk2/BaseTools/
Dtoolsetup.bat158 REM copy *.template to %CONF_PATH%
199 echo using the default template files
205 echo copying ... target.template to %CONF_PATH%\target.txt
206 if NOT exist %EDK_TOOLS_PATH%\Conf\target.template (
207 echo Error: target.template is missing at folder %EDK_TOOLS_PATH%\Conf\
209 copy %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul
211 if defined RECONFIG echo over-write ... target.template to %CONF_PATH%\target.txt
212 if defined RECONFIG copy /Y %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul
216 echo copying ... tools_def.template to %CONF_PATH%\tools_def.txt
217 if NOT exist %EDK_TOOLS_PATH%\Conf\tools_def.template (
[all …]
/device/generic/goldfish/wifi/wifi_hal/
Dnetlinkmessage.h31 template<typename T,
47 template<typename T>
51 template<typename T>
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/
DMakefile73 copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt
74 copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt
75 copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt
76 copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt
/device/google/cuttlefish_common/common/libs/net/
Dnetlink_request.h47 template <typename T>
90 template <typename T> T* Append(const T& data) { in Append()
95 template <typename T> T* Reserve() { in Reserve()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_util.h200 template <class T, class H> T* vk_find_struct(H* head) in vk_find_struct()
206 template <class T, class H> const T* vk_find_struct(const H* head) in vk_find_struct()
223 template <class T> T vk_make_orphan_copy(const T& vk_struct) { in vk_make_orphan_copy()
229 template <class T> vk_struct_chain_iterator vk_make_chain_iterator(T* vk_struct) in vk_make_chain_iterator()
236 template <class T> void vk_append_struct(vk_struct_chain_iterator* i, T* vk_struct) in vk_append_struct()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseTimerLibNullTemplate/
DBaseTimerLibNullTemplate.uni2 // NULL instance of Timer Library as a template.
4 // A non-functional instance of the Timer Library that can be used as a template
21 …ring STR_MODULE_ABSTRACT #language en-US "NULL instance of Timer Library as a template"
23 …S "A non-functional instance of the Timer Library that can be used as a template for the implement…
/device/google/wahoo/wifi_offload/
Dhidl_return_util.h28 template<typename ObjT, typename WorkFuncT, typename... Args>
38 template<typename ObjT, typename WorkFuncT, typename ReturnT, typename... Args>
51 template<typename ObjT, typename WorkFuncT, typename ReturnT1, typename ReturnT2, typename... Args>

123456