HomeSort by relevance Sort by last modified time
    Searched refs:_get (Results 1 - 25 of 28) sorted by null

1 2

  /external/pixman/pixman/
pixman-compiler.h 141 tls_ ## name ## _get (void) \
172 tls_ ## name ## _get ()
212 tls_ ## name ## _get (void) \
226 tls_ ## name ## _get ()
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 35 static void _get(UHashtable* hash,
126 _get(hash, three, 3);
128 _get(hash, two, 0);
129 _get(hash, one, 100);
131 _get(hash, omega, 48);
132 _get(hash, two, 200);
355 static void _get(UHashtable* hash, function
  /external/icu4c/test/cintltst/
chashtst.c 35 static void _get(UHashtable* hash,
126 _get(hash, three, 3);
128 _get(hash, two, 0);
129 _get(hash, one, 100);
131 _get(hash, omega, 48);
132 _get(hash, two, 200);
355 static void _get(UHashtable* hash, function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 178 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
ConfigParser.py 355 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/
Queue.py 178 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
ConfigParser.py 355 def _get(self, section, conv, option): member in class:RawConfigParser
359 return self._get(section, int, option)
362 return self._get(section, float, option)
  /external/chromium/third_party/libevent/test/
regress.gen.h 15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args)
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__)
  /external/chromium_org/third_party/libevent/test/
regress.gen.h 15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args)
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__)
  /external/libselinux/src/
context.c 177 const char * context_ ## name ## _get(context_t context) \
182 hidden_def(context_ ## name ## _get)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 135 def _get(self): member in class:Value
139 value = property(_get, _set)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 135 def _get(self): member in class:Value
139 value = property(_get, _set)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 54 def _get(self, args): member in class:Font
157 self._call("font", "metrics", self.name, self._get(options))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 54 def _get(self, args): member in class:Font
157 self._call("font", "metrics", self.name, self._get(options))
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 35 (Java_##cls##_get##getter((env), (jobj)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 239 def _get(self, _object, asfile=None, _attributes={}): member in class:TalkTo
240 """_get: get data from an object
263 get = _get
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_queue.py 222 def _get(self): member in class:FailingQueue
226 return Queue.Queue._get(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_queue.py 222 def _get(self): member in class:FailingQueue
226 return Queue.Queue._get(self)
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/core/
definitions.mk 680 define _get-package-overrides
702 $(sort $(strip $(call _get-package-overrides,$(1))))
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py 395 def _get(self, name=name, _the_name=_the_name): function in function:_delegating_property
407 return property(_get, _set)
    [all...]
  /external/dropbear/libtommath/
bn.tex 697 \index{mp\_get\_int}
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1937 milliseconds

1 2