Searched refs:node (Results 76 - 100 of 1808) sorted by relevance

1234567891011>>

/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc7 #include "src/compiler/node-matchers.h"
8 #include "src/compiler/node-properties.h"
32 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { argument
33 if (CanBeImmediate(node, mode)) {
34 return UseImmediate(node);
36 return UseRegister(node);
39 bool CanBeImmediate(Node* node, ImmediateMode mode) { argument
41 if (node->opcode() == IrOpcode::kInt32Constant)
42 value = OpParameter<int32_t>(node);
43 else if (node
74 VisitRR(InstructionSelector* selector, InstructionCode opcode, Node* node) argument
81 VisitRRR(InstructionSelector* selector, InstructionCode opcode, Node* node) argument
89 VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, ImmediateMode operand_mode) argument
99 VisitTryTruncateDouble(InstructionSelector* selector, InstructionCode opcode, Node* node) argument
119 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode, FlagsContinuation* cont) argument
166 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode) argument
175 VisitLoad(Node* node) argument
232 VisitProtectedLoad(Node* node) argument
237 VisitStore(Node* node) argument
343 VisitUnalignedLoad(Node* node) argument
346 VisitUnalignedStore(Node* node) argument
348 VisitCheckedLoad(Node* node) argument
395 VisitCheckedStore(Node* node) argument
444 VisitLogical(InstructionSelector* selector, Node* node, Matcher* m, ArchOpcode opcode, bool left_can_cover, bool right_can_cover, ImmediateMode imm_mode) argument
517 VisitWord32And(Node* node) argument
556 VisitWord64And(Node* node) argument
612 VisitWord32Or(Node* node) argument
621 VisitWord64Or(Node* node) argument
630 VisitWord32Xor(Node* node) argument
642 VisitWord64Xor(Node* node) argument
654 VisitWord32Shl(Node* node) argument
680 VisitWord64Shl(Node* node) argument
725 VisitWord32Shr(Node* node) argument
751 VisitWord64Shr(Node* node) argument
792 VisitWord32Sar(Node* node) argument
812 VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, InstructionCode opcode2, Node* node) argument
838 VisitInt32PairAdd(Node* node) argument
842 VisitInt32PairSub(Node* node) argument
846 VisitInt32PairMul(Node* node) argument
872 VisitPairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) argument
907 VisitWord32PairShl(Node* node) argument
911 VisitWord32PairShr(Node* node) argument
915 VisitWord32PairSar(Node* node) argument
921 VisitWord64Sar(Node* node) argument
953 VisitWord32Ror(Node* node) argument
960 VisitWord64Ror(Node* node) argument
966 VisitWord32Clz(Node* node) argument
973 VisitWord64Clz(Node* node) argument
980 VisitWord32Popcnt(Node* node) argument
988 VisitWord64Popcnt(Node* node) argument
996 VisitWord32Ctz(Node* node) argument
1000 VisitWord64Ctz(Node* node) argument
1004 VisitWord32ReverseBits(Node* node) argument
1008 VisitWord64ReverseBits(Node* node) argument
1011 VisitWord64ReverseBytes(Node* node) argument
1013 VisitWord32ReverseBytes(Node* node) argument
1015 VisitInt32Add(Node* node) argument
1021 VisitInt64Add(Node* node) argument
1026 VisitInt32Sub(Node* node) argument
1038 VisitInt64Sub(Node* node) argument
1054 EmitInt32MulWithOverflow(InstructionSelector* selector, Node* node, FlagsContinuation* cont) argument
1080 VisitInt32Mul(Node* node) argument
1086 VisitInt64Mul(Node* node) argument
1092 VisitInt32MulHigh(Node* node) argument
1099 VisitUint32MulHigh(Node* node) argument
1106 VisitInt32Div(Node* node) argument
1112 VisitInt64Div(Node* node) argument
1118 VisitUint32Div(Node* node) argument
1124 VisitUint64Div(Node* node) argument
1130 VisitInt32Mod(Node* node) argument
1136 VisitInt64Mod(Node* node) argument
1142 VisitUint32Mod(Node* node) argument
1148 VisitUint64Mod(Node* node) argument
1154 VisitChangeFloat32ToFloat64(Node* node) argument
1159 VisitRoundInt32ToFloat32(Node* node) argument
1164 VisitRoundUint32ToFloat32(Node* node) argument
1169 VisitChangeInt32ToFloat64(Node* node) argument
1174 VisitChangeUint32ToFloat64(Node* node) argument
1179 VisitChangeFloat64ToInt32(Node* node) argument
1184 VisitChangeFloat64ToUint32(Node* node) argument
1188 VisitTruncateFloat64ToUint32(Node* node) argument
1193 VisitTryTruncateFloat32ToInt64(Node* node) argument
1198 VisitTryTruncateFloat64ToInt64(Node* node) argument
1203 VisitTryTruncateFloat32ToUint64(Node* node) argument
1208 VisitTryTruncateFloat64ToUint64(Node* node) argument
1213 VisitChangeInt32ToInt64(Node* node) argument
1219 VisitChangeUint32ToUint64(Node* node) argument
1226 VisitTruncateFloat64ToFloat32(Node* node) argument
1230 VisitTruncateFloat64ToWord32(Node* node) argument
1234 VisitRoundFloat64ToInt32(Node* node) argument
1239 VisitTruncateFloat32ToInt32(Node* node) argument
1244 VisitTruncateFloat32ToUint32(Node* node) argument
1250 VisitTruncateInt64ToInt32(Node* node) argument
1256 VisitRoundInt64ToFloat32(Node* node) argument
1261 VisitRoundInt64ToFloat64(Node* node) argument
1266 VisitRoundUint64ToFloat32(Node* node) argument
1271 VisitRoundUint64ToFloat64(Node* node) argument
1277 VisitBitcastFloat32ToInt32(Node* node) argument
1283 VisitBitcastFloat64ToInt64(Node* node) argument
1289 VisitBitcastInt32ToFloat32(Node* node) argument
1295 VisitBitcastInt64ToFloat64(Node* node) argument
1301 VisitFloat32Add(Node* node) argument
1306 VisitFloat64Add(Node* node) argument
1312 VisitFloat32Sub(Node* node) argument
1316 VisitFloat64Sub(Node* node) argument
1321 VisitFloat32Mul(Node* node) argument
1326 VisitFloat64Mul(Node* node) argument
1332 VisitFloat32Div(Node* node) argument
1337 VisitFloat64Div(Node* node) argument
1342 VisitFloat64Mod(Node* node) argument
1349 VisitFloat32Max(Node* node) argument
1353 VisitFloat64Max(Node* node) argument
1358 VisitFloat64SilenceNaN(Node* node) argument
1362 VisitFloat32Min(Node* node) argument
1366 VisitFloat64Min(Node* node) argument
1371 VisitFloat32Abs(Node* node) argument
1376 VisitFloat64Abs(Node* node) argument
1380 VisitFloat32Sqrt(Node* node) argument
1384 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) argument
1391 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) argument
1399 VisitFloat64Sqrt(Node* node) argument
1404 VisitFloat32RoundDown(Node* node) argument
1409 VisitFloat64RoundDown(Node* node) argument
1414 VisitFloat32RoundUp(Node* node) argument
1419 VisitFloat64RoundUp(Node* node) argument
1424 VisitFloat32RoundTruncate(Node* node) argument
1429 VisitFloat64RoundTruncate(Node* node) argument
1434 VisitFloat64RoundTiesAway(Node* node) argument
1439 VisitFloat32RoundTiesEven(Node* node) argument
1444 VisitFloat64RoundTiesEven(Node* node) argument
1448 VisitFloat32Neg(Node* node) argument
1452 VisitFloat64Neg(Node* node) argument
1456 VisitInt32AddWithOverflow(Node* node) argument
1468 VisitInt32SubWithOverflow(Node* node) argument
1481 VisitInt64AddWithOverflow(Node* node) argument
1492 VisitInt64SubWithOverflow(Node* node) argument
1541 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative, ImmediateMode immediate_mode) argument
1563 VisitWord32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) argument
1571 VisitWord64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) argument
1580 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) argument
1591 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) argument
1677 Node* const node = value->InputAt(0); local
1773 VisitDeoptimizeIf(Node* node) argument
1779 VisitDeoptimizeUnless(Node* node) argument
1785 VisitSwitch(Node* node, const SwitchInfo& sw) argument
1813 VisitWord32Equal(Node* const node) argument
1823 VisitInt32LessThan(Node* node) argument
1829 VisitInt32LessThanOrEqual(Node* node) argument
1836 VisitUint32LessThan(Node* node) argument
1842 VisitUint32LessThanOrEqual(Node* node) argument
1850 VisitWord64Equal(Node* const node) argument
1860 VisitInt64LessThan(Node* node) argument
1866 VisitInt64LessThanOrEqual(Node* node) argument
1873 VisitUint64LessThan(Node* node) argument
1879 VisitUint64LessThanOrEqual(Node* node) argument
1886 VisitInt32MulWithOverflow(Node* node) argument
1896 VisitFloat32Equal(Node* node) argument
1902 VisitFloat32LessThan(Node* node) argument
1908 VisitFloat32LessThanOrEqual(Node* node) argument
1915 VisitFloat64Equal(Node* node) argument
1921 VisitFloat64LessThan(Node* node) argument
1927 VisitFloat64LessThanOrEqual(Node* node) argument
1934 EmitPrepareArguments( ZoneVector<PushParameter>* arguments, const CallDescriptor* descriptor, Node* node) argument
1978 VisitFloat64ExtractLowWord32(Node* node) argument
1985 VisitFloat64ExtractHighWord32(Node* node) argument
1992 VisitFloat64InsertLowWord32(Node* node) argument
2008 VisitFloat64InsertHighWord32(Node* node) argument
2023 VisitAtomicLoad(Node* node) argument
2047 VisitAtomicStore(Node* node) argument
[all...]
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A Dtest_implies.py21 node = mg.findNode('mod')
22 self.assertIsInstance(node, modulegraph.SourceModule)
24 node = mg.findNode('syslog')
25 self.assertEqual(node, None)
31 self.assertEqual(node, None)
33 node = mg.findNode('mod')
34 self.assertIsInstance(node, modulegraph.SourceModule)
36 node = mg.findNode('syslog')
37 self.assertIsInstance(node, modulegraph.Extension)
40 self.assertTrue(mg.findNode('mod') in mg.get_edges(node)[
[all...]
/external/v8/src/compiler/
H A Djs-context-specialization.cc10 #include "src/compiler/node-matchers.h"
11 #include "src/compiler/node-properties.h"
19 Reduction JSContextSpecialization::Reduce(Node* node) { argument
20 switch (node->opcode()) {
22 return ReduceJSLoadContext(node);
24 return ReduceJSStoreContext(node);
33 Node* node) {
34 DCHECK(node->opcode() == IrOpcode::kJSLoadContext ||
35 node->opcode() == IrOpcode::kJSStoreContext);
36 Node* const object = NodeProperties::GetValueInput(node,
32 GetSpecializationContext( Node* node) argument
41 ReduceJSLoadContext(Node* node) argument
86 ReduceJSStoreContext(Node* node) argument
[all...]
H A Dsimplified-lowering.h10 #include "src/compiler/node.h"
31 void DoMax(Node* node, Operator const* op, MachineRepresentation rep);
32 void DoMin(Node* node, Operator const* op, MachineRepresentation rep);
33 void DoJSToNumberTruncatesToFloat64(Node* node,
35 void DoJSToNumberTruncatesToWord32(Node* node,
38 // representation analysis is stored in the node bounds.
39 void DoLoadBuffer(Node* node, MachineRepresentation rep,
41 void DoStoreBuffer(Node* node);
42 void DoShift(Node* node, Operator const* op, Type* rhs_type);
43 void DoStringToNumber(Node* node);
[all...]
H A Djs-typed-lowering.h45 Reduction Reduce(Node* node) final;
50 Reduction ReduceJSAdd(Node* node);
51 Reduction ReduceJSComparison(Node* node);
52 Reduction ReduceJSLoadNamed(Node* node);
53 Reduction ReduceJSLoadProperty(Node* node);
54 Reduction ReduceJSStoreProperty(Node* node);
55 Reduction ReduceJSOrdinaryHasInstance(Node* node);
56 Reduction ReduceJSLoadContext(Node* node);
57 Reduction ReduceJSStoreContext(Node* node);
58 Reduction ReduceJSLoadModule(Node* node);
[all...]
H A Djs-generic-lowering.cc13 #include "src/compiler/node-matchers.h"
14 #include "src/compiler/node-properties.h"
23 CallDescriptor::Flags FrameStateFlagForCall(Node* node) { argument
24 return OperatorProperties::HasFrameStateInput(node->op())
36 Reduction JSGenericLowering::Reduce(Node* node) { argument
37 switch (node->opcode()) {
40 Lower##x(node); \
48 return Changed(node);
52 void JSGenericLowering::LowerJS##Name(Node* node) { \
53 CallDescriptor::Flags flags = FrameStateFlagForCall(node); \
83 ReplaceWithStubCall(Node* node, Callable callable, CallDescriptor::Flags flags) argument
88 ReplaceWithStubCall(Node* node, Callable callable, CallDescriptor::Flags flags, Operator::Properties properties) argument
101 ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int nargs_override) argument
118 LowerJSStrictEqual(Node* node) argument
127 LowerJSStrictNotEqual(Node* node) argument
136 LowerJSToBoolean(Node* node) argument
145 LowerJSTypeOf(Node* node) argument
155 LowerJSLoadProperty(Node* node) argument
179 LowerJSLoadNamed(Node* node) argument
204 LowerJSLoadGlobal(Node* node) argument
229 LowerJSStoreProperty(Node* node) argument
264 LowerJSStoreNamed(Node* node) argument
297 LowerJSStoreGlobal(Node* node) argument
340 LowerJSDeleteProperty(Node* node) argument
348 LowerJSInstanceOf(Node* node) argument
354 LowerJSOrdinaryHasInstance(Node* node) argument
360 LowerJSLoadContext(Node* node) argument
378 LowerJSStoreContext(Node* node) argument
398 LowerJSCreate(Node* node) argument
405 LowerJSCreateArguments(Node* node) argument
421 LowerJSCreateArray(Node* node) argument
435 LowerJSCreateClosure(Node* node) argument
453 LowerJSCreateFunctionContext(Node* node) argument
467 LowerJSCreateIterResultObject(Node* node) argument
471 LowerJSCreateKeyValueArray(Node* node) argument
475 LowerJSCreateLiteralArray(Node* node) argument
494 LowerJSCreateLiteralObject(Node* node) argument
514 LowerJSCreateLiteralRegExp(Node* node) argument
528 LowerJSCreateCatchContext(Node* node) argument
538 LowerJSCreateWithContext(Node* node) argument
544 LowerJSCreateBlockContext(Node* node) argument
551 LowerJSCreateScriptContext(Node* node) argument
558 LowerJSCallConstruct(Node* node) argument
578 LowerJSCallFunction(Node* node) argument
597 LowerJSCallRuntime(Node* node) argument
602 LowerJSConvertReceiver(Node* node) argument
606 LowerJSForInNext(Node* node) argument
611 LowerJSForInPrepare(Node* node) argument
615 LowerJSLoadMessage(Node* node) argument
625 LowerJSStoreMessage(Node* node) argument
636 LowerJSLoadModule(Node* node) argument
640 LowerJSStoreModule(Node* node) argument
644 LowerJSGeneratorStore(Node* node) argument
648 LowerJSGeneratorRestoreContinuation(Node* node) argument
652 LowerJSGeneratorRestoreRegister(Node* node) argument
656 LowerJSStackCheck(Node* node) argument
[all...]
H A Dredundancy-elimination.cc7 #include "src/compiler/node-properties.h"
18 Reduction RedundancyElimination::Reduce(Node* node) { argument
19 switch (node->opcode()) {
38 return ReduceCheckNode(node);
40 return ReduceEffectPhi(node);
44 return ReduceStart(node);
46 return ReduceOtherNode(node);
70 if (this_head->node != that_head->node) return false;
108 Node* node) cons
143 Set( Node* node, EffectPathChecks const* checks) argument
150 ReduceCheckNode(Node* node) argument
165 ReduceEffectPhi(Node* node) argument
193 ReduceStart(Node* node) argument
197 ReduceOtherNode(Node* node) argument
211 TakeChecksFromFirstEffect(Node* node) argument
223 UpdateChecks(Node* node, EffectPathChecks const* checks) argument
[all...]
H A Dcommon-operator-reducer.cc12 #include "src/compiler/node.h"
13 #include "src/compiler/node-matchers.h"
14 #include "src/compiler/node-properties.h"
50 Reduction CommonOperatorReducer::Reduce(Node* node) { argument
51 switch (node->opcode()) {
53 return ReduceBranch(node);
56 return ReduceDeoptimizeConditional(node);
58 return ReduceMerge(node);
60 return ReduceEffectPhi(node);
62 return ReducePhi(node);
74 ReduceBranch(Node* node) argument
125 ReduceDeoptimizeConditional(Node* node) argument
160 ReduceMerge(Node* node) argument
196 ReduceEffectPhi(Node* node) argument
220 ReducePhi(Node* node) argument
285 ReduceReturn(Node* node) argument
327 ReduceSelect(Node* node) argument
371 Change(Node* node, Operator const* op, Node* a) argument
380 Change(Node* node, Operator const* op, Node* a, Node* b) argument
[all...]
/external/jemalloc/src/
H A Dbase.c20 extent_node_t *node; local
26 node = base_nodes;
27 base_nodes = *(extent_node_t **)node;
28 JEMALLOC_VALGRIND_MAKE_MEM_UNDEFINED(node, sizeof(extent_node_t));
29 return (node);
33 base_node_dalloc(tsdn_t *tsdn, extent_node_t *node) argument
38 JEMALLOC_VALGRIND_MAKE_MEM_UNDEFINED(node, sizeof(extent_node_t));
39 *(extent_node_t **)node = base_nodes;
40 base_nodes = node;
44 base_extent_node_init(extent_node_t *node, voi argument
54 extent_node_t *node; local
94 extent_node_t *node; local
[all...]
/external/dtc/
H A Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children)
102 struct node *new = xmalloc(sizeof(*new));
103 struct node *child;
117 struct node *build_node_delete(void)
119 struct node *new = xmalloc(sizeof(*new));
128 struct node *name_node(struct node *node, char *name) argument
130 assert(node
222 struct node *node; local
249 add_property(struct node *node, struct property *prop) argument
262 delete_property_by_name(struct node *node, char *name) argument
297 struct node *node = parent->children; local
308 delete_node(struct node *node) argument
321 append_to_property(struct node *node, char *name, const void *data, int len) argument
396 get_unitname(struct node *node) argument
404 get_property(struct node *node, const char *propname) argument
421 get_property_by_label(struct node *tree, const char *label, struct node **node) argument
447 get_marker_label(struct node *tree, const char *label, struct node **node, struct property **prop) argument
475 get_subnode(struct node *node, const char *nodename) argument
514 struct node *child, *node; local
534 struct node *child, *node; local
563 get_node_phandle(struct node *root, struct node *node) argument
676 sort_properties(struct node *node) argument
712 sort_subnodes(struct node *node) argument
738 sort_node(struct node *node) argument
757 struct node *node; local
780 any_label_tree(struct dt_info *dti, struct node *node) argument
794 generate_label_tree_internal(struct dt_info *dti, struct node *an, struct node *node, bool allocph) argument
834 any_fixup_tree(struct dt_info *dti, struct node *node) argument
856 add_fixup_entry(struct dt_info *dti, struct node *fn, struct node *node, struct property *prop, struct marker *m) argument
876 generate_fixups_tree_internal(struct dt_info *dti, struct node *fn, struct node *node) argument
899 any_local_fixup_tree(struct dt_info *dti, struct node *node) argument
921 add_local_fixup_entry(struct dt_info *dti, struct node *lfn, struct node *node, struct property *prop, struct marker *m, struct node *refnode) argument
957 generate_local_fixups_tree_internal(struct dt_info *dti, struct node *lfn, struct node *node) argument
[all...]
/external/skia/src/xml/
H A DSkDOM.cpp14 bool SkXMLParser::parse(const SkDOM& dom, const SkDOMNode* node) { argument
15 const char* elemName = dom.getName(node);
21 SkDOM::AttrIter iter(dom, node);
30 if ((node = dom.getFirstChild(node)) != nullptr) {
32 if (!this->parse(dom, node)) {
35 } while ((node = dom.getNextSibling(node)) != nullptr);
77 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const { argument
78 SkASSERT(node);
91 getNextSibling(const Node* node, const char name[]) const argument
114 findAttr(const Node* node, const char name[]) const argument
134 getNextAttr(const Node* node, const Attr* attr) const argument
142 getAttrName(const Node* node, const Attr* attr) const argument
148 getAttrValue(const Node* node, const Attr* attr) const argument
156 AttrIter(const SkDOM&, const SkDOM::Node* node) argument
205 SkDOM::Node* node = fAlloc->make<SkDOM::Node>(); local
309 walk_dom(const SkDOM& dom, const SkDOM::Node* node, SkXMLParser* parser) argument
335 copy(const SkDOM& dom, const SkDOM::Node* node) argument
361 countChildren(const Node* node, const char elem[]) const argument
376 findS32(const Node* node, const char name[], int32_t* value) const argument
381 findScalars(const Node* node, const char name[], SkScalar value[], int count) const argument
386 findHex(const Node* node, const char name[], uint32_t* value) const argument
391 findBool(const Node* node, const char name[], bool* value) const argument
396 findList(const Node* node, const char name[], const char list[]) const argument
401 hasAttr(const Node* node, const char name[], const char value[]) const argument
406 hasS32(const Node* node, const char name[], int32_t target) const argument
412 hasScalar(const Node* node, const char name[], SkScalar target) const argument
418 hasHex(const Node* node, const char name[], uint32_t target) const argument
424 hasBool(const Node* node, const char name[], bool target) const argument
[all...]
/external/flatbuffers/tests/
H A DJavaScriptTest.sh19 node JavaScriptTest
/external/libxml2/python/tests/
H A Dxpathret.py17 # test returning a node set works as expected
21 node = mydoc.newDocText(str)
22 parent.addChild(node)
35 node = res[0] variable
36 if node.name != 'p':
39 node = node.children variable
40 if node.type != 'text':
43 if node.content != 'hello':
/external/sfntly/cpp/src/test/
H A Dtest_xml_utils.cc23 void InternalGetNodesWithName(const TiXmlNode* node, const std::string& name, argument
25 if (node->ValueStr() == name)
26 wanted_nodes->push_back(node);
27 for (const TiXmlNode* child = node->FirstChild();
33 TiXmlNodeVector* GetNodesWithName(const TiXmlNode* node, argument
36 InternalGetNodesWithName(node, name, wanted_nodes);
40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, argument
42 for (const TiXmlAttribute* attribute = node->ToElement()->FirstAttribute();
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DConstruct.java33 * @param node
37 Object construct(Node node); argument
43 * @param node
47 * <code>construct(Node node)</code> for the provided Node
49 void construct2ndStep(Node node, Object object); argument
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAAltCommand.java3 package com.google.clearsilver.jsilver.syntax.node;
52 public void setPosition(PPosition node) argument
59 if(node != null)
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
69 this._position_ = node;
77 public void setExpression(PExpression node) argument
84 if(node !
102 setCommand(PCommand node) argument
[all...]
H A DAAutoescapeCommand.java3 package com.google.clearsilver.jsilver.syntax.node;
52 public void setPosition(PPosition node) argument
59 if(node != null)
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
69 this._position_ = node;
77 public void setExpression(PExpression node) argument
84 if(node !
102 setCommand(PCommand node) argument
[all...]
H A DAEscapeCommand.java3 package com.google.clearsilver.jsilver.syntax.node;
52 public void setPosition(PPosition node) argument
59 if(node != null)
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
69 this._position_ = node;
77 public void setExpression(PExpression node) argument
84 if(node !
102 setCommand(PCommand node) argument
[all...]
H A DASetCommand.java3 package com.google.clearsilver.jsilver.syntax.node;
52 public void setPosition(PPosition node) argument
59 if(node != null)
61 if(node.parent() != null)
63 node.parent().removeChild(node);
66 node.parent(this);
69 this._position_ = node;
77 public void setVariable(PVariable node) argument
84 if(node !
102 setExpression(PExpression node) argument
[all...]
H A DSwitchable.java3 package com.google.clearsilver.jsilver.syntax.node;
/external/dtc/tests/
H A Doverlay_base.dts11 test: test-node {
15 subtest: sub-test-node {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h57 void *node; local
59 node = rzalloc_size(ctx, size);
60 assert(node != NULL);
62 return node;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb22 node = super
23 @debug_listener.create_node( node, payload )
24 return node
28 node = super
29 @debug_listener.create_node( node )
30 return node
34 node = super
35 @debug_listener.create_node( node )
36 return node
40 node
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java27 import com.google.clearsilver.jsilver.syntax.node.AAltCommand;
28 import com.google.clearsilver.jsilver.syntax.node.AAutoescapeCommand;
29 import com.google.clearsilver.jsilver.syntax.node.ACallCommand;
30 import com.google.clearsilver.jsilver.syntax.node.ADataCommand;
31 import com.google.clearsilver.jsilver.syntax.node.ADefCommand;
32 import com.google.clearsilver.jsilver.syntax.node.AEachCommand;
33 import com.google.clearsilver.jsilver.syntax.node.AEscapeCommand;
34 import com.google.clearsilver.jsilver.syntax.node.AEvarCommand;
35 import com.google.clearsilver.jsilver.syntax.node.AHardIncludeCommand;
36 import com.google.clearsilver.jsilver.syntax.node
98 caseADataCommand(ADataCommand node) argument
106 caseAVarCommand(AVarCommand node) argument
118 caseAUvarCommand(AUvarCommand node) argument
130 caseALvarCommand(ALvarCommand node) argument
139 caseAEvarCommand(AEvarCommand node) argument
166 caseAHardLincludeCommand(AHardLincludeCommand node) argument
176 caseALincludeCommand(ALincludeCommand node) argument
185 caseAHardIncludeCommand(AHardIncludeCommand node) argument
195 caseAIncludeCommand(AIncludeCommand node) argument
204 caseASetCommand(ASetCommand node) argument
229 caseANameCommand(ANameCommand node) argument
242 caseAIfCommand(AIfCommand node) argument
257 caseAEscapeCommand(AEscapeCommand node) argument
274 caseAAutoescapeCommand(AAutoescapeCommand node) argument
291 caseAWithCommand(AWithCommand node) argument
315 caseALoopToCommand(ALoopToCommand node) argument
331 caseALoopCommand(ALoopCommand node) argument
349 caseALoopIncCommand(ALoopIncCommand node) argument
373 caseAEachCommand(AEachCommand node) argument
391 caseAAltCommand(AAltCommand node) argument
434 caseADefCommand(ADefCommand node) argument
471 caseACallCommand(ACallCommand node) argument
597 createUnsupportedOperationMessage(PCommand node, Iterable<String> includeStack) argument
652 caseTCsOpen(TCsOpen node) argument
[all...]
/external/c-ares/
H A Dares_llist.c26 /* Initialize a new head node */
33 /* Initialize a list node */
34 void ares__init_list_node(struct list_node* node, void* d) { argument
35 node->prev = NULL;
36 node->next = NULL;
37 node->data = d;
54 /* Removes the node from the list it's in, if any */
55 void ares__remove_from_list(struct list_node* node) { argument
56 if (node->next != NULL) {
57 node
[all...]

Completed in 616 milliseconds

1234567891011>>