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

  /external/chromium_org/components/translate/core/browser/
translate_event_details.cc 7 TranslateEventDetails::TranslateEventDetails(const std::string& in_filename,
10 : filename(in_filename),
translate_event_details.h 13 TranslateEventDetails(const std::string& in_filename,
  /external/chromium_org/build/
escape_unicode.py 30 in_filename = arglist[1]
32 if not in_filename.endswith('.utf8'):
37 os.path.splitext(in_filename)[0]))
39 WriteEscapedFile(in_filename, out_filename)
43 def WriteEscapedFile(in_filename, out_filename):
44 input_data = codecs.open(in_filename, 'r', 'utf8').read()
  /external/chromium_org/build/android/rezip/
rezip.cc 57 const char* in_filename,
65 LOG(ERROR) << "failed to read from " << in_filename << " in zipfile "
153 typedef std::string (*RenameFun)(const char* in_filename);
154 typedef int (*AlignFun)(const char* in_filename,
222 static std::string RenameLibraryForCrazyLinker(const char* in_filename) {
223 if (!IsLibraryFilename(in_filename)) {
225 return in_filename;
228 std::string filename_str = in_filename;
232 return in_filename;
245 static int PageAlignCrazyLibrary(const char* in_filename,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
listfmt.h 54 * \param in_filename primary input filename
59 (const char *in_filename, const char *obj_filename);
83 * \param in_filename primary input filename
88 (const yasm_listfmt_module *module, const char *in_filename,
113 #define yasm_listfmt_create(module, in_filename, obj_filename) \
114 module->create(in_filename, obj_filename)
preproc.h 55 * \param in_filename initial starting filename, or "-" to read from
64 /*@only@*/ yasm_preproc * (*create) (const char *in_filename,
115 * \param in_filename initial starting filename, or "-" to read from stdin
123 (yasm_preproc_module *module, const char *in_filename,
185 #define yasm_preproc_create(module, in_filename, symtab, lm, ews) \
186 module->create(in_filename, symtab, lm, ews)
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.h 33 // Loads the file described by |in_filename|, converts it to the desired format
37 NormalizeResult NormalizeFile(const base::FilePath& in_filename,
tld_cleanup_util.cc 233 NormalizeResult NormalizeFile(const base::FilePath& in_filename,
237 if (!base::ReadFileToString(in_filename, &data)) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
raw-preproc.c 45 raw_preproc_create(const char *in_filename, yasm_symtab *symtab,
51 if (strcmp(in_filename, "-") != 0) {
52 f = fopen(in_filename, "r");
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.h 33 std::string in_filename,
neteq_quality_test.cc 26 std::string in_filename,
36 in_filename_(in_filename),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-preproc.c 134 nasm_preproc_create(const char *in_filename, yasm_symtab *symtab,
142 if (strcmp(in_filename, "-") != 0) {
143 f = fopen(in_filename, "r");
160 nasmpp.reset(f, in_filename, 2, nasm_efunc, nasm_evaluate, &nil_list);
323 tasm_preproc_create(const char *in_filename, yasm_symtab *symtab,
327 return nasm_preproc_create(in_filename, symtab, lm, errwarns);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 49 /*@null@*/ /*@only@*/ static char *obj_filename = NULL, *in_filename = NULL; variable
257 yasm_linemap_set(linemap, in_filename, 0, 1, 1);
267 if (in_filename == NULL)
272 yasm__splitpath(in_filename, &base_filename);
288 cur_preproc = yasm_preproc_create(cur_preproc_module, in_filename, NULL,
303 fprintf(stdout, "%s: %s", obj_filename, in_filename);
304 totlen = strlen(obj_filename)+2+strlen(in_filename);
361 yasm_linemap_set(linemap, in_filename, 0, 1, 1);
365 if (in_filename == NULL)
370 yasm__splitpath(in_filename, &base_filename)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 49 /*@null@*/ /*@only@*/ static char *obj_filename = NULL, *in_filename = NULL; variable
269 yasm_linemap_set(linemap, in_filename, 0, 1, 1);
273 if (in_filename == NULL)
278 yasm__splitpath(in_filename, &base_filename);
311 object = yasm_object_create(in_filename, obj_filename, cur_arch,
346 cur_preproc = yasm_preproc_create(cur_preproc_module, in_filename,
410 cur_listfmt = yasm_listfmt_create(cur_listfmt_module, in_filename,
549 if (!in_filename) {
627 if (in_filename)
628 yasm_xfree(in_filename);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
neteq_opus_fec_quality_test.cc 37 DEFINE_string(in_filename,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 67 nasm_listfmt_create(const char *in_filename, const char *obj_filename)
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 263 char in_filename[512]; variable
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 322 void ProcessDebugDump(const std::string& in_filename,
1539 const std::string in_filename = test::ResourcePath("ref03", "aecdump"); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 390 char in_filename[512]; variable
    [all...]

Completed in 5582 milliseconds