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

1 2 3 4 5

  /prebuilts/go/darwin-x86/test/chan/
sieve2.go 118 // The channel of all composites to be eliminated in increasing order.
119 composites := make(chan int, 50)
125 // Merge channels of multiples of 'primes' into 'composites'.
133 composites <- min
145 composites <- head
150 // Sieve out 'composites' from 'candidates'.
164 c := <-composites
  /prebuilts/go/linux-x86/test/chan/
sieve2.go 118 // The channel of all composites to be eliminated in increasing order.
119 composites := make(chan int, 50)
125 // Merge channels of multiples of 'primes' into 'composites'.
133 composites <- min
145 composites <- head
150 // Sieve out 'composites' from 'candidates'.
164 c := <-composites
  /docs/source.android.com/src/devices/graphics/
implement-vdisplays.jd 48 <li><em>MIXED</em>. GPU composites some layers to framebuffer, and Hardware
49 Composer composites framebuffer and remaining layers. GPU writes to scratch
  /external/valgrind/drd/tests/
omp_prime.c 23 /* No need to check against known composites */
  /external/freetype/include/internal/
ftgloadr.h 37 /* together (for example, in the case of composites). */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftgloadr.h 37 /* together (for example, in the case of composites). */
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftgloadr.h 37 /* together (for example, in the case of composites). */
  /prebuilts/go/darwin-x86/src/cmd/vet/
composite.go 19 register("composites",
doc.go 80 Flag: -composites
  /prebuilts/go/linux-x86/src/cmd/vet/
composite.go 19 register("composites",
doc.go 80 Flag: -composites
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLCompositeProperty.java 79 // We do not display any values for composites in the UI as they are only intermediate
GLListProperty.java 121 // We do not display any values for composites in the UI as they are only intermediate
GLSparseArrayProperty.java 137 // We do not display any values for composites in the UI as they are only intermediate
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
OrderingTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java     [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 247 composites = sorted(self._composites.items())
249 for charname, components in composites:
  /external/ImageMagick/ImageMagick/api/
composite.html 59 <p>CompositeImageCommand() reads one or more images and an optional mask and composites them into a new image.</p>
  /external/ImageMagick/www/api/
composite.html 63 <p>CompositeImageCommand() reads one or more images and an optional mask and composites them into a new image.</p>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 96 * Require a minimum weight of the NAF representation, since low-weight composites may
  /external/eclipse-windowbuilder/propertysheet/
README.txt 90 - Changed the sizeall cursor used for dragging composites from the SWT
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 31 Composites:
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 31 Composites:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java     [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 1169 UnicodeSet composites; local
    [all...]

Completed in 1100 milliseconds

1 2 3 4 5