/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()
|
/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/chromium/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.gyp | 6 'targets': [ 22 'targets': [ 30 # the win32/64 targets are merged.
|
/external/ipsec-tools/ |
D | setup.c | 62 static struct sockaddr *targets[2]; variable 111 targets[0] = dupsaddr(info->ai_addr); in set_globals() 115 sources[0].addr = getlocaladdr(targets[0]); in set_globals() 120 set_port(targets[0], 0); in set_globals() 158 return cmpsaddr(addr, targets[0]) < CMPSADDR_MISMATCH || in policy_match() 159 cmpsaddr(addr, targets[1]) < CMPSADDR_MISMATCH; in policy_match() 252 targets[1] = dupsaddr(src); in spdadd() 426 remoteconf->remote = dupsaddr(targets[0]); in setup() 435 set_port(targets[0], atoi(argv[6])); in setup() 436 spdadd(sources[0].addr, targets[0], IPPROTO_UDP, NULL, NULL); in setup() [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/webkit/Source/WebCore/storage/ |
D | IDBTransaction.cpp | 154 Vector<RefPtr<EventTarget> > targets; in dispatchEvent() local 155 targets.append(this); in dispatchEvent() 156 targets.append(db()); in dispatchEvent() 160 return IDBEventDispatcher::dispatch(event.get(), targets); in dispatchEvent()
|
D | IDBRequest.cpp | 274 Vector<RefPtr<EventTarget> > targets; in dispatchEvent() local 275 targets.append(this); in dispatchEvent() 277 targets.append(m_transaction); in dispatchEvent() 282 targets.append(m_transaction->db()); in dispatchEvent() 287 bool dontPreventDefault = IDBEventDispatcher::dispatch(event.get(), targets); in dispatchEvent()
|
/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()
|
/external/pcre/ |
D | CMakeLists.txt | 357 SET(targets) variable 362 SET(targets ${targets} pcre) variable 364 SET(targets ${targets} pcreposix) variable 384 SET(targets ${targets} pcrecpp) variable 416 SET(targets ${targets} pcregrep) variable 426 SET(targets ${targets} pcretest) variable 431 SET(targets ${targets} pcrecpp_unittest) variable 441 SET(targets ${targets} pcre_scanner_unittest) variable 445 SET(targets ${targets} pcre_stringpiece_unittest) variable 490 INSTALL(TARGETS ${targets}
|
/external/llvm/ |
D | CMakeLists.txt | 84 # List of targets with JIT support: 89 CACHE STRING "Semicolon-separated list of targets to build, or \"all\".") 92 CACHE STRING "Semicolon-separated list of targets to build, or \"all\".") 224 "Build the LLVM tools. If OFF, just generate build targets." ON) 225 option(LLVM_INCLUDE_TOOLS "Generate build targets for the LLVM tools." ON) 231 "Build the LLVM runtime libraries. If OFF, just generate build targets." ON) 232 option(LLVM_INCLUDE_RUNTIME "Generate build targets for the LLVM runtimes" ON) 238 "Build the LLVM example programs. If OFF, just generate build targets." OFF) 239 option(LLVM_INCLUDE_EXAMPLES "Generate build targets for the LLVM examples" ON) 245 "Build LLVM unit tests. If OFF, just generate build targets." OFF)
|
/external/llvm/test/lib/ |
D | llvm.exp | 184 } elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} { 185 set targets 188 foreach target [split $targets ,] { 199 } elseif {[regexp {XTARGET:[ *](.+)} $line match targets]} { 200 set targets 203 foreach target [split $targets ,] {
|
/external/webkit/Source/WebCore/gyp/ |
D | gtk.gyp | 6 'targets': [ 16 ], # targets
|
/external/webkit/Source/JavaScriptCore/gyp/ |
D | gtk.gyp | 6 'targets': [ 17 ], # targets
|
/external/webkit/Source/WebCore/dom/ |
D | ContainerNode.cpp | 126 NodeVector targets; in insertBefore() local 127 collectTargetNodes(newChild.get(), targets); in insertBefore() 128 if (targets.isEmpty()) in insertBefore() 137 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) { in insertBefore() 220 NodeVector targets; in parserInsertBefore() local 221 collectTargetNodes(newChild.get(), targets); in parserInsertBefore() 222 if (targets.isEmpty()) in parserInsertBefore() 230 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) { in parserInsertBefore() 587 NodeVector targets; in appendChild() local 588 collectTargetNodes(newChild.get(), targets); in appendChild() [all …]
|
/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/llvm/include/llvm/Config/ |
D | Targets.def.in | 14 |* enumerate all of the targets. *| 16 |* The set of targets supported by LLVM is generated at configuration *|
|
D | AsmParsers.def.in | 15 // targets with assembly parsers. 17 // The set of targets supported by LLVM is generated at configuration
|
D | AsmPrinters.def.in | 15 // targets with assembly printers. 17 // The set of targets supported by LLVM is generated at configuration
|
D | Disassemblers.def.in | 15 // targets with assembly parsers. 17 // The set of targets supported by LLVM is generated at configuration
|
/external/llvm/host/include/llvm/Config/ |
D | AsmParsers.def | 15 // targets with assembly parsers. 17 // The set of targets supported by LLVM is generated at configuration
|
D | Disassemblers.def | 15 // targets with assembly parsers. 17 // The set of targets supported by LLVM is generated at configuration
|