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

  /external/pdfium/core/fpdfdoc/
cpdf_filespec.h 27 CPDF_Object* GetObj() const { return m_pObj; }
  /art/runtime/
art_field-inl.h 96 inline ObjPtr<MirrorType> ArtField::GetObj(ObjPtr<mirror::Object> object) {
261 return GetObj(object);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserUnitTest.py 235 def GetObj(self, Content):
241 item = self.GetObj('PACKAGE_NAME = MdePkg')._ParseItem()
246 obj = self.GetObj('PACKAGE_NAME')
250 obj = self.GetObj('unknown_key = ')
254 obj = self.GetObj('PACKAGE_NAME = ')
261 def GetObj(self, Content):
267 obj = self.GetObj('UefiRuntimeLib')
271 obj = self.GetObj(' | ')
275 obj = self.GetObj('lowercase_efiRuntimeLib|Include/Library/UefiRuntimeLib.h')
279 obj = self.GetObj('RuntimeLib|Include/Library/UefiRuntimeLib.no_h')
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 44 def GetObj(self, objList):
  /external/vulkan-validation-layers/tests/
vktestbinding.h 523 VkDescriptorPool GetObj() { return pool_; }

Completed in 230 milliseconds