/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/ |
copy.pass.cpp | 203 const FileInfo files[] = { local 213 for (auto& FI : files) { 223 for (auto& FI : files) { 236 for (auto& FI : files) { 251 for (auto& FI : files) {
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
ValidationTest.java | 88 File[] files = VALIDATION_TEST_DATA_PATH.listFiles(new DataFileFilter(prefix)); local 89 if (files != null) { 90 for (File dataFile : files) {
|
/external/libvpx/libvpx/test/ |
vp9_thread_test.cc | 186 void DecodeFiles(const FileList files[]) { 187 for (const FileList *iter = files; iter->name != NULL; ++iter) { 241 static const FileList files[] = { { "vp90-2-08-tile_1x2_frame_parallel.webm", local 249 DecodeFiles(files); 253 static const FileList files[] = { local 301 DecodeFiles(files); 305 static const FileList files[] = { local 314 DecodeFiles(files);
|
/external/ltp/utils/ffsb-6.0-rc2/ |
ffsb_fs.h | 45 * "data" contains the aging files and the working set files 58 * set of files is operated upon than in the regular benchmark and the 59 * op_data is pointing to the "fill" set rather than the "files" set 65 struct benchfiles files; member in struct:ffsb_fs 75 /* These pararmeters pertain to files in the files and fill 125 /* Does not remove files/dirs on disk, only frees up data 130 /* Set up the files and such on the disk including aging if requested.
|
/external/selinux/restorecond/ |
watch.c | 32 struct stringsList *files; member in struct:watchList 74 strings_list_add(&ptr->files, file); 97 strings_list_add(&ptr->files, file); 127 if (strings_list_find(ptr->files, file, &exact) == 0) { 139 strings_list_print(ptr->files); 158 strings_list_free(ptr->files); 253 Files specified one per line. Files with "~" will be expanded to the logged in users
|
/external/webrtc/talk/media/devices/ |
devicemanager_unittest.cc | 310 std::vector<rtc::FakeFileSystem::File> files; local 311 files.push_back(rtc::FakeFileSystem::File("/dev/video0", "")); 312 files.push_back(rtc::FakeFileSystem::File("/dev/video5", "")); 313 files.push_back(rtc::FakeFileSystem::File( 315 files.push_back(rtc::FakeFileSystem::File( 317 files.push_back( 320 rtc::FilesystemScope fs(new rtc::FakeFileSystem(files)); 337 std::vector<rtc::FakeFileSystem::File> files; local 338 files.push_back(rtc::FakeFileSystem::File("/dev/video0", "")); 339 files.push_back(rtc::FakeFileSystem::File("/dev/video5", "")) 366 std::vector<rtc::FakeFileSystem::File> files; local [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
CustomPrinterIconCache.java | 118 File files[] = mCacheDirectory.listFiles(); local 121 if (files.length > numFilesToKeep * 2) { 124 for (File f : files) {
|