HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 51 - 75 of 2469) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util_test.cc 67 std::vector<string> files; local
68 TF_CHECK_OK(env->GetMatchingPaths(pattern, &files));
69 for (const auto& f : files) {
75 // Now check we wrote temporary files to the temporary directory that we can
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_file_writer_test.cc 57 std::vector<string> files; local
58 TF_CHECK_OK(env_.GetChildren(testing::TmpDir(), &files));
60 for (const string& f : files) {
  /external/vixl/tools/
clang_format.py 53 description = '''This tool runs `clang-format` on C++ files.
54 If no files are provided on the command-line, all C++ source files in `src`,
59 parser.add_argument('files', nargs = '*')
62 help = 'Edit files in place.')
129 # Returns the total number of files incorrectly formatted.
130 def ClangFormatFiles(files, in_place = False, jobs = 1, progress_prefix = ''):
143 tasks = [(f, in_place, progress_prefix) for f in files]
156 progress_prefix + '%d files are incorrectly formatted.' % rc,
171 for root, dirs, files in os.walk(path)
199 files = args.files variable
201 files = GetCppSourceFilesToFormat() variable
    [all...]
  /external/webrtc/webrtc/base/
proxydetect_unittest.cc 60 std::vector<rtc::FakeFileSystem::File> files; local
61 files.push_back(rtc::FakeFileSystem::File("profiles.ini",
63 files.push_back(rtc::FakeFileSystem::File("prefs.js", prefs));
64 rtc::FilesystemScope fs(new rtc::FirefoxPrefsFileSystem(files));
  /external/webrtc/webrtc/test/
frame_generator_unittest.cc 108 std::vector<std::string> files; local
109 files.push_back(two_frame_filename_);
110 files.push_back(one_frame_filename_);
113 FrameGenerator::CreateFromYuvFile(files, kFrameWidth, kFrameHeight, 1));
134 std::vector<std::string> files; local
135 files.push_back(two_frame_filename_);
136 files.push_back(one_frame_filename_);
138 files, kFrameWidth, kFrameHeight, kRepeatCount));
  /frameworks/base/telephony/java/android/telephony/mbms/
FileServiceInfo.java 31 * Describes a file service available from the carrier from which files can be downloaded via
35 private final List<FileInfo> files; field in class:FileServiceInfo
44 files = new ArrayList<>(newFiles);
62 files = new ArrayList<FileInfo>();
63 in.readList(files, FileInfo.class.getClassLoader());
69 dest.writeList(files);
78 * @return A list of files available from this service. Note that this list may not be
79 * exhaustive -- the middleware may not have information on all files that are available.
83 return files;
  /frameworks/base/tools/preload2/src/com/android/preload/actions/
WritePreloadedClassesAction.java 41 File[] files = Main.getUI().showOpenDialog(true); local
42 if (files != null && files.length > 0) {
43 preloadedClassFile = files[0];
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActivityInputHandlerTest.java 17 package com.android.documentsui.files;
QuickViewIntentBuilderTest.java 1 package com.android.documentsui.files;
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
FileUtils.java 30 final File[] files = path.listFiles(); local
31 if (files != null) {
32 for (final File child : files) {
44 final File[] files = dir.listFiles(fileNameFilter); local
45 if (files == null) {
49 for (final File file : files) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
opt-stats.py 5 desc = '''Generate statistics about optimization records from the YAML files
28 help='List of optimization record files or directories searched '
29 'for optimization record files.')
41 help='Do not display any indicator of how many YAML files were read.')
46 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
47 if not files:
48 parser.error("No *.opt.yaml files found")
52 files, args.jobs, print_progress)
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
long_test.go 5 // This test applies gofmt to all Go files under -root.
6 // To test specific files provide a list of comma-separated
7 // filenames via the -files flag: go test -files=gofmt.go .
28 files = flag.String("files", "", "comma-separated list of files to test")
31 nfiles int // number of files processed
61 // exclude files w/ syntax errors (typically test cases)
116 // test Go files provided via -files, if an
27 files = flag.String("files", "", "comma-separated list of files to test") var
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
doc_test.go 23 var update = flag.Bool("update", false, "update golden (.out) files")
24 var files = flag.String("files", "", "consider only Go test files matching this regular expression") var
71 len(name) > 0 && name[0] != '.' && // ignore .files
83 if *files != "" {
84 rx, err := regexp.Compile(*files)
105 // golden files always use / in filenames - canonicalize them
  /prebuilts/go/linux-x86/src/cmd/gofmt/
long_test.go 5 // This test applies gofmt to all Go files under -root.
6 // To test specific files provide a list of comma-separated
7 // filenames via the -files flag: go test -files=gofmt.go .
28 files = flag.String("files", "", "comma-separated list of files to test")
31 nfiles int // number of files processed
61 // exclude files w/ syntax errors (typically test cases)
116 // test Go files provided via -files, if an
27 files = flag.String("files", "", "comma-separated list of files to test") var
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
doc_test.go 23 var update = flag.Bool("update", false, "update golden (.out) files")
24 var files = flag.String("files", "", "consider only Go test files matching this regular expression") var
71 len(name) > 0 && name[0] != '.' && // ignore .files
83 if *files != "" {
84 rx, err := regexp.Compile(*files)
105 // golden files always use / in filenames - canonicalize them
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
Grep.java 42 import java.nio.file.Files;
62 * <li>new Files.walk(...), Files.lines(...) API.</li>
113 printUsageAndExit("There are no files for input");
125 * flatMap() method. Files are filtered from directories.
127 List<Path> files = Arrays.stream(args, i, args.length) local
131 .filter(Files::isRegularFile)
138 * Lines are extracted from files. Lines are filtered by pattern.
142 files.parallelStream()
155 * for the reason of Files.walk() throwing a checked IOException that mus
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
Grep.java 42 import java.nio.file.Files;
62 * <li>new Files.walk(...), Files.lines(...) API.</li>
113 printUsageAndExit("There are no files for input");
125 * flatMap() method. Files are filtered from directories.
127 List<Path> files = Arrays.stream(args, i, args.length) local
131 .filter(Files::isRegularFile)
138 * Lines are extracted from files. Lines are filtered by pattern.
142 files.parallelStream()
155 * for the reason of Files.walk() throwing a checked IOException that mus
    [all...]
  /system/core/libsparse/
simg2simg.c 51 int files; local
73 files = sparse_file_resparse(s, max_size, NULL, 0);
74 if (files < 0) {
79 out_s = calloc(sizeof(struct sparse_file *), files);
85 files = sparse_file_resparse(s, max_size, out_s, files);
86 if (files < 0) {
91 for (i = 0; i < files; i++) {

Completed in 638 milliseconds

1 23 4 5 6 7 8 91011>>