Home
last modified time | relevance | path

Searched refs:package_info (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/bin/
Dpackage.py34 package_info = {}
35 package_info['type'] = 'rpm'
48 package_info['system_support'] = True
52 package_info['source'] = False
54 package_info['source'] = True
55 package_info['version'] = utils.system_output(v_cmd)
56 package_info['arch'] = utils.system_output(a_cmd)
60 package_info['installed'] = True
62 package_info['installed'] = False
65 package_info['system_support'] = False
[all …]
Dpackage_unittest.py42 package_info = {}
43 package_info['type'] = 'rpm'
52 package_info['system_support'] = True
54 package_info['source'] = True
56 package_info['version'] = ver
58 package_info['arch'] = '586'
60 package_info['installed'] = True
65 self.assertEquals(info, package_info)
78 package_info = {}
79 package_info['type'] = 'dpkg'
[all …]
/external/chromium-trace/catapult/systrace/profile_chrome/
Dcontrollers_unittest.py17 self.package_info = profiler.GetSupportedBrowsers()[self.browser]
20 self.device.ForceStop(self.package_info.package)
22 intent.Intent(activity=self.package_info.activity,
23 package=self.package_info.package),
Dchrome_controller.py19 def __init__(self, device, package_info, argument
23 self._package_info = package_info
40 def GetCategories(device, package_info): argument
43 action='%s.GPU_PROFILER_LIST_CATEGORIES' % package_info.package))
Dchrome_controller_unittest.py16 self.device, self.package_info)
26 self.package_info,
Dddms_controller.py16 def __init__(self, device, package_info): argument
19 self._package = package_info.package
Dmain.py183 package_info = profiler.GetSupportedBrowsers()[options.browser]
191 device, package_info)
231 package_info,
249 package_info))
Dchrome_startup_controller.py16 def __init__(self, device, package_info, cold, url): argument
18 self._package_info = package_info
Dddms_controller_unittest.py13 controller = ddms_controller.DdmsController(self.device, self.package_info)
Dchrome_startup_controller_unittest.py15 self.device, self.package_info, False, 'https://www.google.com')
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dandroid_browser_finder.py188 package_info = next((info for info in CHROME_PACKAGE_NAMES.itervalues()
193 if package_info:
201 [package, backend_settings, _] = package_info
237 for name, package_info in CHROME_PACKAGE_NAMES.iteritems():
238 package, backend_settings, local_apk = package_info
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup74 package_info = profiler.GetSupportedBrowsers()[options.browser]
90 device, package_info, options.cold, options.url))
/external/ImageMagick/PerlMagick/
DMagick.xs993 struct PackageInfo *package_info,ExceptionInfo *exception) in GetPackageInfo() argument
1011 return(package_info); in GetPackageInfo()
1017 clone_info=ClonePackageInfo(package_info,exception); in GetPackageInfo()
2425 *package_info; in constant() local
2435 package_info=(struct PackageInfo *) NULL; in constant()
2450 package_info=ClonePackageInfo(info,exception); in constant()
2452 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception); in constant()
2456 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i), in constant()
2458 (void) AnimateImages(package_info->image_info,image,exception); in constant()
2462 if (package_info != (struct PackageInfo *) NULL) in constant()
[all …]
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in978 % package_info is used to initialize it.
983 % struct PackageInfo *package_info,ExceptionInfo *exception)
993 struct PackageInfo *package_info,ExceptionInfo *exception) argument
1011 return(package_info);
1017 clone_info=ClonePackageInfo(package_info,exception);
2425 *package_info; local
2435 package_info=(struct PackageInfo *) NULL;
2450 package_info=ClonePackageInfo(info,exception);
2452 SetAttribute(aTHX_ package_info,NULL,"server",ST(1),exception);
2456 SetAttribute(aTHX_ package_info,image,SvPV(ST(i-1),na),ST(i),
[all …]
/external/protobuf/src/
DMakefile.am295 google/protobuf/package_info.h \
296 google/protobuf/io/package_info.h \
297 google/protobuf/compiler/package_info.h \
DMakefile.in1130 google/protobuf/package_info.h \
1131 google/protobuf/io/package_info.h \
1132 google/protobuf/compiler/package_info.h \