HomeSort by relevance Sort by last modified time
    Searched defs:from_file (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libaddressinput/chromium/tools/
update-strings.py 26 from_file = os.path.abspath(os.path.join( variable
32 with open(from_file, 'r') as source:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py 76 def from_file(self, *files): member in class:CoverageConfig
  /external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc 212 base::FilePath from_file = Path("fromfile"); local
219 NativeFileUtil::EnsureFileExists(from_file, &created));
223 NativeFileUtil::Truncate(from_file, 1020));
225 EXPECT_TRUE(FileExists(from_file));
226 EXPECT_EQ(1020, GetSize(from_file));
230 from_file, to_file1, FileSystemOperation::OPTION_NONE, nosync));
234 from_file, to_file2, FileSystemOperation::OPTION_NONE, sync));
236 EXPECT_TRUE(FileExists(from_file));
237 EXPECT_EQ(1020, GetSize(from_file));
250 from_file, to_dir_file
283 base::FilePath from_file = Path("fromfile"); local
357 base::FilePath from_file = Path("fromfile"); local
    [all...]
local_file_util_unittest.cc 244 const char *from_file = "fromfile"; local
248 ASSERT_EQ(base::File::FILE_OK, EnsureFileExists(from_file, &created));
254 file_util()->Truncate(context.get(), CreateURL(from_file), 1020));
256 EXPECT_TRUE(FileExists(from_file));
257 EXPECT_EQ(1020, GetSize(from_file));
261 CreateURL(from_file),
267 CreateURL(from_file),
270 EXPECT_TRUE(FileExists(from_file));
271 EXPECT_EQ(1020, GetSize(from_file));
280 const char *from_file = "fromdir/fromfile" local
316 const char *from_file = "fromfile"; local
343 const char *from_file = "fromdir\/fromfile"; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.c 101 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
546 value = from_file (buffer[0]);
561 value = from_file (buffer[0]);
563 value |= ((gcov_type) from_file (buffer[1])) << 32;
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.c 101 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
546 value = from_file (buffer[0]);
561 value = from_file (buffer[0]);
563 value |= ((gcov_type) from_file (buffer[1])) << 32;
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.c 101 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
546 value = from_file (buffer[0]);
561 value = from_file (buffer[0]);
563 value |= ((gcov_type) from_file (buffer[1])) << 32;
    [all...]

Completed in 392 milliseconds