HomeSort by relevance Sort by last modified time
    Searched defs:package (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/make/tools/signapk/test/
run 3 package := NotePad.apk macro
5 all: out/signed-$(package)
26 out/signed-$(package): $(package) $(cert)
  /external/lisa/libs/utils/android/workloads/
app_startup.py 32 # Package required by this workload
33 package = 'optional' variable in class:AppStartup
43 def run(self, out_dir, package, permissions, duration_s, collect=''):
50 :param package: Name of the apk package
51 :type package: str
72 # Check if the package exists on the device
73 if not System.contains_package(self._target, package):
74 raise RuntimeError('System does not contain the requried package')
80 System.force_stop(self._target, package, clear=True
    [all...]
idle_resume.py 42 # Package is optional for this test
43 package = 'optional' variable in class:IdleResume
suspend_resume.py 42 # Package is optional for this test
43 package = 'optional' variable in class:SuspendResume
camera_preview.py 34 # Package required by this workload
35 package = 'com.google.android.GoogleCamera' variable in class:CameraPreview
78 System.monkey(self._target, self.package)
93 System.force_stop(self._target, self.package, clear=False)
camera_startup.py 39 # Package required by this workload
40 package = 'com.google.android.GoogleCamera' variable in class:CameraStartup
94 System.monkey(self._target, self.package)
102 System.force_stop(self._target, self.package, clear=False)
display_image.py 34 package = 'com.google.android.apps.photos' variable in class:DisplayImage
108 System.force_stop(self._target, self.package, clear=True)
gmaps.py 34 # Package required by this workload
35 package = 'com.google.android.apps.maps' variable in class:GMaps
79 System.monkey(self._target, self.package)
84 System.gfxinfo_reset(self._target, self.package)
126 System.gfxinfo_get(self._target, self.package, self.db_file)
130 System.force_stop(self._target, self.package, clear=False)
youtube.py 31 # Package required by this workload
32 package = 'com.google.android.youtube' variable in class:YouTube
72 System.force_stop(self._target, self.package)
77 System.monkey(self._target, self.package)
85 System.gfxinfo_reset(self._target, self.package)
101 System.gfxinfo_get(self._target, self.package, self.db_file)
105 System.force_stop(self._target, self.package, clear=False)
exoplayer.py 52 # Package required by this workload
53 package = 'com.google.android.exoplayer2.demo' variable in class:ExoPlayer
63 grant_app_permissions(self._target, self.package)
164 System.force_stop(self._target, self.package, clear=True)
191 System.force_stop(self._target, self.package, clear=True)
geekbench.py 40 # Package required by this workload
41 package = 'com.primatelabs.geekbench' variable in class:Geekbench
74 System.force_stop(self._target, self.package, clear=True)
92 System.start_activity(self._target, self.package, self.activity)
143 System.force_stop(self._target, self.package, clear=False)
uibench.py 43 # Package required by this workload
44 package = packages[0].package_name variable in class:UiBench
126 System.force_stop(self._target, self.package, clear=True)
185 System.force_stop(self._target, self.package, clear=True)
vellamo.py 41 # Package required by this workload
42 package = 'com.quicinc.vellamo' variable in class:Vellamo
99 System.force_stop(self._target, self.package, clear=True)
126 System.start_activity(self._target, self.package, self.activity)
169 System.force_stop(self._target, self.package, clear=True)
  /frameworks/base/libs/androidfw/tests/
ResourceUtils_test.cpp 24 StringPiece package, type, entry; local
25 ASSERT_TRUE(ExtractResourceName("android:string/foo", &package, &type, &entry));
26 EXPECT_EQ("android", package);
30 ASSERT_TRUE(ExtractResourceName("@android:string/foo", &package, &type, &entry));
31 EXPECT_EQ("android", package);
35 ASSERT_TRUE(ExtractResourceName("string/foo", &package, &type, &entry));
36 EXPECT_EQ("", package);
40 ASSERT_TRUE(ExtractResourceName("@string/foo", &package, &type, &entry));
41 EXPECT_EQ("", package);
45 ASSERT_TRUE(ExtractResourceName("foo", &package, &type, &entry))
    [all...]
  /frameworks/base/tools/bit/
aapt.h 27 string package; member in struct:Apk
  /external/lisa/libs/utils/android/
viewer.py 56 # Let the system pick the best package
57 package = '' variable in class:ViewerWorkload
124 System.gfxinfo_reset(self._target, self.package)
141 System.gfxinfo_get(self._target, self.package, self.db_file)
  /frameworks/base/tools/aapt2/
NameMangler_test.cpp 26 std::string package = "android.appcompat"; local
29 std::string mangled_name = NameMangler::MangleEntry(package, name);
40 std::string package; local
43 EXPECT_FALSE(NameMangler::Unmangle(&name, &package));
AppInfo.h 28 // The app's package name.
29 std::string package; member in struct:aapt::AppInfo
Resource.cpp 40 if (!package.empty()) {
41 str_stream << package << ":"; local
  /frameworks/base/tools/aapt2/link/
PrivateAttributeMover_test.cpp 41 ResourceTablePackage* package = table->FindPackage("android"); local
42 ASSERT_NE(package, nullptr);
44 ResourceTableType* type = package->FindType(ResourceType::kAttr);
50 type = package->FindType(ResourceType::kAttrPrivate);
68 ResourceTablePackage* package = table->FindPackage("android"); local
69 ASSERT_NE(package, nullptr);
71 ResourceTableType* type = package->FindType(ResourceType::kAttr);
75 type = package->FindType(ResourceType::kAttrPrivate);
87 ResourceTablePackage* package = table->FindPackage("android"); local
88 ASSERT_NE(nullptr, package);
    [all...]
  /bootable/recovery/tests/unit/
sysutil_test.cpp 48 TemporaryFile package; local
52 ASSERT_TRUE(android::base::WriteStringToFile(content, package.path));
59 std::string block_map_content = std::string(package.path) + "\n40960 4096\n1\n0 10\n";
67 block_map_content = std::string(package.path) + "\n40960 4096\n1\n0 10";
75 block_map_content = std::string(package.path) + "\n40960 4096\n1\n0 10\n\n\n";
83 block_map_content = std::string(package.path) + "\n40960 4096\n3\n0 3\n3 5\n5 10\n";
  /external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
package-info.class 
package-info_Expected.class 
  /external/deqp/external/vulkancts/scripts/
verify_submission.py 28 from package import getPackageDescription
32 def verifyGitStatusFiles (package):
35 if len(package.gitStatus) > 1:
36 messages.append(error(package.basePath, "Exactly one git status file must be present, found %s" % len(package.gitStatus)))
38 messages += verifyGitStatus(package)
42 def verifyGitLogFiles (package):
45 if len(package.gitLog) > 1:
46 messages.append(error(package.basePath, "Exactly one git log file must be present, found %s" % len(package.gitLog))
84 package = getPackageDescription(packagePath) variable
    [all...]
  /bootable/recovery/tests/component/
sideload_test.cpp 69 std::string package = std::string(mount_point.path) + "/" + FUSE_SIDELOAD_HOST_FILENAME; local
76 if (stat(package.c_str(), &sb) == 0) {
84 FAIL() << "Timed out waiting for the fuse-provided package.";
88 ASSERT_TRUE(android::base::ReadFileToString(package, &content_via_fuse));

Completed in 204 milliseconds

1 2 3 4 5 6 7 8 91011>>