/external/chromium_org/mojo/services/view_manager/ |
D | view_manager_unittest.cc | 92 bool CreateNode(Id node_id) { in CreateNode() function in mojo::view_manager::service::__anonfddccad20111::ViewManagerProxy 95 view_manager_->CreateNode(node_id, in CreateNode() 466 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 1))); in EstablishSecondConnection() 530 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 1))); in TEST_F() 534 ASSERT_FALSE(connection_->CreateNode(BuildNodeId(1, 1))); in TEST_F() 538 EXPECT_FALSE(connection_->CreateNode(BuildNodeId(2, 1))); in TEST_F() 549 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 2))); in TEST_F() 550 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 3))); in TEST_F() 579 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 2))); in TEST_F() 580 ASSERT_TRUE(connection_->CreateNode(BuildNodeId(1, 3))); in TEST_F() [all …]
|
D | view_manager_service_impl.h | 169 virtual void CreateNode(Id transport_node_id,
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 72 dbg.CreateNode( node, payload ); in Create() 100 dbg.CreateNode( t ); in SimulateTreeConstruction() 113 dbg.CreateNode( d ); in DupNode() 120 dbg.CreateNode(d); in DupNode() 127 dbg.CreateNode(d); in DupNode() 134 dbg.CreateNode(d); in DupNode() 189 dbg.CreateNode( node ); in Create() 196 dbg.CreateNode( node ); in Create() 203 dbg.CreateNode( node ); in Create() 210 dbg.CreateNode(node); in Create()
|
D | DebugEventRepeater.cs | 173 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater 175 _listener.CreateNode( t ); in CreateNode() 177 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater 179 _listener.CreateNode( node, token ); in CreateNode()
|
D | BlankDebugEventListener.cs | 146 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener 149 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
|
D | DebugEventHub.cs | 319 public virtual void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub 324 listener.CreateNode( t ); in CreateNode() 328 public virtual void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub 333 listener.CreateNode( node, token ); in CreateNode()
|
D | TraceDebugEventListener.cs | 99 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener 107 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
|
D | DebugEventSocketProxy.cs | 360 public override void CreateNode( object t ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy 374 public override void CreateNode( object node, IToken token ) in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
|
D | RemoteDebugEventSocketListener.cs | 584 listener.CreateNode( node ); in Dispatch() 593 listener.CreateNode( node, token ); in Dispatch()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 67 dbg.CreateNode(node, payload); in Create() 91 dbg.CreateNode(t); in SimulateTreeConstruction() 102 dbg.CreateNode(d); in DupNode() 148 dbg.CreateNode(node); in Create() 154 dbg.CreateNode(node); in Create() 160 dbg.CreateNode(node); in Create()
|
D | DebugEventRepeater.cs | 143 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater 144 _listener.CreateNode(t); in CreateNode() 146 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventRepeater 147 _listener.CreateNode(node, token); in CreateNode()
|
D | IDebugEventListener.cs | 331 void CreateNode(object t); in CreateNode() method 341 void CreateNode(object node, IToken token); in CreateNode() method
|
D | BlankDebugEventListener.cs | 116 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener 118 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
|
D | DebugEventHub.cs | 262 public virtual void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub 265 listener.CreateNode(t); in CreateNode() 269 public virtual void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventHub 272 listener.CreateNode(node, token); in CreateNode()
|
D | TraceDebugEventListener.cs | 88 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener 95 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
|
D | DebugEventSocketProxy.cs | 317 public override void CreateNode(object t) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy 330 public override void CreateNode(object node, IToken token) { in CreateNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
|
D | RemoteDebugEventSocketListener.cs | 450 listener.CreateNode(node); in Dispatch() 457 listener.CreateNode(node, token); in Dispatch()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
D | IDebugEventListener.cs | 333 void CreateNode( object t ); in CreateNode() method 343 void CreateNode( object node, IToken token ); in CreateNode() method
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 73 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; in CreateNode() function 1282 …function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;… in CreateNode() function 1283 function CreateNode(const TokenType: Integer; const FromToken: IToken; in CreateNode() function 1285 …function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload; virt… in CreateNode() function 1318 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override; in CreateNode() function 1756 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override; [all …]
|
/external/chromium_org/ui/accessibility/ |
D | ax_tree.cc | 137 AXNode* AXTree::CreateNode( in CreateNode() function in ui::AXTree 166 new_node = CreateNode(NULL, src.id, 0); in UpdateNode() 259 child = CreateNode(node, child_id, index_in_parent); in CreateNewChildVector()
|
D | ax_tree.h | 93 AXNode* CreateNode(AXNode* parent, int32 id, int32 index_in_parent);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | ASTParser.stg | 177 <label>_tree := Adaptor.CreateNode(<label>) as I<ASTLabelType>; 192 <label>_tree := Adaptor.CreateNode(<label>) as I<ASTLabelType>; 203 Adaptor.CreateNode(<label>) as I<ASTLabelType>
|
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/ |
D | view_manager_client_impl.h | 38 Id CreateNode();
|
D | view_manager_client_impl.cc | 212 service()->CreateNode(node_id_, ActionCompletedCallback()); in DoCommit() 523 Id ViewManagerClientImpl::CreateNode() { in CreateNode() function in mojo::view_manager::ViewManagerClientImpl
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_manager.h | 233 BrowserAccessibility* CreateNode(
|