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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
enable.good 0 targets
enable.inp 1 --enable-targets=sparc-sun-sunos4.1.3,srec
  /external/webkit/Source/JavaScriptCore/gyp/
gtk.gyp 6 'targets': [
17 ], # targets
  /external/webkit/Source/WebCore/gyp/
gtk.gyp 6 'targets': [
16 ], # targets
  /dalvik/dx/src/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) {
41 if (keys.length != targets.length) {
42 throw new IllegalArgumentException("keys/targets length mismatch");
46 this.targets = targets;
59 return targets;
PackedSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:PackedSwitchPayloadDecodedInstruction
38 int opcode, int firstKey, int[] targets) {
42 this.targets = targets;
55 return targets;
  /external/webkit/LayoutTests/storage/indexeddb/
cursor-skip-deleted.html 129 var targets = deleteList[i].targets;
130 for (var j = 0; j < targets.length; j++) {
131 deleted.push(targets[j]);
132 request = evalAndLog("request = trans.objectStore('store').delete(" + targets[j] + ")");
134 if (j == targets.length - 1)
153 var deletes = [{id: 1, targets: [0]},
154 {id: 2, targets: [names.length - 1]},
155 {id: 3, targets: [5,6,7]},
156 {id: 10, targets: [10]}
    [all...]
  /external/icu4c/samples/uresb/
resources.mak 4 TARGETS = en.res root.res sr.res
14 all : $(TARGETS)
15 @echo All targets are up to date
18 -erase $(TARGETS)
  /frameworks/base/core/java/android/os/
Broadcaster.java 39 r.targets = new Handler[1];
41 r.targets[0] = target;
62 reg.targets = new Handler[1];
76 n = r.targets.length;
77 Handler[] oldTargets = r.targets;
85 r.targets = new Handler[n+1];
86 System.arraycopy(oldTargets, 0, r.targets, 0, n);
90 r.targets[n] = target;
117 Handler[] targets = r.targets; local
188 Handler[] targets = r.targets; local
208 Handler[] targets; field in class:Broadcaster.Registration
    [all...]
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.gyp 6 'targets': [
22 'targets': [
30 # the win32/64 targets are merged.
  /dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java 32 * {@code non-null;} list of targets corresponding to the test values; there
36 private final IntList targets; field in class:SwitchList
49 this.targets = new IntList(size + 1);
57 targets.setImmutable();
88 return targets.get(n);
98 return targets.get(size);
102 * Gets the list of all targets. This includes one extra element at the
108 return targets;
134 if (targets.size() != size) {
138 targets.add(target)
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelect.h 10 // This file provides utilities to make sure that certain classes of targets are
24 #include "llvm/Config/Targets.def"
27 #include "llvm/Config/Targets.def"
31 #include "llvm/Config/Targets.def"
35 #include "llvm/Config/Targets.def"
39 #include "llvm/Config/Targets.def"
43 #include "llvm/Config/Targets.def"
47 #include "llvm/Config/Targets.def"
65 /// it wants access to all available targets that LLVM is configured to
71 #include "llvm/Config/Targets.def
    [all...]
  /external/iproute2/misc/
Makefile 4 TARGETS=ss nstat ifstat rtacct arpd lnstat
8 all: $(TARGETS)
30 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
35 rm -f *.o $(TARGETS) ssfilter.c
  /external/iptables/include/linux/netfilter/
xt_TPROXY.h 6 * mutliple targets in the same rule. */
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
CMakeLists.txt 12 INSTALL( TARGETS ${PROJECT_NAME} DESTINATION lib )
  /external/skia/src/animator/
SkHitTest.cpp 25 SK_MEMBER_ARRAY(targets, Displayable),
40 int targetCount = targets.count();
49 SkDisplayable* target = targets[tIndex];
67 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
68 SkDisplayable* target = targets[tIndex];
81 return getMember("targets"); // !!! cwap! need to refer to member through enum like kScope instead
SkHitClear.cpp 23 SK_MEMBER_ARRAY(targets, Displayable)
31 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
32 SkDisplayable* target = targets[tIndex];
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 44 private final CodeAddress[] targets; field in class:SwitchData
57 * @param targets {@code non-null;} corresponding list of code addresses; the
61 IntList cases, CodeAddress[] targets) {
72 if (targets == null) {
73 throw new NullPointerException("targets == null");
78 if (sz != targets.length) {
79 throw new IllegalArgumentException("cases / targets mismatch");
88 this.targets = targets;
104 int sz = targets.length
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 45 private final CodeAddress[] targets; field in class:SwitchData
58 * @param targets {@code non-null;} corresponding list of code addresses; the
62 IntList cases, CodeAddress[] targets) {
73 if (targets == null) {
74 throw new NullPointerException("targets == null");
79 if (sz != targets.length) {
80 throw new IllegalArgumentException("cases / targets mismatch");
89 this.targets = targets;
105 int sz = targets.length
    [all...]
  /external/chromium/build/util/support/
support.gyp 12 'targets': [
  /external/chromium/net/third_party/gssapi/
gssapi.gyp 6 'targets': [
  /external/iproute2/ip/
Makefile 12 TARGETS=ip rtmon
14 all: $(TARGETS) $(SCRIPTS) $(LIBS)
21 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
25 rm -f $(ALLOBJ) $(TARGETS)
  /external/v8/build/
all.gyp 6 'targets': [
  /external/llvm/lib/Support/
TargetRegistry.cpp 24 // Provide special warning when no targets are initialized.
26 Error = "Unable to find target for this triple (no targets are registered)";
43 Error = "No available targets are compatible with this triple, "
44 "see -version for the available targets.";
49 // good best targets.
51 Error = std::string("Cannot choose between targets \"") +
72 // Add to the list of targets.
  /development/testrunner/
coverage.py 37 coverage results for a pre-defined set of tests and targets
111 def _GenerateReport(self, report_path, coverage_file_path, targets,
118 targets: list of CoverageTargets to use as base for code coverage
126 input_metadatas = self._GatherMetadatas(targets)
129 src_arg = self._GatherSrcs(targets)
140 def _GatherMetadatas(self, targets):
141 """Builds the emma input metadata argument from provided targets.
144 targets: list of CoverageTargets
150 for target in targets:
161 def _GatherSrcs(self, targets)
    [all...]

Completed in 823 milliseconds

1 2 3 4 5 6 7 8 91011>>