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

  /bionic/tools/versioner/src/
versioner.h 38 { "sys/_system_properties.h", supported_archs },
Arch.h 123 static const std::set<Arch> supported_archs = { variable
Preprocessor.cpp 80 for (Arch arch : supported_archs) {
100 for (Arch arch : supported_archs) {
142 { "", supported_archs },
165 for (Arch arch : supported_archs) {
versioner.cpp 466 fprintf(stderr, " \t\tvalid architectures are %s\n", Join(supported_archs).c_str());
643 selected_architectures = supported_archs;
DeclarationDatabase.cpp 281 for (Arch arch : supported_archs) {
  /external/grpc-grpc/tools/run_tests/
run_tests.py 196 def _check_arch(arch, supported_archs):
197 if arch not in supported_archs:
    [all...]

Completed in 311 milliseconds