/device/google/contexthub/firmware/lib/libc/ |
D | aeabi.cpp | 97 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/ |
D | test_StringIO.py | 18 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
|
D | test_hashlib.py | 77 constructor = getattr(_hashlib, 'openssl_'+algorithm, None) 78 if constructor: 79 constructors.add(constructor)
|
D | test_marshal.py | 190 for constructor in (set, frozenset): 191 t = constructor(self.d.keys()) 194 self.assertTrue(isinstance(new, constructor))
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreHobLib/ |
D | DxeCoreHobLib.uni | 4 // 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 …
|
D | DxeCoreHobLib.inf | 4 # HOB Library implementation for the DXE Core. Does not have a constructor.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | asdl.py | 167 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/ |
D | PeiCrc32GuidedSectionExtractLib.uni | 4 // 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…
|
D | PeiCrc32GuidedSectionExtractLib.inf | 4 # This library doesn't produce any library class. The constructor function uses
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/ |
D | DxeRsa2048Sha256GuidedSectionExtractLib.uni | 2 // 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…
|
D | DxeRsa2048Sha256GuidedSectionExtractLib.inf | 2 # This library doesn't produce any library class. The constructor function uses
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/ |
D | DxeCrc32GuidedSectionExtractLib.uni | 4 // 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…
|
D | DxeCrc32GuidedSectionExtractLib.inf | 4 # This library doesn't produce any library class. The constructor function uses
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/ |
D | PeiRsa2048Sha256GuidedSectionExtractLib.uni | 2 // 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…
|
D | PeiRsa2048Sha256GuidedSectionExtractLib.inf | 2 # This library doesn't produce any library class. The constructor function uses
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3.cpp | 38 __attribute__((constructor)) void setup() { in setup()
|
D | gles1.cpp | 38 __attribute__((constructor)) void setup() { in setup()
|
D | egl.cpp | 40 __attribute__((constructor)) void setup() { in setup()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | copy_reg.py | 25 constructor(constructor_ob) 27 def constructor(object): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | copy_reg.py | 25 constructor(constructor_ob) 27 def constructor(object): function
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/KeyMapLibNull/ |
D | KeyMapLibNull.inf | 4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuLib/ |
D | DxeEmuLib.inf | 4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeWinNtLib/ |
D | DxeWinNtLib.inf | 4 # This library contains a single global variable 'gWinNt' along with a constructor to initialize th…
|
/device/google/marlin/power/ |
D | utils.c | 83 static void __attribute__ ((constructor)) initialize(void) in initialize()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | ast.txt | 8 # = ... a default value for the node constructor (optional args)
|