/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_database.cc | 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( 264 return index_.AddFile(*file, file); 312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
|
descriptor_database.h | 165 bool AddFile(const FileDescriptorProto& file,
|
/external/protobuf/src/google/protobuf/ |
descriptor_database.cc | 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( 264 return index_.AddFile(*file, file); 312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
|
descriptor_database.h | 164 bool AddFile(const FileDescriptorProto& file,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
bits.h | 298 virtual HRESULT WINAPI AddFile(LPCWSTR RemoteUrl,LPCWSTR LocalName) = 0; 337 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob *This,LPCWSTR RemoteUrl,LPCWSTR LocalName); 378 #define IBackgroundCopyJob_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName) [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
xcode.py | 502 xct.SourcesPhase().AddFile(source) 504 xct.FrameworksPhase().AddFile(source) 514 xct.ResourcesPhase().AddFile(resource) 521 xct.HeadersPhase().AddFile(header, settings) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 1006 newDatabase.AddFile(file, file2);
1125 newDatabase.AddFile(file, file2);
1169 newDatabase.AddFile(file, file2);
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
fake_drive_service_helper.cc | 102 GDataErrorCode FakeDriveServiceHelper::AddFile(
|
remote_to_local_syncer_unittest.cc | 159 fake_drive_helper_->AddFile(
|
conflict_resolver_unittest.cc | 153 fake_drive_helper_->AddFile(
|
local_to_remote_syncer_unittest.cc | 159 fake_drive_helper_->AddFile(
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-unapply | 131 my $checksum = Digest::MD5->new->addfile(*FILE)->hexdigest();
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2006-12-08-Ptr-ICmp-Branch.ll | 36 define void @addfile(%struct.trie_s* %t, %struct.FILE* %f) {
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatLfnDirectory.java | 129 public FatLfnDirectoryEntry addFile(String name) throws IOException {
|
/external/bison/build-aux/ |
announce-gen | 167 ? Digest::MD5->new->addfile(*IN)->hexdigest 168 : Digest::SHA1->new->addfile(*IN)->hexdigest);
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.cc | 492 edit->AddFile(level, meta.number, meta.file_size, 691 c->edit()->AddFile(c->level() + 1, f->number, f->file_size, 848 compact->compaction->edit()->AddFile( [all...] |
repair.cc | 398 edit_.AddFile(0, t.meta.number, t.meta.file_size,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
FileSystemWorkspaceBinding.js | 568 this._projectStore.addFile(fileDescriptor);
|
Workspace.js | 193 addFile: function(fileDescriptor)
|
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.cpp | 276 pkg->addFile(sourcePath, inFilename);
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/ |
maven-archiver-2.4.1.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | 2003 def addfile(self, tarinfo, fileobj=None): member in class:TarFile [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | 2003 def addfile(self, tarinfo, fileobj=None): member in class:TarFile [all...] |