Searched defs:CreateNode (Results 1 - 17 of 17) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTraceDebugEventListener.cs99 public override void CreateNode( object t ) method in class:Antlr.Runtime.Debug.TraceDebugEventListener
107 public override void CreateNode( object node, IToken token ) method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DBlankDebugEventListener.cs146 public virtual void CreateNode( object t ) method in class:Antlr.Runtime.Debug.BlankDebugEventListener
149 public virtual void CreateNode( object node, IToken token ) method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs319 public virtual void CreateNode( object t ) method in class:Antlr.Runtime.Debug.DebugEventHub
324 listener.CreateNode( t );
328 public virtual void CreateNode( object node, IToken token ) method in class:Antlr.Runtime.Debug.DebugEventHub
333 listener.CreateNode( node, token );
H A DDebugEventRepeater.cs173 public virtual void CreateNode( object t ) method in class:Antlr.Runtime.Debug.DebugEventRepeater
175 _listener.CreateNode( t );
177 public virtual void CreateNode( object node, IToken token ) method in class:Antlr.Runtime.Debug.DebugEventRepeater
179 _listener.CreateNode( node, token );
H A DDebugEventSocketProxy.cs360 public override void CreateNode( object t ) method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
374 public override void CreateNode( object node, IToken token ) method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs88 public override void CreateNode(object t) { method in class:Antlr.Runtime.Debug.TraceDebugEventListener
95 public override void CreateNode(object node, IToken token) { method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DBlankDebugEventListener.cs116 public virtual void CreateNode(object t) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
118 public virtual void CreateNode(object node, IToken token) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs262 public virtual void CreateNode(object t) { method in class:Antlr.Runtime.Debug.DebugEventHub
265 listener.CreateNode(t);
269 public virtual void CreateNode(object node, IToken token) { method in class:Antlr.Runtime.Debug.DebugEventHub
272 listener.CreateNode(node, token);
H A DDebugEventRepeater.cs143 public virtual void CreateNode(object t) { method in class:Antlr.Runtime.Debug.DebugEventRepeater
144 _listener.CreateNode(t);
146 public virtual void CreateNode(object node, IToken token) { method in class:Antlr.Runtime.Debug.DebugEventRepeater
147 _listener.CreateNode(node, token);
H A DIDebugEventListener.cs331 void CreateNode(object t); method in interface:Antlr.Runtime.Debug.IDebugEventListener
341 void CreateNode(object node, IToken token); method in interface:Antlr.Runtime.Debug.IDebugEventListener
H A DDebugEventSocketProxy.cs317 public override void CreateNode(object t) { method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
330 public override void CreateNode(object node, IToken token) { method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs333 void CreateNode( object t ); method in interface:Antlr.Runtime.Debug.IDebugEventListener
343 void CreateNode( object node, IToken token ); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/chromium_org/ui/accessibility/
H A Dax_tree.cc137 AXNode* AXTree::CreateNode( function in class:ui::AXTree
166 new_node = CreateNode(NULL, src.id, 0);
259 child = CreateNode(node, child_id, index_in_parent);
/external/chromium_org/mojo/services/view_manager/
H A Dview_manager_service_impl.cc539 void ViewManagerServiceImpl::CreateNode( function in class:mojo::view_manager::service::ViewManagerServiceImpl
H A Dview_manager_unittest.cc92 bool CreateNode(Id node_id) { function in class:mojo::view_manager::service::__anon8249::ViewManagerProxy
95 view_manager_->CreateNode(node_id,
466 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 1)));
530 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 1)));
534 ASSERT_FALSE(connection_->CreateNode(BuildNodeId(1, 1)));
538 EXPECT_FALSE(connection_->CreateNode(BuildNodeId(2, 1)));
549 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 2)));
550 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 3)));
579 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 2)));
580 ASSERT_TRUE(connection_->CreateNode(BuildNodeI
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_impl.cc212 service()->CreateNode(node_id_, ActionCompletedCallback());
523 Id ViewManagerClientImpl::CreateNode() { function in class:mojo::view_manager::ViewManagerClientImpl
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
217 function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;
225 function CreateNode(const TokenType: Integer; const FromToken: IToken;
234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload;
1270 function CreateNode(const Payload: IToken): IANTLRInterface; overload; virtual; abstract; function
1282 function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload; virtual; function
1283 function CreateNode(const TokenType: Integer; const FromToken: IToken; function
1285 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload; virtual; function
1318 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override; function
1756 function CreateNode(cons
[all...]

Completed in 327 milliseconds