Searched refs:_get (Results 1 - 13 of 13) sorted by relevance

/prebuilts/misc/common/swig/include/2.0.11/typemaps/
H A Dattribute.swg152 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
155 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
164 #define %mangle(Class) ##_## AttributeName ## _get(self_) GetMethodCall
179 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
182 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
188 #define %mangle(Class) ##_## AttributeName ## _get(self_) GetMethodCall
240 #define %mangle(Class) ##_## AttributeName ## _get(self_) new AttributeType(self_->GetMethod())
263 #define %mangle(Class) ##_## AttributeName ## _get(self_) *new AttributeType(self_->GetMethod())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DQueue.py178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
H A DConfigParser.py355 def _get(self, section, conv, option): member in class:RawConfigParser
359 return self._get(section, int, option)
362 return self._get(section, float, option)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DQueue.py178 item = self._get()
208 def _get(self): member in class:Queue
227 def _get(self, heappop=heapq.heappop): member in class:PriorityQueue
243 def _get(self): member in class:LifoQueue
H A DConfigParser.py355 def _get(self, section, conv, option): member in class:RawConfigParser
359 return self._get(section, int, option)
362 return self._get(section, float, option)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py135 def _get(self): member in class:Value
139 value = property(_get, _set)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py135 def _get(self): member in class:Value
139 value = property(_get, _set)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkFont.py54 def _get(self, args): member in class:Font
157 self._call("font", "metrics", self.name, self._get(options))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Daetools.py239 def _get(self, _object, asfile=None, _attributes={}): member in class:TalkTo
240 """_get: get data from an object
263 get = _get
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkFont.py54 def _get(self, args): member in class:Font
157 self._call("font", "metrics", self.name, self._get(options))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_queue.py222 def _get(self): member in class:FailingQueue
226 return Queue.Queue._get(self)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_queue.py222 def _get(self): member in class:FailingQueue
226 return Queue.Queue._get(self)
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
H A Dgoogle-api-java-client-min-repackaged.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/commons- ...

Completed in 288 milliseconds