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

1 2 34 5 6 7 8 91011>>

  /external/googletest/googletest/docs/
Pkgconfig.md 40 over `target_include_directories` + `_INCLUDE_DIRS` as the former includes not
46 goes for using `_LDFLAGS` over the more commonplace `_LIBRARIES`, which
  /frameworks/rs/script_api/
rs_for_each.spec 38 This type is used to suggest how the invoked kernel should iterate over the cells of the
42 locality when the processing is distributed over multiple cores.
51 over, like dimensions. It also contains rarely used indices of the currently processed
79 versions, it will also be used to provide hint on how to best iterate over
83 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
105 Runs the kernel over zero or more input allocations. They are passed after the
242 over and rarely used indices, like the Array0 index.
358 If the kernel is iterating over a cubemap, this function returns true if there's more
391 over and rarely used indices, like the Array0 index.
  /prebuilts/go/darwin-x86/src/html/template/
content_test.go 148 // Escape sequence not over-escaped.
164 // Escape sequence not over-escaped.
179 // Escape sequence not over-escaped.
194 // Escape sequence not over-escaped.
210 // Escape sequence not over-escaped.
241 // Escape sequence not over-escaped.
257 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is done.
272 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is not done.
  /prebuilts/go/darwin-x86/test/
nil.go 72 // Looping over indices is fine.
89 // Looping over values is not.
  /prebuilts/go/linux-x86/src/html/template/
content_test.go 148 // Escape sequence not over-escaped.
164 // Escape sequence not over-escaped.
179 // Escape sequence not over-escaped.
194 // Escape sequence not over-escaped.
210 // Escape sequence not over-escaped.
241 // Escape sequence not over-escaped.
257 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is done.
272 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is not done.
  /prebuilts/go/linux-x86/test/
nil.go 72 // Looping over indices is fine.
89 // Looping over values is not.
  /build/make/tools/releasetools/
edify_generator.py 142 'abort("E%d: Can\'t install this package (%s) over newer '
163 """Update the progress bar, advancing it over 'frac' over the next
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 107 static long x(long d, long m, long over) {
108 if (d > over) return Long.MAX_VALUE;
109 if (d < -over) return Long.MIN_VALUE;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 74 // Instead, here we iterate over each run type
83 // iterate over style runs
132 // iterate over both directional and style runs
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 74 // Instead, here we iterate over each run type
83 // iterate over style runs
132 // iterate over both directional and style runs
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
FileTime.java 208 private static long scale(long d, long m, long over) {
209 if (d > over) return Long.MAX_VALUE;
210 if (d < -over) return Long.MIN_VALUE;
  /libcore/ojluni/src/main/java/java/util/concurrent/
TimeUnit.java 197 static long x(long d, long m, long over) {
198 if (d > +over) return Long.MAX_VALUE;
199 if (d < -over) return Long.MIN_VALUE;
  /build/blueprint/
splice_modules_test.go 67 // Insert over a single element
103 // Insert over a single element without reallocating
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 46 * manual predicate here so that we don't backtrack over
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
critical.go 13 // need to iterate over f.Blocks without range, as we might
60 // since we're iterating over len(f.Blocks) above, this forces
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
rewrite.go 35 // The search for id is over the entire tiny+big buffer.
42 // buf[start:tiny] is left over from previous iteration.
  /prebuilts/go/darwin-x86/src/net/http/
npn_test.go 86 // It is HTTP/0.9 over TLS.
106 // handleTLSProtocol09 implements the HTTP/0.9 protocol over TLS, for the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
critical.go 13 // need to iterate over f.Blocks without range, as we might
60 // since we're iterating over len(f.Blocks) above, this forces
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
rewrite.go 35 // The search for id is over the entire tiny+big buffer.
42 // buf[start:tiny] is left over from previous iteration.
  /prebuilts/go/linux-x86/src/net/http/
npn_test.go 86 // It is HTTP/0.9 over TLS.
106 // handleTLSProtocol09 implements the HTTP/0.9 protocol over TLS, for the
  /compatibility/cdd/9_security-model/
9_8_privacy.md 37 allowing access to the contents of the shared storage over the USB port.
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm 23 // ****************** over-written OS methods ***********************
24 #pragma mark **** over-written OS methods
  /frameworks/base/packages/SettingsLib/tests/integ/
Android.mk 39 # Code coverage puts us over the dex limit, so enable multi-dex for coverage-enabled builds
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block.go 38 // over the block data directly as uint32s, and we generate
  /prebuilts/go/darwin-x86/src/go/ast/
filter_test.go 39 // later in the source over ones appearing earlier. This is why

Completed in 1190 milliseconds

1 2 34 5 6 7 8 91011>>