HomeSort by relevance Sort by last modified time
    Searched refs:GetDescription (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/compiler-rt/lib/asan/
asan_scariness_score.h 49 const char *GetDescription() const { return descr; }
  /external/gptfdisk/
gptpart.cc 77 UnicodeString GPTPart::GetDescription(void) {
79 } // GPTPart::GetDescription()
82 string GPTPart::GetDescription(void) {
135 } // GPTPart::GetDescription(), UTF-8 version
161 if (GetDescription() == partitionType.UTypeName()) {
163 if (GetDescription() == partitionType.TypeName()) {
317 GetDescription().extractBetween(0, 23, description);
320 string desc = GetDescription() ;
355 cout << GetDescription().substr( 0 , i ) ;
386 cout << "Partition name: '" << GetDescription() << "'\n"
    [all...]
gptpart.h 69 UnicodeString GetDescription(void);
sgdisk.cc 75 << partData.GetDescription() << endl;
gptcurses.cc 249 space->origPart->GetDescription().extract(0, 39, temp, 39);
252 printw(space->origPart->GetDescription().c_str());
339 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
342 printw("Partition name: '%s'\n", partitions[partNum].GetDescription().c_str());
356 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
359 printw("Current partition name is '%s'\n", partitions[partNum].GetDescription().c_str());
  /external/vixl/tools/
util.py 139 def GetDescription(self):
143 return self.GetDescription()
163 if description == self.GetDescription():
  /art/compiler/optimizing/
intrinsics_utils.h 76 const char* GetDescription() const OVERRIDE { return "IntrinsicSlowPath"; }
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfHeaderObject.py 86 def GetDescription(self):
  /external/google-breakpad/src/common/linux/
elf_core_dump.h 88 MemoryRange GetDescription() const;
elf_core_dump.cc 68 MemoryRange ElfCoreDump::Note::GetDescription() const {
elf_core_dump_unittest.cc 200 MemoryRange description = note.GetDescription();
  /external/opencv/otherlibs/highgui/
grfmt_base.h 116 const char* GetDescription() { return m_description; };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certexit.h 69 virtual HRESULT WINAPI GetDescription(BSTR *pstrDescription) = 0;
83 HRESULT (WINAPI *GetDescription)(ICertExit *This,BSTR *pstrDescription);
99 #define ICertExit_GetDescription(This,pstrDescription) (This)->lpVtbl->GetDescription(This,pstrDescription)
130 HRESULT (WINAPI *GetDescription)(ICertExit2 *This,BSTR *pstrDescription);
147 #define ICertExit2_GetDescription(This,pstrDescription) (This)->lpVtbl->GetDescription(This,pstrDescription)
certpol.h 56 virtual HRESULT WINAPI GetDescription(BSTR *pstrDescription) = 0;
71 HRESULT (WINAPI *GetDescription)(ICertPolicy *This,BSTR *pstrDescription);
88 #define ICertPolicy_GetDescription(This,pstrDescription) (This)->lpVtbl->GetDescription(This,pstrDescription)
122 HRESULT (WINAPI *GetDescription)(ICertPolicy2 *This,BSTR *pstrDescription);
140 #define ICertPolicy2_GetDescription(This,pstrDescription) (This)->lpVtbl->GetDescription(This,pstrDescription)
comdef.h 100 if(m_perrinfo!=NULL) m_perrinfo->GetDescription(&bstr);
napcommon.h 213 virtual HRESULT STDMETHODCALLTYPE GetDescription(
259 HRESULT (STDMETHODCALLTYPE *GetDescription)(
300 #define INapComponentInfo_GetDescription(This,description) (This)->lpVtbl->GetDescription(This,description)
322 return This->lpVtbl->GetDescription(This,description);
bits1_5.h 128 HRESULT (WINAPI *GetDescription)(IBackgroundCopyJob2 *This,LPWSTR *pVal);
177 #define IBackgroundCopyJob2_GetDescription(This,pVal) (This)->lpVtbl->GetDescription(This,pVal)
bits2_0.h 110 HRESULT (WINAPI *GetDescription)(IBackgroundCopyJob3 *This,LPWSTR *pVal);
163 #define IBackgroundCopyJob3_GetDescription(This,pVal) (This)->lpVtbl -> GetDescription(This,pVal)
  /development/testrunner/test_defs/
test_suite.py 85 def GetDescription(self):
  /device/google/dragon/crash_collector/
coredump_writer.cc 54 const T* p = note.GetDescription().GetData<T>(offset);
384 fd, note.GetDescription().data(), note.GetDescription().length());
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 236 for (Lang, Value) in Header.GetDescription() + UNIInfDescriptionList:
315 if DistributionPackageHeader.GetDescription():
316 DPDescription = DistributionPackageHeader.GetDescription()[0][1]
411 for (Lang, Value) in PackageObject2.GetDescription() + UNIPackageDescriptionList:
511 if MiscFile.GetDescription():
512 DPDescription = MiscFile.GetDescription()[0][1]
546 if MiscFile.GetDescription():
547 DPDescription = MiscFile.GetDescription()[0][1]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 319 PackageDescription = GetLocalValue(Package.GetDescription())
333 PackageDescription = GetLocalValue(DistHeader.GetDescription())
536 for (Key, Value) in PackageObject.GetAbstract() + PackageObject.GetDescription():
590 Content += FormatUniEntry('#string ' + TAB_DEC_PACKAGE_DESCRIPTION, PackageObject.GetDescription(), ContainerFile) \
GenInfFile.py 71 ModuleDescription = GetLocalValue(ModuleObject.GetDescription())
73 ModuleDescription = GetLocalValue(PackageObject.GetDescription())
75 ModuleDescription = GetLocalValue(DistHeader.GetDescription())
199 for (Key, Value) in ModuleObject.GetAbstract() + ModuleObject.GetDescription():
238 Content += FormatUniEntry('#string ' + DT.TAB_INF_DESCRIPTION, ModuleObject.GetDescription(), ContainerFile) \
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 150 MemoryRange description = note.GetDescription();
  /system/tpm/trunks/ftdi/
mpsse.h 204 const char* GetDescription(struct mpsse_context* mpsse);

Completed in 1178 milliseconds

1 2 3