Searched refs:file_name (Results 176 - 200 of 585) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_unittest.cc45 const std::string file_name = local
47 input_file = fopen(file_name.c_str(), "rb");
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DEncodeDecodeTest.cc62 const std::string file_name = webrtc::test::ResourcePath(in_file_name, "pcm"); local
63 _pcmFile.Open(file_name, sample_rate, "rb");
145 std::string file_name; local
149 file_name = file_stream.str();
154 _pcmFile.Open(file_name, recvCodec.plfreq, "wb+");
157 _pcmFile.Open(file_name, 32000, "wb+");
164 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm";
165 _pcmFile.Open(file_name, playSampFreq, "wb+");
H A Dopus_test.cc373 std::string file_name; local
377 file_name = file_stream.str();
378 out_file_.Open(file_name, 48000, "wb");
380 file_name = file_stream.str();
383 file_name = file_stream.str();
384 out_file_standalone_.Open(file_name, 48000, "wb");
H A Ddelay_test.cc83 std::string file_name = webrtc::test::ResourcePath( local
86 file_name = FLAGS_input_file;
87 in_file_a_.Open(file_name, 32000, "rb");
177 std::string file_name = webrtc::test::OutputPath() + file_stream.str(); local
178 out_file_b_.Open(file_name.c_str(), 32000, "wb");
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.h51 int32_t SetTraceFileImpl(const char* file_name, const bool add_file_counter);
52 int32_t TraceFileImpl(char file_name[FileWrapper::kMaxFileNameSize]);
/external/libvpx/libvpx/test/
H A Di420_video_source.h24 I420VideoSource(const std::string &file_name, argument
28 : file_name_(file_name),
H A Divf_video_source.h31 explicit IVFVideoSource(const std::string &file_name) argument
32 : file_name_(file_name),
H A Dy4m_video_source.h23 Y4mVideoSource(const std::string &file_name, argument
25 : file_name_(file_name),
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc65 // Saves |data| as |file_name| to directory with |key|. Return false if the
67 bool SaveData(int key, const std::string& file_name, const std::string& data) { argument
74 base::FilePath file_path = data_dir.Append(file_name);
80 // Gets |file_name| from directory with |key|. Return false if the directory can
81 // not be found or failed to read file to string |data|. Note if the |file_name|
313 std::string file_name = GURL(params->url).ExtractFileName(); local
316 fallback_path = wallpaper_path.Append(file_name);
319 file_name = base::FilePath(file_name).InsertBeforeExtension(
322 wallpaper_path = wallpaper_path.Append(file_name);
441 std::string file_name = GURL(params->url).ExtractFileName(); local
716 std::string file_name = GURL(params->url_or_file).ExtractFileName(); local
747 Failure( const std::string& file_name) argument
813 Failure( const std::string& file_name) argument
824 Save(const std::string& data, const std::string& file_name) argument
873 std::string file_name = current.BaseName().RemoveExtension().value(); local
[all...]
/external/chromium_org/chrome/test/ispy/common/
H A Dispy_utils.py26 def GetExpectationPath(expectation, file_name=''):
31 file_name: name of the file.
36 return 'expectations/%s/%s' % (expectation, file_name)
39 def GetFailurePath(test_run, expectation, file_name=''):
45 file_name: name of the file.
50 return GetTestRunPath(test_run, '%s/%s' % (expectation, file_name))
53 def GetTestRunPath(test_run, file_name=''):
58 file_name: name of the file.
63 return 'failures/%s/%s' % (test_run, file_name)
/external/elfutils/0.153/libdwfl/
H A Ddwfl_report_elf.c64 __libdwfl_report_elf (Dwfl *dwfl, const char *name, const char *file_name, argument
239 m->main.name = strdup (file_name);
243 || strcmp (m->main.name, file_name))
273 const char *file_name, int fd, GElf_Addr base)
279 fd = open64 (file_name, O_RDONLY);
295 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name,
272 dwfl_report_elf(Dwfl *dwfl, const char *name, const char *file_name, int fd, GElf_Addr base) argument
H A Dlibdwfl.h70 char **file_name, Elf **elfp);
74 const char *file_name,
167 const char *file_name, int fd,
175 const char *file_name, int fd);
386 char **file_name, Elf **);
/external/chromium_org/content/browser/download/
H A Dsave_package_unittest.cc179 base::FilePath::StringType file_name; local
184 &file_name);
186 EXPECT_EQ(kGeneratedFiles[i].expected_name, file_name);
192 base::FilePath::StringType file_name; local
197 &file_name);
417 base::FilePath file_name(FILE_PATH_LITERAL("a.htm"));
419 base::FilePath(kTestDir).Append(file_name));
429 base::FilePath file_name(FILE_PATH_LITERAL("a.htm"));
431 base::FilePath(kTestDir).Append(file_name));
435 base::FilePath(kTestDir).Append(file_name));
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py92 def FindFileByName(self, file_name):
96 file_name: The path to the file to get a descriptor for.
106 file_proto = self._internal_db.FindFileByName(file_name)
109 file_proto = self._descriptor_db.FindFileByName(file_name)
113 raise KeyError('Cannot find a file named %s' % file_name)
250 file_name = None
252 file_name = file_desc.name
275 filename=file_name,
317 file_name = None
319 file_name
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc281 char file_name[1000]; local
283 snprintf(file_name, sizeof(file_name), "%s.%05d.%04d%s",
287 RAW_VLOG(0, "Dumping heap profile to %s (%s)", file_name, reason);
290 RawFD fd = RawOpenForWriting(file_name);
292 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name);
316 snprintf(file_name, sizeof(file_name), "%s.%05d.%04d.type",
318 RAW_VLOG(0, "Dumping type statistics to %s", file_name);
319 heap_profile->DumpTypeStatistics(file_name);
[all...]
/external/chromium_org/tools/findit/
H A Dfindit_for_crash.py102 file_name = file_path.split('/')[-1]
103 match.changed_files.append(file_name)
108 match.min_distance_info = (file_name, min_crashed_line, min_changed_line)
427 key=lambda (priority, crashed_line_numbers, file_name,
432 (priority, crashed_line_numbers, file_name, stack_frame_indices,
444 file_name,
458 file_name for (_, _, file_name, _, _) in rest_of_the_files]
505 file_name, min_crashed_line, min_changed_line = match.min_distance_info
509 (match.min_distance, file_name, min_crashed_lin
[all...]
H A Dstacktrace.py22 file_name: The name of the file that crashed.
29 file_name, function, file_path, crashed_line_range):
33 self.file_name = file_name
296 file_name = file_path.split('/')[-1]
305 file_name, function, file_path, crashed_line_range)
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c59 const char* file_name; member in struct:FT_MemSourceRec_
369 FT_FILENAME( node->source->file_name ),
469 if ( node->file_name == _ft_debug_file &&
481 node->file_name = _ft_debug_file;
538 FT_FILENAME( node->source->file_name ), node->source->line_no,
625 FT_FILENAME( node->source->file_name ), node->source->line_no,
745 const char* file_name = FT_FILENAME( _ft_debug_file ); local
757 file_name, line_no );
765 block, cur_size, file_name, line_no );
773 block, file_name, line_n
[all...]
/external/freetype/src/base/
H A Dftdbgmem.c59 const char* file_name; member in struct:FT_MemSourceRec_
369 FT_FILENAME( node->source->file_name ),
469 if ( node->file_name == _ft_debug_file &&
481 node->file_name = _ft_debug_file;
538 FT_FILENAME( node->source->file_name ), node->source->line_no,
625 FT_FILENAME( node->source->file_name ), node->source->line_no,
745 const char* file_name = FT_FILENAME( _ft_debug_file ); local
757 file_name, line_no );
765 block, cur_size, file_name, line_no );
773 block, file_name, line_n
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c59 const char* file_name; member in struct:FT_MemSourceRec_
369 FT_FILENAME( node->source->file_name ),
469 if ( node->file_name == _ft_debug_file &&
481 node->file_name = _ft_debug_file;
538 FT_FILENAME( node->source->file_name ), node->source->line_no,
625 FT_FILENAME( node->source->file_name ), node->source->line_no,
745 const char* file_name = FT_FILENAME( _ft_debug_file ); local
757 file_name, line_no );
765 block, cur_size, file_name, line_no );
773 block, file_name, line_n
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.cc168 wchar_t file_name[MAX_PATH]; local
169 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name));
175 save_as.lpstrFile = file_name;
176 save_as.nMaxFile = arraysize(file_name);
/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac_unittest.cc53 explicit WriteToFileAudioSink(const char* file_name) argument
55 file_(fopen(file_name, "wb")),
295 const char* file_name = "out_stereo_10sec.pcm"; local
301 fprintf(stderr, " File name : %s\n", file_name);
303 WriteToFileAudioSink file_sink(file_name);
/external/chromium_org/third_party/icu/source/test/depstest/
H A Ddepstest.py104 for file_name in files:
105 obj_file = _obj_files[file_name]
128 for file_name in files:
129 if symbol in _obj_files[file_name]["imports"]:
131 (item_type, name, file_name, symbol, name, _symbols_to_files.get(symbol)))
/external/elfutils/elfutils/
H A Dlibdwfl.h70 char **file_name, Elf **elfp);
74 const char *file_name,
167 const char *file_name, int fd,
175 const char *file_name, int fd);
386 char **file_name, Elf **);
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py104 for file_name in files:
105 obj_file = _obj_files[file_name]
128 for file_name in files:
129 if symbol in _obj_files[file_name]["imports"]:
131 (item_type, name, file_name, symbol, name, _symbols_to_files.get(symbol)))

Completed in 3210 milliseconds

1234567891011>>