/external/autotest/client/bin/result_tools/ |
D | throttler_lib.py | 62 def _list_files(files, all_files=None): argument 69 if all_files is None: 70 all_files = [] 73 _list_files(info.files, all_files) 75 all_files.append(info) 76 return all_files 89 all_files = _list_files(summary.files) 93 for info in all_files:
|
/external/skia/tools/ |
D | parse_llvm_coverage.py | 38 def _file_in_repo(filename, all_files): argument 46 for f in all_files: 62 all_files = [] 69 all_files.append(os.path.join(root[(len(os.getcwd()) + 1):], name)) 70 all_files.sort() 82 match_filename = _file_in_repo(m.groups()[0], all_files)
|
/external/skqp/tools/ |
D | parse_llvm_coverage.py | 38 def _file_in_repo(filename, all_files): argument 46 for f in all_files: 62 all_files = [] 69 all_files.append(os.path.join(root[(len(os.getcwd()) + 1):], name)) 70 all_files.sort() 82 match_filename = _file_in_repo(m.groups()[0], all_files)
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_generator.cc | 174 std::vector<string> all_files; in Generate() local 180 all_files.push_back(java_filename); in Generate() 190 file_generator.GenerateSiblings(package_dir, output_directory, &all_files); in Generate() 199 for (int i = 0; i < all_files.size(); i++) { in Generate() 200 srclist_printer.Print("$filename$\n", "filename", all_files[i]); in Generate()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_generator.cc | 111 std::vector<std::string> all_files; in Generate() local 142 all_files.push_back(java_filename); in Generate() 161 file_generator->GenerateSiblings(package_dir, context, &all_files, in Generate() 184 for (int i = 0; i < all_files.size(); i++) { in Generate() 185 srclist_printer.Print("$filename$\n", "filename", all_files[i]); in Generate()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_generator.cc | 194 std::vector<string> all_files; in Generate() local 200 all_files.push_back(java_filename); in Generate() 210 file_generator.GenerateSiblings(package_dir, output_directory, &all_files); in Generate() 219 for (int i = 0; i < all_files.size(); i++) { in Generate() 220 srclist_printer.Print("$filename$\n", "filename", all_files[i]); in Generate()
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | pre-push.real | 23 all_files="$(git show --pretty="format:" --name-only "${range}")" 26 IGNORE_MISSING=1 "${mydir}/check-presubmit" ${all_files} || exit 1
|
/external/tensorflow/third_party/toolchains/cpus/arm/ |
D | BUILD | 49 all_files = ":empty", 67 all_files = ":arm_linux_all_files", 85 all_files = ":aarch64_linux_all_files",
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ |
D | remove_all.pass.cpp | 134 const path all_files[] = { in TEST_CASE() local 141 const std::size_t expected_count = sizeof(all_files) / sizeof(all_files[0]); in TEST_CASE() 146 for (auto const& p : all_files) { in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ |
D | remove_all.pass.cpp | 135 const path all_files[] = { in TEST_CASE() local 142 const std::size_t expected_count = sizeof(all_files) / sizeof(all_files[0]); in TEST_CASE() 147 for (auto const& p : all_files) { in TEST_CASE()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | mock_code_generator.cc | 71 const std::vector<const FileDescriptor*>& all_files) { in CommaSeparatedList() argument 73 for (size_t i = 0; i < all_files.size(); i++) { in CommaSeparatedList() 74 names.push_back(all_files[i]->name()); in CommaSeparatedList() 310 std::vector<const FileDescriptor*> all_files; in GetOutputFileContent() local 311 context->ListParsedFiles(&all_files); in GetOutputFileContent() 313 generator_name, parameter, file->name(), CommaSeparatedList(all_files), in GetOutputFileContent()
|
/external/python/pybind11/tests/extra_python_package/ |
D | test_files.py | 70 all_files = src_files | py_files variable 134 files = set("pybind11/{}".format(n) for n in all_files) 189 files = set("pybind11/{}".format(n) for n in all_files) 216 files = set("pybind11/{}".format(n) for n in all_files)
|
/external/tensorflow/tensorflow/go/ |
D | BUILD | 22 ":all_files", # Go sources 32 name = "all_files",
|
/external/tensorflow/third_party/toolchains/clang6/ |
D | clang.BUILD | 120 name = "all_files", 151 all_files = ":all_files",
|
/external/tensorflow/third_party/toolchains/embedded/arm-linux/ |
D | BUILD | 46 all_files = ":aarch64_toolchain_all_files", 58 all_files = ":armhf_toolchain_all_files",
|
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/ |
D | BUILD | 46 all_files = ":empty", 82 all_files = ":empty", 118 all_files = ":empty", 153 all_files = ":empty",
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io_test.py | 329 all_files = [] 333 all_files.append(w_files) 345 self.assertItemsEqual(all_files, [["file1.txt"], ["file2.txt"], [], [], []]) 347 all_files.index(["file1.txt"]), all_files.index(["file2.txt"])) 355 all_files = [] 359 all_files.append(w_files) 372 self.assertItemsEqual(all_files, [["file2.txt"], [], [], [], ["file1.txt"]]) 374 all_files.index(["file2.txt"]), all_files.index(["file1.txt"])) 381 all_files = [] 385 all_files.append(w_files) [all …]
|
/external/tensorflow/third_party/gpus/crosstool/ |
D | BUILD.tpl | 42 all_files = "%{compiler_deps}", 76 all_files = "%{compiler_deps}", 103 all_files = "%{win_compiler_deps}",
|
/external/fonttools/Tests/varLib/ |
D | interpolatable_test.py | 44 all_files = os.listdir(folder) 46 for p in all_files:
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang_manylinux2010-cuda10.0/ |
D | BUILD | 42 all_files = ":empty", 84 all_files = ":empty", 120 all_files = ":empty",
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/ |
D | BUILD | 42 all_files = ":crosstool_wrapper_driver_is_not_gcc", 84 all_files = ":crosstool_wrapper_driver_is_not_gcc", 122 all_files = ":windows_msvc_wrapper_files",
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1/ |
D | BUILD | 42 all_files = ":crosstool_wrapper_driver_is_not_gcc", 86 all_files = ":crosstool_wrapper_driver_is_not_gcc", 124 all_files = ":windows_msvc_wrapper_files",
|
/external/zlib/google/ |
D | zip.cc | 120 std::vector<base::FilePath> all_files; in Zip() local 125 files_to_add = &all_files; in Zip() 145 all_files.push_back(relative_path); in Zip()
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda11/ |
D | BUILD | 42 all_files = ":crosstool_wrapper_driver_is_not_gcc", 86 all_files = ":crosstool_wrapper_driver_is_not_gcc", 124 all_files = ":windows_msvc_wrapper_files",
|
/external/oss-fuzz/infra/ |
D | presubmit.py | 363 all_files = get_all_files() 364 for file_path in all_files: 416 if args.all_files:
|