/third_party/boost/tools/build/src/tools/ |
D | symlink.py | 14 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
|
D | msvc.py | 229 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 …]
|
D | gcc.py | 347 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
|
D | rc.py | 87 def __call__(self, targets, sources, property_set): argument 98 def rc_compile_resource(targets, sources, properties): argument
|
D | darwin.py | 54 def darwin_archive (manager, targets, sources, properties): argument
|
/third_party/boost/tools/build/src/build/ |
D | engine.py | 26 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/ |
D | task_runner.py | 80 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/ |
D | CMakeLists.txt | 660 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/gn/src/gn/ |
D | compile_commands_writer_unittest.cc | 41 std::vector<const Target*> targets; in TEST_F() local 237 std::vector<const Target*> targets; in TEST_F() local 293 std::vector<const Target*> targets; in TEST_F() local 347 std::vector<const Target*> targets; in TEST_F() local 444 std::vector<const Target*> targets; in TEST_F() local 498 std::vector<const Target*> targets; in TEST_F() local 559 std::vector<const Target*> targets; in TEST_F() local 599 std::vector<const Target*> targets; in TEST_F() local
|
D | commands.cc | 223 bool ApplyTestonlyFilter(std::vector<const Target*>* targets) { in ApplyTestonlyFilter() 256 bool ApplyTypeFilter(std::vector<const Target*>* targets) { in ApplyTypeFilter() 284 void PrintTargetsAsBuildfiles(const std::vector<const Target*>& targets, in PrintTargetsAsBuildfiles() 296 void PrintTargetsAsLabels(const std::vector<const Target*>& targets, in PrintTargetsAsLabels() 313 void PrintTargetsAsOutputs(const std::vector<const Target*>& targets, in PrintTargetsAsOutputs() 510 void FilterAndPrintTargets(std::vector<const Target*>* targets, in FilterAndPrintTargets() 536 void FilterAndPrintTargets(bool indent, std::vector<const Target*>* targets) { in FilterAndPrintTargets() 550 const std::set<const Target*>& targets) { in FilterAndPrintTargetSet() 555 void FilterAndPrintTargetSet(const std::set<const Target*>& targets, in FilterAndPrintTargetSet()
|
D | json_project_writer_unittest.cc | 41 std::vector<const Target*> targets; in TEST_F() local 107 std::vector<const Target*> targets; in TEST_F() local 172 std::vector<const Target*> targets; in TEST_F() local
|
D | metadata_walk_unittest.cc | 42 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
|
D | json_project_writer.cc | 52 std::vector<const Target*>* targets, in FilterTargets() 147 std::vector<const Target*> targets; in RunAndWriteFiles() local 185 auto targets = std::make_unique<base::DictionaryValue>(); in RenderJSON() local
|
D | ninja_build_writer_unittest.cc | 136 std::vector<const Target*> targets = {&target_foo, &target_bar, &target_baz}; in TEST_F() local 203 std::vector<const Target*> targets; in TEST_F() local 236 std::vector<const Target*> targets = {&target_foo, &target_bar}; in TEST_F() local
|
D | eclipse_writer.cc | 79 std::vector<const Target*> targets = builder_.GetAllResolvedTargets(); in GetAllIncludeDirs() local 94 std::vector<const Target*> targets = builder_.GetAllResolvedTargets(); in GetAllDefines() local
|
D | xcode_writer.cc | 156 const std::vector<const Target*>& targets) { in FindApplicationTargetByName() 183 const std::vector<const Target*>& targets, in AddDependencyTargetForTestModuleTargets() 244 const std::vector<const Target*>& targets, in AddSourceFilesToProjectForIndexing() 400 std::vector<const Target*> targets; in RunAndWriteFiles() local 427 std::vector<const Target*>* targets, in FilterTargets() 478 const std::vector<const Target*>& targets, in CreateProductsProject()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
D | LanguageTestFmwk.java | 241 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 …]
|
D | DataReadWriteTest.java | 90 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/tools/gyp/pylib/gyp/ |
D | input.py | 1491 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | input.py | 1366 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/mbedtls/programs/ssl/ |
D | CMakeLists.txt | 8 set(targets variable 60 set(targets ${targets} ssl_pthread_server) variable
|
/third_party/boost/tools/build/doc/src/ |
D | architecture.adoc | 144 [[bbv2.arch.build.properties]] 438 Types 447 Target paths
|
/third_party/boost/tools/build/src/ |
D | manager.py | 53 def targets (self): member in Manager 83 def construct (self, properties = [], targets = []): argument
|
/third_party/node/tools/gyp/tools/ |
D | graphviz.py | 24 def LoadEdges(filename, targets): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/ |
D | graphviz.py | 24 def LoadEdges(filename, targets): argument
|