Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_params.h76 bool has_java_package(const string& file_name) const { in has_java_package()
80 void set_java_package(const string& file_name, in set_java_package()
84 const string& java_package(const string& file_name) const { in java_package()
98 bool has_java_outer_classname(const string& file_name) const { in has_java_outer_classname()
102 void set_java_outer_classname(const string& file_name, in set_java_outer_classname()
106 const string& java_outer_classname(const string& file_name) const { in java_outer_classname()
138 void set_java_multiple_files(const string& file_name, bool value) { in set_java_multiple_files()
145 bool java_multiple_files(const string& file_name) const { in java_multiple_files()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_params.h87 bool has_java_package(const string& file_name) const { in has_java_package()
91 void set_java_package(const string& file_name, in set_java_package()
95 const string& java_package(const string& file_name) const { in java_package()
109 bool has_java_outer_classname(const string& file_name) const { in has_java_outer_classname()
113 void set_java_outer_classname(const string& file_name, in set_java_outer_classname()
117 const string& java_outer_classname(const string& file_name) const { in java_outer_classname()
142 void set_java_multiple_files(const string& file_name, bool value) { in set_java_multiple_files()
149 bool java_multiple_files(const string& file_name) const { in java_multiple_files()
/external/chromium_org/content/browser/fileapi/
Dlocal_file_util_unittest.cc72 FileSystemURL CreateURL(const std::string& file_name) { in CreateURL()
77 base::FilePath LocalPath(const char *file_name) { in LocalPath()
84 bool FileExists(const char *file_name) { in FileExists()
89 bool DirectoryExists(const char *file_name) { in DirectoryExists()
93 int64 GetSize(const char *file_name) { in GetSize()
99 base::File CreateFile(const char* file_name) { in CreateFile()
108 base::File::Error EnsureFileExists(const char* file_name, in EnsureFileExists()
128 const char *file_name = "test_file"; in TEST_F() local
166 const char *file_name = "foobar"; in TEST_F() local
179 const char *file_name = "test_file"; in TEST_F() local
[all …]
Dnative_file_util_unittest.cc33 base::FilePath Path(const char* file_name) { in Path()
55 base::FilePath file_name = Path("test_file"); in TEST_F() local
79 base::FilePath file_name = Path("foobar"); in TEST_F() local
115 base::FilePath file_name = Path("test_file"); in TEST_F() local
198 base::FilePath file_name = Path("truncated"); in TEST_F() local
/external/chromium_org/build/util/
Dversion.py15 def fetch_values_from_file(values_dict, file_name): argument
75 def subst_file(file_name, values): argument
86 def write_if_changed(file_name, contents): argument
/external/chromium_org/build/android/pylib/device/
Ddevice_list.py13 def GetPersistentDeviceList(file_name): argument
25 def WritePersistentDeviceList(file_name, device_list): argument
/external/chromium_org/third_party/WebKit/Source/build/scripts/
Dmake-file-arrays.py47 def make_variable_name_and_read(file_name): argument
61 def strip_whitespace_and_comments(file_name, content): argument
83 def process_file(file_name): argument
/external/chromium_org/net/disk_cache/simple/
Dsimple_version_upgrade_unittest.cc40 const base::FilePath file_name = cache_path.AppendASCII("index"); in WriteFakeIndexFileV5() local
56 const base::FilePath file_name = cache_path.AppendASCII(kFakeIndexFileName); in TEST() local
106 std::string file_name = in TEST() local
125 std::string file_name = in TEST() local
/external/elfutils/0.153/libdwfl/
Doffline.c126 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file()
147 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_elf()
179 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, in process_archive_member()
256 process_archive (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_archive()
287 const char *file_name, int fd, bool closefd, in __libdwfl_report_offline()
310 const char *file_name, int fd) in dwfl_report_offline()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_offsets.py103 file_name = "gl_API.xml" variable
113 file_name = val variable
Dgl_SPARC_asm.py252 file_name = "gl_API.xml" variable
264 file_name = val variable
Dremap_helper.py172 file_name = "gl_API.xml" variable
182 file_name = val variable
Dgl_x86_asm.py248 file_name = "gl_API.xml" variable
260 file_name = val variable
Dgl_gentable.py188 file_name = "gl_API.xml" variable
197 file_name = val variable
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
Dgl_offsets.py103 file_name = "gl_API.xml" variable
113 file_name = val variable
Dgl_SPARC_asm.py252 file_name = "gl_API.xml" variable
264 file_name = val variable
Dremap_helper.py172 file_name = "gl_API.xml" variable
182 file_name = val variable
Dgl_x86_asm.py248 file_name = "gl_API.xml" variable
260 file_name = val variable
Dgl_gentable.py188 file_name = "gl_API.xml" variable
197 file_name = val variable
/external/chromium_org/base/i18n/
Dfile_util_icu.cc88 bool IsFilenameLegal(const string16& file_name) { in IsFilenameLegal()
92 void ReplaceIllegalCharactersInPath(FilePath::StringType* file_name, in ReplaceIllegalCharactersInPath()
160 void NormalizeFileNameEncoding(FilePath* file_name) { in NormalizeFileNameEncoding()
/external/chromium_org/base/
Dlocation.h45 const char* file_name() const { return file_name_; } in file_name() function
76 std::string file_name; member
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file.cc95 HANDLE CreateFileWImpl(LPCWSTR file_name, in CreateFileWImpl()
113 LPCWSTR file_name, in CreateFileWRedirect()
145 LPCWSTR file_name, in CreateFileNTDLL()
321 LPCWSTR file_name = g_path_find_filename_func(file_path); in ShouldBypass() local
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
Dbarcode_encoder.py86 def _convert_to_yuv_and_delete(output_directory, file_name, pattern): argument
140 def _add_to_file_and_delete(output_file, file_name): argument
243 def calculate_frames_number_from_yuv(yuv_width, yuv_height, file_name): argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
Drtp_file_source.cc27 RtpFileSource* RtpFileSource::Create(const std::string& file_name) { in Create()
115 bool RtpFileSource::OpenFile(const std::string& file_name) { in OpenFile()
/external/sfntly/cpp/src/test/
Dcmap_iterator_test.cc45 const char* file_name) in CMapIteratorTestCase()
53 const char* file_name() const { return file_name_; } in file_name() function in sfntly::CMapIteratorTestCase
78 const char* file_name = GetParam().file_name(); in SetUp() local

12345678910>>...16