/aosp_15_r20/external/python/cpython2/Lib/compiler/ |
D | transformer.py | 145 def compile_node(self, node): argument 169 def single_input(self, node): argument 797 def lookup_node(self, node): argument 800 def com_node(self, node): argument 863 def com_fpdef(self, node): argument 869 def com_fplist(self, node): argument 878 def com_dotted_name(self, node): argument 886 def com_dotted_as_name(self, node): argument 896 def com_dotted_as_names(self, node): argument 904 def com_import_as_name(self, node): argument [all …]
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | commonRef.c | 100 getLocalRef(JNIEnv *env, const RefNode* node) { in getLocalRef() 123 RefNode* node = (RefNode*)jlong_to_ptr(tag); in commonRef_handleFreedObject() local 158 RefNode *node; in createNode() local 195 deleteNode(JNIEnv *env, RefNode *node) in deleteNode() 236 strengthenNode(JNIEnv *env, RefNode *node) in strengthenNode() 262 weakenNode(JNIEnv *env, RefNode *node) in weakenNode() 286 RefNode *node; in findNodeByRef() local 301 RefNode *node; in deleteNodeByID() local 336 RefNode *node; in findNodeByID() local 375 hashIn(RefNode *node) in hashIn() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
H A D | DOM2DTM.java | 182 protected int addNode(Node node, int parentIndex, in addNode() 664 private int getHandleFromNode(Node node) in getHandleFromNode() 703 public int getHandleOfNode(Node node) in getHandleOfNode() 781 Node node = lookupNode(identity); in getAttributeNode() local 816 Node node = getNode(nodeHandle); in getStringValue() local 871 Node node = getNode(nodeHandle); in isWhitespace() local 916 protected static void getNodeData(Node node, FastStringBuffer buf) in getNodeData() 958 Node node = getNode(nodeHandle); in getNodeName() local 982 Node node = getNode(nodeHandle); in getNodeNameX() local 1001 Node node = getNode(nodeHandle); in getNodeNameX() local [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | ShadowDOM.js | 116 function getWrapperConstructor(node, opt_instance) { argument 241 function GeneratedWrapper(node) { argument 282 function rewrap(node, wrapper) { argument 576 function registerTransientObservers(ancestor, node) { argument 691 this.nodes_.forEach(function(node) { argument 716 addTransientObserver: function(node) { argument 765 function setTreeScope(node, treeScope) { argument 776 function getTreeScope(node) { argument 814 function isShadowRoot(node) { argument 817 function rootOfNode(node) { argument [all …]
|
H A D | webcomponents.js | 162 function getWrapperConstructor(node, opt_instance) { argument 287 function GeneratedWrapper(node) { argument 328 function rewrap(node, wrapper) { argument 619 function registerTransientObservers(ancestor, node) { argument 734 this.nodes_.forEach(function(node) { argument 759 addTransientObserver: function(node) { argument 807 function setTreeScope(node, treeScope) { argument 818 function getTreeScope(node) { argument 855 function isShadowRoot(node) { argument 858 function rootOfNode(node) { argument [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/oned/ |
H A D | IntervalsSet.java | 244 BSPTree<Euclidean1D> node = getTree(false); in getInf() local 261 BSPTree<Euclidean1D> node = getTree(false); in getSup() local 367 BSPTree<Euclidean1D> node = getTree(false); in getFirstIntervalBoundary() local 388 private boolean isIntervalStart(final BSPTree<Euclidean1D> node) { in isIntervalStart() 410 private boolean isIntervalEnd(final BSPTree<Euclidean1D> node) { in isIntervalEnd() 433 private BSPTree<Euclidean1D> nextInternalNode(BSPTree<Euclidean1D> node) { in nextInternalNode() 453 private BSPTree<Euclidean1D> previousInternalNode(BSPTree<Euclidean1D> node) { in previousInternalNode() 472 private BSPTree<Euclidean1D> leafBefore(BSPTree<Euclidean1D> node) { in leafBefore() 487 private BSPTree<Euclidean1D> leafAfter(BSPTree<Euclidean1D> node) { in leafAfter() 502 private boolean isBeforeParent(final BSPTree<Euclidean1D> node) { in isBeforeParent() [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/memory_tracker/ |
H A D | graph_processor.cc | 45 std::optional<uint64_t> GetSizeEntryOfNode(Node* node) { in GetSizeEntryOfNode() 146 while (Node* node = it.next()) { in CalculateSizesForGraph() local 154 while (Node* node = it.next()) { in CalculateSizesForGraph() local 163 while (Node* node = it.next()) { in CalculateSizesForGraph() local 172 while (Node* node = it.next()) { in CalculateSizesForGraph() local 180 while (Node* node = it.next()) { in CalculateSizesForGraph() local 247 Node* node = global_to_shared_edges.first; in ComputeSharedFootprintFromGraph() local 280 Node* node; in CollectAllocatorNodes() local 341 void GraphProcessor::MarkImplicitWeakParentsRecursively(Node* node) { in MarkImplicitWeakParentsRecursively() 371 Node* node, in MarkWeakOwnersAndChildrenRecursively() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | arithmetic_optimizer.cc | 75 bool ValuesFromConstNode(const NodeDef& node, std::vector<T>* values) { in ValuesFromConstNode() 117 bool MaybeAddControlInput(const string& new_input, NodeDef* node, in MaybeAddControlInput() 135 void SetDataTypeToAttr(DataType dtype, const string& attr_name, NodeDef* node) { in SetDataTypeToAttr() 140 const NodeDef& node, const NodeMap& node_map, in GetTailOfValuePreservingChain() 142 auto is_value_preserving_non_branching = [&](const NodeDef& node) { in GetTailOfValuePreservingChain() 151 const NodeDef& node, const NodeMap& node_map, in GetTailOfIdempotentChain() 153 auto is_idempotent_non_branching = [&](const NodeDef& node) { in GetTailOfIdempotentChain() 197 bool NodeIsOnCpu(const NodeDef& node) { in NodeIsOnCpu() 206 bool AllRegularInputsEqual(const NodeDef& node) { in AllRegularInputsEqual() 220 void ReplaceWithNoOp(NodeDef* node, const GraphOptimizerContext& ctx) { in ReplaceWithNoOp() [all …]
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/ |
H A D | package-lock.json | 54 "node": ">=12.17" string 63 "node": ">=12.17" string 72 "node": ">=0.10.0" string 90 "node": ">=6.9.0" string 104 "node": ">=6.9.0" string 116 "node": ">=4" string 130 "node": ">=4" string 154 "node": ">=0.8.0" string 163 "node": ">=4" string 175 "node": ">=4" string [all …]
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | node_record.c | 272 const sepol_node_t * node, in sepol_node_key_extract() 314 int sepol_node_compare(const sepol_node_t * node, const sepol_node_key_t * key) in sepol_node_compare() 332 int sepol_node_compare2(const sepol_node_t * node, const sepol_node_t * node2) in sepol_node_compare2() 353 const sepol_node_t * node, char **addr) in sepol_node_get_addr() 375 const sepol_node_t * node, in sepol_node_get_addr_bytes() 393 sepol_node_t * node, int proto, const char *addr) in sepol_node_set_addr() 418 sepol_node_t * node, in sepol_node_set_addr_bytes() 438 const sepol_node_t * node, char **mask) in sepol_node_get_mask() 460 const sepol_node_t * node, in sepol_node_get_mask_bytes() 478 sepol_node_t * node, int proto, const char *mask) in sepol_node_set_mask() [all …]
|
/aosp_15_r20/development/tools/winscope/src/trace/tree_node/ |
H A D | property_tree_node_factory_test.ts | 32 const node = factory.makePropertyRoot( constant 48 const node = factory.makeProtoProperty('1 rootName', 'name', 'rootName'); constant 61 const node = factory.makeProtoProperty('1 rootName', 'id', 1); constant 74 const node = factory.makeProtoProperty('1 rootName', 'isPresent', true); constant 87 const node = factory.makeProtoProperty( constant 105 const node = factory.makeProtoProperty( constant 126 const node = factory.makeProtoProperty( constant 148 const node = factory.makeProtoProperty( constant 175 const node = factory.makeProtoProperty( constant 201 const node = factory.makeCalculatedProperty( constant [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | ast_util.py | 33 def copy(self, node): argument 59 def copy_clean(node, preserve_annos=None): argument 81 def _process_name_node(self, node): argument 102 def visit_Nonlocal(self, node): argument 106 def visit_Global(self, node): argument 110 def visit_Name(self, node): argument 113 def visit_Attribute(self, node): argument 119 def visit_FunctionDef(self, node): argument 126 def rename_symbols(node, name_map): argument 154 def compare_and_visit(self, node, pattern): argument [all …]
|
H A D | transformer_test.py | 54 def visit(self, node): argument 59 def visit_While(self, node): argument 65 def visit_If(self, node): argument 122 def visit(self, node): argument 126 def visit_If(self, node): argument 155 def _process_body_item(self, node): argument 164 def visit_FunctionDef(self, node): argument 189 def visit_If(self, node): argument 227 def visit_If(self, node): argument 250 def visit_If(self, node): argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | master.rs | 84 node: Arc<Mutex<MasterInternal>>, field 105 fn node(&self) -> MutexGuard<MasterInternal> { in node() method 145 let mut node = self.node(); in set_hdr_flags() localVariable 153 let mut node = self.node(); in get_features() localVariable 162 let mut node = self.node(); in set_features() localVariable 173 let mut node = self.node(); in set_owner() localVariable 179 let mut node = self.node(); in reset_owner() localVariable 200 let mut node = self.node(); in set_mem_table() localVariable 216 let mut node = self.node(); in set_log_base() localVariable 240 let mut node = self.node(); in set_log_fd() localVariable [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | lists.py | 50 def visit_List(self, node): argument 57 def _replace_append_call(self, node): argument 68 def _replace_pop_call(self, node): argument 107 def _replace_stack_call(self, node): argument 127 def visit_Call(self, node): argument 186 def _postprocess_statement(self, node): argument 205 def visit_FunctionDef(self, node): argument 211 def visit_For(self, node): argument 217 def visit_While(self, node): argument 223 def visit_If(self, node): argument [all …]
|
/aosp_15_r20/system/libufdt/ |
H A D | ufdt_node.c | 52 void ufdt_node_destruct(struct ufdt_node *node, struct ufdt_node_pool *pool) { in ufdt_node_destruct() 93 struct ufdt_node *ufdt_node_get_subnode_by_name_len(const struct ufdt_node *node, in ufdt_node_get_subnode_by_name_len() 102 struct ufdt_node *ufdt_node_get_subnode_by_name(const struct ufdt_node *node, in ufdt_node_get_subnode_by_name() 108 const struct ufdt_node *node, const char *name, int len) { in ufdt_node_get_property_by_name_len() 118 struct ufdt_node *ufdt_node_get_property_by_name(const struct ufdt_node *node, in ufdt_node_get_property_by_name() 123 char *ufdt_node_get_fdt_prop_data(const struct ufdt_node *node, int *out_len) { in ufdt_node_get_fdt_prop_data() 140 char *ufdt_node_get_fdt_prop_data_by_name_len(const struct ufdt_node *node, in ufdt_node_get_fdt_prop_data_by_name_len() 147 char *ufdt_node_get_fdt_prop_data_by_name(const struct ufdt_node *node, in ufdt_node_get_fdt_prop_data_by_name() 161 uint32_t ufdt_node_get_phandle(const struct ufdt_node *node) { in ufdt_node_get_phandle() 176 struct ufdt_node *ufdt_node_get_node_by_path_len(const struct ufdt_node *node, in ufdt_node_get_node_by_path_len() [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 71 TIntermSymbol* node = new TIntermSymbol(id, name, type); in addSymbol() local 139 TIntermTyped *node = addBinaryMath(op, left, right, loc); in addBinaryMath() local 154 TIntermTyped *node = addBinaryMath(op, left, right, loc); in addBinaryMath() local 171 TIntermTyped *node = addBinaryMath(EOpDiv, left, size, loc); in addBinaryMath() local 196 TIntermBinary* node = addBinaryNode(op, left, right, loc); in addBinaryMath() local 234 TIntermBinary* node = new TIntermBinary(op); in addBinaryNode() local 248 TIntermBinary* node = addBinaryNode(op, left, right, loc); in addBinaryNode() local 258 TIntermUnary* node = new TIntermUnary(op); in addUnaryNode() local 271 TIntermUnary* node = addUnaryNode(op, child, loc); in addUnaryNode() local 298 TIntermTyped* node = addBinaryMath(op == EOpAddAssign ? EOpAdd : EOpSub, left, right, loc); in addAssign() local [all …]
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | lombok-ast-0.2.3.jar | ... .Node child
void addDanglingNode (lombok.ast.Node)
lombok.ast.Node dangling
void removeDanglingNode ( ... |
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 893 string_node_t *node; in _string_list_append_item() local 912 string_node_t *node; in _string_list_contains() local 933 string_node_t *node, *dup; in _string_list_has_duplicate() local 952 string_node_t *node; in _string_list_length() local 1004 argument_node_t *node; in _argument_list_append() local 1024 argument_node_t *node; in _argument_list_length() local 1038 argument_node_t *node; in _argument_list_member_at() local 1099 token_node_t *node; in _token_list_prepend() local 1111 token_node_t *node; in _token_list_append() local 1148 token_node_t *node; in _token_list_copy() local [all …]
|
/aosp_15_r20/external/libaom/tools/txfm_analyzer/ |
H A D | txfm_graph.cc | 182 void add_node(Node *node, int stage_num, int node_num, int stage_idx, in add_node() 198 void connect_node(Node *node, int stage_num, int node_num, int stage_idx, in connect_node() 222 void propagate(Node *node, int stage_num, int node_num, int stage_idx) { in propagate() 255 void graph_reset_visited(Node *node, int stage_num, int node_num) { in graph_reset_visited() 264 void estimate_value(Node *node, int stage_num, int node_num, int stage_idx, in estimate_value() 279 void amplify_value(Node *node, int stage_num, int node_num, int stage_idx, in amplify_value() 285 void propagate_estimate_amlify(Node *node, int stage_num, int node_num, in propagate_estimate_amlify() 294 void init_graph(Node *node, int stage_num, int node_num) { in init_graph() 309 void gen_B_graph(Node *node, int stage_num, int node_num, int stage_idx, in gen_B_graph() 335 void gen_P_graph(Node *node, int stage_num, int node_num, int stage_idx, in gen_P_graph() [all …]
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | rankings.cc | 185 void UpdateTimes(disk_cache::CacheRankingsBlock* node, bool modified) { in UpdateTimes() 202 CacheRankingsBlock* node) in ScopedRankingsBlock() 209 for (auto* node : nodes) { in Reset() local 250 void Rankings::Insert(CacheRankingsBlock* node, bool modified, List list) { in Insert() 322 void Rankings::Remove(CacheRankingsBlock* node, List list, bool strict) { in Remove() 406 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) { in UpdateRank() 418 CacheRankingsBlock* Rankings::GetNext(CacheRankingsBlock* node, List list) { in GetNext() 451 CacheRankingsBlock* Rankings::GetPrev(CacheRankingsBlock* node, List list) { in GetPrev() 484 void Rankings::FreeRankingsBlock(CacheRankingsBlock* node) { in FreeRankingsBlock() 488 void Rankings::TrackRankingsBlock(CacheRankingsBlock* node, in TrackRankingsBlock() [all …]
|
/aosp_15_r20/development/cmds/monkey/src/com/android/commands/monkey/ |
H A D | MonkeySourceNetworkViews.java | 77 public MonkeyCommandReturn query(AccessibilityNodeInfo node, List<String> args); in query() 164 AccessibilityNodeInfo node = sUiTestAutomationBridge.getRootInActiveWindow(); in translateCommand() local 202 AccessibilityNodeInfo node; in translateCommand() local 245 AccessibilityNodeInfo node = sUiTestAutomationBridge.getRootInActiveWindow(); in translateCommand() local 290 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() 312 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() 336 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() 350 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() 365 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() 380 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | graph_view.cc | 44 const NodeDef* NodeView::node() const { in node() function in tensorflow::grappler::utils::NodeView 89 for (const NodeDef& node : graph->node()) { in GraphView() local 110 bool GraphView::AddUniqueNodeInternal(const NodeDef* node) { in AddUniqueNodeInternal() 122 const NodeDef* node = node_view->node(); in CheckAndAddFaninsInternal() local 179 NodeDef* MutableNodeView::node() const { in node() function in tensorflow::grappler::utils::MutableNodeView 225 MutationNewNode Mutation::AddNode(NodeDef&& node, Status* status) { in AddNode() 265 MutableNodeView* node, in AddMutation() 280 void Mutation::RemoveNode(MutableNodeView* node) { in RemoveNode() 295 void Mutation::UpdateNodeName(MutableNodeView* node, absl::string_view name) { in UpdateNodeName() 301 void Mutation::UpdateNodeName(const MutationNewNode& node, in UpdateNodeName() [all …]
|
/aosp_15_r20/external/trusty/lk/hosttests/listtest/ |
D | list_test.cpp | 41 struct list_node *node; in CheckListArray() local 230 struct list_node *node = list_remove_head(&list); in TEST() local 247 struct list_node *node = list_remove_tail(&list); in TEST() local 264 struct list_node *node = list_peek_head(&list); in TEST() local 270 struct list_node *node = list_peek_head(&list); in TEST() local 280 struct list_node *node = list_peek_tail(&list); in TEST() local 286 struct list_node *node = list_peek_tail(&list); in TEST() local 296 struct list_node *node = list_prev(&list, &item1); in TEST() local 306 struct list_node *node = list_prev(&list, &item2); in TEST() local 315 struct list_node *node = list_prev_wrap(&list, &item1); in TEST() local [all …]
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | blank_line_calculator.py | 67 def Visit_simple_stmt(self, node): # pylint: disable=invalid-name argument 72 def Visit_decorator(self, node): # pylint: disable=invalid-name argument 82 def Visit_classdef(self, node): # pylint: disable=invalid-name argument 92 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument 108 def DefaultNodeVisit(self, node): argument 124 def _SetBlankLinesBetweenCommentAndClassFunc(self, node): argument 155 def _GetNumNewlines(self, node): argument 162 def _IsTopLevel(self, node): argument 167 def _SetNumNewlines(node, num_newlines): argument 172 def _StartsInZerothColumn(node): argument [all …]
|