HomeSort by relevance Sort by last modified time
    Searched refs:takes (Results 101 - 125 of 478) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13799.go 20 // (sometimes it takes 1 time, sometimes it takes ~4,000+).
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 53 // 150-200 times takes 3.5 seconds. With the optimization, the
54 // whole process takes about 180 milliseconds with 1 untrusted root
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 130 // to take down the program before it takes down the operating system.
162 // The level argument takes the same values as the GOTRACEBACK
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13799.go 20 // (sometimes it takes 1 time, sometimes it takes ~4,000+).
  /external/golang-protobuf/proto/
encode.go 228 // Marshal takes the protocol buffer
258 // Marshal takes the protocol buffer
343 return len(p.tagcode) + 1 // each bool takes exactly one byte
351 return len(p.tagcode) + 1 // each bool takes exactly one byte
640 return l * (len(p.tagcode) + 1) // each bool takes exactly one byte
651 o.EncodeVarint(uint64(l)) // each bool takes exactly one byte
670 n += l // each bool takes exactly one byte
    [all...]
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 311 Next, you will need to compile protobufs for iOS (optionally takes the -a $ARCH flag):
317 Then, you will need to compile the nsync library for iOS (optionally takes -a $ARCH flag):
350 `compile_ios_tensorflow.sh` takes the -a flag to build only for one architecture.
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 157 // cookies is like Cookies but takes the current time as a parameter.
232 // setCookies is like SetCookies but takes the current time as parameter.
398 // MaxAge takes precedence over Expires.
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 157 // cookies is like Cookies but takes the current time as a parameter.
232 // setCookies is like SetCookies but takes the current time as parameter.
398 // MaxAge takes precedence over Expires.
  /build/soong/android/
hooks.go 22 // module types. Each hook takes an interface as a parameter so that new methods can be added
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 280 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
314 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 268 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
302 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.S 68 # _BackFromUserCode() takes control in real mode after 'retf' has been executed
165 # _ToUserCode() takes control in real mode before passing control to user code.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.S 71 # _BackFromUserCode() takes control in real mode after 'retf' has been executed
162 # _ToUserCode() takes control in real mode before passing control to user code.
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go 64 // sliceForAppend takes a slice and a requested number of bytes. It returns a
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 122 ; saturation takes care of modifier > 16
  /external/python/cpython2/Lib/json/
__init__.py 281 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
315 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
  /external/python/cpython3/Lib/json/
__init__.py 290 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
318 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 280 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
314 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 280 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
314 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
dumper.go 91 // printf is a convenience wrapper that takes care of print errors.
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 21 // funcOutput takes two file names as arguments, a coverage profile to read as input and an output
  /prebuilts/go/darwin-x86/src/cmd/dist/
main.go 46 // main takes care of OS-specific startup and dispatches to xmain.
  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 43 Now it takes one argument split on the first = sign.
  /prebuilts/go/darwin-x86/src/crypto/aes/
aes_gcm.go 81 // sliceForAppend takes a slice and a requested number of bytes. It returns a
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 152 // For smaller sizes creating extended table takes too much time

Completed in 920 milliseconds

1 2 3 45 6 7 8 91011>>