Searched refs:GetDescription (Results 1 - 18 of 18) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_scariness_score.h49 const char *GetDescription() const { return descr; } function in class:__asan::ScarinessScore
/external/gptfdisk/
H A Dgptpart.cc77 UnicodeString GPTPart::GetDescription(void) { function in class:GPTPart
79 } // GPTPart::GetDescription()
82 string GPTPart::GetDescription(void) { function in class:GPTPart
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() << "'\
[all...]
H A Dgptpart.h69 UnicodeString GetDescription(void);
H A Dsgdisk.cc75 << partData.GetDescription() << endl;
H A Dgptcurses.cc249 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/
H A Dutil.py139 def GetDescription(self): member in class:CompilerInformation
143 return self.GetDescription()
163 if description == self.GetDescription():
/external/google-breakpad/src/common/linux/
H A Delf_core_dump.h88 MemoryRange GetDescription() const;
H A Delf_core_dump.cc68 MemoryRange ElfCoreDump::Note::GetDescription() const { function in class:google_breakpad::ElfCoreDump::Note
H A Delf_core_dump_unittest.cc200 MemoryRange description = note.GetDescription();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h116 const char* GetDescription() { return m_description; }; function in class:GrFmtFilterFactory
/external/skqp/
H A DPRESUBMIT.py313 def GetDescription(self): member in class:CodeReview
412 match = re.search(r'^TBR=(.*)$', cr.GetDescription(), re.M)
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_core_dumper.cc150 MemoryRange description = note.GetDescription();
/external/skia/
H A DPRESUBMIT.py337 def GetDescription(self): member in class:CodeReview
436 match = re.search(r'^TBR=(.*)$', cr.GetDescription(), re.M)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParser.cs1504 public override string GetDescription() method in class:DebugGrammarParser.DFA2
H A DProfileGrammarParser.cs1508 public override string GetDescription() method in class:ProfileGrammarParser.DFA2
/external/python/cpython2/Modules/_ctypes/
H A Dcallproc.c1035 pei->lpVtbl->GetDescription(pei, &descr);
/external/python/cpython3/Modules/_ctypes/
H A Dcallproc.c1003 pei->lpVtbl->GetDescription(pei, &descr);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas807 function GetDescription: String;
833 property Description: String read GetDescription;
1523 function GetDescription: String;
3569 function TRewriteRuleElementStream.GetDescription: String;

Completed in 378 milliseconds