HomeSort by relevance Sort by last modified time
    Searched refs:stuff (Results 26 - 50 of 474) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
fnmatch.py 107 stuff = pat[i:j].replace('\\','\\\\')
109 if stuff[0] == '!':
110 stuff = '^' + stuff[1:]
111 elif stuff[0] == '^':
112 stuff = '\\' + stuff
113 res = '%s[%s]' % (res, stuff)
ihooks.py 109 find_module(name, [path]) returns None or 'stuff', and
110 load_module(name, stuff) loads the module.
118 stuff = self.find_module_in_dir(name, dir)
119 if stuff: return stuff
142 def load_module(self, name, stuff):
143 file, filename, info = stuff
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
247 if stuff:
248 file = stuff[0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 107 stuff = pat[i:j].replace('\\','\\\\')
109 if stuff[0] == '!':
110 stuff = '^' + stuff[1:]
111 elif stuff[0] == '^':
112 stuff = '\\' + stuff
113 res = '%s[%s]' % (res, stuff)
ihooks.py 109 find_module(name, [path]) returns None or 'stuff', and
110 load_module(name, stuff) loads the module.
118 stuff = self.find_module_in_dir(name, dir)
119 if stuff: return stuff
142 def load_module(self, name, stuff):
143 file, filename, info = stuff
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
247 if stuff:
248 file = stuff[0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 107 stuff = pat[i:j].replace('\\','\\\\')
109 if stuff[0] == '!':
110 stuff = '^' + stuff[1:]
111 elif stuff[0] == '^':
112 stuff = '\\' + stuff
113 res = '%s[%s]' % (res, stuff)
ihooks.py 109 find_module(name, [path]) returns None or 'stuff', and
110 load_module(name, stuff) loads the module.
118 stuff = self.find_module_in_dir(name, dir)
119 if stuff: return stuff
142 def load_module(self, name, stuff):
143 file, filename, info = stuff
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
247 if stuff:
248 file = stuff[0
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
smartmips.s 4 stuff: label
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ver_matching_def.cc 43 class Stuff {
45 Stuff() {} // V1
56 myns::Stuff stuff; // V2 member in namespace:otherns
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix-ref-1.s 10 LC01: .tc stuff[TC],stuff[RW]
55 .csect stuff[rw]
56 stuff: label
  /build/blueprint/parser/
printer_test.go 48 stuff: ["asdf", "jkl;", "qwert",
54 stuff: [
68 stuff: ["asdf"] + var,
73 stuff: ["asdf"] + var,
81 stuff: [
88 stuff: [
98 stuff: ["asdf"] + var + ["qwert"],
103 stuff: ["asdf"] + var + ["qwert"],
110 stuff: {
119 stuff:
    [all...]
  /art/test/003-omnibus-opcodes/src/
UnresTest2.java 30 UnresStuff stuff = new UnresStuff(); local
56 checkCasts(stuff);
  /external/toybox/toys/lsb/
su.c 73 char *stuff[] = {snapshot_env("TERM"), snapshot_env("DISPLAY"), local
77 for (i=0; i < ARRAY_LEN(stuff); i++) if (stuff[i]) putenv(stuff[i]);
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_vector.i 297 ValueType[] opBinary(string op, Stuff)(Stuff stuff) if (op == "~") {
301 result ~= stuff[];
305 void opOpAssign(string op, Stuff)(Stuff stuff) if (op == "~") {
306 static if (is(typeof(insertBack(stuff)))) {
307 insertBack(stuff);
308 } else if (is(typeof(insertBack(stuff[])))) {
    [all...]
  /external/clang/test/Analysis/
malloc-annotations.c 22 struct stuff { struct
25 struct stuff myglobalstuff;
74 struct stuff mystuff;
83 void af1_f(struct stuff *somestuff) {
88 void af1_g(struct stuff **pps) {
89 *pps = my_malloc(sizeof(struct stuff)); // no-warning
  /external/compiler-rt/test/BlocksRuntime/
structmember.c 21 struct stuff { struct
  /external/python/cpython2/Misc/Vim/
syntax_test.py 30 with Bar() as stuff:
  /external/valgrind/helgrind/tests/
tc04_free_lock.c 9 typedef struct { int stuff[2000]; member in struct:__anon42693
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ihooks.py 109 find_module(name, [path]) returns None or 'stuff', and
110 load_module(name, stuff) loads the module.
118 stuff = self.find_module_in_dir(name, dir)
119 if stuff: return stuff
142 def load_module(self, name, stuff):
143 file, filename, info = stuff
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
247 if stuff:
248 file = stuff[0]
    [all...]
  /external/python/cpython2/Lib/
ihooks.py 109 find_module(name, [path]) returns None or 'stuff', and
110 load_module(name, stuff) loads the module.
118 stuff = self.find_module_in_dir(name, dir)
119 if stuff: return stuff
142 def load_module(self, name, stuff):
143 file, filename, info = stuff
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
247 if stuff:
248 file = stuff[0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 109 find_module(name, [path]) returns None or 'stuff', and
110 load_module(name, stuff) loads the module.
118 stuff = self.find_module_in_dir(name, dir)
119 if stuff: return stuff
142 def load_module(self, name, stuff):
143 file, filename, info = stuff
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
247 if stuff:
248 file = stuff[0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookie.py 79 C['val'] = "some,funky;stuff"
81 'Set-Cookie: val="some\\054funky\\073stuff"')
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 57 stuff = line.split()
64 if stuff[3] == '[unknown]':
  /external/python/cpython2/Lib/test/
test_cookie.py 94 C['val'] = "some,funky;stuff"
96 'Set-Cookie: val="some\\054funky\\073stuff"')
  /frameworks/minikin/doc/
minikin_style.md 7 In dir/foo.cc or dir/foo_test.cc, whose main purpose is to implement or test the stuff in
  /packages/apps/Test/connectivity/PMC/
Android.mk 18 # only include rules to build other stuff for the original package, not the derived package.

Completed in 511 milliseconds

12 3 4 5 6 7 8 91011>>