HomeSort by relevance Sort by last modified time
    Searched full:file_name (Results 176 - 200 of 372) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/
d8.cc 733 v8::Handle<v8::String> file_name = v8::String::New("unnamed"); local
735 if (!ExecuteString(source, file_name, false, true)) {
753 Handle<String> file_name = v8::String::New(str); local
759 if (!ExecuteString(source, file_name, false, true)) {
platform-linux.cc 113 const char* file_name = "/proc/cpuinfo"; local
121 if (NULL == (f = fopen(file_name, "r")))
186 const char* file_name = "/proc/cpuinfo"; local
209 if (NULL == (f = fopen(file_name, "r")))
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 175 def set_test_file_name(self, file_name):
176 self._test_file_name = file_name
231 for file_name in filtered_path:
233 r.set_test_file_name(file_name)
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 251 wchar_t file_name[MAX_PATH]; local
252 base::wcslcpy(file_name, file_part.c_str(), arraysize(file_name));
267 save_as.lpstrFile = file_name;
268 save_as.nMaxFile = arraysize(file_name);
    [all...]
  /external/dbus/bus/
activation.c 2207 DBusString file_name, full_path; local
2242 DBusString file_name, full_path; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm-linux.c 996 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf);
997 PRE_MEM_RASCIIZ( "lstat64(file_name)", ARG1 );
1012 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf);
1013 PRE_MEM_RASCIIZ( "stat64(file_name)", ARG1 );
1026 int, dfd, char *, file_name, struct stat64 *, buf);
1027 PRE_MEM_RASCIIZ( "fstatat64(file_name)", ARG2 );
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 180 assertEquals(Audio1.FILE_NAME, c.getString(c.getColumnIndex(Members.DISPLAY_NAME)));
229 assertEquals(Audio2.FILE_NAME, c.getString(c.getColumnIndex(Members.DISPLAY_NAME)));
MediaStore_Audio_MediaTest.java 110 assertEquals(Audio1.FILE_NAME, c.getString(c.getColumnIndex(Media.DISPLAY_NAME)));
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 796 const char *file_name)
801 magic_file = fopen (file_name, "r");
  /external/chromium/googleurl/src/
url_parse.h 305 Component* file_name);
308 Component* file_name);
  /external/chromium/net/tools/dump_cache/
dump_files.cc 85 std::wstring file_name = FilePath(name).BaseName().value();
87 printf("Block file: %ls\n", file_name.c_str());
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 117 errcode_t set_undo_io_backup_file(char *file_name)
119 tdb_file = strdup(file_name);
  /external/gtest/src/
gtest-filepath.cc 148 const FilePath file_name(
152 return ConcatPaths(directory, file_name);
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 84 "CREATE TABLE shares (email, share_name, file_name,"
  /external/gtest/include/gtest/internal/
gtest-internal.h 563 const char* const file_name = file == NULL ? "unknown file" : file; local
565 return String::Format("%s:", file_name);
568 return String::Format("%s(%d):", file_name, line);
570 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 584 const char* const file_name = file == NULL ? "unknown file" : file; local
586 return String::Format("%s:", file_name);
589 return String::Format("%s(%d):", file_name, line);
591 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 562 const char* const file_name = file == NULL ? "unknown file" : file; local
564 return String::Format("%s:", file_name);
567 return String::Format("%s(%d):", file_name, line);
569 return String::Format("%s:%d:", file_name, line);
    [all...]
  /external/valgrind/main/coregrind/
pub_core_debuginfo.h 87 UChar* file_name,
  /external/valgrind/tsan/
thread_sanitizer.h 41 string *file_name, int *line_no);
  /external/chromium/base/
file_path.h 241 // Replaces the extension of |file_name| with |extension|. If |file_name|
243 // empty, then the extension is removed from |file_name|.
file_util.h 518 bool Initialize(const FilePath& file_name);
526 bool InitializeAsImageSection(const FilePath& file_name);
537 bool MapFileToMemory(const FilePath& file_name);
  /external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc 183 // file_name = "bar.txt"
185 const FilePath& file_name,
187 *full_path = dir.Append(file_name);
  /external/chromium/chrome/browser/resources/
active_downloads.html 299 file_name: ' Test' + id + '.pdf',
377 this.name = result.file_name;
677 this.filename.textContent = result.file_name;
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 566 for file_name in files:
567 ext = os.path.splitext(file_name)[1]
570 fullpath = os.path.realpath(os.path.join(root, file_name))
  /external/e2fsprogs/ext2ed/
init.c 105 int set_struct_descriptors (char *file_name)
113 if ( (fp=fopen (file_name,"rt"))==NULL) {
114 wprintw (command_win,"Error - Failed to open descriptors file %s\n",file_name);

Completed in 655 milliseconds

1 2 3 4 5 6 78 91011>>