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

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 721 stuff = obj.__dict__
723 stuff = getstate()
724 _keep_alive(stuff, memo)
725 save(stuff)
    [all...]
rfc822.py 608 This method just skips all the route stuff and returns the addrspec.
867 stuff = data[0].split('-')
868 if len(stuff) == 3:
869 data = stuff + data[1:]
    [all...]
urllib.py 684 stuff = headers['www-authenticate']
686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
706 stuff = headers['proxy-authenticate']
708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 721 stuff = obj.__dict__
723 stuff = getstate()
724 _keep_alive(stuff, memo)
725 save(stuff)
    [all...]
rfc822.py 608 This method just skips all the route stuff and returns the addrspec.
867 stuff = data[0].split('-')
868 if len(stuff) == 3:
869 data = stuff + data[1:]
    [all...]
urllib.py 684 stuff = headers['www-authenticate']
686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
706 stuff = headers['proxy-authenticate']
708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 608 This method just skips all the route stuff and returns the addrspec.
867 stuff = data[0].split('-')
868 if len(stuff) == 3:
869 data = stuff + data[1:]
    [all...]
urllib.py 682 stuff = headers['www-authenticate']
684 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
704 stuff = headers['proxy-authenticate']
706 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
    [all...]
  /external/clang/test/CXX/drs/
dr4xx.cpp 747 int stuff();
753 static int k = stuff();
760 int k = stuff(); // expected-note {{bypasses variable initialization}}
  /external/python/cpython2/Lib/
rfc822.py 613 This method just skips all the route stuff and returns the addrspec.
872 stuff = data[0].split('-')
873 if len(stuff) == 3:
874 data = stuff + data[1:]
    [all...]
urllib.py 692 stuff = headers['www-authenticate']
694 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
714 stuff = headers['proxy-authenticate']
716 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 608 This method just skips all the route stuff and returns the addrspec.
867 stuff = data[0].split('-')
868 if len(stuff) == 3:
869 data = stuff + data[1:]
    [all...]
urllib.py 684 stuff = headers['www-authenticate']
686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
706 stuff = headers['proxy-authenticate']
708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 608 This method just skips all the route stuff and returns the addrspec.
867 stuff = data[0].split('-')
868 if len(stuff) == 3:
869 data = stuff + data[1:]
    [all...]
urllib.py 684 stuff = headers['www-authenticate']
686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
706 stuff = headers['proxy-authenticate']
708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 159 /* IT LEN stuff CS */
459 unsigned char stuff[200]; local
488 bfd_get_section_contents (abfd, section->bfd_section, stuff, i, todo);
489 ob.data.data = stuff;
507 memset (stuff, 0, todo);
508 ob.data.data = stuff;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar_test.go 147 "weird.stuff...": "weird.stuff..",
209 "weird.stuff..": ".",
239 "weird.stuff..": "stuff..",
    [all...]
jar.go 465 // We received stuff like "Domain=www.example.com.".
466 // Browsers do handle such stuff (actually differently) but
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar_test.go 147 "weird.stuff...": "weird.stuff..",
209 "weird.stuff..": ".",
239 "weird.stuff..": "stuff..",
    [all...]
jar.go 465 // We received stuff like "Domain=www.example.com.".
466 // Browsers do handle such stuff (actually differently) but
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 211 static int T::*stuff() { return &T::a; } function in class:PR16014::B::T
  /external/valgrind/none/tests/ppc32/
test_dfp4.c 29 typedef union stuff { union
test_dfp5.c 29 typedef union stuff { union
  /external/valgrind/none/tests/ppc64/
test_dfp4.c 29 typedef union stuff { union
test_dfp5.c 29 typedef union stuff { union

Completed in 538 milliseconds

1 2 3 4 5 6 7 891011>>