HomeSort by relevance Sort by last modified time
    Searched defs:save (Results 1 - 25 of 1335) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/string/
strcat.c 42 char *save = s; local
46 return(save);
strcpy.c 42 char *save = to; local
45 return(save);
  /external/llvm/lib/Support/
StringSaver.cpp 14 const char *StringSaver::save(StringRef S) { function in class:StringSaver
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringSaver.cpp 14 StringRef StringSaver::save(StringRef S) { function in class:StringSaver
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_MozillaCookieJar.py 12 this class to save cookies. I *think* it works, but there have been
15 This class differs from CookieJar only in the format it uses to save and
22 save at all while the browser is running).
113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): member in class:MozillaCookieJar
_LWPCookieJar.py 1 """Load / save to libwww-perl (LWP) format files.
65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save
78 def save(self, filename=None, ignore_discard=False, ignore_expires=False): member in class:LWPCookieJar
  /external/conscrypt/
gradlew 158 save ( ) { function
162 APP_ARGS=$(save "$@")
  /external/flatbuffers/android/
gradlew 158 save () { function
162 APP_ARGS=$(save "$@")
  /external/flatbuffers/samples/android/
gradlew 158 save () { function
162 APP_ARGS=$(save "$@")
  /external/python/cpython2/Lib/
_MozillaCookieJar.py 12 this class to save cookies. I *think* it works, but there have been
15 This class differs from CookieJar only in the format it uses to save and
22 save at all while the browser is running).
113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): member in class:MozillaCookieJar
  /external/robolectric-shadows/
gradlew 158 save () { function
162 APP_ARGS=$(save "$@")
  /external/smali/
gradlew 158 save ( ) { function
162 APP_ARGS=$(save "$@")
  /external/subsampling-scale-image-view/
gradlew 158 save () { function
162 APP_ARGS=$(save "$@")
  /external/volley/
gradlew 158 save ( ) { function
162 APP_ARGS=$(save "$@")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_MozillaCookieJar.py 12 this class to save cookies. I *think* it works, but there have been
15 This class differs from CookieJar only in the format it uses to save and
22 save at all while the browser is running).
113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): member in class:MozillaCookieJar
  /prebuilts/gdb/linux-x86/lib/python2.7/
_MozillaCookieJar.py 12 this class to save cookies. I *think* it works, but there have been
15 This class differs from CookieJar only in the format it uses to save and
22 save at all while the browser is running).
113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): member in class:MozillaCookieJar
  /prebuilts/go/darwin-x86/doc/articles/wiki/
part1-noerror.go 17 func (p *Page) save() error { func
30 p1.save()
part1.go 17 func (p *Page) save() error { func
33 p1.save()
  /prebuilts/go/linux-x86/doc/articles/wiki/
part1-noerror.go 17 func (p *Page) save() error { func
30 p1.save()
part1.go 17 func (p *Page) save() error { func
33 p1.save()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 12 this class to save cookies. I *think* it works, but there have been
15 This class differs from CookieJar only in the format it uses to save and
22 save at all while the browser is running).
113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): member in class:MozillaCookieJar
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 12 this class to save cookies. I *think* it works, but there have been
15 This class differs from CookieJar only in the format it uses to save and
22 save at all while the browser is running).
113 def save(self, filename=None, ignore_discard=False, ignore_expires=False): member in class:MozillaCookieJar
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/bin/
jetifier-standalone 158 save () { function
162 APP_ARGS=$(save "$@")
  /tools/metalava/
gradlew 158 save () { function
162 APP_ARGS=$(save "$@")
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw.s 6 .type save,%function
8 save: label
29 @ .save {fp, lr}

Completed in 220 milliseconds

1 2 3 4 5 6 7 8 91011>>