Searched defs:Get (Results 1 - 25 of 98) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
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 DUnbufferedTokenStream.cs152 public IToken Get(int i) method in class:Antlr.Runtime.UnbufferedTokenStream
/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
/external/chromium/base/threading/
H A Dthread_local_storage_posix.cc37 void* ThreadLocalStorage::Slot::Get() const { function in class:base::ThreadLocalStorage::Slot
H A Dthread_local.h18 // to Get() on a thread will return NULL. You can update the pointer with a
33 // DCHECK(Singleton<ThreadLocalPointer<MyClass> >::get()->Get() == NULL);
38 // DCHECK(Singleton<ThreadLocalPointer<MyClass> >::get()->Get() != NULL);
45 // return Singleton<ThreadLocalPointer<MyClass> >::get()->Get();
90 Type* Get() { function in class:base::ThreadLocalPointer
112 bool Get() { function in class:base::ThreadLocalBoolean
113 return tlp_.Get() != NULL;
H A Dthread_local_storage_win.cc89 void* ThreadLocalStorage::Slot::Get() const { function in class:base::ThreadLocalStorage::Slot
/external/chromium/chrome/browser/net/
H A Dssl_config_service_manager_system.cc22 virtual net::SSLConfigService* Get() { function in class:SSLConfigServiceManagerSystem
/external/chromium/chrome/browser/policy/
H A Dmock_configuration_policy_store.cc19 const Value* MockConfigurationPolicyStore::Get( function in class:policy::MockConfigurationPolicyStore
21 return policy_map_.Get(type);
/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.cc23 Value* ScopedUserPrefUpdateBase::Get(Value::ValueType type) { function in class:subtle::ScopedUserPrefUpdateBase
H A Dscoped_user_pref_update.h40 Value* Get(Value::ValueType type);
51 // Cache of value from user pref store (set between Get() and Notify() calls).
70 // Triggers an update notification if Get() was called.
78 // Calling Get() implies that an update notification is necessary at
82 virtual T* Get() { function in class:ScopedUserPrefUpdate
84 subtle::ScopedUserPrefUpdateBase::Get(type_enum_value));
88 return *Get();
92 return Get();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
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 DUnbufferedTokenStream.cs88 public IToken Get(int i) { method in class:Antlr.Runtime.UnbufferedTokenStream
/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/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/chromium/base/
H A Dglobal_descriptors_posix.cc22 int GlobalDescriptors::Get(Key key) const { function in class:base::GlobalDescriptors
/external/chromium/base/win/
H A Dscoped_hdc.h27 HDC Get() { function in class:base::win::ScopedHDC
H A Dscoped_gdi_object.h28 T Get() { function in class:base::win::ScopedGDIObject
H A Dscoped_handle.h24 // if (!hfile.Get())
26 // ReadFile(hfile.Get(), ...);
60 HANDLE Get() { function in class:base::win::ScopedHandle
/external/chromium/chrome/browser/chromeos/cros/
H A Dcros_library.cc25 class_prefix##Library* CrosLibrary::Get##class_prefix##Library() { \
55 CrosLibrary* CrosLibrary::Get() { function in class:chromeos::CrosLibrary
/external/chromium/chrome/browser/chromeos/
H A Dmetrics_cros_settings_provider.cc28 CrosSettings::Get()->FireObservers(path.c_str());
32 bool MetricsCrosSettingsProvider::Get(const std::string& path, function in class:chromeos::MetricsCrosSettingsProvider
43 UserManager *user = UserManager::Get();
/external/chromium/chrome/browser/sync/
H A Djs_arg_list.cc22 const ListValue& JsArgList::Get() const { function in class:browser_sync::JsArgList
23 return args_->Get();
28 base::JSONWriter::Write(&Get(), false, &str);
49 const ListValue& JsArgList::SharedListValue::Get() const { function in class:browser_sync::JsArgList::SharedListValue
/external/chromium/chrome/common/extensions/
H A Dextension_icon_set.cc22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const { function in class:ExtensionIconSet
/external/chromium/net/spdy/
H A Dspdy_settings_storage.cc17 const spdy::SpdySettings& SpdySettingsStorage::Get( function in class:net::SpdySettingsStorage
/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/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) method in class:DotZLib.CircularBuffer
72 public int Get() method in class:DotZLib.CircularBuffer

Completed in 2185 milliseconds

1234