/third_party/node/test/addons/buffer-free-callback/ |
H A D | binding.cc | 1 #include <node.h> 24 args.GetReturnValue().Set(node::Buffer::New( in Alloc()
|
/third_party/node/tools/msvs/ |
H A D | nodevars.bat | 10 set print_version=.\node.exe -p -e "process.versions.node + ' (' + process.arch + ')'"
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-operator-reducer.h | 42 Reduction Reduce(Node* node) final; 45 Reduction Change(Node* node, const Operator* op, Node* a);
|
H A D | wasm-compiler.h | 300 bool ThrowsException(Node* node, Node** if_success, Node** if_exception); 323 void TrapIfEq32(wasm::TrapReason reason, Node* node, int32_t val, 325 void ZeroCheck32(wasm::TrapReason reason, Node* node, 327 void TrapIfEq64(wasm::TrapReason reason, Node* node, int64_t val, 329 void ZeroCheck64(wasm::TrapReason reason, Node* node, 349 // real arguments for this call. This signature gets stored in the Call node 377 Node* Invert(Node* node); 413 static void PrintDebugName(Node* node); 417 Node* SetEffect(Node* node); 418 Node* SetControl(Node* node); [all...] |
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_set_literal.py | 27 def transform(self, node, results): 44 maker.prefix = node.prefix
|
H A D | fix_apply.py | 31 def transform(self, node, results): 46 prefix = node.prefix
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorPool.hpp | 47 bool operator<(const Node &node) const { return set < node.set; } in operator <()
|
/third_party/python/Doc/tools/extensions/ |
H A D | glossary_search.py | 28 for node in doctree.traverse(glossary): 29 for glossary_item in node.traverse(definition_list_item):
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGFe.h | 20 static bool IsFilterEffect(const sk_sp<SkSVGNode>& node) { in IsFilterEffect() argument 21 switch (node->tag()) { in IsFilterEffect()
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | gen.rs | 14 node: fn(&mut TokenStream, &mut TokenStream, &Node, &Definitions), in traverse() 33 node(&mut traits, &mut impls, &s, defs); in traverse()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 479 foreach_list_typed(nir_cf_node, node, node, &func->impl->body) { in process() 480 if (!process_cf_node(node)) in process() 622 bool Shader::process_cf_node(nir_cf_node *node) in process_cf_node() argument 626 switch (node->type) { in process_cf_node() 628 return process_block(nir_cf_node_as_block(node)); in process_cf_node() 630 return process_if(nir_cf_node_as_if(node)); in process_cf_node() 632 return process_loop(nir_cf_node_as_loop(node)); in process_cf_node() 647 foreach_list_typed(nir_cf_node, n, node, &list) { in child_block_empty() 666 foreach_list_typed(nir_cf_node, n, node, in process_if() 725 process_loop(nir_loop *node) process_loop() argument [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra.c | 108 set_class(unsigned *classes, unsigned node, unsigned class) in set_class() argument 110 if (node < SSA_FIXED_MINIMUM && class != classes[node]) { in set_class() 111 assert(classes[node] == REG_CLASS_WORK); in set_class() 112 classes[node] = class; in set_class() 120 check_read_class(unsigned *classes, unsigned tag, unsigned node) in check_read_class() argument 123 if (node >= SSA_FIXED_MINIMUM) in check_read_class() 126 switch (classes[node]) { in check_read_class() 141 check_write_class(unsigned *classes, unsigned tag, unsigned node) in check_write_class() argument 144 if (node > in check_write_class() 165 mark_node_class(unsigned *bitfield, unsigned node) mark_node_class() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | diff.c | 469 static int skip(struct dirtree *node) in skip() argument 472 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip() 487 static void add_to_list(struct dirtree *node) in add_to_list() argument 494 full_path = dirtree_path(node, NULL); in add_to_list() 498 static int list_dir (struct dirtree *node) in list_dir() argument 502 if (!dirtree_notdotdot(node)) return 0; in list_dir() 504 if (S_ISDIR(node->st.st_mode) && !node->parent) { //add root dirs. in list_dir() 505 add_to_list(node); in list_dir() 509 if (S_ISDIR(node in list_dir() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil.c | 383 CIL_KEY_NODE = cil_strpool_add("<node>"); in cil_init_keys() 1111 const char * cil_node_to_string(struct cil_tree_node *node) in cil_node_to_string() argument 1113 switch (node->flavor) { in cil_node_to_string() 1155 switch (((struct cil_condblock*)node->data)->flavor) { in cil_node_to_string() 1265 switch (((struct cil_avrule *)node->data)->rule_kind) { in cil_node_to_string() 1279 switch (((struct cil_avrule *)node->data)->rule_kind) { in cil_node_to_string() 1297 switch (((struct cil_type_rule *)node->data)->rule_kind) { in cil_node_to_string() 1482 struct cil_tree_node *node; in cil_cats_to_ebitmap() local 1490 node = NODE(i->data); in cil_cats_to_ebitmap() 1491 if (node in cil_cats_to_ebitmap() 1959 struct cil_tree_node *node = ast_node; cil_get_symtab() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 492 struct list_head node; member 555 struct list_head node; member 591 struct list_head node; member 663 return list_first_entry(&ir->block_list, struct ir3_block, node); in ir3_start_block() 764 list_delinit(&instr->node); in ir3_instr_move_before() 765 list_addtail(&instr->node, &after->node); in ir3_instr_move_before() 775 list_delinit(&instr->node); in ir3_instr_move_after() 776 list_add(&instr->node, &before->node); in ir3_instr_move_after() [all...] |
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 297 static void remove_node(const OffsetEdge* node, OffsetEdge** head) { in remove_node() argument 299 node->fPrev->fNext = node->fNext; in remove_node() 300 node->fNext->fPrev = node->fPrev; in remove_node() 301 if (node == *head) { in remove_node() 302 *head = (node->fNext == node) ? nullptr : node->fNext; in remove_node() 726 // insert new node a in insert() 985 IsRed(const ActiveEdge* node) IsRed() argument 989 SingleRotation(ActiveEdge* node, int dir) SingleRotation() argument 1001 DoubleRotation(ActiveEdge* node, int dir) DoubleRotation() argument [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | opp.h | 49 * @node: opp table node. The nodes are maintained throughout the lifetime 68 * @np: OPP's device node. 74 struct list_head node; member 102 * @node: list node 110 struct list_head node; member 126 * @node: table node - contains the devices with OPPs that 134 * @np: struct device_node pointer for opp's DT node 169 struct list_head node; global() member [all...] |
/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | hcs_generate_tree.c | 23 return treeStack[parentLayer].node; in GetParentNode() 61 (*treeStack)[*treeLayer].node = newNode; in UpdateTreeStack() 155 *root = treeStack[1].node; in GenerateCfgTree()
|
/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_task_queue.c | 138 DListInsertTail(&task->node, &queue->head); in HdfTaskEnqueue() 157 task = DLIST_FIRST_ENTRY(&queue->head, struct HdfTaskType, node); in HdfTaskDequeue() 158 DListRemove(&task->node); in HdfTaskDequeue()
|
/third_party/gn/src/gn/ |
H A D | import_manager.cc | 26 const ParseNode* node = g_scheduler->input_file_manager()->SyncLoadFile( in UncachedImport() local 28 if (!node) in UncachedImport() 41 node->Execute(scope.get(), err); in UncachedImport()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CharsTrieBuilder.java | 229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument 231 return write(node); in writeValueAndType() 247 intUnits[0]|=(char)node; in writeValueAndType()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CharsTrieBuilder.java | 225 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument 227 return write(node); in writeValueAndType() 243 intUnits[0]|=(char)node; in writeValueAndType()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_pipe.c | 148 list_del(&deferred_submit->node); in fd_pipe_purge() 149 list_addtail(&deferred_submit->node, &deferred_submits); in fd_pipe_purge() 156 list_del(&deferred_submit->node); in fd_pipe_purge()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_gvn.cpp | 41 bool gvn::visit(node& n, bool enter) { in visit() 147 void gvn::process_alu_src_constants(node &n, value* &v) { in process_alu_src_constants() 189 void gvn::process_op(node& n, bool rewrite) { in process_op()
|
/third_party/node/src/ |
H A D | node_external_reference.h | 11 namespace node { namespace 137 } // namespace node 143 node::ExternalReferenceRegistry* registry); 149 node::ExternalReferenceRegistry* registry) { \
|