HomeSort by relevance Sort by last modified time
    Searched refs:over (Results 126 - 150 of 888) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/python/cpython2/Lib/
collections.py 130 'od.iterkeys() -> an iterator over the keys in od'
134 'od.itervalues -> an iterator over the values in od'
139 'od.iteritems -> an iterator over the (key, value) pairs in od'
498 '''Iterator over elements repeating each as many times as its count.
507 >>> for factor in prime_factors.elements(): # loop over factors
  /external/python/cpython2/Lib/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /external/python/cpython3/Lib/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variational_sgd_optimizer.py 52 over a minibatch. Otherwise if the sum was taken set this to 1.
  /frameworks/base/core/java/android/widget/
OverScroller.java 746 void fling(int start, int velocity, int min, int max, int over) {
747 mOver = over;
842 void notifyEdgeReached(int start, int end, int over) {
845 mOver = over;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 748 void fling(int start, int velocity, int min, int max, int over) {
749 mOver = over;
842 void notifyEdgeReached(int start, int end, int over) {
845 mOver = over;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cbc.go 124 // To avoid making a copy each time, we loop over the blocks BACKWARDS.
132 // Loop over all but the first block.
  /prebuilts/go/linux-x86/src/crypto/cipher/
cbc.go 124 // To avoid making a copy each time, we loop over the blocks BACKWARDS.
132 // Loop over all but the first block.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 83 # over those set by the vendor.
  /external/curl/docs/cmdline-opts/
version.d 24 Automatic decompression of compressed files over HTTP is supported.
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 219 /// Returns an iterator over the bytes in this <see cref="ByteString"/>.
221 /// <returns>An iterator over the bytes in this object.</returns>
228 /// Returns an iterator over the bytes in this <see cref="ByteString"/>.
230 /// <returns>An iterator over the bytes in this object.</returns>
  /external/skia/tools/lua/
ngrams.lua 19 -- list containing just the verb to the master list. Then, backtrack over the
  /external/skqp/tools/lua/
ngrams.lua 19 -- list containing just the verb to the master list. Then, backtrack over the
  /external/tensorflow/
ACKNOWLEDGMENTS 15 Caffe uses a shared copyright model: each contributor holds copyright over
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_memory.md 4 It allows you to see the memory consumption of each GPU over time.
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
exportdata.go 80 // Skip over object header to export data.
  /prebuilts/go/darwin-x86/src/html/template/
html_test.go 95 stripTags("The quick, brown fox jumps over the lazy dog.")
js_test.go 368 jsValEscaper("The quick, brown fox jumps over the lazy dog")
390 "The quick, brown fox jumps over the lazy dog",
400 jsStrEscaper("The quick, brown fox jumps over the lazy dog.")
412 jsRegexpEscaper("The quick, brown fox jumps over the lazy dog")
  /prebuilts/go/darwin-x86/src/unicode/
letter.go 106 // binary search over ranges
139 // binary search over ranges
213 // binary search over ranges
319 // SimpleFold iterates over Unicode code points equivalent under
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
exportdata.go 80 // Skip over object header to export data.
  /prebuilts/go/linux-x86/src/html/template/
html_test.go 95 stripTags("The quick, brown fox jumps over the lazy dog.")

Completed in 723 milliseconds

1 2 3 4 56 7 8 91011>>