Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 1905) sorted by relevance

12345678910>>...77

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DDepthFirstAdapter.java10 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 …]
DReversedDepthFirstAdapter.java10 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 …]
DAnalysisAdapter.java13 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 …]
DAnalysis.java9 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/
DTokenIndex.java13 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/jsilver/src/com/google/clearsilver/jsilver/syntax/
DDataCommandConsolidator.java106 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 …]
DAutoEscaper.java134 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 …]
DStructuralWhitespaceStripper.java274 public void caseStart(Start node) { in caseStart()
342 public void inAAltCommand(AAltCommand node) { in inAAltCommand()
347 public void inACallCommand(ACallCommand node) { in inACallCommand()
352 public void inAEvarCommand(AEvarCommand node) { in inAEvarCommand()
357 public void inALvarCommand(ALvarCommand node) { in inALvarCommand()
362 public void inANameCommand(ANameCommand node) { in inANameCommand()
367 public void inASetCommand(ASetCommand node) { in inASetCommand()
372 public void inAUvarCommand(AUvarCommand node) { in inAUvarCommand()
377 public void inAVarCommand(AVarCommand node) { in inAVarCommand()
394 public void caseAAltCommand(AAltCommand node) { in caseAAltCommand()
[all …]
/external/chromium_org/v8/src/compiler/
Dnode-properties-inl.h27 inline int NodeProperties::FirstValueIndex(Node* node) { return 0; } in FirstValueIndex()
29 inline int NodeProperties::FirstContextIndex(Node* node) { in FirstContextIndex()
33 inline int NodeProperties::FirstFrameStateIndex(Node* node) { in FirstFrameStateIndex()
37 inline int NodeProperties::FirstEffectIndex(Node* node) { in FirstEffectIndex()
41 inline int NodeProperties::FirstControlIndex(Node* node) { in FirstControlIndex()
46 inline int NodeProperties::PastValueIndex(Node* node) { in PastValueIndex()
51 inline int NodeProperties::PastContextIndex(Node* node) { in PastContextIndex()
56 inline int NodeProperties::PastFrameStateIndex(Node* node) { in PastFrameStateIndex()
61 inline int NodeProperties::PastEffectIndex(Node* node) { in PastEffectIndex()
66 inline int NodeProperties::PastControlIndex(Node* node) { in PastControlIndex()
[all …]
Dtyper.cc70 Bounds TypeNode(Node* node) { in TypeNode()
99 Type* ContextType(Node* node) { in ContextType()
124 GenericGraphVisit::Control Post(Node* node) { in Post()
151 GenericGraphVisit::Control Pre(Node* node) { in Pre()
165 GenericGraphVisit::Control Post(Node* node) { in Post()
176 GenericGraphVisit::Control Pre(Node* node) { in Pre()
191 GenericGraphVisit::Control Post(Node* node) { in Post()
219 void Typer::Init(Node* node) { in Init()
233 Bounds Typer::Visitor::TypeStart(Node* node) { in TypeStart()
240 Bounds Typer::Visitor::TypeParameter(Node* node) { in TypeParameter()
[all …]
Dsimplified-lowering.cc83 Node* node = queue_.front(); in Run() local
99 Node* node = *i; in Run() local
108 Node* node = *i; in Run() local
116 void Enqueue(Node* node, MachineTypeUnion use = 0) { in Enqueue()
148 void Enqueue(Node* node, MachineType use) { in Enqueue()
152 void SetOutput(Node* node, MachineTypeUnion output) { in SetOutput()
161 bool BothInputsAre(Node* node, Type* type) { in BothInputsAre()
167 void ProcessInput(Node* node, int index, MachineTypeUnion use) { in ProcessInput()
192 void ProcessRemainingInputs(Node* node, int index) { in ProcessRemainingInputs()
208 void VisitInputs(Node* node) { in VisitInputs()
[all …]
/external/chromium_org/v8/src/
Dprettyprinter.cc32 void PrettyPrinter::VisitBlock(Block* node) { in VisitBlock()
40 void PrettyPrinter::VisitVariableDeclaration(VariableDeclaration* node) { in VisitVariableDeclaration()
47 void PrettyPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) { in VisitFunctionDeclaration()
56 void PrettyPrinter::VisitModuleDeclaration(ModuleDeclaration* node) { in VisitModuleDeclaration()
65 void PrettyPrinter::VisitImportDeclaration(ImportDeclaration* node) { in VisitImportDeclaration()
74 void PrettyPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()
81 void PrettyPrinter::VisitModuleLiteral(ModuleLiteral* node) { in VisitModuleLiteral()
86 void PrettyPrinter::VisitModuleVariable(ModuleVariable* node) { in VisitModuleVariable()
91 void PrettyPrinter::VisitModulePath(ModulePath* node) { in VisitModulePath()
98 void PrettyPrinter::VisitModuleUrl(ModuleUrl* node) { in VisitModuleUrl()
[all …]
Drewriter.cc82 void Processor::VisitBlock(Block* node) { in VisitBlock()
95 void Processor::VisitModuleStatement(ModuleStatement* node) { in VisitModuleStatement()
102 void Processor::VisitExpressionStatement(ExpressionStatement* node) { in VisitExpressionStatement()
111 void Processor::VisitIfStatement(IfStatement* node) { in VisitIfStatement()
122 void Processor::VisitIterationStatement(IterationStatement* node) { in VisitIterationStatement()
130 void Processor::VisitDoWhileStatement(DoWhileStatement* node) { in VisitDoWhileStatement()
135 void Processor::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
140 void Processor::VisitForStatement(ForStatement* node) { in VisitForStatement()
145 void Processor::VisitForInStatement(ForInStatement* node) { in VisitForInStatement()
150 void Processor::VisitForOfStatement(ForOfStatement* node) { in VisitForOfStatement()
[all …]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DParseTreeTransforms.py33 def visit_NameNode(self, node): argument
36 def visit_Node(self, node): argument
48 def visit_CTypeDefNode(self, node): argument
51 def visit_CVarDefNode(self, node): argument
54 def visit_CDeclaratorNode(self, node): argument
57 def visit_CBaseTypeNode(self, node): argument
60 def visit_CEnumDefNode(self, node): argument
63 def visit_CStructOrUnionDefNode(self, node): argument
92 def visit_ExprNode(self, node): argument
99 def visit_StatNode(self, node, is_listcontainer=False): argument
[all …]
DOptimize.py38 def unwrap_coerced_node(node, coercion_nodes=(ExprNodes.CoerceToPyTypeNode, ExprNodes.CoerceFromPyT… argument
43 def unwrap_node(node): argument
57 def filter_none_node(node): argument
69 def visit_PrimaryCmpNode(self, node): argument
118 def visit_ForInStatNode(self, node): argument
122 def _optimise_for_loop(self, node, iterator, reversed=False): argument
203 def _transform_reversed_iteration(self, node, reversed_function): argument
233 def _transform_bytes_iteration(self, node, slice_node, reversed=False): argument
287 def _transform_unicode_iteration(self, node, slice_node, reversed=False): argument
379 def _transform_carray_iteration(self, node, slice_node, reversed=False): argument
[all …]
/external/javassist/src/main/javassist/bytecode/annotation/
DMemberValueVisitor.java25 public void visitAnnotationMemberValue(AnnotationMemberValue node); in visitAnnotationMemberValue()
26 public void visitArrayMemberValue(ArrayMemberValue node); in visitArrayMemberValue()
27 public void visitBooleanMemberValue(BooleanMemberValue node); in visitBooleanMemberValue()
28 public void visitByteMemberValue(ByteMemberValue node); in visitByteMemberValue()
29 public void visitCharMemberValue(CharMemberValue node); in visitCharMemberValue()
30 public void visitDoubleMemberValue(DoubleMemberValue node); in visitDoubleMemberValue()
31 public void visitEnumMemberValue(EnumMemberValue node); in visitEnumMemberValue()
32 public void visitFloatMemberValue(FloatMemberValue node); in visitFloatMemberValue()
33 public void visitIntegerMemberValue(IntegerMemberValue node); in visitIntegerMemberValue()
34 public void visitLongMemberValue(LongMemberValue node); in visitLongMemberValue()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DExpressionEvaluator.java93 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/chromium_org/v8/src/compiler/x64/
Dinstruction-selector-x64.cc23 InstructionOperand* UseByteRegister(Node* node) { in UseByteRegister()
28 InstructionOperand* UseImmediate64(Node* node) { return UseImmediate(node); } in UseImmediate64()
30 bool CanBeImmediate(Node* node) { in CanBeImmediate()
39 bool CanBeImmediate64(Node* node) { in CanBeImmediate64()
58 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
107 void InstructionSelector::VisitStore(Node* node) { in VisitStore()
177 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
219 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
226 void InstructionSelector::VisitWord32And(Node* node) { in VisitWord32And()
231 void InstructionSelector::VisitWord64And(Node* node) { in VisitWord64And()
[all …]
/external/chromium_org/third_party/cython/src/Cython/
DCodeWriter.py77 def visit_Node(self, node): argument
80 def visit_ModuleNode(self, node): argument
83 def visit_StatListNode(self, node): argument
86 def visit_CDefExternNode(self, node): argument
96 def visit_CPtrDeclaratorNode(self, node): argument
100 def visit_CReferenceDeclaratorNode(self, node): argument
104 def visit_CArrayDeclaratorNode(self, node): argument
111 def visit_CArrayDeclaratorNode(self, node): argument
118 def visit_CFuncDeclaratorNode(self, node): argument
125 def visit_CNameDeclaratorNode(self, node): argument
[all …]
/external/chromium_org/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc32 InstructionOperand* UseOperand(Node* node, ImmediateMode mode) { in UseOperand()
39 bool CanBeImmediate(Node* node, ImmediateMode mode) { in CanBeImmediate()
87 Node* node) { in VisitRRR()
96 Node* node) { in VisitRRRFloat64()
105 Node* node, ImmediateMode operand_mode) { in VisitRRO()
115 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
151 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
158 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
207 void InstructionSelector::VisitStore(Node* node) { in VisitStore()
270 void InstructionSelector::VisitWord32And(Node* node) { in VisitWord32And()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DEscapingEvaluator.java134 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 …]
DExpressionTranslator.java155 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/chromium_org/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc19 InstructionOperand* UseByteRegister(Node* node) { in UseByteRegister()
24 bool CanBeImmediate(Node* node) { in CanBeImmediate()
43 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad()
94 void InstructionSelector::VisitStore(Node* node) { in VisitStore()
165 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
208 static void VisitBinop(InstructionSelector* selector, Node* node, in VisitBinop()
215 void InstructionSelector::VisitWord32And(Node* node) { in VisitWord32And()
220 void InstructionSelector::VisitWord32Or(Node* node) { in VisitWord32Or()
225 void InstructionSelector::VisitWord32Xor(Node* node) { in VisitWord32Xor()
237 static inline void VisitShift(InstructionSelector* selector, Node* node, in VisitShift()
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Ddom_util.js134 cvox.DomUtil.isVisible = function(node, opt_options) { argument
167 node, checkAncestors, checkDescendants) { argument
202 cvox.DomUtil.hasInvisibleAncestor_ = function(node) { argument
300 cvox.DomUtil.isDisabled = function(node) { argument
320 cvox.DomUtil.isSemanticElt = function(node) { argument
343 cvox.DomUtil.isLeafNode = function(node, opt_allowHidden) { argument
372 return !cvox.DomUtil.findNode(element, function(node) { argument
406 cvox.DomUtil.isDescendantOf = function(node, tagName, className) { argument
433 cvox.DomUtil.isDescendantOfNode = function(node, ancestor) { argument
465 cvox.DomUtil.getBaseLabel_ = function(node, recursive, includeControls) { argument
[all …]
/external/chromium_org/third_party/jinja2/
Dcompiler.py55 def generate(node, environment, name, filename, stream=None, argument
237 def visit_Filter(self, node): argument
241 def visit_Test(self, node): argument
245 def visit_Block(self, node): argument
259 def visit_Name(self, node): argument
267 def visit_Block(self, node): argument
277 def visit_Name(self, node): argument
287 def visit_If(self, node): argument
318 def visit_Macro(self, node): argument
321 def visit_Import(self, node): argument
[all …]

12345678910>>...77