/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
pulldom.py | 272 standard SAX2 interface, which means we slurp the
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
pulldom.py | 272 standard SAX2 interface, which means we slurp the
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
dump.go | 24 // It returns an error if the initial slurp of all bytes fails. It does not attempt
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
dump.go | 24 // It returns an error if the initial slurp of all bytes fails. It does not attempt
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
pulldom.py | 272 standard SAX2 interface, which means we slurp the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
pulldom.py | 272 standard SAX2 interface, which means we slurp the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
util.py | 358 if s[end] == "'": # slurp singly-quoted string
360 elif s[end] == '"': # slurp doubly-quoted string
|
/external/python/cpython2/Lib/distutils/ |
util.py | 268 if s[end] == "'": # slurp singly-quoted string 270 elif s[end] == '"': # slurp doubly-quoted string
|
/external/python/cpython3/Lib/distutils/ |
util.py | 262 if s[end] == "'": # slurp singly-quoted string 264 elif s[end] == '"': # slurp doubly-quoted string
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
util.py | 290 if s[end] == "'": # slurp singly-quoted string 292 elif s[end] == '"': # slurp doubly-quoted string
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
util.py | 290 if s[end] == "'": # slurp singly-quoted string 292 elif s[end] == '"': # slurp doubly-quoted string
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 290 if s[end] == "'": # slurp singly-quoted string 292 elif s[end] == '"': # slurp doubly-quoted string
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 290 if s[end] == "'": # slurp singly-quoted string 292 elif s[end] == '"': # slurp doubly-quoted string
|
/external/v8/ |
genmakefiles.py | 278 # Slurp in the content of the V8 gyp file.
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
test.go | 101 slurp, err := exec.Command("go", "env", "CGO_ENABLED").Output() 105 t.cgoEnabled, _ = strconv.ParseBool(strings.TrimSpace(string(slurp))) [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
test.go | 101 slurp, err := exec.Command("go", "env", "CGO_ENABLED").Output() 105 t.cgoEnabled, _ = strconv.ParseBool(strings.TrimSpace(string(slurp))) [all...] |
/external/valgrind/coregrind/ |
m_machine.c | 564 /* Slurp contents of /proc/cpuinfo into FILE_BUF */ 660 /* Slurp contents of /proc/cpuinfo into FILE_BUF */ 786 /* Slurp contents of /proc/cpuinfo into FILE_BUF */ [all...] |
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | 671 * Slurp the filenames out of the directory. 991 * If a directory of custom assets was supplied, slurp 'em up. 1027 * If a directory of resource-specific assets was supplied, slurp 'em up. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
pygettext.py | 629 # slurp through all the files
|
/external/python/cpython2/Tools/i18n/ |
pygettext.py | 628 # slurp through all the files
|
/external/python/cpython3/Tools/i18n/ |
pygettext.py | 586 # slurp through all the files
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
compatibility.hpp | 73 template <typename T, precision P> GLM_FUNC_QUALIFIER T slerp(detail::tquat<T, P> const & x, detail::tquat<T, P> const & y, T const & a){return mix(x, y, a);} //!< \brief Returns the slurp interpolation between two quaternions.
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
compatibility.hpp | 73 template <typename T, precision P> GLM_FUNC_QUALIFIER T slerp(detail::tquat<T, P> const & x, detail::tquat<T, P> const & y, T const & a){return mix(x, y, a);} //!< \brief Returns the slurp interpolation between two quaternions.
|
/toolchain/binutils/binutils-2.27/bfd/ |
elf64-sparc.c | 807 1 external, for assembly and slurp symbol table
|
/external/mksh/src/ |
syn.c | 357 /* slurp in words till closing paren */
|