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

1 2 3 4

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Differ.java 55 if (offset > aTop-maxSame) return next;
60 return aTop-maxSame;
87 aTop = bTop = maxSame;
92 aTop = aCount;
103 aTop = aCount-EQUALSIZE;
105 next = a[aTop];
111 aTop = match;
144 if (aTop != 0) {
145 int newCount = aCount-aTop;
146 System.arraycopy(a, aTop, a, 0, newCount)
    [all...]
  /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>
  /external/autotest/client/cros/
shill_temporary_profile.py 8 this profile is pushed atop the topmost default profile for the duration
  /external/chromium-trace/catapult/third_party/beautifulsoup4/
PKG-INFO 10 Description: Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.
setup.py 15 long_description="""Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.""",
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blend.java 75 mIntrinsicNames[8] = "Source Atop";
76 mIntrinsicNames[9] = "Destination Atop";
  /external/ImageMagick/PerlMagick/t/
composite.t 32 # Atop
36 'input.miff', q//, q/, gravity=>'Center', compose=>'Atop'/,
37 'reference/composite/Atop.miff', 0.00001, 0.009);
  /packages/apps/TV/usbtuner/res/values-gl-rES/
strings.xml 54 <item quantity="other">Atopáronse %1$d canles</item>
59 <item quantity="other">Atopáronse %1$d canles</item>
63 <item quantity="other">Estupendo! Atopáronse %1$d canles durante a busca de canles. Se non che parece correcto, tenta axustar a posición da antena e realiza a busca de novo.</item>
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 184 * Xfer modes: dst-atop (Sa!=1)
243 /* src-atop */ COEFF_FORMULA( kDA_GrBlendCoeff, kISA_GrBlendCoeff),
244 /* dst-atop */ COEFF_FORMULA( kIDA_GrBlendCoeff, kSA_GrBlendCoeff),
261 /* src-atop */ COEFF_FORMULA( kDA_GrBlendCoeff, kISA_GrBlendCoeff),
262 /* dst-atop */ COVERAGE_FORMULA(BlendFormula::kISAModulate_OutputType, kIDA_GrBlendCoeff),
279 /* src-atop */ COEFF_FORMULA( kDA_GrBlendCoeff, kZero_GrBlendCoeff),
280 /* dst-atop */ COEFF_FORMULA( kIDA_GrBlendCoeff, kOne_GrBlendCoeff),
297 /* src-atop */ COEFF_FORMULA( kDA_GrBlendCoeff, kISA_GrBlendCoeff),
298 /* dst-atop */ COEFF_FORMULA( kIDA_GrBlendCoeff, kOne_GrBlendCoeff),
315 /* src-atop */ COVERAGE_FORMULA(BlendFormula::kSAModulate_OutputType, kDA_GrBlendCoeff)
    [all...]
  /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
  /external/skia/samplecode/
SampleXfer.cpp 28 { SkXfermode::kSrcATop_Mode, "src-atop" },
32 { SkXfermode::kDstATop_Mode, "dst-atop" },
  /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/autotest/site_utils/
lxc_functional_test.py 58 lxc.install_packages(['atop', 'libxslt-dev'], ['selenium', 'numpy'])
194 container.attach_run('which atop')
  /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/ImageMagick/ImageMagick/script/
composite.html 75 <p>You can create three-dimensional effect with the <var>Atop</var>:</p>
81 composite -compose atop -geometry -13-17 white-highlight.png red-circle.png red-ball.png
86 <img src="../image/atop.gif" width="56" height="70" alt="atop" />
  /external/ImageMagick/www/
composite.html 79 <p>You can create three-dimensional effect with the <var>Atop</var>:</p>
85 composite -compose atop -geometry -13-17 white-highlight.png red-circle.png red-ball.png
90 <img src="../images/atop.gif" width="56" height="70" alt="atop" />
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
subdirs.py 32 gsutil provides the illusion of a hierarchical file tree atop the "flat"
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenableFuture.java 63 * methods so that users can take advantages of the utilities built atop the

Completed in 1713 milliseconds

1 2 3 4