Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 48) sorted by relevance

12

/device/google/contexthub/firmware/lib/libc/
Daeabi.cpp97 void* (*constructor)(void*),
100 void*(*constructor)(void*),
117 void* (*constructor)(void*),
121 void* (*constructor)(void*));
123 void* (*constructor)(void*));
126 void* (*constructor)(void*), in __aeabi_vec_ctor_nocookie_nodtor()
129 if (constructor != nullptr) { in __aeabi_vec_ctor_nocookie_nodtor()
132 constructor(reinterpret_cast<void*>(addr)); in __aeabi_vec_ctor_nocookie_nodtor()
142 void*(*constructor)(void*), in __aeabi_vec_ctor_cookie_nodtor()
150 return __aeabi_vec_ctor_nocookie_nodtor(user_array_of(cookie), constructor, in __aeabi_vec_ctor_cookie_nodtor()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_StringIO.py18 constructor = str variable in TestGenericStringIO
21 self._line = self.constructor(self._line)
22 self._lines = self.constructor((self._line + '\n') * 5)
137 constructor = buffer variable in TestBufferStringIO
140 constructor = buffer variable in TestBuffercStringIO
Dtest_hashlib.py77 constructor = getattr(_hashlib, 'openssl_'+algorithm, None)
78 if constructor:
79 constructors.add(constructor)
Dtest_marshal.py190 for constructor in (set, frozenset):
191 t = constructor(self.d.keys())
194 self.assertTrue(isinstance(new, constructor))
/device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreHobLib/
DDxeCoreHobLib.uni4 // HOB Library implementation for the DXE Core. Does not have a constructor.
21 …ge en-US "HOB Library implementation for the DXE Core. Does not have a constructor. Uses gHobList …
DDxeCoreHobLib.inf4 # HOB Library implementation for the DXE Core. Does not have a constructor.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl.py167 def p_sum_0(self, (constructor,)): argument
169 return [constructor]
171 def p_sum_1(self, (constructor, _, sum)): argument
173 return [constructor] + sum
175 def p_sum_2(self, (constructor, _, sum)): argument
177 return [constructor] + sum
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
DPeiCrc32GuidedSectionExtractLib.uni4 // This library doesn't produce any library class. The constructor function uses
22 … #language en-US "This library doesn't produce any library class. The constructor function uses E…
DPeiCrc32GuidedSectionExtractLib.inf4 # This library doesn't produce any library class. The constructor function uses
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.uni2 // This library doesn't produce any library class. The constructor function uses
23 … #language en-US "This library doesn't produce any library class. The constructor function uses E…
DDxeRsa2048Sha256GuidedSectionExtractLib.inf2 # This library doesn't produce any library class. The constructor function uses
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DDxeCrc32GuidedSectionExtractLib.uni4 // This library doesn't produce any library class. The constructor function uses
24 … #language en-US "This library doesn't produce any library class. The constructor function uses E…
DDxeCrc32GuidedSectionExtractLib.inf4 # This library doesn't produce any library class. The constructor function uses
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.uni2 // This library doesn't produce any library class. The constructor function uses
23 … #language en-US "This library doesn't produce any library class. The constructor function uses E…
DPeiRsa2048Sha256GuidedSectionExtractLib.inf2 # This library doesn't produce any library class. The constructor function uses
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.cpp38 __attribute__((constructor)) void setup() { in setup()
Dgles1.cpp38 __attribute__((constructor)) void setup() { in setup()
Degl.cpp40 __attribute__((constructor)) void setup() { in setup()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcopy_reg.py25 constructor(constructor_ob)
27 def constructor(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcopy_reg.py25 constructor(constructor_ob)
27 def constructor(object): function
/device/linaro/bootloader/edk2/EmulatorPkg/Library/KeyMapLibNull/
DKeyMapLibNull.inf4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuLib/
DDxeEmuLib.inf4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeWinNtLib/
DDxeWinNtLib.inf4 # This library contains a single global variable 'gWinNt' along with a constructor to initialize th…
/device/google/marlin/power/
Dutils.c83 static void __attribute__ ((constructor)) initialize(void) in initialize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dast.txt8 # = ... a default value for the node constructor (optional args)

12