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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Parsing.py 703 ## GetPackage
713 def GetPackage(Item, ContainerFile, FileRelativePath, LineNo = -1):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 635 def GetPackage(self, Guid, Version, DpGuid='', DpVersion=''):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Parsing.py 622 ## GetPackage
631 def GetPackage(Item, ContainerFile, FileRelativePath, LineNo= -1):
    [all...]
  /system/tools/aidl/
aidl_language.cpp 175 std::string AidlParcelable::GetPackage() const {
183 return GetPackage() + "." + GetName();
215 std::string AidlInterface::GetPackage() const {
223 return GetPackage() + "." + GetName();
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_java_generator.py 217 def GetPackage(module):
235 if GetPackage(module) != GetPackage(kind.module):
236 elements += [GetPackage(kind.module)]
311 if GetPackage(named_value.module) == GetPackage(context.resolve('module')):
313 return GetPackage(named_value.module) + '.' + entity_name
443 'package': GetPackage(self.module),
527 package_path = GetPackage(self.module).replace('.', '/')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
ModuleObject.py 461 def GetPackage(self):
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc     [all...]

Completed in 158 milliseconds