/development/testrunner/coverage/ |
coverage.py | 39 coverage results for a pre-defined set of tests and targets 110 def _GenerateReport(self, report_path, coverage_file_path, targets, 117 targets: list of CoverageTargets to use as base for code coverage 125 input_metadatas = self._GatherMetadatas(targets) 128 src_arg = self._GatherSrcs(targets) 139 def _GatherMetadatas(self, targets): 140 """Builds the emma input metadata argument from provided targets. 143 targets: list of CoverageTargets 149 for target in targets: 160 def _GatherSrcs(self, targets) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
SkeletonControl.java | 36 * List of targets which this controller effects. 38 private Mesh[] targets; field in class:SkeletonControl 53 * The list of targets will be acquired automatically when 65 * @param targets the meshes controlled by the skeleton 69 SkeletonControl(Mesh[] targets, Skeleton skeleton) { 71 this.targets = targets; 123 targets = findTargets(node); 125 targets = null; 138 for (int i = 0; i < targets.length; i++) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
betweenness_subset.py | 24 def betweenness_centrality_subset(G,sources,targets, 33 where `S` is the set of sources, `T` is the set of targets, 48 targets: list of nodes 49 Nodes to use as targets for shortest paths in betweenness 81 betweenness_centrality_subset(G,sources=G.nodes(),targets=G.nodes()). 101 b=_accumulate_subset(b,S,P,sigma,s,targets) 106 def edge_betweenness_centrality_subset(G,sources,targets, 115 where `S` is the set of sources, `T` is the set of targets, 128 targets: list of nodes 129 Nodes to use as targets for shortest paths in betweennes [all...] |
/external/drm_hwcomposer/ |
gl_compositor.cpp | 84 std::vector<GLTarget> targets; member in struct:android::GLCompositor::priv_data 126 GLTarget *target = &compositor->priv_->targets[target_handle]; 192 int target_handle = AllocResource(priv_->targets); 193 GLTarget *target = &priv_->targets[target_handle]; 202 if (target_handle >= 0 && (unsigned)target_handle < priv_->targets.size()) { 203 GLTarget *target = &priv_->targets[target_handle]; 214 if (target_handle >= 0 && (unsigned)target_handle < priv_->targets.size()) { 219 GLTarget *target = &priv_->targets[target_handle]; 231 GLTarget *target = &priv_->targets[target_handle]; 233 FreeResource(priv_->targets, target_handle) [all...] |
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 28 TARGETS="arm64-darwin-gcc 85 # $1 is the list of targets. 87 local targets="$1" 111 for target in ${targets}; do 132 local targets="$1" 145 for target in ${targets}; do 162 create_vpx_framework_config_shim "${targets}" 172 # TODO(tomfinegan): Verify that expected targets are included within 176 # Trap function. Cleans up the subtree used to build all targets contained in 177 # $TARGETS [all...] |
/external/selinux/libselinux/utils/ |
Makefile | 29 TARGETS=$(patsubst %.c,%,$(wildcard *.c)) 39 TARGETS:= $(filter-out $(UNUSED_TARGETS), $(TARGETS)) 41 all: $(TARGETS) 45 install -m 755 $(TARGETS) $(USRBINDIR) 48 rm -f $(TARGETS) *.o *~
|
/external/skia/ |
Makefile | 22 # # Build all targets (in Debug mode) 58 # Default target. This must be listed before all other targets. 63 # multiple targets in parallel was failing. The special .NOTPARALLEL target 64 # tells gnu make not to run targets within this Makefile in parallel. 65 # Targets that ninja builds at this Makefile's behest should not be affected. 91 # For all specific targets: run gyp if necessary, and then pass control to
|
/frameworks/compile/mclinker/include/mcld/Support/ |
TargetSelect.h | 15 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4] 19 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4] 34 /// it wants access to all available targets that MCLD is configured to 40 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4] 52 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4] 60 #include "mcld/Config/Targets.def" // NOLINT [build/include] [4]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 33 def newer_pairwise(sources, targets): 36 targets) where source is newer than target, according to the semantics 39 if len(sources) != len(targets): 40 raise ValueError, "'sources' and 'targets' must be same length" 42 # build a pair of lists (sources, targets) where source is newer 45 for source, target in zip(sources, targets):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 33 def newer_pairwise(sources, targets): 36 targets) where source is newer than target, according to the semantics 39 if len(sources) != len(targets): 40 raise ValueError, "'sources' and 'targets' must be same length" 42 # build a pair of lists (sources, targets) where source is newer 45 for source, target in zip(sources, targets):
|
/external/clang/test/CodeGen/ |
builtins-ppc-p7-disabled.c | 28 // CHECK-32: error: this builtin is only available on 64-bit targets 30 // CHECK-32: error: this builtin is only available on 64-bit targets 32 // CHECK-32: error: this builtin is only available on 64-bit targets
|
/external/deqp/doc/testspecs/GLES31/ |
functional.shaders.sample_variables.txt | 47 program. With texture targets, each sample encodes its gl_SampleID to the 49 framebuffer and renderbuffer targets, render area is partitioned to a grid so 67 With texture render targets, the texture contents are read and positions are 69 renderbuffer render targets only the legality and distribution are verified. 78 single sample render targets. *_per_pixel variations test value when fragment 85 render targets gl_SampleMaskIn does not contain any bits not set in 86 GL_SAMPLE_MASK. With single sample render targets gl_SampleMaskIn should not 104 to gl_SampleMask output variable. With single sample targets, writing to 105 gl_SampleMask should have no effect. With multisample targets the result image 106 color intensity should decrease. With multisample targets with sample count = 1 [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/ |
Test_hi.java | 49 String[] targets = { 59 for (int i = 0; i < targets.length; ++i) { 60 xAssertEquals(timestring(times[i]), targets, i, pf.format(times[i]));
|
/external/llvm/device/include/llvm/Config/ |
Targets.def | 1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\ 14 |* enumerate all of the targets. *| 16 |* The set of targets supported by LLVM is generated at configuration *|
|
/external/llvm/host/include/llvm/Config/ |
Targets.def | 1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\ 14 |* enumerate all of the targets. *| 16 |* The set of targets supported by LLVM is generated at configuration *|
|
/external/llvm/include/llvm/Config/ |
Targets.def.in | 1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\ 14 |* enumerate all of the targets. *| 16 |* The set of targets supported by LLVM is generated at configuration *|
|
/external/lz4/cmake_unofficial/ |
CMakeLists.txt | 38 install(TARGETS lz4 RUNTIME DESTINATION "bin/") 40 install(TARGETS lz4c RUNTIME DESTINATION "bin/") 51 install(TARGETS liblz4
|
/external/selinux/policycoreutils/gui/ |
Makefile | 9 TARGETS= \ 25 all: $(TARGETS) system-config-selinux.py polgengui.py 38 install -m 644 $(TARGETS) $(SHAREDIR)
|
/external/selinux/policycoreutils/run_init/ |
Makefile | 26 TARGETS=$(patsubst %.c,%,$(wildcard *.c)) 28 all: $(TARGETS) 46 -rm -f $(TARGETS) *.o
|
/frameworks/base/core/java/android/hardware/camera2/dispatch/ |
BroadcastDispatcher.java | 28 * <p>Every time {@link #dispatch} is invoked, all the broadcast targets will 38 * Create a broadcast dispatcher from the supplied dispatch targets. 40 * @param dispatchTargets one or more targets to dispatch to
|
/frameworks/compile/mclinker/include/mcld/Config/ |
Targets.def.cmake | 1 /*===- llvm/Config/Targets.def - MCLD Target Architectures ------*- C++ -*-===*\ 14 |* enumerate all of the targets. *| 16 |* The set of targets supported by MCLD is generated at configuration *|
|
Targets.def.in | 1 /*===- llvm/Config/Targets.def - MCLD Target Architectures ------*- C++ -*-===*\ 14 |* enumerate all of the targets. *| 16 |* The set of targets supported by MCLD is generated at configuration *|
|
/ndk/sources/host-tools/make-3.81/ |
rule.h | 24 char **targets; /* Targets of the rule. */ member in struct:rule 56 extern void create_pattern_rule PARAMS ((char **targets,
|
/external/chromium-trace/trace-viewer/tracing/ |
trace_viewer.gyp | 9 'targets': [
|
/external/clang/test/Sema/ |
arm-darwin-aapcs.cpp | 6 // some embedded targets use AAPCS with the iOS header files, which define
|