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

<<51525354555657585960>>

  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera video sizes to see which one best fits the
65 // Start with max value and refine as we iterate over available video sizes. This is the
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
  /developers/build/prebuilts/gradle/BluetoothChat/
README.md 5 This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using
11 This sample should be run on two Android devices at the same time, to establish a two-way chat over
22 6. [Transfering][7] data over Bluetooth
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera video sizes to see which one best fits the
65 // Start with max value and refine as we iterate over available video sizes. This is the
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
  /developers/samples/android/common/src/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera video sizes to see which one best fits the
65 // Start with max value and refine as we iterate over available video sizes. This is the
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera video sizes to see which one best fits the
65 // Start with max value and refine as we iterate over available video sizes. This is the
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera video sizes to see which one best fits the
65 // Start with max value and refine as we iterate over available video sizes. This is the
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera video sizes to see which one best fits the
65 // Start with max value and refine as we iterate over available video sizes. This is the
73 // Iterate over all available sizes and pick the largest size that can fit in the view and
  /external/ImageMagick/MagickCore/
composite-private.h 64 Compose pixel p over pixel q with the given alpha.
131 Compose pixel p over pixel q with the given opacities.
158 gamma=RoundToUnity(Sa+Da); /* 'Plus' blending -- not 'Over' blending */
  /external/ImageMagick/PerlMagick/t/
composite.t 136 # Over
140 'input.miff', q//, q/, gravity=>'Center', compose=>'Over'/,
141 'reference/composite/Over.miff', 0.00001, 0.009);
  /external/apache-http/src/org/apache/http/
HttpClientConnection.java 69 * Sends the request line and all headers over the connection.
78 * Sends the request entity over the connection.
111 * Writes out all pending buffered data over the open connection.
  /external/chromium-trace/catapult/third_party/coverage/coverage/
backward.py 61 # A function to iterate listlessly over a dict's items.
78 """Get the `next` function for iterating over `seq`."""
82 """Get the `next` function for iterating over `seq`."""
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
bucketlistresultset.py 50 many thousands of keys within the bucket you can iterate over all
93 many thousands of keys within the bucket you can iterate over all
140 many thousands of uploads within the bucket you can iterate over all
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
cpu_usage_track.html 92 // s.cpuSelfTime : cpuDuration over slice s but not its subslices.
95 // s.cpuSelfTimeRatio: average cpu usage over the area covered by
111 // and add the cpuSelfTimeRatio contribution over this area.
  /external/curl/docs/libcurl/opts/
CURLINFO_TLS_SSL_PTR.3 103 using FTP over SSL. That is because the FTP protocol has a control channel and
104 a data channel and one or both may be over SSL. \fBCurrently there is no way to
111 already been sent over a connection after it was upgraded.\fP
  /external/e2fsprogs/misc/
base_device.c 6 * one time. Otherwise, the disk heads will be seeking all over the
53 /* Skip over /dev/; if it's not present, give up. */
58 /* Skip over /dev/dsk/... */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 231 // Increment width until over current y position
239 // return when position is over the last line
244 // Increment width until being over current x position
252 // return when position is over the last column
396 // error is over the 3% threshold
408 // negative delta over 5% shown in red
414 // positive delta over 20% shown in green
456 // deviation is over 20% over the entire history
468 toolTipMessage += "The results history shows that the variation of its delta is over 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its result is surely not reliable"
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ClassLoaderLocalMap.java 66 // synchronizing over ClassLoader is usually safest
80 // synchronizing over ClassLoader is usually safest
90 // synchronizing over ClassLoader is usually safest
  /external/gemmlowp/internal/
kernel_reference.h 57 // The outer loop is over the depth dimension.
59 // The next two loops are over cells of the Lhs (stacked vertically),
60 // and over cells of the Rhs (stacked horizontally).
  /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;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ReplaceableContextIterator.java 17 * Implementation of UCaseProps.ContextIterator, iterates over a Replaceable.
26 * Implementation of UCaseProps.ContextIterator, iterates over a Replaceable.
33 * @param rep Replaceable to iterate over.
  /external/icu/icu4c/source/common/unicode/
uiter.h 287 * and it must iterate over the same string
570 * Set up a UCharIterator to iterate over a string.
572 * Sets the UCharIterator function pointers for iteration over the string s
585 * @param s String to iterate over
595 * Set up a UCharIterator to iterate over a UTF-16BE string
606 * @param s UTF-16BE string to iterate over
618 * Set up a UCharIterator to iterate over a UTF-8 string.
620 * Sets the UCharIterator function pointers for iteration over the UTF-8 string s
644 * @param s UTF-8 string to iterate over
679 * Set up a UCharIterator to iterate over a C++ Replaceable
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ReplaceableContextIterator.java 16 * Implementation of UCaseProps.ContextIterator, iterates over a Replaceable.
25 * Implementation of UCaseProps.ContextIterator, iterates over a Replaceable.
32 * @param rep Replaceable to iterate over.
  /external/iproute2/man/man8/
ip.8 172 executes specified command over all objects, it depends if command supports this option.
197 - tunnel ethernet over IP (L2TPv3).
245 - tunnel over IP.
  /external/jetty/src/java/org/eclipse/jetty/util/
PatternMatcher.java 46 * Will iterate over the jar names and match
50 * Will iterate over the jar names, matching
79 //for each subpattern, iterate over all the urls, processing those that match
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/
ftfuzzer.cc 205 // loop over all faces
249 // loop over all bitmap stroke sizes
273 // loop over all glyphs

Completed in 477 milliseconds

<<51525354555657585960>>