HomeSort by relevance Sort by last modified time
    Searched full:clones (Results 51 - 75 of 351) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/cc/resources/
picture.cc 191 scoped_ptr<SkPicture[]> clones(new SkPicture[num_threads]);
192 picture_->clone(&clones[0], num_threads);
197 new Picture(skia::AdoptRef(new SkPicture(clones[i])),
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollatorTest.java 32 assertTrue("Clones answered false to equals", c.equals(c2));
33 assertTrue("Clones were equivalent", c != c2);
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 84 * Creates multiple thread-safe clones of this picture that are ready for
85 * playback. The resulting clones are stored in the provided array of
  /external/skia/include/core/
SkPicture.h 84 * Creates multiple thread-safe clones of this picture that are ready for
85 * playback. The resulting clones are stored in the provided array of
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 319 * required to support deep clones. The user of clone() must check the status return
330 * a copy of the underlying text. Shallow clones can be used as an efficient way to
337 * Shallow UText clones should be avoided if the UText functions that modify the
340 * shallow clones provide some protection against errors of this type by
349 * This is true for read access only with shallow clones, and for both read and
350 * write access with deep clones.
363 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR
    [all...]
parsepos.h 109 * Clones can be used concurrently in multiple threads.
  /external/icu4c/common/unicode/
utext.h 319 * required to support deep clones. The user of clone() must check the status return
330 * a copy of the underlying text. Shallow clones can be used as an efficient way to
337 * Shallow UText clones should be avoided if the UText functions that modify the
340 * shallow clones provide some protection against errors of this type by
349 * This is true for read access only with shallow clones, and for both read and
350 * write access with deep clones.
363 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR
    [all...]
parsepos.h 109 * Clones can be used concurrently in multiple threads.
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 145 * Clones a basic POD object. Only a new top level object will be cloned. It
  /external/chromium_org/chrome/browser/resources/print_preview/
component.js 179 * Clones a template HTML DOM tree.
  /external/chromium_org/extensions/common/permissions/
api_permission.h 215 // Clones this.
  /external/chromium_org/mojo/public/bindings/generators/
mojom_cpp_generator.py 592 clones = Lines(self.struct_serialization_clone_template)
600 clones.Add(substitutions)
615 CLONES = clones,
  /external/chromium_org/third_party/icu/source/common/
rbbidata.h 29 * (clones) of RulesBasedBreakIterator.
  /external/chromium_org/tools/gn/
setup.h 126 // make a dependent setup which clones the state of the main one, make any
  /external/grub/netboot/
pci.h 5 ** Support for NE2000 PCI clones added David Monro June 1997
  /external/icu4c/common/
rbbidata.h 29 * (clones) of RulesBasedBreakIterator.
  /libcore/luni/src/main/java/org/w3c/dom/
Entity.java 35 * then the desired changes must be made to each of those clones instead.
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 100 // case 2: Compare of clones
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-inline.h 31 parallelization), or move the edges of the clones (saving). */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-inline.h 31 parallelization), or move the edges of the clones (saving). */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-inline.h 31 parallelization), or move the edges of the clones (saving). */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-inline.h 31 parallelization), or move the edges of the clones (saving). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs4231.h 58 /* compatible, but clones */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs4231.h 58 /* compatible, but clones */
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 108 * corresponding clones in even vectors.
153 * corresponding clones in even vectors, may be null.

Completed in 469 milliseconds

1 23 4 5 6 7 8 91011>>