/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
D | DepthFirstAdapter.java | 10 public void inStart(Start node) in inStart() 15 public void outStart(Start node) in outStart() 20 public void defaultIn(@SuppressWarnings("unused") Node node) in defaultIn() 25 public void defaultOut(@SuppressWarnings("unused") Node node) in defaultOut() 31 public void caseStart(Start node) in caseStart() 39 public void inAMultipleCommand(AMultipleCommand node) in inAMultipleCommand() 44 public void outAMultipleCommand(AMultipleCommand node) in outAMultipleCommand() 50 public void caseAMultipleCommand(AMultipleCommand node) in caseAMultipleCommand() 63 public void inACommentCommand(ACommentCommand node) in inACommentCommand() 68 public void outACommentCommand(ACommentCommand node) in outACommentCommand() [all …]
|
D | ReversedDepthFirstAdapter.java | 10 public void inStart(Start node) in inStart() 15 public void outStart(Start node) in outStart() 20 public void defaultIn(@SuppressWarnings("unused") Node node) in defaultIn() 25 public void defaultOut(@SuppressWarnings("unused") Node node) in defaultOut() 31 public void caseStart(Start node) in caseStart() 39 public void inAMultipleCommand(AMultipleCommand node) in inAMultipleCommand() 44 public void outAMultipleCommand(AMultipleCommand node) in outAMultipleCommand() 50 public void caseAMultipleCommand(AMultipleCommand node) in caseAMultipleCommand() 64 public void inACommentCommand(ACommentCommand node) in inACommentCommand() 69 public void outACommentCommand(ACommentCommand node) in outACommentCommand() [all …]
|
D | AnalysisAdapter.java | 13 public Object getIn(Node node) in getIn() 23 public void setIn(Node node, Object o) in setIn() 40 public Object getOut(Node node) in getOut() 50 public void setOut(Node node, Object o) in setOut() 67 public void caseStart(Start node) in caseStart() 72 public void caseAMultipleCommand(AMultipleCommand node) in caseAMultipleCommand() 77 public void caseACommentCommand(ACommentCommand node) in caseACommentCommand() 82 public void caseADataCommand(ADataCommand node) in caseADataCommand() 87 public void caseAVarCommand(AVarCommand node) in caseAVarCommand() 92 public void caseALvarCommand(ALvarCommand node) in caseALvarCommand() [all …]
|
D | Analysis.java | 9 Object getIn(Node node); in getIn() 10 void setIn(Node node, Object o); in setIn() 11 Object getOut(Node node); in getOut() 12 void setOut(Node node, Object o); in setOut() 14 void caseStart(Start node); in caseStart() 15 void caseAMultipleCommand(AMultipleCommand node); in caseAMultipleCommand() 16 void caseACommentCommand(ACommentCommand node); in caseACommentCommand() 17 void caseADataCommand(ADataCommand node); in caseADataCommand() 18 void caseAVarCommand(AVarCommand node); in caseAVarCommand() 19 void caseALvarCommand(ALvarCommand node); in caseALvarCommand() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
D | TokenIndex.java | 13 public void caseTData(@SuppressWarnings("unused") TData node) in caseTData() 19 public void caseTComment(@SuppressWarnings("unused") TComment node) in caseTComment() 25 public void caseTVar(@SuppressWarnings("unused") TVar node) in caseTVar() 31 public void caseTLvar(@SuppressWarnings("unused") TLvar node) in caseTLvar() 37 public void caseTEvar(@SuppressWarnings("unused") TEvar node) in caseTEvar() 43 public void caseTUvar(@SuppressWarnings("unused") TUvar node) in caseTUvar() 49 public void caseTSet(@SuppressWarnings("unused") TSet node) in caseTSet() 55 public void caseTIf(@SuppressWarnings("unused") TIf node) in caseTIf() 61 public void caseTElseIf(@SuppressWarnings("unused") TElseIf node) in caseTElseIf() 67 public void caseTElse(@SuppressWarnings("unused") TElse node) in caseTElse() [all …]
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.cc | 29 bool IsAdd(const NodeDef& node) { in IsAdd() 37 bool IsAddN(const NodeDef& node) { return node.op() == "AddN"; } in IsAddN() 39 bool IsAll(const NodeDef& node) { return node.op() == "All"; } in IsAll() 41 bool IsAngle(const NodeDef& node) { return node.op() == "Angle"; } in IsAngle() 43 bool IsAny(const NodeDef& node) { return node.op() == "Any"; } in IsAny() 45 bool IsAnyDiv(const NodeDef& node) { in IsAnyDiv() 50 bool IsAnyMax(const NodeDef& node) { in IsAnyMax() 55 bool IsAnyMaxPool(const NodeDef& node) { in IsAnyMaxPool() 61 bool IsAnyMin(const NodeDef& node) { in IsAnyMin() 66 bool IsApproximateEqual(const NodeDef& node) { in IsApproximateEqual() [all …]
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/ |
D | DefaultVisitorAdapter.java | 17 public ResolvedType visit(CompilationUnit node, Boolean aBoolean) { in visit() 22 public ResolvedType visit(PackageDeclaration node, Boolean aBoolean) { in visit() 27 public ResolvedType visit(TypeParameter node, Boolean aBoolean) { in visit() 32 public ResolvedType visit(LineComment node, Boolean aBoolean) { in visit() 37 public ResolvedType visit(BlockComment node, Boolean aBoolean) { in visit() 42 public ResolvedType visit(ClassOrInterfaceDeclaration node, Boolean aBoolean) { in visit() 47 public ResolvedType visit(EnumDeclaration node, Boolean aBoolean) { in visit() 52 public ResolvedType visit(EnumConstantDeclaration node, Boolean aBoolean) { in visit() 57 public ResolvedType visit(AnnotationDeclaration node, Boolean aBoolean) { in visit() 62 public ResolvedType visit(AnnotationMemberDeclaration node, Boolean aBoolean) { in visit() [all …]
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 32 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() 39 bool CanBeImmediate(Node* node, ImmediateMode mode) { in CanBeImmediate() 72 InstructionOperand UseRegisterOrStackPointer(Node* node) { in UseRegisterOrStackPointer() 86 Node* node) { in VisitRR() 93 Node* node) { in VisitRRR() 100 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, in VisitRRO() 111 InstructionCode opcode, Node* node) { in VisitTryTruncateDouble() 130 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop() 164 void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop() 172 void InstructionSelector::VisitStackSlot(Node* node) { in VisitStackSlot() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
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 …]
|
/external/v8/src/compiler/ |
D | typer.cc | 66 Reduction Reduce(Node* node) override { in Reduce() 136 Type TypeNode(Node* node) { in TypeNode() 223 Type Operand(Node* node, int i) { in Operand() 320 Reduction UpdateType(Node* node, Type current) { in UpdateType() 364 void Typer::Decorator::Decorate(Node* node) { in Decorate() 388 Type Typer::Visitor::TypeUnaryOp(Node* node, UnaryTyperFun f) { in TypeUnaryOp() 393 Type Typer::Visitor::TypeBinaryOp(Node* node, BinaryTyperFun f) { in TypeBinaryOp() 659 Type Typer::Visitor::TypeStart(Node* node) { return Type::Internal(); } in TypeStart() 661 Type Typer::Visitor::TypeIfException(Node* node) { return Type::NonInternal(); } in TypeIfException() 665 Type Typer::Visitor::TypeParameter(Node* node) { in TypeParameter() [all …]
|
D | node-properties.h | 30 static int FirstValueIndex(Node* node) { return 0; } in FirstValueIndex() 31 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex() 32 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex() 33 static int FirstEffectIndex(Node* node) { return PastFrameStateIndex(node); } in FirstEffectIndex() 34 static int FirstControlIndex(Node* node) { return PastEffectIndex(node); } in FirstControlIndex() 65 static bool IsCommon(Node* node) { in IsCommon() 68 static bool IsControl(Node* node) { in IsControl() 71 static bool IsConstant(Node* node) { in IsConstant() 74 static bool IsPhi(Node* node) { in IsPhi() 188 static bool IsTyped(Node* node) { return !node->type().IsInvalid(); } in IsTyped() [all …]
|
D | instruction-selector.cc | 338 void InstructionSelector::SetRename(const Node* node, const Node* rename) { in SetRename() 347 int InstructionSelector::GetVirtualRegister(const Node* node) { in GetVirtualRegister() 381 void InstructionSelector::MarkAsDefined(Node* node) { in MarkAsDefined() 401 void InstructionSelector::MarkAsUsed(Node* node) { in MarkAsUsed() 415 void InstructionSelector::SetEffectLevel(Node* node, int effect_level) { in SetEffectLevel() 440 Node* node) { in MarkAsRepresentation() 509 size_t GetObjectId(Node* node) { in GetObjectId() 528 size_t InsertObject(Node* node) { in InsertObject() 538 static bool HasObjectId(Node* node) { in HasObjectId() 845 Node* node = edge.from(); in InitializeCallBuffer() local [all …]
|
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | flops_registry.py | 46 def _zero_flops(graph, node): argument 64 def _unary_op_flops(graph, node, ops_per_element=1): argument 72 def _reciprocal_flops(graph, node): argument 78 def _square_flops(graph, node): argument 84 def _rsqrt_flops(graph, node): argument 91 def _log_flops(graph, node): argument 97 def _neg_flops(graph, node): argument 103 def _assign_sub_flops(graph, node): argument 109 def _assign_add_flops(graph, node): argument 115 def _l2_loss_flops(graph, node): argument [all …]
|
/external/yapf/yapf/yapflib/ |
D | subtype_assigner.py | 63 def Visit_dictsetmaker(self, node): # pylint: disable=invalid-name argument 109 def Visit_expr_stmt(self, node): # pylint: disable=invalid-name argument 117 def Visit_or_test(self, node): # pylint: disable=invalid-name argument 124 def Visit_and_test(self, node): # pylint: disable=invalid-name argument 131 def Visit_not_test(self, node): # pylint: disable=invalid-name argument 138 def Visit_comparison(self, node): # pylint: disable=invalid-name argument 150 def Visit_star_expr(self, node): # pylint: disable=invalid-name argument 158 def Visit_expr(self, node): # pylint: disable=invalid-name argument 165 def Visit_xor_expr(self, node): # pylint: disable=invalid-name argument 172 def Visit_and_expr(self, node): # pylint: disable=invalid-name argument [all …]
|
D | split_penalty.py | 67 def Visit_import_as_names(self, node): # pyline: disable=invalid-name argument 77 def Visit_classdef(self, node): # pylint: disable=invalid-name argument 89 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument 114 def Visit_lambdef(self, node): # pylint: disable=invalid-name argument 130 def Visit_parameters(self, node): # pylint: disable=invalid-name argument 139 def Visit_arglist(self, node): # pylint: disable=invalid-name argument 152 def Visit_argument(self, node): # pylint: disable=invalid-name argument 165 def Visit_tname(self, node): # pylint: disable=invalid-name argument 178 def Visit_dotted_name(self, node): # pylint: disable=invalid-name argument 182 def Visit_dictsetmaker(self, node): # pylint: disable=invalid-name argument [all …]
|
D | pytree_unwrapper.py | 126 def Visit_simple_stmt(self, node): argument 147 def _VisitCompoundStatement(self, node, substatement_names): argument 171 def Visit_if_stmt(self, node): # pylint: disable=invalid-name argument 176 def Visit_while_stmt(self, node): # pylint: disable=invalid-name argument 181 def Visit_for_stmt(self, node): # pylint: disable=invalid-name argument 186 def Visit_try_stmt(self, node): # pylint: disable=invalid-name argument 191 def Visit_except_clause(self, node): # pylint: disable=invalid-name argument 196 def Visit_funcdef(self, node): # pylint: disable=invalid-name argument 199 def Visit_async_funcdef(self, node): # pylint: disable=invalid-name argument 212 def Visit_classdef(self, node): # pylint: disable=invalid-name argument [all …]
|
/external/v8/src/ast/ |
D | prettyprinter.cc | 55 void CallPrinter::Find(AstNode* node, bool print) { in Find() 80 void CallPrinter::VisitBlock(Block* node) { in VisitBlock() 85 void CallPrinter::VisitVariableDeclaration(VariableDeclaration* node) {} in VisitVariableDeclaration() 88 void CallPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) {} in VisitFunctionDeclaration() 91 void CallPrinter::VisitExpressionStatement(ExpressionStatement* node) { in VisitExpressionStatement() 96 void CallPrinter::VisitEmptyStatement(EmptyStatement* node) {} in VisitEmptyStatement() 100 SloppyBlockFunctionStatement* node) { in VisitSloppyBlockFunctionStatement() 105 void CallPrinter::VisitIfStatement(IfStatement* node) { in VisitIfStatement() 114 void CallPrinter::VisitContinueStatement(ContinueStatement* node) {} in VisitContinueStatement() 117 void CallPrinter::VisitBreakStatement(BreakStatement* node) {} in VisitBreakStatement() [all …]
|
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
D | anf.py | 110 def _is_node_trivial(self, node): argument 121 def _are_children_trivial(self, node): argument 128 def _ensure_node_is_trivial(self, node): argument 151 def _ensure_fields_trivial(self, node): argument 158 def _visit_strict_statement(self, node, trivialize_children=True): argument 167 def _visit_strict_expression(self, node): argument 177 def visit_Return(self, node): argument 180 def visit_Delete(self, node): argument 183 def visit_Assign(self, node): argument 186 def visit_AugAssign(self, node): argument [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
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 …]
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 88 InstructionOperand UseOperand(Node* node, OperandModes mode) { in UseOperand() 95 InstructionOperand UseAnyExceptImmediate(Node* node) { in UseAnyExceptImmediate() 102 int64_t GetImmediate(Node* node) { in GetImmediate() 112 bool CanBeImmediate(Node* node, OperandModes mode) { in CanBeImmediate() 239 MachineRepresentation GetRepresentation(Node* node) { in GetRepresentation() 243 bool Is64BitOperand(Node* node) { in Is64BitOperand() 249 InstructionOperand UseRegisterOrStackPointer(Node* node) { in UseRegisterOrStackPointer() 283 ArchOpcode SelectLoadOpcode(Node* node) { in SelectLoadOpcode() 366 bool ProduceWord32Result(Node* node) { in ProduceWord32Result() 417 static inline bool DoZeroExtForResult(Node* node) { in DoZeroExtForResult() [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | MethodCoverageImplTest.java | 27 MethodCoverageImpl node = new MethodCoverageImpl("emptySet", in testProperties() local 39 ICoverageNode node = new MethodCoverageImpl("sample", "()V", null); in testEmptyMethod() local 51 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementMissedInstructions() local 61 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementCoveredInstructions() local 71 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity1() local 78 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity2() local 86 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity3() local 94 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity4() local 102 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity5() local 110 MethodCoverageImpl node = new MethodCoverageImpl("sample", "()V", null); in testIncrementComplexity6() local [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
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 …]
|
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 …]
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 36 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero() 45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant() 50 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue() 58 bool IsFloatConstant(Node* node) { in IsFloatConstant() 63 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue() 71 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate() 124 Node* node) { in VisitRR() 131 Node* node) { in VisitRRI() 139 Node* node) { in VisitRRIR() [all …]
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 36 InstructionOperand UseRegisterOrImmediateZero(Node* node) { in UseRegisterOrImmediateZero() 45 bool IsIntegerConstant(Node* node) { in IsIntegerConstant() 49 int64_t GetIntegerConstantValue(Node* node) { in GetIntegerConstantValue() 54 bool IsFloatConstant(Node* node) { in IsFloatConstant() 59 double GetFloatConstantValue(Node* node) { in GetFloatConstantValue() 67 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() 112 Node* node) { in VisitRRR() 119 void VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRRR() 127 Node* node) { in VisitRR() [all …]
|