/external/chromium_org/chrome/installer/util/ |
move_tree_work_item_unittest.cc | 71 base::FilePath from_file(from_dir2); 72 from_file = from_file.AppendASCII("From_File"); 73 CreateTextFile(from_file.value(), kTextContent1); 74 ASSERT_TRUE(base::PathExists(from_file)); 83 to_file = to_file.AppendASCII("From_File"); 102 EXPECT_TRUE(base::PathExists(from_file)); 120 base::FilePath from_file(from_dir2); 121 from_file = from_file.AppendASCII("From_File") [all...] |
/external/chromium_org/content/browser/fileapi/ |
local_file_util_unittest.cc | 255 const char *from_file = "fromfile"; local 259 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(from_file, &created)); 265 file_util()->Truncate(context.get(), CreateURL(from_file), 1020)); 267 EXPECT_TRUE(FileExists(from_file)); 268 EXPECT_EQ(1020, GetSize(from_file)); 272 CreateURL(from_file), 278 CreateURL(from_file), 281 EXPECT_TRUE(FileExists(from_file)); 282 EXPECT_EQ(1020, GetSize(from_file)); 291 const char *from_file = "fromdir/fromfile" local 327 const char *from_file = "fromfile"; local 354 const char *from_file = "fromdir\/fromfile"; local [all...] |
obfuscated_file_util_unittest.cc | [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
native_file_util_unittest.cc | 215 base::FilePath from_file = Path("fromfile"); local 222 NativeFileUtil::EnsureFileExists(from_file, &created)); 226 NativeFileUtil::Truncate(from_file, 1020)); 228 EXPECT_TRUE(FileExists(from_file)); 229 EXPECT_EQ(1020, GetSize(from_file)); 233 from_file, to_file1, FileSystemOperation::OPTION_NONE, nosync)); 237 from_file, to_file2, FileSystemOperation::OPTION_NONE, sync)); 239 EXPECT_TRUE(FileExists(from_file)); 240 EXPECT_EQ(1020, GetSize(from_file)); 253 from_file, to_dir_file 286 base::FilePath from_file = Path("fromfile"); local 360 base::FilePath from_file = Path("fromfile"); local [all...] |
/ndk/sources/host-tools/make-3.81/ |
file.c | 206 rename_file (struct file *from_file, char *to_hname) 208 rehash_file (from_file, to_hname); 209 while (from_file) 211 from_file->name = from_file->hname; 212 from_file = from_file->prev; 221 rehash_file (struct file *from_file, char *to_hname) 230 if (0 == file_hash_cmp (from_file, &file_key)) 233 file_key.hname = from_file->hname [all...] |
/external/chromium_org/tools/git/ |
mffr.py | 122 from_file = opts.input_filename != "" 123 if (from_file and len(args) != 0) or (not from_file and len(args) != 2):
|
/bionic/libc/kernel/tools/ |
kernel.py | 77 def checkInclude(self, line, from_file, kernel_root=None): 86 if from_file: 87 self.files.add(from_file) 89 hdr_dir = os.path.realpath(os.path.dirname(from_file)) 101 if from_file: 103 print "=== %s uses %s" % (from_file, header) 104 self.headers[header].add(from_file)
|
/external/chromium-trace/ |
systrace-legacy.py | 70 parser.add_option('--from-file', dest='from_file', action='store', 127 if options.from_file is not None: 128 atrace_args = ['cat', options.from_file] 164 if options.from_file is None:
|
systrace.py | 85 parser.add_option('--from-file', dest='from_file', action='store', 97 elif options.from_file is not None: 98 atrace_args = ['cat', options.from_file]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
config.py | 76 def from_file(self, *files): member in class:CoverageConfig
|
control.py | 85 self.config.from_file(config_file)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/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/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/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/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/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/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/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/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/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;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch.rb | 723 to_file << open(svn_uri) { |from_file| from_file.read }
|