Home
last modified time | relevance | path

Searched defs:creation (Results 1 – 8 of 8) 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.md93 ### Spawning `.bat` and `.cmd` files on Windows
145 ### `child_process.exec(command[, options][, callback])`
274 ### `child_process.execFile(file[, args][, options][, callback])`
381 ### `child_process.fork(modulePath[, args][, options])`
494 ### `child_process.spawn(command[, args][, options])`
854 ### `child_process.execFileSync(file[, args][, options])`
927 ### `child_process.execSync(command[, options])`
991 ### `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/flutter/engine/flutter/fml/
Dmessage_loop_task_queues.cc27 std::scoped_lock creation(creation_mutex_); in GetInstance() local
/third_party/python/Doc/whatsnew/
D3.6.rst361 .. _whatsnew36-pep487-descriptors:
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js733 Cookie.prototype.creation = null; // Date when set; defaulted by Cookie.parse method in Cookie
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp1876 glw::GLbitfield creation; in iterate() member
/third_party/cef/include/internal/
Dcef_types.h790 cef_time_t creation; member