Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 107) sorted by relevance

12345

/external/skia/src/animator/
DSkHitTest.cpp25 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()
DSkHitClear.cpp23 SK_MEMBER_ARRAY(targets, Displayable)
31 for (int tIndex = 0; tIndex < targets.count(); tIndex++) { in enable()
32 SkDisplayable* target = targets[tIndex]; in enable()
DSkHitClear.h30 SkTDDisplayableArray targets;
DSkHitTest.h34 SkTDDisplayableArray targets; variable
/external/icu4c/i18n/
Dtransreg.cpp726 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local
727 return (targets == 0) ? 0 : targets->count(); in countAvailableTargets()
733 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local
734 if (targets == 0) { in getAvailableTarget()
741 e = targets->nextElement(pos); in getAvailableTarget()
756 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local
757 if (targets == 0) { in countAvailableVariants()
760 UVector *variants = (UVector*) targets->get(target); in countAvailableVariants()
769 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableVariant() local
770 if (targets == 0) { in getAvailableVariant()
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java822 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/
DPasteboardGtk.cpp112 …GtkTargetEntry* targets = gtk_target_table_new_from_list(m_helper->getCopyTargetList(frame), &n_ta… in writeSelection() local
113 gtk_clipboard_set_with_data(clipboard, targets, n_targets, in writeSelection()
115 gtk_target_table_free(targets, n_targets); in writeSelection()
/external/strace/
DTODO16 update automatic remaking of autoconf targets
28 fix clean targets so config.h and config.status can be removed
/external/icu4c/samples/uresb/
Dresources.mak9 @echo All targets are up to date
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp210 GtkTargetEntry* targets = gtk_target_table_new_from_list(targetList, &targetCount); in respondToChangedSelection() local
211 gtk_clipboard_set_with_owner(clipboard, targets, targetCount, in respondToChangedSelection()
213 gtk_target_table_free(targets, targetCount); in respondToChangedSelection()
/external/icu4c/tools/genren/
DREADME19 - Other make targets here
/external/zlib/projects/
DREADME.projects23 - The project may provide additional build targets, which depend on
/external/icu4c/samples/
Dreadme.txt67 (other targets: clean-samples, check-samples)
/external/icu4c/extra/uconv/
Dmakedata.mak78 @echo All targets are up to date (mode $(PKGMODE))
/external/zlib/contrib/delphi/
Dzlibd32.mak27 # targets
/external/webkit/WebKitTools/CodeCoverage/
Drun-generate-coverage-data85 def collect_cov(base_path,targets):
/external/zlib/contrib/pascal/
Dzlibd32.mak27 # targets
/external/openssl/crypto/des/
DINSTALL30 There are some special Makefile targets that make life easier.
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/
Dproject.pbxproj111 targets = (
/external/icu4c/config/
Dmh-os40066 ## Platform commands to remove or move executable and library targets
/external/zlib/qnx/
Dpackage.qpg9 <QPG:Package targets="combine"/>
/external/skia/xcode/giflib.xcodeproj/
Dproject.pbxproj118 targets = (
/external/skia/xcode/expat.xcodeproj/
Dproject.pbxproj115 targets = (
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
Dproject.pbxproj116 targets = (
/external/webkit/WebCore/manual-tests/NPN_Invoke/NPN_Invoke.xcodeproj/
Dproject.pbxproj120 targets = (

12345