Searched defs:Get (Results 1 - 25 of 512) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs88 dbg.ConsumeHiddenToken(input.Get(i));
97 dbg.ConsumeHiddenToken(input.Get(i));
118 public virtual IToken Get(int i) { method in class:Antlr.Runtime.Debug.DebugTokenStream
119 return input.Get(i);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs23 public virtual TValue Get(TKey1 k1, TKey2 k2) { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
34 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
40 /** Get all values associated with primary key */
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs205 public virtual IToken Get(int i) { method in class:Antlr.Runtime.BufferedTokenStream
214 /// Get all tokens from start..(start+count-1) inclusively
216 public virtual List<IToken> Get(int start, int count) method in class:Antlr.Runtime.BufferedTokenStream
H A DITokenStream.cs36 /** <summary>Get Token at current input pointer + i ahead where i=1 is next Token.
53 * Get a token at an absolute index i; 0..n-1. This is really only
61 IToken Get(int i); method in interface:Antlr.Runtime.ITokenStream
H A DLegacyCommonTokenStream.cs281 * Get the ith token from the current position 1..n where k=1 is the
350 public virtual IToken Get(int i) { method in class:Antlr.Runtime.LegacyCommonTokenStream
355 /** Get all tokens from start..stop inclusively */
356 public virtual List<IToken> Get(int start, int count) method in class:Antlr.Runtime.LegacyCommonTokenStream
H A DUnbufferedTokenStream.cs88 public IToken Get(int i) { method in class:Antlr.Runtime.UnbufferedTokenStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs102 dbg.ConsumeHiddenToken( input.Get( i ) );
113 dbg.ConsumeHiddenToken( input.Get( i ) );
138 public virtual IToken Get( int i ) method in class:Antlr.Runtime.Debug.DebugTokenStream
140 return input.Get( i );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs27 public virtual TValue Get(TKey1 k1, TKey2 k2) method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
39 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
46 /** Get all values associated with primary key */
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DITokenStream`1.cs39 T Get(int i); method in interface:Antlr.Runtime.T
H A DSlimTokenStream.cs240 * Get the ith token from the current position 1..n where k=1 is the
318 public SlimToken Get( int i ) method in class:Antlr.Runtime.FastTokenStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs236 public virtual IToken Get(int i) method in class:Antlr.Runtime.BufferedTokenStream
247 /// Get all tokens from start..(start+count-1) inclusively
249 public virtual List<IToken> Get(int start, int count) method in class:Antlr.Runtime.BufferedTokenStream
H A DITokenStream.cs38 /** <summary>Get Token at current input pointer + i ahead where i=1 is next Token.
56 * Get a token at an absolute index i; 0..n-1. This is really only
64 IToken Get( int i ); method in interface:Antlr.Runtime.ITokenStream
H A DLegacyCommonTokenStream.cs317 * Get the ith token from the current position 1..n where k=1 is the
399 public virtual IToken Get( int i ) method in class:Antlr.Runtime.LegacyCommonTokenStream
405 /** Get all tokens from start..stop inclusively */
406 public virtual List<IToken> Get(int start, int count) method in class:Antlr.Runtime.LegacyCommonTokenStream
H A DUnbufferedTokenStream.cs152 public IToken Get(int i) method in class:Antlr.Runtime.UnbufferedTokenStream
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas276 /// Get the token start index for this subtree; return -1 if no such index
281 /// Get the token stop index for this subtree; return -1 if no such index
287 /// <summary>Get a child 0..n-1 node </summary>
342 /// <summary>Get a tree node at an absolute index i; 0..n-1.</summary>
347 function Get(const I: Integer): IANTLRInterface; function
350 /// Get tree node at current input pointer + i ahead where i=1 is next node.
400 /// Get the ITokenStream from which this stream's Tree was created
575 /// Get the children internal list of children. Manipulating the list
726 function Get(const I: Integer): IANTLRInterface;
868 /// Get nex
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dposition.py41 def Get(self, string): member in class:Position
/external/chromium_org/android_webview/native/
H A Daw_contents_io_thread_client_impl.cc71 bool Get(pair<int, int> rfh_id, IoThreadClientData* client);
95 bool RfhToIoThreadClientMap::Get( function in class:android_webview::__anon1816::RfhToIoThreadClientMap
164 if (!RfhToIoThreadClientMap::GetInstance()->Get(rfh_id, &client_data))
182 if (!RfhToIoThreadClientMap::GetInstance()->Get(parent_rfh_id,
/external/chromium_org/apps/
H A Dapp_load_service.cc40 extensions::ExtensionRegistry::Get(profile_)->AddObserver(this);
44 extensions::ExtensionRegistry::Get(profile_)->RemoveObserver(this);
49 ExtensionService* service = extensions::ExtensionSystem::Get(profile_)->
57 if (apps::AppRestoreService::Get(profile_)->IsAppRestorable(extension_id))
65 ExtensionSystem::Get(profile_)->extension_service();
81 AppLoadService* AppLoadService::Get(Profile* profile) { function in class:apps::AppLoadService
126 extensions::ExtensionPrefs::Get(browser_context);
138 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
H A Dapp_restore_service.cc44 ExtensionRegistry::Get(profile_)->enabled_extensions();
45 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
58 SavedFilesService::Get(profile_)->ClearQueueIfNoRetainPermission(
66 return ExtensionPrefs::Get(profile_)->IsExtensionRunning(extension_id);
70 AppRestoreService* AppRestoreService::Get(Profile* profile) { function in class:apps::AppRestoreService
104 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, true);
108 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, false);
113 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
H A Dsaved_devices_service.cc63 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile);
65 base::ListValue* devices = update.Get();
212 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
253 SavedDevicesService* SavedDevicesService::Get(Profile* profile) { function in class:apps::SavedDevicesService
259 SavedDevices* saved_devices = Get(extension_id);
271 ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_);
277 ClearSavedDeviceEntries(ExtensionPrefs::Get(profile_), extension_id);
304 SavedDevicesService::SavedDevices* SavedDevicesService::Get( function in class:apps::SavedDevicesService
H A Dsaved_files_service.cc61 base::DictionaryValue* file_entries = update.Get();
80 base::DictionaryValue* file_entries = update.Get();
96 base::DictionaryValue* file_entries = update.Get();
123 if (!file_entry->Get(kFileEntryPath, &path_value))
193 SavedFilesService* SavedFilesService::Get(Profile* profile) { function in class:apps::SavedFilesService
247 SavedFiles* saved_files = Get(extension_id);
250 return GetSavedFileEntries(ExtensionPrefs::Get(profile_), extension_id);
274 ClearSavedFileEntries(ExtensionPrefs::Get(profile_), extension->id());
278 SavedFilesService::SavedFiles* SavedFilesService::Get( function in class:apps::SavedFilesService
290 SavedFiles* saved_files = Get(extension_i
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status.cc103 PowerStatus* PowerStatus::Get() { function in class:ash::PowerStatus
104 CHECK(g_power_status) << "PowerStatus::Get() called before Initialize().";
136 chromeos::DBusThreadManager::Get()->GetPowerManagerClient()->
214 // Get the horizontal offset in the battery icon array image. The USB /
220 // Get the vertical offset corresponding to the current battery level.
285 chromeos::DBusThreadManager::Get()->GetPowerManagerClient()->
287 chromeos::DBusThreadManager::Get()->GetPowerManagerClient()->
292 chromeos::DBusThreadManager::Get()->GetPowerManagerClient()->
/external/chromium_org/athena/activity/
H A Dactivity_factory.cc24 ActivityFactory* ActivityFactory::Get() { function in class:athena::ActivityFactory
H A Dactivity_manager_impl.cc124 ActivityManager* ActivityManager::Get() { function in class:athena::ActivityManager
/external/chromium_org/athena/content/
H A Dapp_registry_impl.cc77 AppRegistry* AppRegistry::Get() { function in class:athena::AppRegistry

Completed in 7467 milliseconds

1234567891011>>