Home
last modified time | relevance | path

Searched +defs:current +defs:module (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Modules/
D_weakref.c26 _weakref_getweakrefcount_impl(PyObject *module, PyObject *object) in _weakref_getweakrefcount_impl()
61 _weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct, in _weakref__remove_dead_weakref_impl()
94 PyWeakReference *current = *list; in weakref_getweakrefs() local
141 weakref_exec(PyObject *module) in weakref_exec()
D_asynciomodule.c3066 _asyncio__get_running_loop_impl(PyObject *module) in _asyncio__get_running_loop_impl()
3092 _asyncio__set_running_loop(PyObject *module, PyObject *loop) in _asyncio__set_running_loop()
3115 _asyncio_get_event_loop_impl(PyObject *module) in _asyncio_get_event_loop_impl()
3130 _asyncio_get_running_loop_impl(PyObject *module) in _asyncio_get_running_loop_impl()
3156 _asyncio__register_task_impl(PyObject *module, PyObject *task) in _asyncio__register_task_impl()
3177 _asyncio__unregister_task_impl(PyObject *module, PyObject *task) in _asyncio__unregister_task_impl()
3201 _asyncio__enter_task_impl(PyObject *module, PyObject *loop, PyObject *task) in _asyncio__enter_task_impl()
3225 _asyncio__leave_task_impl(PyObject *module, PyObject *loop, PyObject *task) in _asyncio__leave_task_impl()
3283 PyObject *current; in module_free_freelists() local
3327 PyObject *module = NULL; in module_init() local
D_ssl.c1868 _ssl__test_decode_cert_impl(PyObject *module, PyObject *path) in _ssl__test_decode_cert_impl()
2090 const SSL_CIPHER *current; in _ssl__SSLSocket_cipher_impl() local
5289 _ssl_RAND_add_impl(PyObject *module, Py_buffer *view, double entropy) in _ssl_RAND_add_impl()
5358 _ssl_RAND_bytes_impl(PyObject *module, int n) in _ssl_RAND_bytes_impl()
5376 _ssl_RAND_pseudo_bytes_impl(PyObject *module, int n) in _ssl_RAND_pseudo_bytes_impl()
5392 _ssl_RAND_status_impl(PyObject *module) in _ssl_RAND_status_impl()
5412 _ssl_RAND_egd_impl(PyObject *module, PyObject *path) in _ssl_RAND_egd_impl()
5439 _ssl_get_default_verify_paths_impl(PyObject *module) in _ssl_get_default_verify_paths_impl()
5500 _ssl_txt2obj_impl(PyObject *module, const char *txt, int name) in _ssl_txt2obj_impl()
5525 _ssl_nid2obj_impl(PyObject *module, int nid) in _ssl_nid2obj_impl()
[all …]
D_xxsubinterpretersmodule.c2061 PyInterpreterState *current = _get_current(); in interp_destroy() local
2627 PyObject *module = PyModule_Create(&interpretersmodule); in PyInit__xxsubinterpreters() local
/third_party/grpc/src/compiler/
Dpython_generator_helpers.h110 std::string module; in GetModuleAndMessagePath() local
145 auto current = s.begin(); in Split() local
/third_party/python/Python/
Dsysmodule.c422 sys_addaudithook_impl(PyObject *module, PyObject *hook) in sys_addaudithook_impl()
552 PyObject *module = PyImport_Import(modulepath); in sys_breakpointhook() local
673 sys_displayhook(PyObject *module, PyObject *o) in sys_displayhook()
744 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
763 sys_exc_info_impl(PyObject *module) in sys_exc_info_impl()
794 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
816 sys_exit_impl(PyObject *module, PyObject *status) in sys_exit_impl()
834 sys_getdefaultencoding_impl(PyObject *module) in sys_getdefaultencoding_impl()
847 sys_getfilesystemencoding_impl(PyObject *module) in sys_getfilesystemencoding_impl()
862 sys_getfilesystemencodeerrors_impl(PyObject *module) in sys_getfilesystemencodeerrors_impl()
[all …]
Dpystate.c653 PyState_FindModule(struct PyModuleDef* module) in PyState_FindModule()
672 _PyState_AddModule(PyThreadState *tstate, PyObject* module, struct PyModuleDef* def) in _PyState_AddModule()
705 PyState_AddModule(PyObject* module, struct PyModuleDef* def) in PyState_AddModule()
1360 int current; in PyGILState_Ensure() local
/third_party/boost/tools/build/src/build/
Dproject.py551 def register_id(self, id, module): argument
557 def current(self): member in ProjectRegistry
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp1164 void unknown_rule( FRAME * frame, char const * key, module_t * module, in unknown_rule()
1555 OBJECT * const module = list_empty( arg0 ) ? 0 : list_front( arg0 ); in builtin_imported_modules() local
1621 module_t * module = bindmodule( list_front( module_name ) ); in builtin_native_rule() local
1647 module_t * module = bindmodule( list_front( module_name ) ); in builtin_has_native_rule() local
1752 int current = strlen( object_str( string ) ); in builtin_pad() local
2156 char * module; in bjam_import_rule() local
Dfunction.cpp507 module_t * module; in function_call_member_rule() local
1160 LISTITER current; /* Currently used value. */ member
3550 int formal_count, module_t * module, int * counter ) in argument_list_bind_variables()
3616 FUNCTION * function_bind_variables( FUNCTION * f, module_t * module, in function_bind_variables()
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.js1071 current.pop(); field
1634 module.exports = { field
Dbluebird.js1218 current.pop(); field
1813 module.exports = { field
/third_party/typescript/lib/
DtypescriptServices.js14259 function isGlobalScopeAugmentation(module) { argument
14430 …return ts.findAncestor(node.parent, function (current) { return isBlockScope(current, current.pare… argument
19538 var _loop_1 = function (current) { argument
26419 function createCreateBindingHelper(module, inputName, outputName) { argument
37573 module: ts.ModuleKind.CommonJS, property
45302 …if (ts.some(patternAmbientModules, function (module) { return mainModule_1 === module.symbol; })) { argument
45497 return !!ts.findAncestor(usage, function (current) { argument
75437 ts.findAncestor(node, function (current) { argument
75452 ts.findAncestor(node, function (current) { argument
76766 ts.findAncestor(node.parent, function (current) { argument
[all …]
Dtypescript.js14259 function isGlobalScopeAugmentation(module) { argument
14430 …return ts.findAncestor(node.parent, function (current) { return isBlockScope(current, current.pare… argument
19538 var _loop_1 = function (current) { argument
26419 function createCreateBindingHelper(module, inputName, outputName) { argument
37573 module: ts.ModuleKind.CommonJS, property
45302 …if (ts.some(patternAmbientModules, function (module) { return mainModule_1 === module.symbol; })) { argument
45497 return !!ts.findAncestor(usage, function (current) { argument
75437 ts.findAncestor(node, function (current) { argument
75452 ts.findAncestor(node, function (current) { argument
76766 ts.findAncestor(node.parent, function (current) { argument
[all …]
Dtsserverlibrary.js14259 function isGlobalScopeAugmentation(module) { argument
14430 …return ts.findAncestor(node.parent, function (current) { return isBlockScope(current, current.pare… argument
19538 var _loop_1 = function (current) { argument
26419 function createCreateBindingHelper(module, inputName, outputName) { argument
37573 module: ts.ModuleKind.CommonJS, property
45302 …if (ts.some(patternAmbientModules, function (module) { return mainModule_1 === module.symbol; })) { argument
45497 return !!ts.findAncestor(usage, function (current) { argument
75437 ts.findAncestor(node, function (current) { argument
75452 ts.findAncestor(node, function (current) { argument
76766 ts.findAncestor(node.parent, function (current) { argument
[all …]
Dtsserver.js14065 function isGlobalScopeAugmentation(module) { argument
14236 …return ts.findAncestor(node.parent, function (current) { return isBlockScope(current, current.pare… argument
19344 var _loop_1 = function (current) { argument
26225 function createCreateBindingHelper(module, inputName, outputName) { argument
37379 module: ts.ModuleKind.CommonJS, property
45108 …if (ts.some(patternAmbientModules, function (module) { return mainModule_1 === module.symbol; })) { argument
45303 return !!ts.findAncestor(usage, function (current) { argument
75243 ts.findAncestor(node, function (current) { argument
75258 ts.findAncestor(node, function (current) { argument
76572 ts.findAncestor(node.parent, function (current) { argument
[all …]
Dtsc.js10685 function isGlobalScopeAugmentation(module) { argument
10840 …return ts.findAncestor(node.parent, function (current) { return isBlockScope(current, current.pare… argument
15294 var _loop_1 = function (current) { argument
21045 function createCreateBindingHelper(module, inputName, outputName) { argument
30387 module: ts.ModuleKind.CommonJS, property
36908 …if (ts.some(patternAmbientModules, function (module) { return mainModule_1 === module.symbol; })) { argument
37066 return !!ts.findAncestor(usage, function (current) { argument
62998 ts.findAncestor(node, function (current) { argument
63013 ts.findAncestor(node, function (current) { argument
64011 ts.findAncestor(node.parent, function (current) { argument
[all …]
DtypingsInstaller.js14054 function isGlobalScopeAugmentation(module) { argument
14225 …return ts.findAncestor(node.parent, function (current) { return isBlockScope(current, current.pare… argument
19333 var _loop_1 = function (current) { argument
26214 function createCreateBindingHelper(module, inputName, outputName) { argument
37368 module: ts.ModuleKind.CommonJS, property
45097 …if (ts.some(patternAmbientModules, function (module) { return mainModule_1 === module.symbol; })) { argument
45292 return !!ts.findAncestor(usage, function (current) { argument
75232 ts.findAncestor(node, function (current) { argument
75247 ts.findAncestor(node, function (current) { argument
76561 ts.findAncestor(node.parent, function (current) { argument
[all …]