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

  /external/pdfium/core/fpdfdoc/
cpdf_filespec.h 30 CPDF_Object* GetObj() const { return m_pObj.Get(); }
cpdf_filespec_unittest.cpp 190 file_spec.GetObj()->AsDictionary()->GetDictFor("EF");
235 file_spec.GetObj()->AsDictionary()->GetDictFor("EF");
  /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...]
  /art/runtime/interpreter/mterp/mips/
op_aget_object.S 13 JAL(artAGetObjectFromMterp) # v0 <- GetObj(array, index)
  /art/runtime/
art_field-inl.h 96 inline ObjPtr<MirrorType> ArtField::GetObj(ObjPtr<mirror::Object> object) {
261 return GetObj(object);
art_field.h 166 ObjPtr<MirrorType> GetObj(ObjPtr<mirror::Object> object)
  /art/runtime/mirror/
object_test.cc 375 ObjPtr<Object> s0 = field->GetObj(klass);
380 EXPECT_OBJ_PTR_EQ(char_array.Get(), field->GetObj(klass));
383 EXPECT_EQ(nullptr, field->GetObj(klass));
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 44 def GetObj(self, objList):
JetCreator.py     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 713 EXPECT(vkFreeDescriptorSets(device(), containing_pool_->GetObj(), 1, sets) == VK_SUCCESS);
vktestbinding.h 629 VkDescriptorPool GetObj() { return pool_; }
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 702 EXPECT(vkFreeDescriptorSets(device(), containing_pool_->GetObj(), 1, sets) == VK_SUCCESS);
vktestbinding.h 523 VkDescriptorPool GetObj() { return pool_; }
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips.S     [all...]

Completed in 552 milliseconds