HomeSort by relevance Sort by last modified time
    Searched defs:file2 (Results 1 - 25 of 915) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/commands/ldd/datafiles/
lddfile2.c 2 void file2(void) function
  /libcore/support/src/test/java/tests/support/
Support_DeleteOnExitTest.java 13 File file2 = new File(args[1]); local
16 file2.deleteOnExit();
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory_symlink/
create_directory_symlink.pass.cpp 42 const path file2 = env.create_file("file2", 55); local
46 fs::create_directory_symlink(sym, file2, ec);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_hard_link/
create_hard_link.pass.cpp 41 const path file2 = env.create_file("file2", 55); local
45 fs::create_hard_link(sym, file2, ec);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory_symlink/
create_directory_symlink.pass.cpp 42 const path file2 = env.create_file("file2", 55); local
46 fs::create_directory_symlink(sym, file2, ec);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_hard_link/
create_hard_link.pass.cpp 41 const path file2 = env.create_file("file2", 55); local
45 fs::create_hard_link(sym, file2, ec);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue46/
FileTest.java 46 File file2 = parsed.get("one"); local
47 assertTrue(file2.getAbsolutePath(), file2.getAbsolutePath().endsWith("list-bean-1.yaml"));
  /external/google-breakpad/src/common/
stabs_to_module_unittest.cc 159 Module::File *file2 = m.FindExistingFile("source-file-name-2"); local
160 ASSERT_TRUE(file2 != NULL);
182 EXPECT_TRUE(line2->file == file2);
module_unittest.cc 107 Module::File *file2 = m.FindFile("filename-a.cc"); local
119 file2, 67519080 };
381 Module::File *file2 = m.FindFile(string("bar")); local
384 EXPECT_NE(file1, file2);
386 EXPECT_EQ(file2, file4);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_symlink/
copy_symlink.pass.cpp 60 const path file2 = env.create_file("file2", 55); local
78 fs::copy_symlink(sym, file2, ec);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_symlink/
create_symlink.pass.cpp 42 const path file2 = env.create_file("file2", 55); local
46 fs::create_symlink(sym, file2, ec);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 72 const path file2 = env.create_file("file2", 55); local
82 TEST_CHECK(fs::copy_file(file, file2, ec) == false);
84 TEST_CHECK(checkThrow(file, file2, ec));
128 const path file2 = env.create_file("file2", 55); local
130 TEST_REQUIRE(fs::copy_file(file, file2, copy_options::skip_existing, ec) == false);
132 TEST_CHECK(file_size(file2) == 55);
140 const path dest = env.make_env_path("file2");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_symlink/
copy_symlink.pass.cpp 60 const path file2 = env.create_file("file2", 55); local
78 fs::copy_symlink(sym, file2, ec);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_symlink/
create_symlink.pass.cpp 42 const path file2 = env.create_file("file2", 55); local
46 fs::create_symlink(sym, file2, ec);
  /external/curl/src/
tool_operhlp.c 91 char *file2 = strrchr(filep?filep:filename, '\\'); local
94 if(file2)
95 filep = file2 + 1;
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 72 const path file2 = env.create_file("file2", 55); local
85 TEST_CHECK(fs::copy_file(file, file2, ec) == false);
88 TEST_CHECK(checkThrow(file, file2, ec));
132 const path file2 = env.create_file("file2", 55); local
134 TEST_REQUIRE(fs::copy_file(file, file2, copy_options::skip_existing, ec) == false);
136 TEST_CHECK(file_size(file2) == 55);
144 const path dest = env.make_env_path("file2");
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.rename/
rename.pass.cpp 103 const path file2 = env.create_file("file2", 42); local
107 rename(file2, file3, ec);
109 TEST_CHECK(!exists(file2));
  /external/ltp/testcases/kernel/syscalls/link/
link04.c 64 char *file2; member in struct:test_case_t
121 fname2 = test_cases[i].file2;
173 test_cases[12].file2 = bad_addr;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.rename/
rename.pass.cpp 103 const path file2 = env.create_file("file2", 42); local
107 rename(file2, file3, ec);
109 TEST_CHECK(!exists(file2));
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise02.c 61 static char *file2; variable
78 {MADV_NORMAL, "MADV_NORMAL", &file2, ENOMEM, 0},
79 {MADV_WILLNEED, "MADV_WILLNEED", &file2, ENOMEM, 0},
138 file2 = SAFE_MMAP(0, st.st_size, PROT_READ, MAP_SHARED, fd, 0);
139 SAFE_MUNMAP(file2 + st.st_size - pagesize, pagesize);
179 SAFE_MUNMAP(file2, st.st_size - pagesize);
  /external/ltp/testcases/kernel/syscalls/open/
open07.c 162 char file1[100], file2[100]; local
165 sprintf(file2, "open03.2.%d", getpid());
168 SAFE_SYMLINK(cleanup, file1, file2);
170 strcpy(TC[0].filename, file2);
175 char file1[100], file2[100]; local
178 sprintf(file2, "open03.4.%d", getpid());
181 SAFE_SYMLINK(cleanup, file1, file2);
183 strcpy(TC[1].filename, file2);
188 char file1[100], file2[100], file3[100]; local
191 sprintf(file2, "open03.6.%d", getpid())
204 char file1[100], file2[100], file3[100]; local
220 char file1[100], file2[100]; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java 51 File file2 = null; local
59 file2 = createObbFile(OBB_FILE_2, R.raw.obb_file2);
60 String filePath2 = file2.getAbsolutePath();
76 if (file2 != null) {
77 file2.delete();
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
copy.pass.cpp 205 {"file2", 42},
266 const path file2 = env.create_file("file2", 101); local
267 const path file2_sym = env.create_symlink(file2, "file2_sym");
  /external/smali/util/src/test/java/org/jf/util/
ClassFileNameHandlerTest.java 129 File file2 = handler.getUniqueFilenameForClass("La/a/" + filenameFragment + "2" + filenameFragment + ";"); local
130 checkFilename(tempDir, file2, "a", "a", Strings.repeat("a", 124) + "#" + Strings.repeat("a", 118) + ".1.smali");
132 Assert.assertFalse(file1.getAbsolutePath().equals(file2.getAbsolutePath()));
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system_test.cc 275 std::unique_ptr<RandomAccessFile> file2; local
277 TF_EXPECT_OK(fs.NewRandomAccessFile("gs://bucket/object", &file2));
281 // Reading the first block from file2 should not trigger a request to load
283 // file2 already has the first block.
284 TF_EXPECT_OK(file2->Read(0, 8, &result, scratch));
286 // Reading the second block from file2 should load it once.
287 TF_EXPECT_OK(file2->Read(8, 8, &result, scratch));
291 // file2 already has the second block.
    [all...]

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011>>