HomeSort by relevance Sort by last modified time
    Searched full:_get (Results 26 - 50 of 66) sorted by null

12 3

  /external/smack/src/org/apache/harmony/javax/security/auth/
SubjectDomainCombiner.java 35 private static final AuthPermission _GET = new AuthPermission(
60 sm.checkPermission(_GET);
  /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
  /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
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 120 if (!isset($_GET['openid_mode'])) {
123 if (isset($_GET['login'])) {
129 } else if ($_GET['openid_mode'] == 'cancel') {
154 } else if (isset($_GET['logout'])) {
  /external/libunwind/doc/
unw_get_fpreg.man 13 .TH "UNW\\_GET\\_FPREG" "3" "16 August 2007" "Programming Library " "Programming Library "
unw_get_proc_name.man 13 .TH "UNW\\_GET\\_PROC\\_NAME" "3" "16 August 2007" "Programming Library " "Programming Library "
unw_get_reg.man 13 .TH "UNW\\_GET\\_REG" "3" "16 August 2007" "Programming Library " "Programming Library "
unw_set_fpreg.tex 66 \SeeAlso{unw\_get\_fpreg(3)},
unw_set_reg.tex 67 \SeeAlso{unw\_get\_reg(3)},
libunwind-ptrace.tex 27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
35 \Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
unw_get_proc_info_by_ip.man 13 .TH "UNW\\_GET\\_PROC\\_INFO\\_BY\\_IP" "3" "16 August 2007" "Programming Library " "Programming Library "
  /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)
  /external/qemu/distrib/libselinux/src/
context.c 177 const char * context_ ## name ## _get(context_t context) \
182 hidden_def(context_ ## name ## _get)
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 15 if (isset($_GET["realm"])) {
16 $realm = $_GET["realm"];
  /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/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
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 36 (Java_##cls##_get##getter((env), (jobj)))
  /external/icu/icu4c/source/common/
lrucache.cpp 78 const SharedObject *LRUCache::_get(const char *localeId, UErrorCode &status) { function in class:LRUCache
  /external/llvm/test/CodeGen/ARM/
2011-04-26-SchedTweak.ll 41 ; CHECK: blx _Get
  /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/e2fsprogs/lib/ext2fs/
punch.c 268 * In that case, _get() will error out.
270 * Note: If _get() returns 'no current node', that simply means that
  /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)

Completed in 1329 milliseconds

12 3