Home
last modified time | relevance | path

Searched defs:node (Results 101 – 125 of 8398) sorted by relevance

12345678910>>...336

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.cc69 bool IsShapeConsumer(const NodeDef& node) { in IsShapeConsumer()
128 string AsControlDependency(const NodeDef& node) { in AsControlDependency()
139 bool NodeIsOnCpu(const NodeDef* node) { in NodeIsOnCpu()
145 bool NodeIsOnGpu(const NodeDef* node) { in NodeIsOnGpu()
151 int NumOutputs(const NodeDef& node, GraphDef* graph) { in NumOutputs()
176 bool HasControlInputs(const NodeDef& node) { in HasControlInputs()
184 bool HasRegularInputs(const NodeDef& node) { in HasRegularInputs()
192 int NumNonControlInputs(const NodeDef& node) { in NumNonControlInputs()
203 int NumControlInputs(const NodeDef& node) { in NumControlInputs()
214 bool HasRegularOutputs(const NodeDef& node, const NodeMap& node_map) { in HasRegularOutputs()
[all …]
/aosp_15_r20/external/skia/src/xml/
H A DSkDOM.cpp17 bool SkXMLParser::parse(const SkDOM& dom, const SkDOMNode* node) { in parse()
80 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const { in getFirstChild() argument
94 const SkDOM::Node* SkDOM::getNextSibling(const Node* node, const char name[]) const { in getNextSibling() argument
117 const char* SkDOM::findAttr(const Node* node, const char name[]) const { in findAttr() argument
137 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const { in getNextAttr() argument
145 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const { in getAttrName() argument
151 const char* SkDOM::getAttrValue(const Node* node, const Attr* attr) const { in getAttrValue() argument
159 SkDOM::AttrIter::AttrIter(const SkDOM&, const SkDOM::Node* node) { in AttrIter()
208 SkDOM::Node* node = fAlloc->make<SkDOM::Node>(); in flushAttributes() local
309 static void walk_dom(const SkDOM& dom, const SkDOM::Node* node, SkXMLParser* parser) { in walk_dom()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c62 static bool gpir_instr_check_acc_same_op(gpir_instr *instr, gpir_node *node, int slot) in gpir_instr_check_acc_same_op()
75 static int gpir_instr_get_consume_slot(gpir_instr *instr, gpir_node *node) in gpir_instr_get_consume_slot()
90 static bool gpir_instr_insert_alu_check(gpir_instr *instr, gpir_node *node) in gpir_instr_insert_alu_check()
159 static void gpir_instr_remove_alu(gpir_instr *instr, gpir_node *node) in gpir_instr_remove_alu()
184 static bool gpir_instr_insert_reg0_check(gpir_instr *instr, gpir_node *node) in gpir_instr_insert_reg0_check()
208 static void gpir_instr_remove_reg0(gpir_instr *instr, gpir_node *node) in gpir_instr_remove_reg0()
215 static bool gpir_instr_insert_reg1_check(gpir_instr *instr, gpir_node *node) in gpir_instr_insert_reg1_check()
234 static void gpir_instr_remove_reg1(gpir_instr *instr, gpir_node *node) in gpir_instr_remove_reg1()
239 static bool gpir_instr_insert_mem_check(gpir_instr *instr, gpir_node *node) in gpir_instr_insert_mem_check()
263 static void gpir_instr_remove_mem(gpir_instr *instr, gpir_node *node) in gpir_instr_remove_mem()
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRemoveSwitchFallThrough.cpp90 void RemoveSwitchFallThroughTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol()
98 void RemoveSwitchFallThroughTraverser::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion()
106 bool RemoveSwitchFallThroughTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration()
113 bool RemoveSwitchFallThroughTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary()
120 bool RemoveSwitchFallThroughTraverser::visitUnary(Visit, TIntermUnary *node) in visitUnary()
127 bool RemoveSwitchFallThroughTraverser::visitTernary(Visit, TIntermTernary *node) in visitTernary()
134 bool RemoveSwitchFallThroughTraverser::visitSwizzle(Visit, TIntermSwizzle *node) in visitSwizzle()
141 bool RemoveSwitchFallThroughTraverser::visitIfElse(Visit, TIntermIfElse *node) in visitIfElse()
148 bool RemoveSwitchFallThroughTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch()
202 bool RemoveSwitchFallThroughTraverser::visitCase(Visit, TIntermCase *node) in visitCase()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dpackage-lock.json33 "node": ">=12" string
54 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" string
72 "node": ">=10.10.0" string
82 "node": ">=12.22" string
102 "node": ">=6.0.0" string
131 "node": ">= 8" string
140 "node": ">= 8" string
153 "node": ">= 8" string
161 "node": ">= 10" string
246 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" string
[all …]
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DMethodCoverageImplTest.java28 MethodCoverageImpl node = new MethodCoverageImpl("emptySet", in testProperties() local
40 ICoverageNode node = new MethodCoverageImpl("sample", "()V", null); in testEmptyMethod() local
52 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementMissedInstructions() local
62 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementCoveredInstructions() local
72 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity1() local
79 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity2() local
88 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity3() local
97 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity4() local
106 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity5() local
115 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity6() local
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcgraph.h769 cgraph (symtab_node node) in cgraph()
777 varpool (symtab_node node) in varpool()
801 cgraph_node_asm_name(struct cgraph_node *node) in cgraph_node_asm_name()
808 varpool_node_asm_name(struct varpool_node *node) in varpool_node_asm_name()
815 cgraph_node_name(struct cgraph_node *node) in cgraph_node_name()
822 varpool_node_name(struct varpool_node *node) in varpool_node_name()
828 #define FOR_EACH_SYMBOL(node) \ argument
836 symtab_node node; in varpool_first_variable() local
845 varpool_next_variable (struct varpool_node *node) in varpool_next_variable()
854 #define FOR_EACH_VARIABLE(node) \ argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py130 def ImportAndCall(node, results, names): argument
158 def is_tuple(node): argument
170 def is_list(node): argument
184 def parenthesize(node): argument
229 def in_special_context(node): argument
248 def is_probably_builtin(node): argument
271 def find_indentation(node): argument
285 def make_suite(node): argument
294 def find_root(node): argument
303 def does_tree_import(package, name, node): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/
Dfixer_util.py130 def ImportAndCall(node, results, names): argument
158 def is_tuple(node): argument
170 def is_list(node): argument
184 def parenthesize(node): argument
229 def in_special_context(node): argument
248 def is_probably_builtin(node): argument
271 def find_indentation(node): argument
285 def make_suite(node): argument
294 def find_root(node): argument
303 def does_tree_import(package, name, node): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/
Dfixer_util.py130 def ImportAndCall(node, results, names): argument
158 def is_tuple(node): argument
170 def is_list(node): argument
184 def parenthesize(node): argument
229 def in_special_context(node): argument
248 def is_probably_builtin(node): argument
271 def find_indentation(node): argument
285 def make_suite(node): argument
294 def find_root(node): argument
303 def does_tree_import(package, name, node): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/
Dfixer_util.py130 def ImportAndCall(node, results, names): argument
158 def is_tuple(node): argument
170 def is_list(node): argument
184 def parenthesize(node): argument
229 def in_special_context(node): argument
248 def is_probably_builtin(node): argument
271 def find_indentation(node): argument
285 def make_suite(node): argument
294 def find_root(node): argument
303 def does_tree_import(package, name, node): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/
Dfixer_util.py130 def ImportAndCall(node, results, names): argument
158 def is_tuple(node): argument
170 def is_list(node): argument
184 def parenthesize(node): argument
229 def in_special_context(node): argument
248 def is_probably_builtin(node): argument
271 def find_indentation(node): argument
285 def make_suite(node): argument
294 def find_root(node): argument
303 def does_tree_import(package, name, node): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dast.py52 def _convert(node): argument
83 def dump(node, annotate_fields=True, include_attributes=False): argument
92 def _format(node): argument
125 def fix_missing_locations(node): argument
133 def _fix(node, lineno, col_offset): argument
150 def increment_lineno(node, n=1): argument
161 def iter_fields(node): argument
173 def iter_child_nodes(node): argument
187 def get_docstring(node, clean=True): argument
203 def walk(node): argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/docutils/writers/html4_refdoc/
D__init__.py40 def visit_section( self, node ): argument
47 def depart_section( self, node ): argument
54 def visit_title( self, node ): argument
63 def depart_title( self, node ): argument
72 def visit_table(self, node): argument
78 def visit_reference(self, node): argument
89 def depart_reference(self, node): argument
94 def visit_literal(self, node): argument
128 def visit_literal_block(self, node): argument
132 def depart_literal_block(self, node): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dsymbols.py219 def visitModule(self, node): argument
225 def visitFunction(self, node, parent): argument
239 def visitGenExpr(self, node, parent): argument
250 def visitGenExprInner(self, node, scope): argument
256 def visitGenExprFor(self, node, scope): argument
262 def visitGenExprIf(self, node, scope): argument
265 def visitLambda(self, node, parent, assign=0): argument
292 def visitClass(self, node, parent): argument
315 def visitName(self, node, scope, assign=0): argument
323 def visitFor(self, node, scope): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/
H A Dast_edits.py66 def get_arg_value(node, arg_name, arg_pos=None): argument
105 def uses_star_args_in_call(node): argument
129 def uses_star_kwargs_in_call(node): argument
153 def uses_star_args_or_kwargs_in_call(node): argument
249 def visit(self, node): argument
323 def _get_full_name(self, node): argument
345 def _maybe_add_warning(self, node, full_name): argument
357 def _maybe_add_module_deprecation_warning(self, node, full_name, whole_name): argument
371 def _maybe_add_call_warning(self, node, full_name, name): argument
415 def _maybe_rename(self, parent, node, full_name): argument
[all …]
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/
H A Dserializer.py911 def add_node(self, node): argument
919 def _identity(self, node): argument
924 def add_getattr(self, node): argument
935 def add_constant_node(self, node): argument
943 def add_list_construct(self, node): argument
971 def add_tuple_construct(self, node): argument
977 def add_unsqueeze(self, node): argument
1001 def add_to(self, node): argument
1005 def add_reshape(self, node): argument
1036 def add_flatten(self, node): argument
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_dt.c57 bool fdt_check_node(int node) in fdt_check_node()
70 uint8_t fdt_get_status(int node) in fdt_get_status()
99 static int fdt_get_node_parent_address_cells(int node) in fdt_get_node_parent_address_cells()
119 int node; in dt_set_stdout_pinctrl() local
132 void dt_fill_device_info(struct dt_node_info *info, int node) in dt_fill_device_info()
170 int node; in dt_get_node() local
188 int node; in dt_get_stdout_uart_info() local
207 int node; in dt_match_instance_by_compatible() local
234 int node; in dt_get_ddr_size() local
277 int node = fdt_node_offset_by_compatible(fdt, -1, DT_PWR_COMPAT); in dt_get_vdd_regulator() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.c19 xml_node_t *node; in get_node_uri_iter() local
50 xml_node_t *node; in get_node_uri() local
67 xml_node_t *node; in get_node_iter() local
93 xml_node_t *node; in get_node() local
109 xml_node_t *node; in get_child_node() local
125 xml_node_t *node; in node_from_file() local
169 int node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) in node_to_file()
192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) in get_val()
230 xml_node_t *node; in node_to_tnds() local
264 xml_node_t *node; in add_ddfname() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c30 static bool ppir_lower_const(ppir_block *block, ppir_node *node) in ppir_lower_const()
83 static bool ppir_lower_swap_args(ppir_block *block, ppir_node *node) in ppir_lower_swap_args()
98 static bool ppir_lower_load(ppir_block *block, ppir_node *node) in ppir_lower_load()
145 static bool ppir_lower_ddxy(ppir_block *block, ppir_node *node) in ppir_lower_ddxy()
163 static bool ppir_lower_texture(ppir_block *block, ppir_node *node) in ppir_lower_texture()
199 static bool ppir_lower_select(ppir_block *block, ppir_node *node) in ppir_lower_select()
275 static bool ppir_lower_fold_src_mod(ppir_block *block, ppir_node *node) in ppir_lower_fold_src_mod()
349 static bool ppir_lower_abs(ppir_block *block, ppir_node *node) in ppir_lower_abs()
367 static bool ppir_lower_neg(ppir_block *block, ppir_node *node) in ppir_lower_neg()
384 static bool ppir_lower_fold_dest_mod(ppir_block *block, ppir_node *node, ppir_outmod mod) in ppir_lower_fold_dest_mod()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Dlibdram.c67 static void bdk_dram_clear_mem(bdk_node_t node) in bdk_dram_clear_mem()
95 static void bdk_dram_clear_ecc(bdk_node_t node) in bdk_dram_clear_ecc()
105 static void bdk_dram_enable_ecc_reporting(bdk_node_t node) in bdk_dram_enable_ecc_reporting()
125 static void bdk_dram_disable_ecc_reporting(bdk_node_t node) in bdk_dram_disable_ecc_reporting()
146 static int bdk_libdram_tune_node(int node) in bdk_libdram_tune_node()
229 static int bdk_libdram_maybe_tune_node(int node) in bdk_libdram_maybe_tune_node()
281 int libdram_config(int node, const dram_config_t *dram_config, int ddr_clock_override) in libdram_config()
429 int libdram_tune(int node) in libdram_tune()
491 int libdram_margin_write_voltage(int node) in libdram_margin_write_voltage()
516 int libdram_margin_read_voltage(int node) in libdram_margin_read_voltage()
[all …]
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py137 def is_tuple(node): argument
149 def is_list(node): argument
163 def parenthesize(node): argument
208 def in_special_context(node): argument
227 def is_probably_builtin(node): argument
250 def find_indentation(node): argument
264 def make_suite(node): argument
273 def find_root(node): argument
282 def does_tree_import(package, name, node): argument
290 def is_import(node): argument
[all …]
/aosp_15_r20/external/pigweed/
H A Dpackage-lock.json96 "node": ">=0.10.0" string
110 "node": ">=6.0.0" string
125 "node": ">=6.9.0" string
135 "node": ">=6.9.0" string
162 "node": ">=6.9.0" string
191 "node": ">=6.9.0" string
206 "node": ">=6.0.0" string
222 "node": ">=6.9.0" string
245 "node": ">=6.9.0" string
259 "node": ">=6.9.0" string
[all …]
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
H A DCollationBuilder.java130 long node = nodes.elementAti(index); in addReset() local
238 private int getWeight16Before(int index, long node, int level) { in getWeight16Before()
297 long node = nodes.elementAti(index); in getSpecialResetPosition() local
315 long node = nodes.elementAti(index); in getSpecialResetPosition() local
377 long node = nodes.elementAti(index); in getSpecialResetPosition() local
593 long node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode() local
637 long node = nodes.elementAti(index); in findOrInsertWeakNode() local
1473 private static long weight32FromNode(long node) { in weight32FromNode()
1476 private static int weight16FromNode(long node) { in weight16FromNode()
1479 private static int previousIndexFromNode(long node) { in previousIndexFromNode()
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java134 long node = nodes.elementAti(index); in addReset() local
242 private int getWeight16Before(int index, long node, int level) { in getWeight16Before()
301 long node = nodes.elementAti(index); in getSpecialResetPosition() local
319 long node = nodes.elementAti(index); in getSpecialResetPosition() local
381 long node = nodes.elementAti(index); in getSpecialResetPosition() local
597 long node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode() local
641 long node = nodes.elementAti(index); in findOrInsertWeakNode() local
1477 private static long weight32FromNode(long node) { in weight32FromNode()
1480 private static int weight16FromNode(long node) { in weight16FromNode()
1483 private static int previousIndexFromNode(long node) { in previousIndexFromNode()
[all …]

12345678910>>...336