Searched refs:GetUniqueID (Results 1 - 25 of 38) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs66 int ID = adaptor.GetUniqueID(t);
73 int ID = adaptor.GetUniqueID(t);
85 Console.Out.WriteLine("nilNode " + adaptor.GetUniqueID(t));
89 int ID = adaptor.GetUniqueID(t);
96 int ID = adaptor.GetUniqueID(node);
103 Console.Out.WriteLine("becomeRoot " + adaptor.GetUniqueID(newRoot) + ", " +
104 adaptor.GetUniqueID(oldRoot));
108 Console.Out.WriteLine("addChild " + adaptor.GetUniqueID(root) + ", " +
109 adaptor.GetUniqueID(child));
113 Console.Out.WriteLine("setTokenBoundaries " + adaptor.GetUniqueID(
[all...]
H A DDebugEventSocketProxy.cs260 int ID = adaptor.GetUniqueID(t);
271 int ID = adaptor.GetUniqueID(t);
301 int ID = adaptor.GetUniqueID(t);
306 int ID = adaptor.GetUniqueID(t);
318 int ID = adaptor.GetUniqueID(t);
331 int ID = adaptor.GetUniqueID(node);
337 int newRootID = adaptor.GetUniqueID(newRoot);
338 int oldRootID = adaptor.GetUniqueID(oldRoot);
343 int rootID = adaptor.GetUniqueID(root);
344 int childID = adaptor.GetUniqueID(chil
[all...]
H A DDebugTreeNodeStream.cs122 int ID = adaptor.GetUniqueID(node);
131 int ID = adaptor.GetUniqueID(node);
H A DDebugTreeAdaptor.cs217 public virtual int GetUniqueID(object node) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
218 return adaptor.GetUniqueID(node);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTraceDebugEventListener.cs75 int ID = adaptor.GetUniqueID( t );
83 int ID = adaptor.GetUniqueID( t );
96 Console.Out.WriteLine( "nilNode " + adaptor.GetUniqueID( t ) );
101 int ID = adaptor.GetUniqueID( t );
109 int ID = adaptor.GetUniqueID( node );
117 Console.Out.WriteLine( "becomeRoot " + adaptor.GetUniqueID( newRoot ) + ", " +
118 adaptor.GetUniqueID( oldRoot ) );
123 Console.Out.WriteLine( "addChild " + adaptor.GetUniqueID( root ) + ", " +
124 adaptor.GetUniqueID( child ) );
129 Console.Out.WriteLine( "setTokenBoundaries " + adaptor.GetUniqueID(
[all...]
H A DDebugEventSocketProxy.cs299 int ID = adaptor.GetUniqueID( t );
311 int ID = adaptor.GetUniqueID( t );
343 int ID = adaptor.GetUniqueID( t );
349 int ID = adaptor.GetUniqueID( t );
362 int ID = adaptor.GetUniqueID( t );
376 int ID = adaptor.GetUniqueID( node );
383 int newRootID = adaptor.GetUniqueID( newRoot );
384 int oldRootID = adaptor.GetUniqueID( oldRoot );
390 int rootID = adaptor.GetUniqueID( root );
391 int childID = adaptor.GetUniqueID( chil
[all...]
H A DDebugTreeNodeStream.cs143 int ID = adaptor.GetUniqueID( node );
153 int ID = adaptor.GetUniqueID( node );
H A DDebugTreeAdaptor.cs280 public virtual int GetUniqueID( object node ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
282 return adaptor.GetUniqueID( node );
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl_unittest.cc51 EXPECT_NE(entry1_->GetUniqueID(), entry2_->GetUniqueID());
54 entry2_->set_unique_id(entry1_->GetUniqueID());
55 EXPECT_EQ(entry1_->GetUniqueID(), entry2_->GetUniqueID());
H A Dnavigation_entry_screenshot_manager.cc128 entry->GetUniqueID()),
145 if (iter->GetUniqueID() == unique_id) {
190 if (iter->GetUniqueID() == unique_id) {
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler.cc27 return active_entry ? active_entry->GetUniqueID() : 0;
89 contents_unique_id_ != details.entry->GetUniqueID()) {
91 contents_unique_id_ = details.entry->GetUniqueID();
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.cc38 navigation_details.entry_id = details.entry->GetUniqueID();
74 return active_entry ? active_entry->GetUniqueID() : 0;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs172 int GetUniqueID(object node); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs255 public virtual int GetUniqueID(object node) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs228 int GetUniqueID( object node ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/chrome/browser/google/
H A Dchrome_google_url_tracker_client.cc78 controller->GetPendingEntry()->GetUniqueID());
/external/chromium_org/chrome/browser/media/
H A Dmidi_permission_infobar_delegate.cc32 committed_entry ? committed_entry->GetUniqueID() : 0,
H A Dprotected_media_identifier_infobar_delegate.cc33 committed_entry ? committed_entry->GetUniqueID() : 0,
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_infobar_delegate.cc32 committed_entry ? committed_entry->GetUniqueID() : 0,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs160 int GetUniqueID(T node); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc246 if (requested_favicons_.find(entry->GetUniqueID()) !=
250 requested_favicons_.insert(entry->GetUniqueID());
260 entry->GetUniqueID()),
274 if (GetNavigationEntry(i)->GetUniqueID() == navigation_entry_unique_id) {
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.cc70 committed_entry ? committed_entry->GetUniqueID() : 0,
/external/chromium_org/content/public/browser/
H A Dnavigation_entry.h43 virtual int GetUniqueID() const = 0;
/external/lldb/include/lldb/API/
H A DSBProcess.h188 GetUniqueID();
/external/lldb/scripts/Python/interface/
H A DSBProcess.i203 ") GetUniqueID;
205 GetUniqueID();

Completed in 644 milliseconds

12