HomeSort by relevance Sort by last modified time
    Searched refs:file_name (Results 376 - 400 of 594) sorted by null

<<11121314151617181920>>

  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 613 Component* file_name) {
616 file_name->reset();
638 *file_name = MakeRange(i + 1, file_end);
645 *file_name = MakeRange(path.begin, file_end);
822 Component* file_name) {
823 DoExtractFileName(url, path, file_name);
828 Component* file_name) {
829 DoExtractFileName(url, path, file_name);
  /external/chromium_org/v8/test/webkit/
testcfg.py 117 file_name = os.path.join(self.root, testpath) + "-expected.txt"
118 with file(file_name, "r") as expected:
  /external/mesa3d/src/glsl/
main.cpp 65 load_text_file(void *ctx, const char *file_name)
70 FILE *fp = fopen(file_name, "rb");
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc 124 const string& file_name = descriptor_->file()->name(); local
126 params_.java_multiple_files(file_name)
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 345 pc_info.routine_name, pc_info.dir_name, pc_info.file_name,
349 pc_info.routine_name, pc_info.file_name, pc_info.line_number);
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 154 string16 file_name = local
156 file_name = base::i18n::GetDisplayStringInLTRDirectionality(file_name);
157 file_value->SetString("file_name", file_name);
197 trial_condition, file_name);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 1184 const char* file_name = test_part_result.file_name(); local
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.cc 1007 std::string file_name; local
1010 file_name = target_path_.AsUTF8Unsafe();
1013 file_name = forced_file_path_.AsUTF8Unsafe();
1015 if (file_name.empty())
1016 file_name = suggested_filename_;
    [all...]
  /external/chromium_org/base/
tracked_objects_unittest.cc 68 EXPECT_EQ(kFile, process_data.tasks[0].birth.location.file_name);
195 EXPECT_EQ(kFile, process_data.tasks[0].birth.location.file_name);
210 EXPECT_EQ(kFile, process_data.descendants[0].parent.location.file_name);
217 EXPECT_EQ(kFile, process_data.descendants[0].child.location.file_name);
463 EXPECT_EQ(kFile, process_data_post_reset.tasks[0].birth.location.file_name);
552 EXPECT_EQ(kFile, process_data.tasks[0].birth.location.file_name);
564 EXPECT_EQ(kFile, process_data.tasks[1].birth.location.file_name);
  /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 ) )
  /external/chromium_org/chrome/browser/metrics/
metrics_log_unittest.cc 217 process_data.tasks.back().birth.location.file_name = "file";
230 process_data.tasks.back().birth.location.file_name = "file2";
296 process_data.tasks.back().birth.location.file_name = "file3";
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.cc 541 nacl::string file_name = members[i]; local
542 if (!IsValidISADictionary(files[file_name],
543 file_name,
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_recv.py 529 file_name = "gl_API.xml" variable in class:PrintGlxDispatchFunctions
540 file_name = val
553 api = gl_XML.parse_GL_API( file_name, glX_proto_common.glx_proto_item_factory() )
  /external/chromium_org/tools/gn/
toolchain_manager.cc 475 const SourceFile& file_name,
479 g_scheduler->Log("Running", file_name.value() + " with toolchain " +
484 ScopePerFileProvider per_file_provider(&our_scope, file_name);
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 529 file_name = "gl_API.xml" variable in class:PrintGlxDispatchFunctions
540 file_name = val
553 api = gl_XML.parse_GL_API( file_name, glX_proto_common.glx_proto_item_factory() )
  /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/ceres-solver/examples/
libmv_bundle_adjuster.cc 279 bool OpenFile(const std::string &file_name) {
280 file_descriptor_ = open(file_name.c_str(), O_RDONLY | O_BINARY);
351 // file_name denotes from which file to read the problem.
366 bool ReadProblemFromFile(const std::string &file_name,
373 if (!file_reader.OpenFile(file_name)) {
  /external/chromium_org/base/threading/
worker_pool_posix.cc 95 "src_file", pending_task.posted_from.file_name(),
  /external/chromium_org/content/test/
webrtc_audio_device_test.h 159 std::string GetTestDataPath(const base::FilePath::StringType& file_name);
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 26 for file_name in existing + additional:
27 if file_name in combined:
28 print 'WARNING: two references to file %s in the build.' % file_name
29 combined.add(file_name)
  /external/chromium_org/remoting/host/win/
worker_process_launcher.cc 83 location.file_name(),
  /external/chromium_org/sql/
connection.h 413 bool OpenInternal(const std::string& file_name, Retry retry_flag);
  /external/chromium_org/third_party/freetype/src/base/
ftrfork.c 343 char * file_name,
775 char *file_name,
785 args2.pathname = file_name;
790 error = raccess_guess_apple_double( library, stream2, file_name,
  /external/chromium_org/third_party/opus/src/silk/
debug.h 92 void silk_TimerSave(char *file_name);
237 #define silk_TimerSave(FILE_NAME)
253 #define DEBUG_STORE_DATA( FILE_NAME, DATA_PTR, N_BYTES ) { \
259 silk_debug_store_fp[ cnt ] = fopen(#FILE_NAME, "wb"); \
275 #define DEBUG_STORE_DATA(FILE_NAME, DATA_PTR, N_BYTES)

Completed in 929 milliseconds

<<11121314151617181920>>