HomeSort by relevance Sort by last modified time
    Searched refs:file_name (Results 201 - 225 of 594) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/download/
download_util.h 58 void GenerateExtension(const FilePath& file_name,
74 // download. |file_name| can either be just the file name or it can be a
76 void GenerateSafeFileName(const std::string& mime_type, FilePath* file_name);
save_item.h 59 const FilePath& file_name() const { return file_name_; } function in class:SaveItem
  /external/chromium/googleurl/src/
url_parse.h 305 Component* file_name);
308 Component* file_name);
  /external/chromium_org/chrome/browser/google_apis/
base_requests_server_unittest.cc 57 base::FilePath GetTestCachedFilePath(const base::FilePath& file_name) {
58 return temp_dir_.path().Append(file_name);
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer_unittest.cc 61 parent.location.file_name = "path/to/foo.cc";
67 child.location.file_name = "path/to/bar.cc";
109 "\"file_name\":\"path/to/bar.cc\","
115 "\"file_name\":\"path/to/foo.cc\","
124 "\"file_name\":\"path/to/foo.cc\","
141 "\"file_name\":\"path/to/bar.cc\","
  /external/chromium_org/chrome/common/extensions/docs/server2/
path_canonicalizer.py 15 def _SimplifyFileName(file_name):
16 return (posixpath.splitext(file_name)[0]
  /external/chromium_org/chrome/service/cloud_print/
connector_settings_unittest.cc 58 base::FilePath file_name = temp_dir_.path().AppendASCII("file.txt"); local
59 base::DeleteFile(file_name, false);
63 file_util::WriteFile(file_name, content.c_str(), content.size());
66 new ServiceProcessPrefs(file_name, message_loop_proxy_.get());
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_runner.py 63 def GenerateDashboardHTMLFile(file_name, test_group_list):
69 file_name: the file name of the dashboard.
72 file_object = open(file_name, 'wb')
  /external/chromium_org/ppapi/tests/
test_url_loader.h 40 std::string GetReachableAbsoluteURL(const std::string& file_name);
41 std::string GetReachableCrossOriginURL(const std::string& file_name);
  /external/chromium_org/remoting/host/
desktop_process.cc 155 const std::string& file_name,
160 function_name.c_str(), file_name.c_str(), line_number);
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 304 std::string file_name(test_dir);
305 file_name += "/";
306 file_name += files[i];
307 Env::Default()->DeleteFile(file_name.c_str());
394 char file_name[100]; local
398 snprintf(file_name, sizeof(file_name),
419 if (!db_->open(file_name, open_options)) {
  /external/libvpx/libvpx/test/
webm_video_source.h 76 explicit WebMVideoSource(const std::string &file_name)
77 : file_name_(file_name),
  /external/valgrind/main/include/
pub_tool_libcfile.h 82 extern SysRes VG_(stat) ( const Char* file_name, struct vg_stat* buf );
87 extern Int VG_(unlink) ( const Char* file_name );
  /external/chromium_org/content/browser/download/
base_file_unittest.cc 142 base::FilePath file_name; local
154 file_name = file.full_path();
155 EXPECT_NE(base::FilePath::StringType(), file_name.value());
163 return file_name;
167 void CreateFileWithName(const base::FilePath& file_name) {
168 EXPECT_NE(base::FilePath::StringType(), file_name.value());
169 BaseFile duplicate_file(file_name,
559 const base::FilePath file_name = base_file_->full_path(); local
560 EXPECT_NE(base::FilePath::StringType(), file_name.value());
595 const base::FilePath file_name = base_file_->full_path() local
    [all...]
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win_unittest.cc 96 base::FilePath file_name; local
97 EXPECT_TRUE(PathService::Get(base::DIR_EXE, &file_name));
98 file_name = file_name.AppendASCII(kDeltaTimeMsFileName);
101 text_file_ = file_util::OpenFile(file_name, "wt");
473 std::string file_name; local
475 file_name = kSpeechFile_16b_s_48k;
477 file_name = kSpeechFile_16b_s_44k;
480 file_name = kSpeechFile_16b_s_48k;
485 ReadFromFileAudioSource file_source(file_name);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 449 const char* file_name) {
450 int file_name_length = StrLength(file_name) + 10;
452 OS::SNPrintF(name, "%s.size", file_name);
492 const char* file_name = FLAG_testing_serialization_file; local
495 byte* snapshot = ReadBytes(file_name, &snapshot_size);
501 ReserveSpaceForSnapshot(&deserializer, file_name);
513 ReserveSpaceForSnapshot(&deserializer, file_name);
603 const char* file_name = FLAG_testing_serialization_file; local
606 byte* snapshot = ReadBytes(file_name, &snapshot_size);
612 ReserveSpaceForSnapshot(&deserializer, file_name);
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 400 static void ReserveSpaceForPartialSnapshot(const char* file_name) {
401 int file_name_length = StrLength(file_name) + 10;
403 OS::SNPrintF(name, "%s.size", file_name);
443 const char* file_name = FLAG_testing_serialization_file; local
444 ReserveSpaceForPartialSnapshot(file_name);
447 byte* snapshot = ReadBytes(file_name, &snapshot_size);
459 ReserveSpaceForPartialSnapshot(file_name);
528 const char* file_name = FLAG_testing_serialization_file; local
529 ReserveSpaceForPartialSnapshot(file_name);
532 byte* snapshot = ReadBytes(file_name, &snapshot_size)
    [all...]
  /external/blktrace/btreplay/
btreplay.c 97 * @file_name: Full name of the input file
112 char *devnm, *file_name; member in struct:thr_info
623 * @file_name: File containing device maps
627 static void read_map_devs(char *file_name)
632 fp = fopen(file_name, "r");
634 fatal(file_name, ERR_SYSCALL, "Could not open map devs file\n");
854 * @file_name: Fully qualifed input file name
856 static void add_input_file(int cpu, char *devnm, char *file_name)
870 tip->ifd = open(file_name, O_RDONLY);
872 fatal(file_name, ERR_ARGS, "Unable to open\n")
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_video.c 36 char file_name[64]; local
42 snprintf(file_name, sizeof(file_name), "V_C%d", pme->cam->camera_handle);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
  /external/chromium/build/util/
lastchange.py 232 def WriteIfChanged(file_name, contents):
234 Writes the specified contents to the specified file_name
238 old_contents = open(file_name, 'r').read()
244 os.unlink(file_name)
245 open(file_name, 'w').write(contents)
  /external/chromium/chrome/browser/history/
text_database.cc 98 FilePath::StringType file_name = file_path.BaseName().value(); local
104 if (file_name.length() < kIDStringLength)
107 &file_name[file_name.length() - kIDStringLength]);
text_database.h 63 // |file_name| is the name of the file on disk.
90 const FilePath& file_name() const { return file_name_; } function in class:history::TextDatabase
  /external/chromium/chrome/common/extensions/docs/build/
build.py 160 return set(os.path.splitext(file_name)[0]
161 for file_name in static_files
162 if file_name.endswith(".html") and not file_name.startswith("."))
  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 76 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
  /external/chromium/testing/gtest/src/
gtest-test-part.cc 60 << result.file_name() << ":" << result.line_number() << ": "

Completed in 2028 milliseconds

1 2 3 4 5 6 7 891011>>