Home
last modified time | relevance | path

Searched +defs:node +defs:module (Results 1 – 25 of 67) 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
80 def __init__(self, module, name, super_, file, lineno, 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
195 def visit_ClassDef(self, node): argument
220 def visit_FunctionDef(self, node, *, is_async=False): argument
230 def visit_AsyncFunctionDef(self, node): argument
[all …]
/third_party/spirv-tools/test/opt/
Dscalar_analysis.cpp99 Module* module = context->module(); in TEST_F() local
124 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
227 Module* module = context->module(); in TEST_F() local
250 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
343 Module* module = context->module(); in TEST_F() local
364 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
493 Module* module = context->module(); in TEST_F() local
732 Module* module = context->module(); in TEST_F() local
869 Module* module = context->module(); in TEST_F() local
1014 Module* module = context->module(); in TEST_F() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp103 Module* module = context->module(); in TEST_F() local
128 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
231 Module* module = context->module(); in TEST_F() local
254 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
347 Module* module = context->module(); in TEST_F() local
368 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
497 Module* module = context->module(); in TEST_F() local
736 Module* module = context->module(); in TEST_F() local
873 Module* module = context->module(); in TEST_F() local
1018 Module* module = context->module(); in TEST_F() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dscalar_analysis.cpp103 Module* module = context->module(); in TEST_F() local
128 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
231 Module* module = context->module(); in TEST_F() local
254 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
347 Module* module = context->module(); in TEST_F() local
368 const SENode* node = analysis.AnalyzeInstruction(child); in TEST_F() local
497 Module* module = context->module(); in TEST_F() local
736 Module* module = context->module(); in TEST_F() local
873 Module* module = context->module(); in TEST_F() local
1018 Module* module = context->module(); in TEST_F() local
[all …]
/third_party/python/Lib/lib2to3/fixes/
Dfix_operator.py43 def transform(self, node, results): argument
49 def _sequenceIncludes(self, node, results): argument
53 def _isCallable(self, node, results): argument
58 def _repeat(self, node, results): argument
62 def _irepeat(self, node, results): argument
66 def _isSequenceType(self, node, results): argument
70 def _isMappingType(self, node, results): argument
74 def _isNumberType(self, node, results): argument
77 def _handle_rename(self, node, results, name): argument
82 def _handle_type2abc(self, node, results, module, abc): argument
[all …]
/third_party/node/deps/v8/src/compiler/
Djs-context-specialization.cc20 Reduction JSContextSpecialization::Reduce(Node* node) { in Reduce()
36 Reduction JSContextSpecialization::ReduceParameter(Node* node) { in ReduceParameter()
50 Reduction JSContextSpecialization::SimplifyJSLoadContext(Node* node, in SimplifyJSLoadContext()
69 Reduction JSContextSpecialization::SimplifyJSStoreContext(Node* node, in SimplifyJSStoreContext()
90 bool IsContextParameter(Node* node) { in IsContextParameter()
102 JSHeapBroker* broker, Node* node, size_t* distance, in GetSpecializationContext()
136 Reduction JSContextSpecialization::ReduceJSLoadContext(Node* node) { in ReduceJSLoadContext()
198 Reduction JSContextSpecialization::ReduceJSStoreContext(Node* node) { in ReduceJSStoreContext()
227 base::Optional<ContextRef> GetModuleContext(JSHeapBroker* broker, Node* node, in GetModuleContext()
272 Reduction JSContextSpecialization::ReduceJSGetImportMeta(Node* node) { in ReduceJSGetImportMeta()
[all …]
Djs-operator.h856 explicit JSWasmCallParameters(const wasm::WasmModule* module, in JSWasmCallParameters()
864 const wasm::WasmModule* module() const { return module_; } in module() function
1121 explicit constexpr JSNodeWrapperBase(Node* node) : NodeWrapper(node) {} in JSNodeWrapperBase()
1157 explicit constexpr JSUnaryOpNode(Node* node) : JSNodeWrapperBase(node) { in JSUnaryOpNode()
1213 explicit constexpr JSCloneObjectNode(Node* node) : JSNodeWrapperBase(node) { in JSCloneObjectNode()
1230 explicit constexpr JSGetTemplateObjectNode(Node* node) in JSGetTemplateObjectNode()
1246 explicit constexpr JSCreateLiteralOpNode(Node* node) in JSCreateLiteralOpNode()
1268 explicit constexpr JSHasPropertyNode(Node* node) : JSNodeWrapperBase(node) { in JSHasPropertyNode()
1286 explicit constexpr JSLoadPropertyNode(Node* node) : JSNodeWrapperBase(node) { in JSLoadPropertyNode()
1304 explicit constexpr JSSetKeyedPropertyNode(Node* node) in JSSetKeyedPropertyNode()
[all …]
/third_party/node/deps/acorn/acorn-walk/
Dpackage.json7 "module": "dist/walk.mjs", string
20 "engines": {"node": ">=0.4.0"}, string
/third_party/python/Modules/
Dgcmodule.c248 gc_list_append(PyGC_Head *node, PyGC_Head *list) in gc_list_append()
263 gc_list_remove(PyGC_Head *node) in gc_list_remove()
279 gc_list_move(PyGC_Head *node, PyGC_Head *list) in gc_list_move()
1471 gc_enable_impl(PyObject *module) in gc_enable_impl()
1485 gc_disable_impl(PyObject *module) in gc_disable_impl()
1499 gc_isenabled_impl(PyObject *module) in gc_isenabled_impl()
1520 gc_collect_impl(PyObject *module, int generation) in gc_collect_impl()
1563 gc_set_debug_impl(PyObject *module, int flags) in gc_set_debug_impl()
1578 gc_get_debug_impl(PyObject *module) in gc_get_debug_impl()
1614 gc_get_threshold_impl(PyObject *module) in gc_get_threshold_impl()
[all …]
D_lsprof.c74 _lsprof_get_state(PyObject *module) in _lsprof_get_state()
517 static int statsForSubEntry(rotating_node_t *node, void *arg) in statsForSubEntry()
538 static int statsForEntry(rotating_node_t *node, void *arg) in statsForEntry()
832 _lsprof_traverse(PyObject *module, visitproc visit, void *arg) in _lsprof_traverse()
842 _lsprof_clear(PyObject *module) in _lsprof_clear()
852 _lsprof_free(void *module) in _lsprof_free()
858 _lsprof_exec(PyObject *module) in _lsprof_exec()
/third_party/node/deps/acorn/acorn/
Dpackage.json7 "module": "dist/acorn.mjs", string
21 "node": ">=0.4.0" string
/third_party/typescript/src/debug/
Ddbg.ts82 node?: FunctionExpression | ArrowFunction | MethodDeclaration; property
90 node: Expression | VariableDeclaration | BindingElement; property
95 node: CallExpression; property
100 node: Expression; property
112 node: CallExpression | BinaryExpression; property
216 for (const node of nodes) { constant
326 for (const node of nodes) { constant
403 for (const node of nodes) { constant
445 const node = grid[column][lane]; constant
512 declare const module: { exports: {} }; constant
/third_party/node/src/
Dmodule_wrap.cc17 namespace node { namespace
54 Local<Module> module, in ModuleWrap()
94 Local<Module> module) { in GetFromModule()
154 Local<Module> module; in New() local
290 Local<Module> module = obj->module_.Get(isolate); in Link() local
341 Local<Module> module = obj->module_.Get(isolate); in Instantiate() local
364 Local<Module> module = obj->module_.Get(isolate); in Evaluate() local
441 Local<Module> module = obj->module_.Get(isolate); in GetNamespace() local
466 Local<Module> module = obj->module_.Get(isolate); in GetStatus() local
477 Local<Module> module = obj->module_.Get(env->isolate()); in GetStaticDependencySpecifiers() local
[all …]
Dnode_binding.cc127 namespace node { namespace
243 namespace node { namespace
330 node_module* module; member
456 Local<Object> module; in DLOpen() local
640 Local<String> module = args[0].As<String>(); in GetInternalBinding() local
696 Local<Object> module = Object::New(env->isolate()); in GetLinkedBinding() local
/third_party/css-what/
Dpackage.json14 "module": "lib/es/index.js", string
47 "node": ">= 6" string
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c476 T42_Driver_Init( FT_Module module ) /* T42_Driver */ in T42_Driver_Init()
496 T42_Driver_Done( FT_Module module ) in T42_Driver_Done()
567 FT_ListNode node; in T42_Size_Done() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c112 struct node { struct
113 struct node *name_next; argument
114 struct node *id_next; argument
115 fuse_ino_t nodeid; argument
118 struct node *parent; argument
119 char *name;
143 fuse_ino_t nodeid; argument
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()
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dshrinkwrap.js217 static metaFromNode (node, path, options = {}) { argument
792 add (node) { argument
968 #buildLegacyLockfile (node, lock, path = []) { argument
1176 module.exports = Shrinkwrap field in Shrinkwrap
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c2444 FT_ListNode node = NULL; in ft_open_face_internal() local
2840 FT_ListNode node; in FT_Done_Face() local
2885 FT_ListNode node = NULL; in FT_New_Size() local
2949 FT_ListNode node; in FT_Done_Size() local
4399 FT_ListNode* node ) in FT_Lookup_Renderer()
4465 ft_add_renderer( FT_Module module ) in ft_add_renderer()
4470 FT_ListNode node = NULL; in ft_add_renderer() local
4512 ft_remove_renderer( FT_Module module ) in ft_remove_renderer()
4516 FT_ListNode node; in ft_remove_renderer() local
4564 FT_ListNode node; in FT_Set_Renderer() local
[all …]
/third_party/selinux/libsepol/src/
Dlink.c964 ebitmap_node_t *node; in ebitmap_convert() local
1226 policy_module_t * module, link_state_t * state) in copy_avrule_list()
1329 policy_module_t * module, link_state_t * state) in copy_role_trans_list()
1375 policy_module_t * module, link_state_t * state) in copy_role_allow_list()
1417 policy_module_t * module, in copy_filename_trans_list()
1500 policy_module_t * module, link_state_t * state) in copy_cond_list()
1613 policy_module_t * module, link_state_t * state) in copy_scope_index()
1617 ebitmap_node_t *node; in copy_scope_index() local
1663 static int copy_avrule_decl(link_state_t * state, policy_module_t * module, in copy_avrule_decl()
1708 static int copy_avrule_block(link_state_t * state, policy_module_t * module, in copy_avrule_block()
[all …]
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/
Dpackage.json6 "module": "./index.mjs", string
63 "node": ">=8" string
/third_party/python/Python/
Dsysmodule.c422 sys_addaudithook_impl(PyObject *module, PyObject *hook) in sys_addaudithook_impl()
554 PyObject *module = PyImport_Import(modulepath); in sys_breakpointhook() local
675 sys_displayhook(PyObject *module, PyObject *o) in sys_displayhook()
741 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
761 sys_exception_impl(PyObject *module) in sys_exception_impl()
782 sys_exc_info_impl(PyObject *module) in sys_exc_info_impl()
808 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
830 sys_exit_impl(PyObject *module, PyObject *status) in sys_exit_impl()
847 sys_getdefaultencoding_impl(PyObject *module) in sys_getdefaultencoding_impl()
863 sys_getfilesystemencoding_impl(PyObject *module) in sys_getfilesystemencoding_impl()
[all …]
/third_party/libfuse/lib/
Dfuse.c135 struct node { struct
136 struct node *name_next; argument
137 struct node *id_next; argument
138 fuse_ino_t nodeid; argument
141 struct node *parent; argument
159 struct node node; argument
243 static int fuse_load_so_module(const char *module) in fuse_load_so_module()
291 static struct fuse_module *fuse_find_module(const char *module) in fuse_find_module()
303 static struct fuse_module *fuse_get_module(const char *module) in fuse_get_module()
391 static struct node_lru *node_lru(struct node *node) in node_lru()
[all …]
/third_party/node/deps/npm/node_modules/foreground-child/
Dpackage.json6 "module": "./dist/mjs/index.js", string
24 "node": ">=14" string
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
Dpackage.json7 "module": "./esm/mod.js", string
70 "node": ">= 4.9.1" string

123