HomeSort by relevance Sort by last modified time
    Searched refs:all_targets (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/tools/gn/
command_ls.cc 88 std::vector<const Target*> all_targets = local
90 for (size_t i = 0; i < all_targets.size(); i++) {
91 if (all_targets[i]->settings()->is_default())
92 matches.push_back(all_targets[i]);
commands.cc 113 std::vector<const Target*> all_targets = local
116 for (size_t i = 0; i < all_targets.size(); i++) {
117 if (pattern.Matches(all_targets[i]->label()))
118 matches->push_back(all_targets[i]);
command_check.cc 85 const std::vector<const Target*>& all_targets,
91 new HeaderChecker(build_settings, all_targets));
commands.h 104 // all_targets, and the specific targets to check should be in to_check. If
113 const std::vector<const Target*>& all_targets,
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
analyzer.py 352 def _GetUnqualifiedToTargetMapping(all_targets, to_find):
359 for target_name in all_targets.keys():
363 result[extracted[1]] = all_targets[target_name]
530 all_targets, matching_targets, roots = _GenerateTargets(
535 unqualified_mapping = _GetUnqualifiedToTargetMapping(all_targets,
545 for target in all_targets.itervalues():
ninja.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 166 # all_targets is a list of all targets that can be configured
168 all_targets="libs examples docs"
171 for t in ${all_targets}; do
719 all_targets="${all_targets} solution"
  /external/libvpx/libvpx/
configure 155 # all_targets is a list of all targets that can be configured
157 all_targets="libs examples docs"
160 for t in ${all_targets}; do
695 all_targets="${all_targets} solution"
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 765 all_targets = find_special_group('all-targets')
773 all_targets.required_libraries.append(ci.name)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 408 for t in ${all_targets}; do
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 408 for t in ${all_targets}; do
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
    [all...]

Completed in 432 milliseconds