Searched refs:AddFile (Results 1 - 16 of 16) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dmodule_unittest.py21 fs.AddFile('/src/x.html', """
29 fs.AddFile('/src/y.html', """
33 fs.AddFile('/src/z.html', """
36 fs.AddFile('/src/tvcm.html', '<!DOCTYPE html>')
57 fs.AddFile('/x/src/my_module.html', """
62 fs.AddFile('/x/tvcm/foo.html', """
75 fs.AddFile('/x/src/my_module.html', """
79 fs.AddFile('/x/tvcm/foo.html', """
98 fs.AddFile('/x/y/z/foo.html', """
104 fs.AddFile('/
[all...]
H A Dfake_fs_unittest.py15 fs.AddFile('/blah/x', 'foobar')
24 fs.AddFile('/blah/x', 'foobar')
31 fs.AddFile('/x/w2/w3/z3.txt', '')
32 fs.AddFile('/x/w/z.txt', '')
33 fs.AddFile('/x/y.txt', '')
34 fs.AddFile('/a.txt', 'foobar')
H A Dgenerate_unittest.py17 self.fs.AddFile('/x/foo/my_module.html', """
21 self.fs.AddFile('/x/foo/other_module.html', """
29 self.fs.AddFile('/x/foo/raw/raw_script.js', """
32 self.fs.AddFile('/x/components/polymer/polymer.min.js', """
H A Dstyle_sheet_unittest.py19 fs.AddFile('/src/foo/x.css', """
24 fs.AddFile('/src/images/bar.jpeg', 'hello world')
45 fs.AddFile('/src/foo/x.css', """
59 fs.AddFile('/src/foo/x.css', """
H A Dfake_fs.py64 def AddFile(self, path, contents): member in class:FakeFS
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc82 void AddFile(const string& name, const char* contents) { function in class:google::protobuf::compiler::__anon13463::MockSourceTree
111 void AddFile(const string& filename, const char* text) { function in class:google::protobuf::compiler::__anon13463::ImporterTest
112 source_tree_.AddFile(filename, text);
125 AddFile("foo.proto",
142 AddFile("foo.proto",
148 AddFile("bar.proto",
187 AddFile("foo.proto",
200 AddFile("recursive1.proto",
203 AddFile("recursive2.proto",
221 AddFile(
355 void AddFile(const string& filename, const char* contents) { function in class:google::protobuf::compiler::__anon13463::DiskSourceTreeTest
[all...]
/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader_test.cc48 MOCK_METHOD2(AddFile, bool(const string& upload_file_path,
88 EXPECT_CALL(m, AddFile(tempfn, _)).WillOnce(Return(true));
H A Dlibcurl_wrapper.h50 virtual bool AddFile(const string& upload_file_path,
H A Dgoogle_crashdump_uploader.cc191 if (!http_layer_->AddFile(minidump_pathname_,
H A Dlibcurl_wrapper.cc84 bool LibcurlWrapper::AddFile(const string& upload_file_path, function in class:google_breakpad::LibcurlWrapper
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
264 return index_.AddFile(*file, file);
313 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
H A Ddescriptor_database.h166 bool AddFile(const FileDescriptorProto& file,
H A Ddescriptor.cc428 bool AddFile(const FileDescriptor* file);
784 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { function in class:google::protobuf::DescriptorPool::Tables
3379 if (!tables_->AddFile(result)) {
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h263 void AddFile(const CFileItem &file, const CFileItem2 &file2);
H A D7zUpdate.cpp1006 newDatabase.AddFile(file, file2);
1125 newDatabase.AddFile(file, file2);
1169 newDatabase.AddFile(file, file2);
H A D7zOut.cpp855 void CArchiveDatabase::AddFile(const CFileItem &file, const CFileItem2 &file2) function in class:NArchive::N7z::CArchiveDatabase

Completed in 1537 milliseconds