Home
last modified time | relevance | path

Searched defs:targets (Results 1 – 25 of 254) sorted by relevance

1234567891011

/third_party/boost/tools/build/src/tools/
Dsymlink.py14 import b2.build.targets as targets namespace
32 def __init__(self, project, targets, sources): argument
80 def symlink(targets, sources): argument
93 def setup_ln(targets, sources, ps): argument
Dmsvc.py229 def archive(targets, sources=None, properties=None): argument
273 def get_rspline(targets, lang_opt): argument
283 def compile_c(targets, sources = [], properties = None): argument
288 def compile_c_preprocess(targets, sources = [], properties = None): argument
293 def compile_c_pch(targets, sources = [], properties = []): argument
300 def compile_cpp(targets,sources=[],properties=None): argument
305 def compile_cpp_preprocess(targets,sources=[],properties=None): argument
309 def compile_cpp_pch(targets,sources=[],properties=None): argument
334 def __call__(self, targets, sources, property_set): argument
356 def setup_compile_c_cpp_action(targets, sources, properties): argument
[all …]
Dgcc.py347 def gcc_compile_cpp(targets, sources, properties): argument
357 def gcc_compile_c(targets, sources, properties): argument
401 def gcc_compile_asm(targets, sources, properties): argument
611 def gcc_link(targets, sources, properties): argument
638 def gcc_archive(targets, sources, properties): argument
677 def gcc_link_dll(targets, sources, properties): argument
Drc.py87 def __call__(self, targets, sources, property_set): argument
98 def rc_compile_resource(targets, sources, properties): argument
/third_party/boost/tools/build/src/build/
Dengine.py26 def __call__(self, targets, sources, property_set_): argument
46 def __call__(self, targets, sources, property_set_): argument
76 def add_dependency (self, targets, sources): argument
93 def get_target_variable(self, targets, variable): argument
123 def set_target_variable (self, targets, variable, value, append=0): argument
145 def set_update_action (self, action_name, targets, sources, properties=None): argument
221 def do_set_update_action (self, action_name, targets, sources, property_set_): argument
/third_party/grpc/tools/run_tests/
Dtask_runner.py80 targets = [] variable
85 targets = [t for t in targets if all(f in t.labels for f in args.filter)] variable
86 targets = sorted(set(targets)) variable
/third_party/pcre2/pcre2/
DCMakeLists.txt660 SET(targets) variable
674 SET(targets ${targets} pcre2-8-static) variable
684 SET(targets ${targets} pcre2-posix-static) variable
707 SET(targets ${targets} pcre2-8-shared) variable
717 SET(targets ${targets} pcre2-posix-shared) variable
750 SET(targets ${targets} pcre2-16-static) variable
771 SET(targets ${targets} pcre2-16-shared) variable
802 SET(targets ${targets} pcre2-32-static) variable
823 SET(targets ${targets} pcre2-32-shared) variable
848 SET(targets ${targets} pcre2grep) variable
[all …]
/third_party/mindspore/mindspore/explainer/explanation/_attribution/_perturbation/
Drise.py129 def __call__(self, inputs, targets): argument
167 def _verify_data(inputs, targets): argument
183 def _unify_targets(inputs, targets): argument
/third_party/gn/src/gn/
Dcompile_commands_writer_unittest.cc41 std::vector<const Target*> targets; in TEST_F() local
234 std::vector<const Target*> targets; in TEST_F() local
291 std::vector<const Target*> targets; in TEST_F() local
344 std::vector<const Target*> targets; in TEST_F() local
440 std::vector<const Target*> targets; in TEST_F() local
493 std::vector<const Target*> targets; in TEST_F() local
553 std::vector<const Target*> targets; in TEST_F() local
592 std::vector<const Target*> targets; in TEST_F() local
Drust_project_writer_unittest.cc45 std::vector<const Target*> targets; in TEST_F() local
110 std::vector<const Target*> targets; in TEST_F() local
208 std::vector<const Target*> targets; in TEST_F() local
345 std::vector<const Target*> targets; in TEST_F() local
448 std::vector<const Target*> targets; in TEST_F() local
503 std::vector<const Target*> targets; in TEST_F() local
558 std::vector<const Target*> targets; in TEST_F() local
614 std::vector<const Target*> targets; in TEST_F() local
Djson_project_writer_unittest.cc41 std::vector<const Target*> targets; in TEST_F() local
274 std::vector<const Target*> targets; local
502 std::vector<const Target*> targets; local
Dmetadata_walk_unittest.cc42 UniqueVector<const Target*> targets; in TEST() local
93 UniqueVector<const Target*> targets; in TEST() local
150 UniqueVector<const Target*> targets; in TEST() local
190 UniqueVector<const Target*> targets; in TEST() local
Dcommands.cc153 bool ApplyTestonlyFilter(std::vector<const Target*>* targets) { in ApplyTestonlyFilter()
177 bool ApplyTypeFilter(std::vector<const Target*>* targets) { in ApplyTypeFilter()
205 void PrintTargetsAsBuildfiles(const std::vector<const Target*>& targets, in PrintTargetsAsBuildfiles()
217 void PrintTargetsAsLabels(const std::vector<const Target*>& targets, in PrintTargetsAsLabels()
234 void PrintTargetsAsOutputs(const std::vector<const Target*>& targets, in PrintTargetsAsOutputs()
605 void FilterAndPrintTargets(std::vector<const Target*>* targets, in FilterAndPrintTargets()
632 void FilterAndPrintTargets(bool indent, std::vector<const Target*>* targets) { in FilterAndPrintTargets()
645 void FilterAndPrintTargetSet(bool indent, const TargetSet& targets) { in FilterAndPrintTargetSet()
650 void FilterAndPrintTargetSet(const TargetSet& targets, base::ListValue* out) { in FilterAndPrintTargetSet()
/third_party/mindspore/mindspore/explainer/explanation/_attribution/_backprop/
Dgradient.py86 def __call__(self, inputs, targets): argument
98 def _verify_data(inputs, targets): argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DLanguageTestFmwk.java240 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() local
261 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() local
269 String[] targets = data.getMediumFormTargets(); in testMediumForms() local
284 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() local
291 String[] targets = data.getShortFormTargets(); in testShortForms() local
306 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() local
313 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() local
336 String[] targets = data.getLimitedUnitTargets(); in testLimitedUnits() local
428 String[] targets = data.getHalfUnitTargets(); in testHalfUnits() local
450 xAssertEquals(u.toString(), targets, n++, string); in testHalfUnits() local
[all …]
DDataReadWriteTest.java87 String[] targets = { in testBoolArray() local
143 String[] targets = { in testCharacterArray() local
202 String[] targets = { in testNamedIndexArray() local
270 String[] targets = { in testStringArray() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DLanguageTestFmwk.java241 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() local
262 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() local
270 String[] targets = data.getMediumFormTargets(); in testMediumForms() local
285 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() local
292 String[] targets = data.getShortFormTargets(); in testShortForms() local
307 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() local
314 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() local
337 String[] targets = data.getLimitedUnitTargets(); in testLimitedUnits() local
429 String[] targets = data.getHalfUnitTargets(); in testHalfUnits() local
451 xAssertEquals(u.toString(), targets, n++, string); in testHalfUnits() local
[all …]
DDataReadWriteTest.java90 String[] targets = { in testBoolArray() local
146 String[] targets = { in testCharacterArray() local
205 String[] targets = { in testNamedIndexArray() local
273 String[] targets = { in testStringArray() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py1366 def QualifyDependencies(targets): argument
1405 def ExpandWildcardDependencies(targets, data): argument
1480 def RemoveDuplicateDependencies(targets): argument
1496 def RemoveSelfDependencies(targets): argument
1509 def RemoveLinkDependenciesFromNoneTargets(targets): argument
1620 def _AddImportedDependencies(self, targets, dependencies=None): argument
1661 def DirectAndImportedDependencies(self, targets, dependencies=None): argument
1687 def _LinkDependenciesInternal(self, targets, include_shared_libraries, argument
1773 def DependenciesForLinkSettings(self, targets): argument
1787 def DependenciesToLinkAgainst(self, targets): argument
[all …]
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py1491 def QualifyDependencies(targets): argument
1540 def ExpandWildcardDependencies(targets, data): argument
1628 def RemoveDuplicateDependencies(targets): argument
1644 def RemoveSelfDependencies(targets): argument
1663 def RemoveLinkDependenciesFromNoneTargets(targets): argument
1781 def _AddImportedDependencies(self, targets, dependencies=None): argument
1823 def DirectAndImportedDependencies(self, targets, dependencies=None): argument
1850 self, targets, include_shared_libraries, dependencies=None, initial=True argument
1945 def DependenciesForLinkSettings(self, targets): argument
1960 def DependenciesToLinkAgainst(self, targets): argument
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Din_top_k_impl.cu23 __global__ void InTopK(const T *predictions, const int32_t *targets, bool *output, const T *top_k_o… in InTopK()
36 void CalInTopK(const T *predictions, const int32_t *targets, bool *output, const T *top_k_output, s… in CalInTopK()
/third_party/boost/tools/build/doc/src/
Darchitecture.adoc144 [[bbv2.arch.build.properties]]
438 Types
447 Target paths
/third_party/mindspore/mindspore/explainer/benchmark/_attribution/
Dlocalization.py92 def evaluate(self, explainer, inputs, targets, saliency=None, mask=None): argument
170 def _check_evaluate_param_with_mask(self, explainer, inputs, targets, saliency, mask): argument
Dmetric.py42 def verify_targets(targets, num_labels): argument
145 def aggregate(self, result, targets): argument
210 def _check_evaluate_param(self, explainer, inputs, targets, saliency): argument
/third_party/vk-gl-cts/scripts/build/
Dbuild.py49 def build (config, generator, targets = None): argument

1234567891011