Home
last modified time | relevance | path

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

12345678

/third_party/pcre2/pcre2/
DCMakeLists.txt686 SET(targets) variable
700 SET(targets ${targets} pcre2-8-static) variable
710 SET(targets ${targets} pcre2-posix-static) variable
733 SET(targets ${targets} pcre2-8-shared) variable
743 SET(targets ${targets} pcre2-posix-shared) variable
776 SET(targets ${targets} pcre2-16-static) variable
797 SET(targets ${targets} pcre2-16-shared) variable
828 SET(targets ${targets} pcre2-32-static) variable
849 SET(targets ${targets} pcre2-32-shared) variable
874 SET(targets ${targets} pcre2grep) variable
[all …]
/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()
Dninja_build_writer_unittest.cc136 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
Declipse_writer.cc79 std::vector<const Target*> targets = builder_.GetAllResolvedTargets(); in GetAllIncludeDirs() local
94 std::vector<const Target*> targets = builder_.GetAllResolvedTargets(); in GetAllDefines() local
Dcommands_unittest.cc19 std::vector<const Target*> targets{&target_afoo, &target_cbar}; in TEST() local
/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/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/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/gn/tools/
Dfind_unreachable.py37 def find_source_targets_from(targets, graph): argument
/third_party/vk-gl-cts/scripts/build/
Dbuild.py49 def build (config, generator, targets = None): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dgraphviz.py24 def LoadEdges(filename, targets): argument
/third_party/node/tools/gyp/tools/
Dgraphviz.py24 def LoadEdges(filename, targets): argument
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DMakefile11 targets := help macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DSymbol.cpp49 Symbol::targets(ArchitectureSet Architectures) const { in targets() function in llvm::MachO::Symbol
/third_party/python/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp437 void createBindingTargets<VkBuffer> (BuffersList& targets, in createBindingTargets()
454 void createBindingTargets<VkImage> (ImagesList& targets, in createBindingTargets()
478 void createMemory<VkBuffer, DE_FALSE> (BuffersList& targets, in createMemory()
505 void createMemory<VkImage, DE_FALSE> (ImagesList& targets, in createMemory()
531 void createMemory<VkBuffer, DE_TRUE> (BuffersList& targets, in createMemory()
559 void createMemory<VkImage, DE_TRUE> (ImagesList& targets, in createMemory()
593 void makeBinding<VkBuffer> (BuffersList& targets, in makeBinding()
613 void makeBinding<VkImage> (ImagesList& targets, in makeBinding()
848 targets; in iterate() local
894 targets[2]; in iterate() local
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgen_angle_gn_info_json.py70 def create_build_description(gn_out, targets): argument
/third_party/skia/third_party/externals/angle2/scripts/
Dgen_angle_gn_info_json.py70 def create_build_description(gn_out, targets): argument

12345678