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

  /external/chromium_org/chrome/installer/util/
move_tree_work_item_unittest.cc 72 base::FilePath from_file(from_dir2);
73 from_file = from_file.AppendASCII("From_File");
74 CreateTextFile(from_file.value(), kTextContent1);
75 ASSERT_TRUE(base::PathExists(from_file));
84 to_file = to_file.AppendASCII("From_File");
103 EXPECT_TRUE(base::PathExists(from_file));
121 base::FilePath from_file(from_dir2);
122 from_file = from_file.AppendASCII("From_File")
    [all...]
  /external/chromium_org/content/browser/fileapi/
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...]
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...]
obfuscated_file_util_unittest.cc     [all...]
  /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:
  /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_org/third_party/cython/src/Cython/Compiler/Tests/
TestUtilityLoad.py 40 utility = self.cls.load(self.name, from_file=self.filename)
44 utility = self.cls.load_cached(self.name, from_file=self.filename)
74 utility = self.cls.load(self.name, from_file=self.filename, context=self.context)
  /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 87 parser.add_option('--from-file', dest='from_file', action='store',
99 elif options.from_file is not None:
100 atrace_args = ['cat', options.from_file]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilityCode.py 134 def load_as_string(cls, util_code_name, from_file=None, **kwargs):
138 util = cls.load(util_code_name, from_file, **kwargs)
Code.py 207 def load(cls, util_code_name, from_file=None, **kwargs):
209 Load utility code from a file specified by from_file (relative to
210 Cython/Utility) and name util_code_name. If from_file is not given,
215 from_file, util_code_name = util_code_name.rsplit('::', 1)
216 if not from_file:
240 from_file = files[0]
242 utilities = cls.load_utilities_from_file(from_file)
253 values = [cls.load(dep, from_file, **orig_kwargs)
257 values = [cls.load_cached(dep, from_file)
273 if 'file' not in kwargs and from_file
    [all...]
Buffer.py 605 "GetAndReleaseBuffer", from_file="Buffer.c",
  /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/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/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/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...]
  /art/compiler/utils/
assembler_test.h 390 // Compile the assembly file from_file to a binary file to_file. Returns true on success.
391 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) {
403 args.push_back(from_file);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 723 to_file << open(svn_uri) { |from_file| from_file.read }

Completed in 760 milliseconds