/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | split_penalty.py | 71 def Visit(self, node): argument 75 def Visit_import_as_names(self, node): # pyline: disable=invalid-name argument 85 def Visit_classdef(self, node): # pylint: disable=invalid-name argument 97 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument 122 def Visit_lambdef(self, node): # pylint: disable=invalid-name argument 138 def Visit_parameters(self, node): # pylint: disable=invalid-name argument 148 def Visit_arglist(self, node): # pylint: disable=invalid-name argument 167 def Visit_argument(self, node): # pylint: disable=invalid-name argument 179 def Visit_tname(self, node): # pylint: disable=invalid-name argument 191 def Visit_dotted_name(self, node): # pylint: disable=invalid-name argument [all …]
|
H A D | pytree_unwrapper.py | 130 def Visit_simple_stmt(self, node): argument 151 def _VisitCompoundStatement(self, node, substatement_names): argument 175 def Visit_if_stmt(self, node): # pylint: disable=invalid-name argument 180 def Visit_while_stmt(self, node): # pylint: disable=invalid-name argument 185 def Visit_for_stmt(self, node): # pylint: disable=invalid-name argument 190 def Visit_try_stmt(self, node): # pylint: disable=invalid-name argument 195 def Visit_except_clause(self, node): # pylint: disable=invalid-name argument 200 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument 203 def Visit_async_funcdef(self, node): # pylint: disable=invalid-name argument 216 def Visit_classdef(self, node): # pylint: disable=invalid-name argument [all …]
|
/aosp_15_r20/external/python/mako/mako/ |
D | codegen.py | 32 node, argument 106 def __init__(self, printer, compiler, node): argument 188 def visitInheritTag(s, node): argument 191 def visitNamespaceTag(s, node): argument 194 def visitPageTag(s, node): argument 197 def visitCode(s, node): argument 286 self, node, name, args, buffered, filtered, cached argument 348 def write_inherit(self, node): argument 384 def visitDefTag(s, node): argument 387 def visitBlockTag(s, node): argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
H A D | activity.py | 258 def _node_sets_self_attribute(self, node): argument 266 def _track_symbol(self, node, composite_writes_alter_parent=False): argument 328 def _exit_and_record_scope(self, node, tag=anno.Static.SCOPE): argument 333 def _process_statement(self, node): argument 339 def _process_annotation(self, node): argument 345 def visit_Import(self, node): argument 348 def visit_ImportFrom(self, node): argument 351 def visit_Global(self, node): argument 360 def visit_Nonlocal(self, node): argument 370 def visit_Expr(self, node): argument [all …]
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | compiler.py | 36 def new_func(self, node, frame, **kwargs): argument 48 node, environment, name, filename, stream=None, defer_init=False, optimized=True argument 92 def __init__(self, node): argument 171 def visit_Filter(self, node): argument 175 def visit_Test(self, node): argument 179 def visit_Block(self, node): argument 193 def visit_Name(self, node): argument 201 def visit_Block(self, node): argument 321 def start_write(self, frame, node=None): argument 333 def simple_write(self, s, frame, node=None): argument [all …]
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | compiler.py | 64 def new_func(self, node, frame, **kwargs): argument 74 def generate(node, environment, name, filename, stream=None, argument 123 def __init__(self, node): argument 203 def visit_Filter(self, node): argument 207 def visit_Test(self, node): argument 211 def visit_Block(self, node): argument 225 def visit_Name(self, node): argument 233 def visit_Block(self, node): argument 353 def start_write(self, frame, node=None): argument 365 def simple_write(self, s, frame, node=None): argument [all …]
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
H A D | DataCommandConsolidator.java | 106 public void caseADataCommand(ADataCommand node) { in caseADataCommand() 118 public void inAVarCommand(AVarCommand node) { in inAVarCommand() 123 public void inALvarCommand(ALvarCommand node) { in inALvarCommand() 128 public void inAUvarCommand(AUvarCommand node) { in inAUvarCommand() 133 public void inAEvarCommand(AEvarCommand node) { in inAEvarCommand() 138 public void inANameCommand(ANameCommand node) { in inANameCommand() 145 public void inALoopCommand(ALoopCommand node) { in inALoopCommand() 150 public void inALoopIncCommand(ALoopIncCommand node) { in inALoopIncCommand() 155 public void inALoopToCommand(ALoopToCommand node) { in inALoopToCommand() 160 public void inAEachCommand(AEachCommand node) { in inAEachCommand() [all …]
|
H A D | AutoEscaper.java | 134 PCommand node = start.getPCommand(); in handleExplicitEscapeMode() local 143 public void caseADataCommand(ADataCommand node) { in caseADataCommand() 150 public void caseADefCommand(ADefCommand node) { in caseADefCommand() 155 public void caseAIfCommand(AIfCommand node) { in caseAIfCommand() 199 public void caseAEscapeCommand(AEscapeCommand node) { in caseAEscapeCommand() 207 public void caseACallCommand(ACallCommand node) { in caseACallCommand() 212 public void caseALvarCommand(ALvarCommand node) { in caseALvarCommand() 217 public void caseAEvarCommand(AEvarCommand node) { in caseAEvarCommand() 222 public void caseALincludeCommand(ALincludeCommand node) { in caseALincludeCommand() 227 public void caseAIncludeCommand(AIncludeCommand node) { in caseAIncludeCommand() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | generic_layout_optimizer_transposer.cc | 73 inline bool AttrDataFormatMatch(const utils::MutableNodeView& node, in AttrDataFormatMatch() 84 inline bool AttrDataFormatMatch(const utils::MutableNodeView& node, in AttrDataFormatMatch() 90 bool IsNonFloatingConv2D(const utils::MutableNodeView& node) { in IsNonFloatingConv2D() 102 bool IsComparisonOp(const NodeDef& node) { in IsComparisonOp() 109 std::vector<int> GetRegularFaninPorts(const utils::MutableNodeView& node) { in GetRegularFaninPorts() 116 std::vector<int> GetConcatDataFaninPorts(const utils::MutableNodeView& node) { in GetConcatDataFaninPorts() 139 bool IsHostMemory(const NodeDef& node, int output_port) { in IsHostMemory() 294 NodeDef node; in CreateConstPermNode() local 332 NodeDef node; in CreateTransposeNode() local 447 NodeDef node; in CreateDataFormatNode() local [all …]
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
H A D | ExpressionEvaluator.java | 93 public void caseAVariableExpression(AVariableExpression node) { in caseAVariableExpression() 100 public void caseAStringExpression(AStringExpression node) { in caseAStringExpression() 110 public void caseADecimalExpression(ADecimalExpression node) { in caseADecimalExpression() 116 public void caseAHexExpression(AHexExpression node) { in caseAHexExpression() 123 public void caseANumericExpression(ANumericExpression node) { in caseANumericExpression() 128 public void caseANotExpression(ANotExpression node) { in caseANotExpression() 133 public void caseAExistsExpression(AExistsExpression node) { in caseAExistsExpression() 138 public void caseAEqExpression(AEqExpression node) { in caseAEqExpression() 143 public void caseANumericEqExpression(ANumericEqExpression node) { in caseANumericEqExpression() 148 public void caseANeExpression(ANeExpression node) { in caseANeExpression() [all …]
|
/aosp_15_r20/external/python/pyyaml/lib/yaml/ |
D | constructor.py | 54 def construct_document(self, node): argument 67 def construct_object(self, node, deep=False): argument 117 def construct_scalar(self, node): argument 124 def construct_sequence(self, node, deep=False): argument 132 def construct_mapping(self, node, deep=False): argument 147 def construct_pairs(self, node, deep=False): argument 173 def construct_scalar(self, node): argument 180 def flatten_mapping(self, node): argument 215 def construct_mapping(self, node, deep=False): argument 220 def construct_yaml_null(self, node): argument [all …]
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/ |
H A D | TypeExtractor.java | 55 public ResolvedType visit(VariableDeclarator node, Boolean solveLambdas) { in visit() 65 public ResolvedType visit(Parameter node, Boolean solveLambdas) { in visit() 74 public ResolvedType visit(ArrayAccessExpr node, Boolean solveLambdas) { in visit() 83 public ResolvedType visit(ArrayCreationExpr node, Boolean solveLambdas) { in visit() 92 public ResolvedType visit(ArrayInitializerExpr node, Boolean solveLambdas) { in visit() 97 public ResolvedType visit(AssignExpr node, Boolean solveLambdas) { in visit() 102 public ResolvedType visit(BinaryExpr node, Boolean solveLambdas) { in visit() 132 public ResolvedType visit(CastExpr node, Boolean solveLambdas) { in visit() 137 public ResolvedType visit(ClassExpr node, Boolean solveLambdas) { in visit() 145 public ResolvedType visit(ConditionalExpr node, Boolean solveLambdas) { in visit() [all …]
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
H A D | ExpressionTranslator.java | 155 public void caseAVariableExpression(AVariableExpression node) { in caseAVariableExpression() 164 public void caseAStringExpression(AStringExpression node) { in caseAStringExpression() 174 public void caseADecimalExpression(ADecimalExpression node) { in caseADecimalExpression() 183 public void caseAHexExpression(AHexExpression node) { in caseAHexExpression() 196 public void caseANumericExpression(ANumericExpression node) { in caseANumericExpression() 201 public void caseANotExpression(ANotExpression node) { in caseANotExpression() 206 public void caseAExistsExpression(AExistsExpression node) { in caseAExistsExpression() 225 public void caseAEqExpression(AEqExpression node) { in caseAEqExpression() 232 public void caseANumericEqExpression(ANumericEqExpression node) { in caseANumericEqExpression() 237 public void caseANeExpression(ANeExpression node) { in caseANeExpression() [all …]
|
H A D | EscapingEvaluator.java | 134 public void caseAAddExpression(AAddExpression node) { in caseAAddExpression() 147 public void caseAFunctionExpression(AFunctionExpression node) { in caseAFunctionExpression() 234 public void caseAVariableExpression(AVariableExpression node) { in caseAVariableExpression() 255 public void caseAStringExpression(AStringExpression node) { in caseAStringExpression() 263 public void caseADecimalExpression(ADecimalExpression node) { in caseADecimalExpression() 271 public void caseAHexExpression(AHexExpression node) { in caseAHexExpression() 276 public void caseANumericExpression(ANumericExpression node) { in caseANumericExpression() 281 public void caseANotExpression(ANotExpression node) { in caseANotExpression() 286 public void caseAExistsExpression(AExistsExpression node) { in caseAExistsExpression() 291 public void caseAEqExpression(AEqExpression node) { in caseAEqExpression() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | cfg.py | 172 def init_state(self, node): argument 186 def visit_node(self, node): argument 206 def can_ignore(self, node): argument 420 def _connect_jump_to_finally_sections(self, node): argument 465 def connect_raise_node(self, node, except_guards): argument 658 def _enter_lexical_scope(self, node): argument 661 def _exit_lexical_scope(self, node): argument 683 def _process_basic_statement(self, node): argument 688 node, argument 703 def _process_continue_statement(self, node, *loops_to_nodes_of_type): argument [all …]
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/ |
H A D | TypeExtractor.java | 59 public Type visit(VariableDeclarator node, Boolean solveLambdas) { in visit() 72 public Type visit(Parameter node, Boolean solveLambdas) { in visit() 81 public Type visit(ArrayAccessExpr node, Boolean solveLambdas) { in visit() 90 public Type visit(ArrayCreationExpr node, Boolean solveLambdas) { in visit() 99 public Type visit(ArrayInitializerExpr node, Boolean solveLambdas) { in visit() 104 public Type visit(AssignExpr node, Boolean solveLambdas) { in visit() 109 public Type visit(BinaryExpr node, Boolean solveLambdas) { in visit() 139 public Type visit(CastExpr node, Boolean solveLambdas) { in visit() 144 public Type visit(ClassExpr node, Boolean solveLambdas) { in visit() 152 public Type visit(ConditionalExpr node, Boolean solveLambdas) { in visit() [all …]
|
/aosp_15_r20/external/dtc/ |
H A D | checks.c | 62 struct node *node, in check_msg() 119 #define FAIL(c, dti, node, ...) \ argument 126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 134 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 200 struct node *node) in check_always_fail() 207 struct node *node) in check_is_string() 225 struct node *node) in check_is_string_list() 254 struct node *node) in check_is_cell() 276 struct node *node) in check_duplicate_node_names() 290 struct node *node) in check_duplicate_property_names() [all …]
|
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NodeBuilderTest.java | 61 AccessibilityNodeInfo node = mNodeBuilder.build(); in testBuildDefaultNode() local 80 AccessibilityNodeInfo node = mNodeBuilder.setFocusable(false).build(); in testSetFocusable() local 86 AccessibilityNodeInfo node = mNodeBuilder.setFocused(true).build(); in testSetFocused() local 92 AccessibilityNodeInfo node = mNodeBuilder.setVisibleToUser(false).build(); in testSetVisibleToUser() local 98 AccessibilityNodeInfo node = mNodeBuilder.setInViewTree(false).build(); in testSetInViewTree() local 104 AccessibilityNodeInfo node = mNodeBuilder.setScrollable(true).build(); in testSetScrollable() local 110 AccessibilityNodeInfo node = mNodeBuilder.setEnabled(false).build(); in testSetEnabled() local 117 AccessibilityNodeInfo node = mNodeBuilder.setWindow(window).build(); in testSetWindow() local 124 AccessibilityNodeInfo node = mNodeBuilder.setBoundsInParent(setBounds).build(); in testSetBoundsInParent() local 133 AccessibilityNodeInfo node = mNodeBuilder.setBoundsInScreen(setBounds).build(); in testSetBoundsInScreen() local [all …]
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | threadControl.c | 35 #define HANDLING_EVENT(node) ((node)->current_ei != 0) argument 165 setThreadLocalStorage(jthread thread, ThreadNode *node) in setThreadLocalStorage() 185 ThreadNode *node; in getThreadLocalStorage() local 210 ThreadNode *node; in nonTlsSearch() local 228 ThreadNode *node; in findThread() local 263 removeNode(ThreadList *list, ThreadNode *node) in removeNode() 286 addNode(ThreadList *list, ThreadNode *node) in addNode() 304 ThreadNode *node; in insertThread() local 363 clearThread(JNIEnv *env, ThreadNode *node) in clearThread() 382 ThreadNode *node; in removeThread() local [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMDefaultBaseIterators.java | 302 public DTMAxisIterator setStartNode(int node) in setStartNode() 328 int node = _currentNode; in next() local 356 public DTMAxisIterator setStartNode(int node) in setStartNode() 447 public DTMAxisIterator setStartNode(int node) in setStartNode() 473 int node = _currentNode; in next() local 538 public DTMAxisIterator setStartNode(int node) in setStartNode() 604 public DTMAxisIterator setStartNode(int node) in setStartNode() 628 int node = _currentNode; in next() local 666 int node; in next() local 709 public DTMAxisIterator setStartNode(int node) in setStartNode() [all …]
|
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiObject.java | 151 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in getChildCount() local 167 AccessibilityNodeInfo node = null; in findAccessibilityNodeInfo() local 338 private Rect getVisibleBounds(AccessibilityNodeInfo node) { in getVisibleBounds() 376 private AccessibilityNodeInfo getScrollableParent(AccessibilityNodeInfo node) { in getScrollableParent() 397 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in click() local 437 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in clickAndWaitForNewWindow() local 455 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in clickTopLeft() local 472 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in longClickBottomRight() local 489 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in clickBottomRight() local 506 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in longClick() local [all …]
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/ |
H A D | SeparateCompoundExpressions.cpp | 69 bool ViewBinaryChain(TOperator op, TIntermTyped &node, std::vector<TIntermTyped *> &out) in ViewBinaryChain() 93 std::vector<TIntermTyped *> ViewBinaryChain(TIntermBinary &node) in ViewBinaryChain() 112 TIntermTyped &reassociateRight(TIntermBinary &node) in reassociateRight() 138 PreResult visitBinaryPre(TIntermBinary &node) override in visitBinaryPre() 182 void pushStmt(TIntermNode &node) { getCurrStmts().push_back(&node); } in pushStmt() 184 bool isTerminalExpr(TIntermNode &node) in isTerminalExpr() 197 TIntermTyped *pullMappedExpr(TIntermTyped *node, bool allowBacktrack) in pullMappedExpr() 319 PreResult visitBlockPre(TIntermBlock &node) override in visitBlockPre() 325 PostResult visitBlockPost(TIntermBlock &node) override in visitBlockPost() 344 PreResult visitDeclarationPre(TIntermDeclaration &node) override in visitDeclarationPre() [all …]
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParser.java | 461 private static PasspointConfiguration parsePpsNode(XMLNode node) in parsePpsNode() 525 private static String parseUrn(XMLNode node) throws ParsingException { in parseUrn() 582 private static PPSNode buildPpsNode(XMLNode node) throws ParsingException { in buildPpsNode() 639 private static String getPpsNodeValue(PPSNode node) throws ParsingException { in getPpsNodeValue() 701 private static HomeSp parseHomeSP(PPSNode node) throws ParsingException { in parseHomeSP() 765 static private Map<String, Long> parseNetworkIds(PPSNode node) in parseNetworkIds() 789 static private Pair<String, Long> parseNetworkIdInstance(PPSNode node) in parseNetworkIdInstance() 824 private static Pair<List<Long>, List<Long>> parseHomeOIList(PPSNode node) in parseHomeOIList() 853 private static Pair<Long, Boolean> parseHomeOIInstance(PPSNode node) throws ParsingException { in parseHomeOIInstance() 896 private static String[] parseOtherHomePartners(PPSNode node) throws ParsingException { in parseOtherHomePartners() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | return_statements.py | 66 def visit_Return(self, node): argument 70 def _postprocess_statement(self, node): argument 89 def _visit_statement_block(self, node, nodes): argument 96 def visit_While(self, node): argument 102 def visit_For(self, node): argument 109 def visit_With(self, node): argument 116 def visit_Try(self, node): argument 126 def visit_ExceptHandler(self, node): argument 131 def visit_If(self, node): argument 149 def visit_FunctionDef(self, node): argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | import_tensorflow.cc | 72 bool HasAttr(const NodeDef& node, const std::string& attr_name) { in HasAttr() 83 const std::string& GetStringAttr(const NodeDef& node, in GetStringAttr() 91 int64_t GetIntAttr(const NodeDef& node, const std::string& attr_name) { in GetIntAttr() 99 float GetFloatAttr(const NodeDef& node, const std::string& attr_name) { in GetFloatAttr() 106 bool GetBoolAttr(const NodeDef& node, const std::string& attr_name) { in GetBoolAttr() 113 tensorflow::DataType GetDataTypeAttr(const NodeDef& node, in GetDataTypeAttr() 121 const TensorShapeProto& GetShapeAttr(const NodeDef& node, in GetShapeAttr() 129 const TensorProto& GetTensorAttr(const NodeDef& node, in GetTensorAttr() 137 const AttrValue::ListValue& GetListAttr(const NodeDef& node, in GetListAttr() 145 tensorflow::Status CheckOptionalAttr(const NodeDef& node, in CheckOptionalAttr() [all …]
|