Searched defs:package (Results 1 - 25 of 51) sorted by relevance

123

/external/autotest/client/tests/dacapo/
H A Ddacapo.py2 from autotest_lib.client.bin import utils, package, test namespace
55 # Get the jvm package
60 package.install(jvm_pkg)
/external/autotest/client/tests/lsb_dtk/
H A Dlsb_dtk.py2 from autotest_lib.client.bin import test, utils, package namespace
39 # First, we download the LSB DTK manager package, worry about
55 raise error.TestError('Could not find DTK manager package md5,'
72 raise error.TestError('Could not find LSB package md5, cannot'
80 raise IOError('Could not find file with package info,'
97 distro_pkg_support = package.os_support()
106 'Cannot handle LSB package'
113 raise EnvironmentError('Cannot handle LSB package installation')
119 package.install(dtk_manager_pkg)
121 package
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
H A Dandroid_browser_backend_settings.py11 def __init__(self, activity, cmdline_file, package, pseudo_exec_name,
15 self._package = package
24 def package(self): member in class:AndroidBrowserBackendSettings
52 def __init__(self, package):
56 package=package,
65 def __init__(self, package):
69 package=package,
79 package,
[all...]
/external/autotest/client/bin/
H A Dpackage_unittest.py7 from autotest_lib.client.bin import package, os_dep, utils namespace
34 input_package = "package.rpm"
63 info = package.info(input_package)
70 input_package = "package.deb"
96 info = package.info(input_package)
103 input_package = "package.rpm"
104 self.god.stub_function(package, "info")
114 package.info.expect_call(input_package).and_return(package_info)
119 package.install(input_package)
126 input_package = "package
[all...]
H A Dbase_sysinfo.py7 from autotest_lib.client.bin import utils, package namespace
292 installed_packages = "\n".join(package.list_all()) + "\n"
302 self._installed_packages = package.list_all()
356 new_packages = set(package.list_all())
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dintent.py31 flags=None, package=None):
36 activity: A string that, with |package|, can be used to specify the
44 package: A string that, with activity, can be used to specify the
57 self._package = package
62 self._component = '%s/%s' % (package, activity)
93 def package(self): member in class:Intent
H A Dshared_prefs.py170 def __init__(self, device, package, filename):
196 package: A string with the package name of the app that owns the shared
202 self._package = package
204 self._path = '/data/data/%s/shared_prefs/%s' % (package, filename)
209 return '<{cls} file {filename} for {package} on {device}>'.format(
210 cls=type(self).__name__, filename=self.filename, package=self.package,
218 def package(self): member in class:SharedPrefs
219 """Get the package nam
[all...]
/external/deqp/modules/gles31/
H A Dtes31TestPackage.cpp40 TestCaseWrapper (TestPackage& package);
51 TestCaseWrapper::TestCaseWrapper (TestPackage& package) argument
52 : m_testPackage(package)
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dintent.py31 flags=None, package=None):
36 activity: A string that, with |package|, can be used to specify the
44 package: A string that, with activity, can be used to specify the
57 self._package = package
62 self._component = '%s/%s' % (package, activity)
93 def package(self): member in class:Intent
H A Dshared_prefs.py166 def __init__(self, device, package, filename):
192 package: A string with the package name of the app that owns the shared
198 self._package = package
200 self._path = '/data/data/%s/shared_prefs/%s' % (package, filename)
205 return '<{cls} file {filename} for {package} on {device}>'.format(
206 cls=type(self).__name__, filename=self.filename, package=self.package,
214 def package(self): member in class:SharedPrefs
215 """Get the package nam
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Dapp_ui.py28 def __init__(self, device, xml_node, package=None):
38 package: An optional package name for the app owning this node.
42 self._package = package
87 package = node.get('package') or '(no package)'
92 summary[package].add(label)
94 for package, labels in sorted(summary.iteritems()):
95 lines.append('- %s:' % package)
179 def package(self): member in class:AppUi
[all...]
/external/deqp/modules/gles2/
H A Dtes2TestPackage.cpp45 TestCaseWrapper (TestPackage& package);
56 TestCaseWrapper::TestCaseWrapper (TestPackage& package) argument
57 : m_testPackage(package)
/external/deqp/modules/gles3/
H A Dtes3TestPackage.cpp44 TestCaseWrapper (TestPackage& package);
55 TestCaseWrapper::TestCaseWrapper (TestPackage& package) argument
56 : m_testPackage(package)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dapp_ui.py28 def __init__(self, device, xml_node, package=None):
38 package: An optional package name for the app owning this node.
42 self._package = package
87 package = node.get('package') or '(no package)'
92 summary[package].add(label)
94 for package, labels in sorted(summary.iteritems()):
95 lines.append('- %s:' % package)
179 def package(self): member in class:AppUi
[all...]
/external/protobuf/objectivec/
H A DGPBDescriptor.h74 @property(nonatomic, readonly, copy) NSString *package; variable
/external/selinux/python/sepolgen/src/sepolgen/
H A Dmodule.py142 """Generate the module and policy package filenames from
159 """Create a module package saved in a packagename from a
162 The create_module_package creates a module package saved in a
179 self.package(modname, packagename)
205 def package(self, modname, packagename): member in class:ModuleCompiler
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dandroid_browser_backend.py52 self._backend_settings.package,
56 self._backend_settings.package,
60 self.platform_backend.SetDebugApp(self._backend_settings.package)
73 self.platform_backend.StopApplication(self._backend_settings.package)
96 intent.Intent(package=self._backend_settings.package,
158 package = self._backend_settings.package
161 intent.Intent(package=package,
213 def package(self): member in class:AndroidBrowserBackend
[all...]
/external/deqp/external/vulkancts/scripts/
H A Dverify_submission.py162 def verifyStatement (package):
165 if package.statement != None:
166 statementPath = os.path.join(package.basePath, package.statement)
201 messages.append(error(package.basePath, "Missing conformance statement file"))
205 def verifyGitStatus (package):
208 if package.gitStatus != None:
209 statusPath = os.path.join(package.basePath, package.gitStatus)
213 messages.append(error(package
282 package = getPackageDescription(packagePath) variable
[all...]
/external/nanopb-c/generator/google/protobuf/compiler/
H A Dplugin_pb2.py16 package='google.protobuf.compiler', variable
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py12 package='google.protobuf.compiler', variable
H A Dnanopb_pb2.py12 package='', variable
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp26 /// \brief True if it is specified hidden or a parent package is specified
31 // Not declared as hidden, check the parent package if it is hidden.
83 static void addPackageToCheckerGroup(const Record *package, const Record *group, argument
85 llvm::DenseSet<const Record *> &checkers = recordGroupMap[package]->Checkers;
90 llvm::DenseSet<const Record *> &subGroups = recordGroupMap[package]->SubGroups;
103 // Invert the mapping of checkers to package/group into a one to many
132 Record *package = nullptr; local
135 package = DI->getDef();
136 if (!isCheckerNamed(R) && !package)
138 "' is neither named, nor in a package!");
[all...]
/external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
H A Dht_utils.c88 int package = -1; local
113 &package);
114 cpu_map[cpu_id] = package;
116 cpu_id, package);
153 /* Not proper HT support, with 3 logic processor in 1 cpu package */
/external/flatbuffers/src/
H A Didl_gen_grpc.cpp160 std::string package() const { function in class:flatbuffers::FlatBufFile
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_pb2.py14 package='google.protobuf', variable
223 name='package', full_name='google.protobuf.FileDescriptorProto.package', index=1,

Completed in 5710 milliseconds

123