Home
last modified time | relevance | path

Searched +defs:parent +defs:module (Results 1 – 25 of 65) sorted by relevance

123

/third_party/python/Lib/
Dpyclbr.py55 def __init__(self, module, name, file, lineno, end_lineno, parent): argument
70 def __init__(self, module, name, file, lineno, argument
71 parent=None, is_async=False, *, end_lineno=None): argument
80 def __init__(self, module, name, super_, file, lineno, argument
81 parent=None, *, end_lineno=None): argument
100 def readmodule(module, path=None): argument
112 def readmodule_ex(module, path=None): argument
122 def _readmodule(module, path, inpackage=None): argument
187 def __init__(self, module, path, file, tree, inpackage): argument
/third_party/python/Modules/
D_heapqmodule.c23 PyObject *newitem, *parent, **arr; in siftdown() local
126 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappush_impl()
179 _heapq_heappop_impl(PyObject *module, PyObject *heap) in _heapq_heappop_impl()
225 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heapreplace_impl()
245 _heapq_heappushpop_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappushpop_impl()
383 _heapq_heapify_impl(PyObject *module, PyObject *heap) in _heapq_heapify_impl()
392 PyObject *newitem, *parent, **arr; in siftdown_max() local
495 _heapq__heappop_max_impl(PyObject *module, PyObject *heap) in _heapq__heappop_max_impl()
512 _heapq__heapreplace_max_impl(PyObject *module, PyObject *heap, in _heapq__heapreplace_max_impl()
529 _heapq__heapify_max_impl(PyObject *module, PyObject *heap) in _heapq__heapify_max_impl()
Dgetpath.c504 int module; in search_for_prefix() local
530 int module; in search_for_prefix() local
553 int module; in search_for_prefix() local
1128 wchar_t *parent = _PyMem_RawWcsdup(wbuf); in calculate_argv0_path_framework() local
1143 int module; in calculate_argv0_path_framework() local
1230 wchar_t *parent = _PyMem_RawWcsdup(calculate->argv0_path); in calculate_open_pyenv() local
1308 wchar_t *parent = _PyMem_RawWcsdup(calculate->prefix); in calculate_zip_path() local
Dgcmodule.c452 visit_decref(PyObject *op, void *parent) in visit_decref()
1484 gc_enable_impl(PyObject *module) in gc_enable_impl()
1498 gc_disable_impl(PyObject *module) in gc_disable_impl()
1512 gc_isenabled_impl(PyObject *module) in gc_isenabled_impl()
1533 gc_collect_impl(PyObject *module, int generation) in gc_collect_impl()
1576 gc_set_debug_impl(PyObject *module, int flags) in gc_set_debug_impl()
1591 gc_get_debug_impl(PyObject *module) in gc_get_debug_impl()
1627 gc_get_threshold_impl(PyObject *module) in gc_get_threshold_impl()
1644 gc_get_count_impl(PyObject *module) in gc_get_count_impl()
1761 gc_get_objects_impl(PyObject *module, Py_ssize_t generation) in gc_get_objects_impl()
[all …]
/third_party/python/Lib/unittest/
Dmain.py60 module=None variable in TestProgram
65 def __init__(self, module='__main__', defaultTest=None, argv=None, argument
201 def _getMainArgParser(self, parent): argument
212 def _getDiscoveryArgParser(self, parent): argument
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/isarray/build/
Dbuild.js10 function require(path, parent, orig) { argument
149 require.relative = function(parent) { argument
202 require.register("isarray/index.js", function(exports, require, module){ argument
/third_party/node/lib/internal/modules/cjs/
Dloader.js157 function updateChildren(parent, child, scan) { argument
163 function Module(id = '', parent) { argument
395 function trySelfParentPath(parent) { argument
635 Module._resolveLookupPaths = function(request, parent) { argument
701 function getExportsForCircularRequire(module) { argument
725 Module._load = function(request, parent, isMain) { argument
816 Module._resolveFilename = function(request, parent, isMain, options) { argument
1094 Module._extensions['.js'] = function(module, filename) { argument
/third_party/vk-gl-cts/scripts/
Dmustpass.py59 def __init__ (self, module, configurations): argument
99 def getModuleGLESVersion (module): argument
114 def getModuleShorthand (module): argument
197 def getCaseDict (buildCfg, generator, module): argument
419 def addOptionElement (parent, optionName, optionValue): argument
/third_party/python/Lib/importlib/
D_bootstrap.py294 def _module_repr(module): argument
405 def parent(self): member in ModuleSpec
447 def _spec_from_module(module, loader=None, origin=None): argument
492 def _init_module_attrs(spec, module, *, override=False): argument
598 def _exec(spec, module): argument
736 def module_repr(module): argument
779 def exec_module(module): argument
850 def exec_module(module): argument
1053 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/third_party/python/Python/
Dimport.c198 _imp_lock_held_impl(PyObject *module) in _imp_lock_held_impl()
214 _imp_acquire_lock_impl(PyObject *module) in _imp_acquire_lock_impl()
230 _imp_release_lock_impl(PyObject *module) in _imp_release_lock_impl()
649 PyObject *module = PyImport_AddModuleObject(nameobj); in PyImport_AddModule() local
895 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code, in _imp__fix_co_filename_impl()
1053 _imp_create_builtin(PyObject *module, PyObject *spec) in _imp_create_builtin()
1360 PyObject *parent = _PyObject_GetAttrId(spec, &PyId_parent); in resolve_name() local
1854 _imp_extension_suffixes_impl(PyObject *module) in _imp_extension_suffixes_impl()
1894 _imp_init_frozen_impl(PyObject *module, PyObject *name) in _imp_init_frozen_impl()
1919 _imp_get_frozen_object_impl(PyObject *module, PyObject *name) in _imp_get_frozen_object_impl()
[all …]
/third_party/elfutils/libdwfl/
Dcore-file.c53 elf_begin_rand (Elf *parent, off_t offset, off_t size, off_t *next) in elf_begin_rand()
416 struct r_debug_info_module *module = r_debug_info->module; in clear_r_debug_info() local
590 for (struct r_debug_info_module *module = r_debug_info.module; in dwfl_core_file_report() local
/third_party/gstreamer/gstreamer/gst/
Dgst_private.h375 GModule * module; /* contains the module if plugin is loaded */ member
432 GstPluginFeatureClass parent; member
453 GstPluginFeatureClass parent; member
460 GstPluginFeature parent; member
498 GstPluginFeatureClass parent; member
511 GstPluginFeatureClass parent; member
/third_party/node/test/sequential/
Dtest-module-loading.js160 require.extensions['.test'] = function(module, filename) { argument
239 const parent = require('../fixtures/module-require/parent/'); constant
/third_party/typescript/src/debug/
Ddbg.ts310 for (const parent of getParents(node)) { constant
419 const parent = parents[i]; constant
512 declare const module: { exports: {} }; constant
/third_party/python/Lib/test/test_importlib/
Dutil.py117 def submodule(parent, name, pkg_dir, content=''): argument
284 def find_spec(self, fullname, path=None, parent=None): argument
299 def exec_module(self, module): argument
/third_party/skia/src/sksl/
DSkSLCompiler.cpp209 std::shared_ptr<SymbolTable> Compiler::makePrivateSymbolTable(std::shared_ptr<SymbolTable> parent) { in makePrivateSymbolTable()
356 LoadedModule module = this->loadModule(kind, data, base.fSymbols, /*dehydrate=*/false); in parseModule() local
505 bool Compiler::optimize(LoadedModule& module) { in optimize()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c118 struct node *parent; member
190 static int fuse_load_so_module(const char *module) in fuse_load_so_module()
204 static struct fuse_module *fuse_find_module(const char *module) in fuse_find_module()
216 static struct fuse_module *fuse_get_module(const char *module) in fuse_get_module()
304 static unsigned int name_hash(struct fuse *f, fuse_ino_t parent, in name_hash()
344 struct node *parent = get_node(f, parentid); in hash_name() local
385 static struct node *lookup_node(struct fuse *f, fuse_ino_t parent, in lookup_node()
398 static struct node *find_node(struct fuse *f, fuse_ino_t parent, in find_node()
1336 static void fuse_lib_lookup(fuse_req_t req, fuse_ino_t parent, in fuse_lib_lookup()
1549 static void fuse_lib_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, in fuse_lib_mknod()
[all …]
/third_party/node/test/pummel/
Dtest-policy-integrity.js54 module: ` property
289 parent: parentPath, property
/third_party/pulseaudio/src/pulsecore/
Dsource.h61 pa_msgobject parent; member
80 pa_module *module; /* may be NULL */ member
309 pa_module *module; member
Dsource-output.h63 pa_msgobject parent; member
74 pa_module *module; /* may be NULL */ member
256 pa_module *module; member
/third_party/skia/third_party/externals/jinja2/
Denvironment.py834 def join_path(self, template, parent): argument
863 def get_template(self, name, parent=None, globals=None): argument
886 def select_template(self, names, parent=None, globals=None): argument
922 def get_or_select_template(self, template_name_or_list, parent=None, globals=None): argument
1176 def module(self): member in Template
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py782 def join_path(self, template, parent): argument
810 def get_template(self, name, parent=None, globals=None): argument
833 def select_template(self, names, parent=None, globals=None): argument
861 parent=None, globals=None): argument
1093 def module(self): member in Template
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
578 Module* module = context()->module(); in Process() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_unswitch_pass.cpp521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
578 Module* module = context()->module(); in Process() local
/third_party/spirv-tools/source/opt/
Dloop_unswitch_pass.cpp521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
578 Module* module = context()->module(); in Process() local

123