HomeSort by relevance Sort by last modified time
    Searched defs:GetDescription (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfHeaderObject.py 86 def GetDescription(self):
  /external/compiler-rt/lib/asan/
asan_scariness_score.h 49 const char *GetDescription() const { return descr; }
  /external/vixl/tools/
util.py 139 def GetDescription(self):
143 return self.GetDescription()
163 if description == self.GetDescription():
  /development/testrunner/test_defs/
test_suite.py 85 def GetDescription(self):
  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 68 MemoryRange ElfCoreDump::Note::GetDescription() const {
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferTest.cpp 110 AHardwareBuffer_Desc GetDescription(AHardwareBuffer* buffer) {
172 EXPECT_EQ(desc, GetDescription(buffer));
189 EXPECT_EQ(desc, GetDescription(buffer));
200 EXPECT_EQ(desc, GetDescription(buffer));
227 EXPECT_EQ(desc, GetDescription(buffer));
283 EXPECT_EQ(desc, GetDescription(received));
  /external/opencv/otherlibs/highgui/
grfmt_base.h 116 const char* GetDescription() { return m_description; };
  /external/skia/
PRESUBMIT.py 337 def GetDescription(self):
436 match = re.search(r'^TBR=(.*)$', cr.GetDescription(), re.M)
  /external/skqp/
PRESUBMIT.py 313 def GetDescription(self):
412 match = re.search(r'^TBR=(.*)$', cr.GetDescription(), re.M)
  /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...]
  /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)
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)
bits.h 314 virtual HRESULT WINAPI GetDescription(LPWSTR *pVal) = 0;
353 HRESULT (WINAPI *GetDescription)(IBackgroundCopyJob *This,LPWSTR *pVal);
394 #define IBackgroundCopyJob_GetDescription(This,pVal) (This)->lpVtbl->GetDescription(This,pVal)
    [all...]
agtsvr.h     [all...]
cluscfgserver.h     [all...]
  /system/tpm/trunks/ftdi/
mpsse.c 516 const char* GetDescription(struct mpsse_context* mpsse) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs     [all...]
ProfileGrammarParser.cs     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 133 def GetDescription(self):

Completed in 485 milliseconds