HomeSort by relevance Sort by last modified time
    Searched full:atop (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Differ.java 53 if (offset > aTop-maxSame) return next;
58 return aTop-maxSame;
85 aTop = bTop = maxSame;
90 aTop = aCount;
101 aTop = aCount-EQUALSIZE;
103 next = a[aTop];
109 aTop = match;
142 if (aTop != 0) {
143 int newCount = aCount-aTop;
144 System.arraycopy(a, aTop, a, 0, newCount)
    [all...]
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/values/
strings.xml 33 <item>Destination atop (DST_ATOP)</item>
42 <item>Source atop (SRC_ATOP)</item>
  /developers/samples/android/ui/DrawableTinting/Application/src/main/res/values/
strings.xml 33 <item>Destination atop (DST_ATOP)</item>
42 <item>Source atop (SRC_ATOP)</item>
  /development/samples/browseable/DrawableTinting/res/values/
strings.xml 33 <item>Destination atop (DST_ATOP)</item>
42 <item>Source atop (SRC_ATOP)</item>
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blend.java 75 mIntrinsicNames[8] = "Source Atop";
76 mIntrinsicNames[9] = "Destination Atop";
  /external/openssh/
bufec.c 19 /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
bufbn.c 19 /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
buffer.c 19 /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
buffer.h 19 /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
bufaux.c 18 /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
  /frameworks/native/include/private/ui/
RegionHelper.h 198 void advance(region& reg, TYPE& aTop, TYPE& aBottom) {
209 aTop = rects->top + reg.dy;
212 aTop = max_value;
  /external/gptfdisk/
cgdisk.cc 20 /* This class implements an interactive curses-based interface atop the
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 82 mIntrinsicNames[8] = "Source Atop";
83 mIntrinsicNames[9] = "Destination Atop";
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 82 mIntrinsicNames[8] = "Source Atop";
83 mIntrinsicNames[9] = "Destination Atop";
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
devices.jd 39 >TestDevice</a> class sits atop the ddmlib library, which is a Java interface to adb. So any
  /external/clang/www/
related.html 16 <p>As Clang matures, more and more projects are being built atop the Clang
  /external/mksh/src/
lksh.1 26 .\" * ~ is size-reduced and placed atop in groff, so use \*(TI
27 .\" * ^ is size-reduced and placed atop in groff, so use \*(ha
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractListeningExecutorService.java 35 * Implements {@link ListeningExecutorService} execution methods atop the abstract {@link #execute}
ListenableFuture.java 63 * methods so that users can take advantages of the utilities built atop the
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
OverlayBundle.java 15 * A ResourceBundle that overlays one hierarchy atop another. This is
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 74 * <code>&lt!-- A green ripple drawn atop a black rectangle. --/>
79 * &lt!-- A blue ripple drawn atop a drawable resource. --/>
86 * background, the ripple will be drawn atop the first available parent
446 * atop the previous layer
  /external/tcpdump/
print-ip6.c 182 * which payload can be piggybacked atop a
print-atm.c 282 /* SCCOP with some unknown protocol atop it */
  /external/icu/icu4c/source/samples/ufortune/resources/
root.txt 80 preferably atop a nice firm tuft of grass.
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 264 C2D_ALPHA_BLEND_SRC_ATOP = (7 << 20), /* Porter-Duff "SRC ATOP" */
265 C2D_ALPHA_BLEND_DST_ATOP = (8 << 20), /* Porter-Duff "DST ATOP" */
    [all...]

Completed in 1626 milliseconds

1 2 3