/external/chromium/chrome/browser/download/ |
save_item.h | 59 const FilePath& file_name() const { return file_name_; } function in class:SaveItem
|
save_package.cc | 453 FilePath::StringType file_name = pure_file_name + file_name_ext; 456 if (file_name_set_.find(file_name) == file_name_set_.end()) { 457 file_name_set_.insert(file_name); 484 file_name = temp_file.RemoveExtension().BaseName().value(); 488 max_path, &file_name)) 496 file_name = new_name; 503 file_name_set_.insert(file_name); 506 DCHECK(!file_name.empty()); 507 generated_name->assign(file_name); 1171 FilePath::StringType file_name = name_with_proper_ext.value(); local [all...] |
/external/v8/test/cctest/ |
test-serialize.cc | 405 static void ReserveSpaceForPartialSnapshot(const char* file_name) { 406 int file_name_length = StrLength(file_name) + 10; 408 OS::SNPrintF(name, "%s.size", file_name); 448 const char* file_name = FLAG_testing_serialization_file; local 449 ReserveSpaceForPartialSnapshot(file_name); 452 byte* snapshot = ReadBytes(file_name, &snapshot_size); 531 const char* file_name = FLAG_testing_serialization_file; local 532 ReserveSpaceForPartialSnapshot(file_name); 535 byte* snapshot = ReadBytes(file_name, &snapshot_size);
|
/external/webkit/Tools/Scripts/ |
test-webkitpy | 129 for file_name in file_names: 130 if file_name.endswith(".pyc") and file_name[:-1] not in file_names: 131 file_path = os.path.join(dir_path, file_name)
|
prepare-ChangeLog | 494 my ($file_handle, $file_name) = @_; 496 if ($file_name =~ /\.(c|cpp|m|mm|h)$/) { 497 return get_function_line_ranges_for_c ($file_handle, $file_name); 498 } elsif ($file_name =~ /\.java$/) { 499 return get_function_line_ranges_for_java ($file_handle, $file_name); 500 } elsif ($file_name =~ /\.js$/) { 501 return get_function_line_ranges_for_javascript ($file_handle, $file_name); 502 } elsif ($file_name =~ /\.css$/) { 503 return get_selector_line_ranges_for_css ($file_handle, $file_name); 545 my ($file_handle, $file_name) = @_ [all...] |
/sdk/eclipse/scripts/ |
gen_icon.py | 35 print """Usage: %s <file_name> <size> <circle-color> <border-color> <letter-color> <letter>""" % sys.argv[0]
|
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | 1162 LCHAR file_name [P_PATH_MAX]; local 1264 LCHAR file_name [P_PATH_MAX]; local 1292 LCHAR file_name [P_PATH_MAX]; local 1465 LCHAR file_name [P_PATH_MAX]; local 1618 LCHAR file_name [P_PATH_MAX]; local 1676 LCHAR file_name [P_PATH_MAX]; local [all...] |
/external/chromium/base/ |
tracked_objects.cc | 676 birth_files_[location.file_name()]++; 771 if (left.location().file_name() != right.location().file_name()) { 772 int comp = strcmp(left.location().file_name(), 773 right.location().file_name()); 835 if (left.location().file_name() != right.location().file_name()) { 836 int comp = strcmp(left.location().file_name(), 837 right.location().file_name()); 885 if (!strstr(sample.location().file_name(), required_.c_str()) [all...] |
tracked.h | 44 Location(const char* function_name, const char* file_name, int line_number); 64 const char* file_name() const { return file_name_; } function in class:tracked_objects::Location
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimeparent.c | 126 const char *file_name) 133 file = fopen (file_name, "r");
|
/external/bluetooth/glib/gmodule/ |
gmodule-dld.c | 83 _g_module_open (const gchar *file_name, 89 shl_handle = shl_load (file_name,
|
/external/chromium/chrome/browser/ |
icon_manager.h | 70 gfx::Image* LookupIcon(const FilePath& file_name, 82 Handle LoadIcon(const FilePath& file_name,
|
/external/chromium/googleurl/src/ |
url_parse.cc | 492 Component* file_name) { 495 file_name->reset(); 517 *file_name = MakeRange(i + 1, file_end); 524 *file_name = MakeRange(path.begin, file_end); 656 Component* file_name) { 657 DoExtractFileName(url, path, file_name); 662 Component* file_name) { 663 DoExtractFileName(url, path, file_name);
|
/external/chromium/testing/gmock/test/ |
gmock_output_test.py | 84 'DIRECTORY/FILE_NAME:LINE_NUMBER: 'or 85 'DIRECTORY\\FILE_NAME(LINE_NUMBER): ') replaced by
|
/external/oprofile/ |
opimport_pull | 107 file_name = match.group(3) 116 + " -o samples" + middle_part + "/" + file_name + " " + line
|
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 79 extern SysRes VG_(stat) ( const Char* file_name, struct vg_stat* buf ); 84 extern Int VG_(unlink) ( const Char* file_name );
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
filereader.py | 138 for file_name in file_names: 139 file_path = os.path.join(dir_path, file_name)
|
/external/bison/src/ |
files.c | 181 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth 182 part, (the directory) is ranging from FILE_NAME to the char before 191 None are allocated, they are simply pointers to parts of FILE_NAME. 210 file_name_split (const char *file_name, 213 *base = base_name (file_name);
|
/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...] |
/external/bluetooth/glib/glib/ |
gutils.h | 217 gboolean g_path_is_absolute (const gchar *file_name); 220 G_CONST_RETURN gchar* g_path_skip_root (const gchar *file_name); 228 G_CONST_RETURN gchar* g_basename (const gchar *file_name); 239 gchar* g_path_get_basename (const gchar *file_name) G_GNUC_MALLOC; 240 gchar* g_path_get_dirname (const gchar *file_name) G_GNUC_MALLOC;
|
/external/chromium/chrome/browser/sync/util/ |
user_settings.cc | 116 share_query.prepare(handle, "SELECT share_name, file_name FROM shares"); 119 FilePath::StringType share_name, file_name; local 122 file_name = share_query.column_string(1); 125 file_name = share_query.column_wstring(1); 128 const FilePath& src_syncdata_path = FilePath(file_name);
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.cc | 207 const string file_name = file->name(); local 230 if (params.has_java_package(file_name)) { 231 result += params.java_package(file_name); 235 if (params.has_java_outer_classname(file_name)) { 239 result += params.java_outer_classname(file_name);
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 95 // Opens a file for incremental reading. file_name is the name of the file 103 bool OpenFileForReading(const string& file_name, 251 bool VCDiffFileBasedCoder::OpenFileForReading(const string& file_name, 257 if (!*file && file_name.empty()) { 265 *file = fopen(file_name.c_str(), "rb"); 268 << file_name << "': " << strerror(errno) << std::endl; 275 << file_name << "': " << strerror(errno) << std::endl;
|
/external/chromium/testing/gtest/src/ |
gtest-port.cc | 432 const char* const file_name = file == NULL ? kUnknownFile : file; local 435 return String::Format("%s:", file_name).c_str(); 438 return String::Format("%s(%d):", file_name, line).c_str(); 440 return String::Format("%s:%d:", file_name, line).c_str(); 451 const char* const file_name = file == NULL ? kUnknownFile : file; local 454 return file_name; 456 return String::Format("%s:%d", file_name, line).c_str();
|
/external/bluetooth/bluez/tools/ |
hciattach_ti.c | 114 static FILE *bts_load_script(const char* file_name, uint32_t* version) 119 fp = fopen(file_name, "rb"); 131 fprintf(stderr, "%s not a legal TI firmware file\n", file_name);
|