/external/skia/src/animator/ |
D | SkHitTest.cpp | 25 SK_MEMBER_ARRAY(targets, Displayable), 40 int targetCount = targets.count(); in draw() 49 SkDisplayable* target = targets[tIndex]; in draw() 67 for (int tIndex = 0; tIndex < targets.count(); tIndex++) { in enable() 68 SkDisplayable* target = targets[tIndex]; in enable()
|
D | SkHitClear.cpp | 23 SK_MEMBER_ARRAY(targets, Displayable) 31 for (int tIndex = 0; tIndex < targets.count(); tIndex++) { in enable() 32 SkDisplayable* target = targets[tIndex]; in enable()
|
D | SkHitClear.h | 30 SkTDDisplayableArray targets;
|
D | SkHitTest.h | 34 SkTDDisplayableArray targets; variable
|
/external/chromium/third_party/icu/source/i18n/ |
D | transreg.cpp | 746 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local 747 return (targets == 0) ? 0 : targets->count(); in countAvailableTargets() 753 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local 754 if (targets == 0) { in getAvailableTarget() 761 e = targets->nextElement(pos); in getAvailableTarget() 776 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local 777 if (targets == 0) { in countAvailableVariants() 780 UVector *variants = (UVector*) targets->get(target); in countAvailableVariants() 789 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableVariant() local 790 if (targets == 0) { in getAvailableVariant() [all …]
|
/external/icu4c/i18n/ |
D | transreg.cpp | 746 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local 747 return (targets == 0) ? 0 : targets->count(); in countAvailableTargets() 753 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local 754 if (targets == 0) { in getAvailableTarget() 761 e = targets->nextElement(pos); in getAvailableTarget() 776 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local 777 if (targets == 0) { in countAvailableVariants() 780 UVector *variants = (UVector*) targets->get(target); in countAvailableVariants() 789 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableVariant() local 790 if (targets == 0) { in getAvailableVariant() [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXCertPathBuilderSpi.java | 64 Collection targets; in engineBuild() local 82 …targets = CertPathValidatorUtilities.findCertificates((X509CertStoreSelector)certSelect, pkixParam… in engineBuild() 83 …targets.addAll(CertPathValidatorUtilities.findCertificates((X509CertStoreSelector)certSelect, pkix… in engineBuild() 91 if (targets.isEmpty()) in engineBuild() 101 targetIter = targets.iterator(); in engineBuild()
|
/external/guava/src/com/google/common/collect/ |
D | RegularImmutableSortedSet.java | 94 @Override public boolean containsAll(Collection<?> targets) { in containsAll() argument 97 if (!hasSameComparator(targets, comparator()) || (targets.size() <= 1)) { in containsAll() 98 return super.containsAll(targets); in containsAll() 106 Iterator<?> iterator = targets.iterator(); in containsAll()
|
D | ImmutableSet.java | 334 @Override public boolean containsAll(Collection<?> targets) { in containsAll() argument 335 if (targets == this) { in containsAll() 338 if (!(targets instanceof ArrayImmutableSet)) { in containsAll() 339 return super.containsAll(targets); in containsAll() 341 if (targets.size() > size()) { in containsAll() 344 for (Object target : ((ArrayImmutableSet<?>) targets).elements) { in containsAll()
|
D | EmptyImmutableSet.java | 66 @Override public boolean containsAll(Collection<?> targets) { in containsAll() argument 67 return targets.isEmpty(); in containsAll()
|
D | EmptyImmutableSortedSet.java | 69 @Override public boolean containsAll(Collection<?> targets) { in containsAll() argument 70 return targets.isEmpty(); in containsAll()
|
D | EmptyImmutableList.java | 99 @Override public boolean containsAll(Collection<?> targets) { in containsAll() argument 100 return targets.isEmpty(); in containsAll()
|
D | ImmutableCollection.java | 89 public boolean containsAll(Collection<?> targets) { in containsAll() argument 90 for (Object target : targets) { in containsAll()
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 822 final int [] targets = new int [npairs + 1]; in visit() local 823 targets [0] = ip + ov; in visit() 836 targets [p + 1] = ip + ov; in visit() 840 branches.put (ip, new LOOKUPSWITCH (keys, targets)); in visit() 861 final int [] targets = new int [high - low + 2]; in visit() local 862 targets [0] = ip + ov; in visit() 868 targets [index - low + 1] = ip + ov; in visit() 873 branches.put (ip, new TABLESWITCH (low, high, targets)); in visit() 1042 final int [] targets = block.m_branch.m_targets; in visit() local 1043 if (targets != null) in visit() [all …]
|
/external/webkit/WebCore/platform/gtk/ |
D | PasteboardGtk.cpp | 105 GtkTargetEntry* targets = gtk_target_table_new_from_list(m_helper->targetList(), &n_targets); in writeSelection() local 106 gtk_clipboard_set_with_data(clipboard, targets, n_targets, in writeSelection() 108 gtk_target_table_free(targets, n_targets); in writeSelection()
|
/external/protobuf/gtest/scons/ |
D | SConscript | 96 # Environments for building the targets, sorted by name. 127 # Helpers for creating build targets. 129 # Caches object file targets built by GtestObject to allow passing the 173 srcs = [] # The object targets corresponding to sources. 217 # Object and library targets. 237 # Test targets using the standard environment. 271 # Tests targets using custom environments. 291 # Sample targets.
|
/external/chromium/third_party/libevent/ |
D | libevent.gyp | 11 'targets': [ 61 'targets': [
|
/external/quake/quake/src/QW/ |
D | Makefile.Solaris | 42 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)" 47 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)" 51 targets: $(TARGETS)
|
/external/chromium/third_party/zlib/ |
D | zlib.gyp | 18 'targets': [ 77 'targets': [
|
/external/libvpx/ |
D | README | 13 * All x86 targets require the Yasm[1] assembler be installed. 41 most up-to-date list of supported targets can be found at the bottom of the 43 available targets is:
|
/external/strace/ |
D | TODO | 16 update automatic remaking of autoconf targets 28 fix clean targets so config.h and config.status can be removed
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | AttributeCertificateIssuer.java | 108 private boolean matchesDN(X500Principal subject, GeneralNames targets) in matchesDN() argument 110 GeneralName[] names = targets.getNames(); in matchesDN()
|
/external/chromium/base/ |
D | base.gyp | 12 'targets': [ 255 'targets': [ 271 'targets': [
|
D | base.gypi | 11 # This part is shared between the targets defined below. Only files and 350 'targets': [ 571 'targets': [ 601 # TODO: these third-party targets should be in a separate .gyp file 603 'targets': [
|
/external/chromium/net/tools/tld_cleanup/ |
D | tld_cleanup.gyp | 9 'targets': [
|