/external/gptfdisk/ |
D | gptpart.cc | 75 UnicodeString GPTPart::GetDescription(void) { in GetDescription() function in GPTPart 80 string GPTPart::GetDescription(void) { in GetDescription() function in GPTPart 159 if (GetDescription() == partitionType.UTypeName()) { 161 if (GetDescription() == partitionType.TypeName()) { 315 GetDescription().extractBetween(0, 23, description); 318 string desc = GetDescription() ; 353 cout << GetDescription().substr( 0 , i ) ; 384 cout << "Partition name: '" << GetDescription() << "'\n"; 431 changeName = (GetDescription() == GetUTypeName()); 433 changeName = (GetDescription() == GetTypeName());
|
D | gptcurses.cc | 249 space->origPart->GetDescription().extract(0, 39, temp, 39); in ShowSpace() 252 printw(space->origPart->GetDescription().c_str()); in ShowSpace() 339 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE ); in ShowInfo() 342 printw("Partition name: '%s'\n", partitions[partNum].GetDescription().c_str()); in ShowInfo() 356 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE ); in ChangeName() 359 printw("Current partition name is '%s'\n", partitions[partNum].GetDescription().c_str()); in ChangeName()
|
D | sgdisk.cc | 75 << partData.GetDescription() << endl; in android_dump()
|
D | gptpart.h | 69 UnicodeString GetDescription(void);
|
/external/libweave/src/privet/ |
D | publisher.cc | 71 if (!cloud_->GetDescription().empty()) in ExposeService() 72 txt_record.emplace_back("note=" + cloud_->GetDescription()); in ExposeService()
|
D | mock_delegates.h | 175 MOCK_CONST_METHOD0(GetDescription, std::string()); 213 EXPECT_CALL(*this, GetDescription()).WillRepeatedly(Return("")); in MockCloudDelegate()
|
D | cloud_delegate.h | 65 virtual std::string GetDescription() const = 0;
|
D | cloud_delegate.cc | 80 std::string GetDescription() const override { in GetDescription() function in weave::privet::__anon9e8e4d940111::CloudDelegateImpl
|
D | privet_handler.cc | 538 std::string description{cloud_->GetDescription()}; in HandleInfo() 751 std::string description{cloud_->GetDescription()}; in HandleSetupStart()
|
D | privet_handler_unittest.cc | 258 EXPECT_CALL(cloud_, GetDescription()) in TEST_F()
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.h | 88 MemoryRange GetDescription() const;
|
D | elf_core_dump.cc | 68 MemoryRange ElfCoreDump::Note::GetDescription() const { in GetDescription() function in google_breakpad::ElfCoreDump::Note
|
D | elf_core_dump_unittest.cc | 200 MemoryRange description = note.GetDescription(); in TEST()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_base.h | 116 const char* GetDescription() { return m_description; }; in GetDescription() function
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 150 MemoryRange description = note.GetDescription(); in EnumerateThreads()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 807 function GetDescription: String; in GetDescription() function 833 property Description: String read GetDescription; 1523 function GetDescription: String; in GetDescription() function 3569 function TRewriteRuleElementStream.GetDescription: String; in GetDescription() function
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | ProfileGrammarParser.cs | 1508 public override string GetDescription() in GetDescription() method in ProfileGrammarParser.DFA2
|
D | DebugGrammarParser.cs | 1504 public override string GetDescription() in GetDescription() method in DebugGrammarParser.DFA2
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 31394 FUNC 48118 2c 0 google_breakpad::ElfCoreDump::Note::GetDescription
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 33028 FUNC 6bfd4 48 0 google_breakpad::ElfCoreDump::Note::GetDescription
|