Home
last modified time | relevance | path

Searched defs:creation (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/reference/
Ddatamodel.rst1973 .. _metaclasses:
1975 Metaclasses
2013 Resolving MRO entries
2027 Determining the appropriate metaclass
2049 Preparing the class namespace
2073 Executing the class body
2093 Creating the class object
2148 Uses for metaclasses
/third_party/node/doc/api/
Dchild_process.md96 ### Spawning `.bat` and `.cmd` files on Windows
148 ### `child_process.exec(command[, options][, callback])`
280 ### `child_process.execFile(file[, args][, options][, callback])`
392 ### `child_process.fork(modulePath[, args][, options])`
520 ### `child_process.spawn(command[, args][, options])`
895 ### `child_process.execFileSync(file[, args][, options])`
971 ### `child_process.execSync(command[, options])`
1038 ### `child_process.spawnSync(command[, args][, options])`
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dstress.c171 pthread_t creation[NSCENAR]; /* Thread ID returned in pthread_create */ in main() local
/third_party/python/Doc/whatsnew/
D3.6.rst361 .. _whatsnew36-pep487-descriptors:
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp1876 glw::GLbitfield creation; in iterate() member