Searched defs:getMetadata (Results 1 - 13 of 13) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
H A DAllItem.java36 public final IItemMetadata getMetadata () method in class:AllItem
H A DPackageItem.java43 public final IItemMetadata getMetadata () method in class:PackageItem
H A DClassItem.java210 public final IItemMetadata getMetadata () method in class:ClassItem
H A DMethodItem.java184 public final IItemMetadata getMetadata () method in class:MethodItem
H A DIItem.java37 IItemMetadata getMetadata (); method in interface:IItem
H A DSrcFileItem.java269 public final IItemMetadata getMetadata () method in class:SrcFileItem
/external/webkit/Source/WebCore/fileapi/
H A DEntry.cpp54 void Entry::getMetadata(PassRefPtr<MetadataCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) function in class:WebCore::Entry
57 if (!m_fileSystem->getMetadata(this, successCallback, errorCallback))
H A DEntrySync.cpp54 PassRefPtr<Metadata> EntrySync::getMetadata(ExceptionCode& ec) function in class:WebCore::EntrySync
58 if (!m_fileSystem->getMetadata(this, helper.successCallback(), helper.errorCallback())) {
H A DDOMFileSystemBase.cpp106 bool DOMFileSystemBase::getMetadata(const EntryBase* entry, PassRefPtr<MetadataCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback) function in class:WebCore::DOMFileSystemBase
/external/llvm/include/llvm/
H A DInstruction.h137 /// getMetadata - Get the metadata of given kind attached to this Instruction.
139 MDNode *getMetadata(unsigned KindID) const { function in class:llvm::Instruction
144 /// getMetadata - Get the metadata of given kind attached to this Instruction.
146 MDNode *getMetadata(const char *Kind) const { function in class:llvm::Instruction
/external/llvm/include/llvm/MC/
H A DSectionKind.h207 static SectionKind getMetadata() { return get(Metadata); } function in class:llvm::SectionKind
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h415 const MDNode *getMetadata() const { function in class:llvm::MachineOperand
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 134 milliseconds