HomeSort by relevance Sort by last modified time
    Searched full:over (Results 851 - 875 of 13432) sorted by null

<<31323334353637383940>>

  /frameworks/rs/scriptc/
rs_for_each.rsh 35 * This type is used to suggest how the invoked kernel should iterate over the cells of the
39 * locality when the processing is distributed over multiple cores.
54 * over, like dimensions. It also contains rarely used indices of the currently processed
69 * versions, it will also be used to provide hint on how to best iterate over
73 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
106 * Runs the kernel over zero or more input allocations. They are passed after the
213 * over and rarely used indices, like the Array0 index.
327 * If the kernel is iterating over a cubemap, this function returns true if there's more
362 * over and rarely used indices, like the Array0 index.
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 172 * precise control over the runtime type of the output array, and may,
350 * Returns an iterator over the elements contained in this set
358 * @return an iterator over the elements in this set
368 * returned by an {@linkplain Set#iterator() iterator} over the
370 * iterator over this set. More formally, the two iterators are
373 * the iterator over the specified set, there is an element
374 * {@code e2} returned by the iterator over this set such that
395 * Returns a {@link Spliterator} over the elements in this set in the order
406 * @return a {@code Spliterator} over the elements in this set
  /prebuilts/sdk/renderscript/include/
rs_for_each.rsh 35 * This type is used to suggest how the invoked kernel should iterate over the cells of the
39 * locality when the processing is distributed over multiple cores.
54 * over, like dimensions. It also contains rarely used indices of the currently processed
69 * versions, it will also be used to provide hint on how to best iterate over
73 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
106 * Runs the kernel over zero or more input allocations. They are passed after the
213 * over and rarely used indices, like the Array0 index.
327 * If the kernel is iterating over a cubemap, this function returns true if there's more
362 * over and rarely used indices, like the Array0 index.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
wildcard_iterator.py 45 """Class for iterating over Google Cloud Storage strings containing wildcards.
62 Iterates over BucketListingRef matching the Url string wildcard. It's
90 """Iterator that gets called when iterating over the cloud wildcard.
134 # iterate over the expanded bucket strings and handle any object
411 """Iterates over the wildcard, returning refs for each expanded bucket.
433 """Iterates over the wildcard, yielding bucket, prefix or object refs.
453 """Iterates over the wildcard, yielding only object BucketListingRefs.
479 """Instantiates an iterator over BucketListingRefs matching wildcard URL.
489 """Iterator that gets called when iterating over the file wildcard.
531 """An iterator over the specified dir and wildcard.""
    [all...]
  /external/libvorbis/doc/
08-residue.tex 194 1) iterate [i] over the range 0 ... [residue_classifications]-1 {
206 specific bit set in the cascade bitmap. We loop over the possible
212 1) iterate [i] over the range 0 ... [residue_classifications]-1 {
214 2) iterate [j] over the range 0 ... 7 {
290 3) iterate [pass] over the range 0 ... 7 {
298 7) iterate [j] over the range 0 .. [ch]-1 {
303 10) iterate [i] descending over the range [classwords_per_codeword]-1 ... 0 {
317 13) iterate [i] over the range 0 .. ([classwords_per_codeword] - 1) while [partition_count]
320 14) iterate [j] over the range 0 .. [ch]-1 {
365 2) iterate [i] over the range 0 ... [step]-1
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/metrics/system_health/
memory_metric.html 232 * type: tr.v.Histogram (over all matching global memory dumps)
240 * type: tr.v.Histogram (over all matching global memory dumps)
523 * type: tr.v.Histogram (over matching heavy global memory dumps)
530 * type: tr.v.Histogram (over matching heavy global memory dumps)
726 * over all global dumps associated with the relevant browser).
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 48 // Loop over all instructions, and copy them over.
98 // Fix up the personality function that got copied over.
122 // Loop over all of the basic blocks in the function, cloning them as
153 // Loop over all of the instructions in the function, fixing up operand
159 // Loop over all instructions, fixing each one as we find it...
242 // Loop over the arguments, copying the names of the mapped arguments over...
246 DestI->setName(I.getName()); // Copy the name over...
331 // Loop over all instructions, and copy them over, DCE'ing as we go. Thi
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 101 * @param conn the open connection over which to send
169 * Send a request over a connection.
173 * data coming in over the connection.
177 * @param conn the connection over which to send the request,
256 * @param conn the connection over which the request was sent
301 * connection over which the response is coming in.
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
cpu_usage_track_test.html 96 // Compute average CPU usage over A (but not over B and C).
98 // Compute average CPU usage over B, C, D, E. They don't have subslices.
155 // Compute average CPU usage over A (but not over B and C).
157 // Compute average CPU usage over B, C, D. They don't have subslices.
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 11 // over the AST and invokes a given callback on every match.
15 // expression matches is registered, and the matcher is run over the AST of
53 /// \brief A class to allow finding matches over the Clang AST.
141 /// \brief Adds a matcher to execute when running over the AST.
145 /// single pass over the AST.
163 /// \brief Adds a matcher to execute when running over the AST.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/text/
RbnfScannerProviderImpl.java 222 // Create two collation element iterators, one over the target string
223 // and another over the prefix.
239 // skip over ignorable characters in the target string
245 // skip over ignorable characters in the prefix
251 // if skipping over ignorables brought to the end of
257 // if skipping over ignorables brought us to the end
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 111 /* Iterate over partials:
133 /* Iterate over fulls:
214 /* Iterate over partials:
235 /* Iterate over fulls:
302 /* Iterate over partials:
340 /* Iterate over partials:
  /prebuilts/go/darwin-x86/src/html/template/
content_test.go 132 // Escape sequence not over-escaped.
146 // Escape sequence not over-escaped.
159 // Escape sequence not over-escaped.
172 // Escape sequence not over-escaped.
186 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is done.
199 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is not done.
  /prebuilts/go/linux-x86/src/html/template/
content_test.go 132 // Escape sequence not over-escaped.
146 // Escape sequence not over-escaped.
159 // Escape sequence not over-escaped.
172 // Escape sequence not over-escaped.
186 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is done.
199 // Quotes and parens are escaped but %69 is not over-escaped. HTML escaping is not done.
  /external/slf4j/slf4j-site/src/site/pages/
news.html 44 files in log4j-over-slf4j. The issue was raised in <a
49 <code>Category</code> class in the log4j-over-slf4j module. This
55 <code>AppenderSkeleton</code> class in the log4j-over-slf4j
61 class in the log4j-over-slf4j module. This addition was requested
77 log4j-over-slf4j module are now public.
101 org.apache.log4j.MDC in the log4j-over-slf4j module.
128 <code>FileAppender</code> classes to the log4j-over-slf4j
171 <p>In the log4j-over-slf4j module, the <code>setLevel</code>
177 <p>In the log4j-over-slf4j module, added empty implementations for
192 logger factories in most SLF4J modules namely in jcl-over-slf4j
    [all...]
  /art/runtime/base/
scoped_flock.cc 67 // over and over again. This potential behavior does not fit well in the non-blocking
  /art/test/531-regression-debugphi/smali/
TestCase.smali 22 # - iterate over blocks in reverse post order
70 # - iterate over blocks in reverse post order
  /bionic/libc/private/
UniquePtr.h 43 // collision with any other implementation, until we can switch over
67 // Returns the raw pointer and hands over ownership to the caller.
  /build/blueprint/
splice_modules_test.go 63 // Insert over a single element
95 // Insert over a single element without reallocating
  /developers/samples/android/content/WidgetData/
template-params.xml 32 When working with external data, or data which must be fetched over high latency, it is important
71 When working with external data, or data which must be fetched over high latency, it is important
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 33 * Bitmap over and over again up to 200 times until out-of-memory occurs.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 44 * to hover over them using a mouse or touch pad. It displays feedback reporting
57 * over it because the interceptor itself will grab the events.
  /device/linaro/hikey/overlay/frameworks/base/core/res/res/values/
config.xml 60 Wifi interfaces. If the device doesn't want to support tethering over Wifi this
68 USB interfaces. If the device doesn't want to support tethering over USB this should
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 269 * sending events over a socket. A GUI for example will launch a thread
277 /** Parsing is over; successfully or not. Mostly useful for telling
325 * If you are receiving this event over a socket via
338 * If you are receiving this event over a socket via
346 * If you are receiving this event over a socket via
363 * If you are receiving this event over a socket via
372 * If you are receiving this event over a socket via
381 * If you are receiving this event over a socket via
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 251 * sending events over a socket. A GUI for example will launch a thread
261 * Parsing is over; successfully or not. Mostly useful for telling
308 * If you are receiving this event over a socket via
326 * If you are receiving this event over a socket via
336 * If you are receiving this event over a socket via
355 * If you are receiving this event over a socket via
366 * If you are receiving this event over a socket via
377 * If you are receiving this event over a socket via

Completed in 1356 milliseconds

<<31323334353637383940>>