HomeSort by relevance Sort by last modified time
    Searched refs:file_name (Results 151 - 175 of 267) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium/app/sql/
connection.h 283 bool OpenInternal(const std::string& file_name);
connection.cc 329 bool Connection::OpenInternal(const std::string& file_name) {
335 int err = sqlite3_open(file_name.c_str(), &db_);
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 116 share_query.prepare(handle, "SELECT share_name, file_name FROM shares");
119 FilePath::StringType share_name, file_name; local
122 file_name = share_query.column_string(1);
125 file_name = share_query.column_wstring(1);
128 const FilePath& src_syncdata_path = FilePath(file_name);
  /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/qemu/elff/
elf_file.cc 201 address_info->file_name = info.file_name;
205 address_info->file_name = NULL;
266 desc->file_name;
  /external/v8/samples/
shell.cc 229 v8::Handle<v8::String> file_name = v8::String::New("unnamed"); local
231 if (!ExecuteString(source, file_name, false, true)) return 1;
234 v8::Handle<v8::String> file_name = v8::String::New(str); local
240 if (!ExecuteString(source, file_name, false, true)) return 1;
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 201 address_info->file_name = info.file_name;
205 address_info->file_name = NULL;
266 desc->file_name;
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 1162 LCHAR file_name [P_PATH_MAX]; local
1264 LCHAR file_name [P_PATH_MAX]; local
1292 LCHAR file_name [P_PATH_MAX]; local
1465 LCHAR file_name [P_PATH_MAX]; local
1618 LCHAR file_name [P_PATH_MAX]; local
1676 LCHAR file_name [P_PATH_MAX]; local
    [all...]
  /cts/tools/utils/cts/
tools.py 154 def Write(self, file_name):
160 file_name: The name of the file into which the test plan should be written.
171 stream = open(file_name, 'w')
  /external/bluetooth/glib/tests/
shell-test.c 187 const char *file_name,
204 fprintf (stderr, "FAIL: check failed in %s, line %d\n", file_name, line_number);
  /external/chromium/chrome/browser/
browser_encoding_uitest.cc 57 const char* file_name; member in struct:EncodingTestData
102 kEncodingTestDatas[i].file_name);
236 // Full path of saved file. full_file_name = save_dir_ + file_name[i];
  /external/chromium/chrome/browser/search_engines/
template_url_parser_unittest.cc 33 // Parses the OpenSearch description document at file_name (relative to
37 void ParseFile(const std::string& file_name,
43 full_path = full_path.AppendASCII(file_name);
  /external/mesa3d/src/glsl/
glsl_compiler.cpp 76 load_text_file(void *ctx, const char *file_name)
81 int fd = open(file_name, O_RDONLY);
  /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)
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 46 def RemoveDeviceFile(adb_cmd, file_name):
47 shell_cmd_str = adb_cmd + " shell rm " + file_name
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 85 char file_name[30]="/cli.log"; local
101 ftmp = fopen(file_name, "a");
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 350 pc_info.routine_name, pc_info.dir_name, pc_info.file_name,
354 pc_info.routine_name, pc_info.file_name, pc_info.line_number);
  /external/bison/src/
scan-skel.c 965 char const *file_name = skel_text + sizeof "@output " - 1; variable
972 if (*file_name == '@')
974 if (strcmp (file_name, "@output_header_name@") == 0)
975 file_name = spec_defines_file;
976 else if (strcmp (file_name, "@output_parser_name@") == 0)
977 file_name = parser_file_name;
986 outname = xstrdup (file_name);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 194 def locate( file_name )
196 File.file?( File.join( dir, file_name ) )
198 dir and return( File.join( dir, file_name ) )
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c 267 err = M4OSA_fileCommonGetFilename(pUrl, &pFileContext->file_name);
491 free(pFileContext->file_name);
492 pFileContext->file_name = M4OSA_NULL;
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 251 jbyte *file_name = (*env).GetByteArrayElements(dict_file, 0); local
254 if (true == sync_worker.begin((const char *)file_name))
257 (*env).ReleaseByteArrayElements(dict_file, file_name, 0);
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 121 extern errcode_t set_undo_io_backup_file(char *file_name);
  /external/freetype/src/base/
ftrfork.c 349 char * file_name,
753 char *file_name,
763 args2.pathname = file_name;
768 error = raccess_guess_apple_double( library, stream2, file_name,
  /development/testrunner/test_defs/
instrumentation_test.py 297 for file_name in os.listdir(path):
298 if self._IsJavaFileName(file_name):
  /external/bison/lib/
bitset.h 378 void bitset_stats_read (const char *file_name);
381 void bitset_stats_write (const char *file_name);

Completed in 518 milliseconds

1 2 3 4 5 67 8 91011