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

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
test_file_system_test.py 28 def _Get(fn):
41 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['404.html/'])
42 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['apps/foo/'])
43 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['apps/foo.html'])
44 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['apps/foo.html'])
45 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['apps/foo/',
47 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['apps/foo/',
51 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['foo'])
52 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['bar/'])
53 self.assertRaises(FileNotFoundError, _Get(fs.Read), ['bar/baz']
    [all...]
mock_file_system_test.py 27 def _Get(fn):
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 10 $page = (preg_match("/^\d+$/", $_GET["p"]) ? $_GET["p"] : 1);
24 $q = (get_magic_quotes_gpc() ? $_GET["q"] : addslashes($_GET["q"]));
37 if (preg_match("/^\s*\[?(\d+)\]?\s*$/", $_GET["q"], $regs))
39 $_GET["q"] = $regs[1];
62 <input type="text" size="60" id="q" name="q"<?php print ($_GET["q"] ? " value=\"" . sanitize($_GET["q"], "text") . "\"" : ""); ?>/>
78 $title = "<span>$rows results total</span>Showing results " . ($offset + 1) . "-" . ($offset + $pagesize > $rows ? $rows : $offset + $pagesize) . " for " . ($_GET["q"] == "" ? "last $days days of commits" : "$et" . sanitize($_GET["q"], "text"))
    [all...]
  /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
  /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
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
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 121 if (!isset($_GET['openid_mode'])) {
124 if (isset($_GET['login'])) {
130 } else if ($_GET['openid_mode'] == 'cancel') {
155 } else if (isset($_GET['logout'])) {
  /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/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/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 35 (Java_##cls##_get##getter((env), (jobj)))
  /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/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 118 if ( isset($_GET[$var_name]) )
120 return str_replace("\'", "'", $_GET[$var_name]);
140 '_GET' => 'HTTP_GET_VARS',
  /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)

Completed in 1114 milliseconds

1 2