Searched defs:constructor (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dcopy_reg.py9 __all__ = ["pickle", "constructor",
25 constructor(constructor_ob)
27 def constructor(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcopy_reg.py9 __all__ = ["pickle", "constructor",
25 constructor(constructor_ob)
27 def constructor(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_StringIO.py17 # constructor)
18 constructor = str variable in class:TestGenericStringIO
21 self._line = self.constructor(self._line)
22 self._lines = self.constructor((self._line + '\n') * 5)
137 constructor = buffer variable in class:TestBufferStringIO
140 constructor = buffer variable in class:TestBuffercStringIO
/device/google/contexthub/firmware/lib/libc/
H A 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*),
129 if (constructor != nullptr) {
132 constructor(reinterpret_cast<void*>(addr));
142 void*(*constructor)(void*),
150 return __aeabi_vec_ctor_nocookie_nodtor(user_array_of(cookie), constructor,
125 __aeabi_vec_ctor_nocookie_nodtor(void* user_array, void* (*constructor)(void*), size_t element_size, size_t element_count) argument
180 __aeabi_vec_new_nocookie(size_t element_size, size_t element_count, void* (*constructor)(void*)) argument
187 __aeabi_vec_new_cookie_nodtor(size_t element_size, size_t element_count, void* (*constructor)(void*)) argument
197 __aeabi_vec_new_cookie(size_t element_size, size_t element_count, void* (*constructor)(void*), void* (*destructor)(void*)) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlparser.c659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor");
702 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
730 static void constructor (LexState *ls, expdesc *t) { function
731 /* constructor -> '{' [ field { sep field } [sep] ] '}'
839 case '{': { /* funcargs -> constructor */
840 constructor(ls, &args);
939 constructor | FUNCTION body | suffixedexp */
969 case '{': { /* constructor */
970 constructor(ls, v);

Completed in 74 milliseconds