HomeSort by relevance Sort by last modified time
    Searched refs:file_name (Results 101 - 125 of 240) sorted by null

1 2 3 45 6 7 8 910

  /external/protobuf/gtest/src/
gtest-test-part.cc 60 << result.file_name() << ":" << result.line_number() << ": "
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_FileCommon_priv.h 52 M4OSA_Char* file_name; member in struct:__anon15829
  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 56 * @param file_name The file name to load dictionary.
64 virtual bool load_dict(const char *file_name, LemmaIdType start_id,
  /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/llvm/utils/unittest/googletest/
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/qemu/elff/
dwarf_defs.h 575 char file_name[1]; member in struct:Dwarf_STMTL_FileDesc
579 return file_name[0] == '\0';
584 return file_name;
603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 575 char file_name[1]; member in struct:Dwarf_STMTL_FileDesc
579 return file_name[0] == '\0';
584 return file_name;
603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
  /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/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/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/chromium/chrome/browser/web_applications/
web_app.cc 309 FilePath file_name =
313 FilePath icon_file = web_app_path_.Append(file_name).ReplaceExtension(
353 FilePath shortcut_file = shortcut_paths[i].Append(file_name).
412 string16 file_name; local
419 file_name += c;
422 return FilePath(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/bison/lib/
bitset_stats.c 242 bitset_stats_read (const char *file_name)
249 if (!file_name)
250 file_name = BITSET_STATS_FILE;
252 file = fopen (file_name, "r");
272 bitset_stats_write (const char *file_name)
279 if (!file_name)
280 file_name = BITSET_STATS_FILE;
282 file = fopen (file_name, "w");
  /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/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 126 const char *file_name)
133 file = fopen (file_name, "r");
  /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/oprofile/libutil++/
file_manip.cpp 149 string op_dirname(string const & file_name)
151 string result = erase_trailing_path_separator(file_name);
  /external/chromium/testing/gtest/samples/
sample9_unittest.cc 77 test_part_result.file_name(),
  /external/protobuf/gtest/samples/
sample9_unittest.cc 77 test_part_result.file_name(),
  /external/valgrind/main/coregrind/
pub_core_debuginfo.h 87 UChar* file_name,
  /system/core/init/
init.h 133 int load_565rle_image( char *file_name );
  /external/libpng/
example.c 58 int check_if_png(char *file_name, FILE **fp)
63 if ((*fp = fopen(file_name, "rb")) == NULL)
83 void read_png(char *file_name) /* We need to open the file */
92 if ((fp = fopen(file_name, "rb")) == NULL)
561 void write_png(char *file_name /* , ... other image information ... */)
569 fp = fopen(file_name, "wb");
  /external/opencv/cxcore/src/
cxerror.cpp 335 const char* file_name, int line )
349 context->err_ctx.file = file_name;
356 file_name, line, context->userdata );
  /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...]
  /external/chromium/chrome/browser/download/
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...]

Completed in 579 milliseconds

1 2 3 45 6 7 8 910