HomeSort by relevance Sort by last modified time
    Searched refs:packages (Results 51 - 75 of 1520) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 34 def __init__(self, dir, packages=[]):
36 self.packages = packages
39 if not self.packages:
42 return self.packages[-1] + ": package"
49 packages = []
54 packages.append((nn, name, file))
55 packages.sort()
57 for nn, name, file in packages:
58 item = DirBrowserTreeItem(file, self.packages + [name]
    [all...]
  /cts/tools/utils/
buildCts.py 95 """Generate test descriptions for all packages."""
112 packages = []
116 packages.append(doc.GetAttr('TestPackage', 'appPackageName'))
118 packages.sort()
120 plan = tools.TestPlan(packages)
126 plan = tools.TestPlan(packages)
133 plan = tools.TestPlan(packages)
142 plan = tools.TestPlan(packages)
148 plan = tools.TestPlan(packages)
152 plan = tools.TestPlan(packages)
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
BundleCoverageImpl.java 34 private final Collection<IPackageCoverage> packages; field in class:BundleCoverageImpl
41 * @param packages
42 * collection of all packages contained in this bundle
45 final Collection<IPackageCoverage> packages) {
47 this.packages = packages;
48 increment(packages);
52 * Creates a new instance of a bundle with the given name. The packages are
113 return packages;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py 6 Extensions also should live in packages following the same rule as above.
66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
70 If packages is specified it should contain package names that want
82 if packages and pkg_name not in packages:
97 def get_tests(text=True, gui=True, packages=None):
107 for module in get_tests_modules(gui=gui, packages=packages):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py 6 Extensions also should live in packages following the same rule as above.
66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
70 If packages is specified it should contain package names that want
82 if packages and pkg_name not in packages:
97 def get_tests(text=True, gui=True, packages=None):
107 for module in get_tests_modules(gui=gui, packages=packages):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 6 Extensions also should live in packages following the same rule as above.
66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
70 If packages is specified it should contain package names that want
82 if packages and pkg_name not in packages:
97 def get_tests(text=True, gui=True, packages=None):
107 for module in get_tests_modules(gui=gui, packages=packages):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 6 Extensions also should live in packages following the same rule as above.
66 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None):
68 and are inside packages found in the path starting at basepath.
70 If packages is specified it should contain package names that want
82 if packages and pkg_name not in packages:
97 def get_tests(text=True, gui=True, packages=None):
107 for module in get_tests_modules(gui=gui, packages=packages):
  /system/update_engine/
omaha_response_handler_action_unittest.cc 125 for (const auto& package : in.packages)
137 string current_url = in.packages.size() ? in.packages[0].payload_urls[0] : "";
171 in.packages.push_back(
180 EXPECT_EQ(in.packages[0].payload_urls[0], install_plan.download_url);
197 in.packages.push_back(
207 EXPECT_EQ(in.packages[0].payload_urls[0], install_plan.download_url);
219 in.packages.push_back(
227 EXPECT_EQ(in.packages[0].payload_urls[0], install_plan.download_url);
249 in.packages.push_back({.payload_urls = {"http://package/1"}
    [all...]
  /build/make/core/
phony_package.mk 3 $(error LOCAL_SRC_FILES are not allowed for phony packages)
  /external/selinux/prebuilts/bin/
audit2allow 18 export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages
audit2why 18 export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages
seinfo 11 export PYTHONPATH=$ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages
  /packages/apps/Calendar/
Android.mk 44 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
45 LOCAL_AAPT_FLAGS += --extra-packages com.android.colorpicker
46 LOCAL_AAPT_FLAGS += --extra-packages com.android.datetimepicker
47 LOCAL_AAPT_FLAGS += --extra-packages com.android.timezonepicker
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/divergent/
buf.go 1 // Test of examples with divergent packages.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/divergent/
buf.go 1 // Test of examples with divergent packages.
  /system/libhidl/
update-makefiles.sh 3 packages=(
12 for package in "${packages[@]}"; do
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageUpdatedTask.java 78 public PackageUpdatedTask(int op, UserHandle user, String... packages) {
81 mPackages = packages;
89 final String[] packages = mPackages; local
90 final int N = packages.length;
92 final HashSet<String> packageSet = new HashSet<>(Arrays.asList(packages));
97 if (DEBUG) Log.d(TAG, "mAllAppsList.addPackage " + packages[i]);
98 iconCache.updateIconsForPkg(packages[i], mUser);
100 appsList.removePackage(packages[i], Process.myUserHandle());
102 appsList.addPackage(context, packages[i], mUser);
106 SessionCommitReceiver.queueAppIconAddition(context, packages[i], mUser)
    [all...]
  /external/deqp/external/vulkancts/scripts/
build_mustpass.py 95 Mustpass(project = PROJECT, version = "1.0.0", packages = [VULKAN_1_0_0_PKG]),
96 Mustpass(project = PROJECT, version = "1.0.1", packages = [VULKAN_1_0_1_PKG]),
97 Mustpass(project = PROJECT, version = "1.0.2", packages = [VULKAN_1_0_2_PKG]),
98 Mustpass(project = PROJECT, version = "1.1.0", packages = [VULKAN_1_1_0_PKG]),
  /external/devlib/
setup.py 40 packages = [] variable
52 packages.append(package_name)
63 packages=packages, variable
  /external/llvm/utils/lit/
setup.py 71 packages = find_packages(), variable
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
setup.py 37 packages=['cloud_tpu_profiler'], variable
  /frameworks/base/libs/androidfw/tests/
LoadedArsc_test.cpp 101 const auto& packages = loaded_arsc->GetPackages(); local
102 ASSERT_THAT(packages, SizeIs(1u));
103 EXPECT_TRUE(packages[0]->IsDynamic());
104 EXPECT_THAT(packages[0]->GetPackageName(), StrEq("com.android.lib_one"));
105 EXPECT_THAT(packages[0]->GetPackageId(), Eq(0));
107 const auto& dynamic_pkg_map = packages[0]->GetDynamicPackageMap();
121 const auto& packages = loaded_arsc->GetPackages(); local
122 ASSERT_THAT(packages, SizeIs(1u));
123 EXPECT_FALSE(packages[0]->IsDynamic());
124 EXPECT_THAT(packages[0]->GetPackageName(), StrEq("com.android.libclient"))
148 const auto& packages = loaded_arsc->GetPackages(); local
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/
doc.go 7 // unicode holds packages with implementations of Unicode standards that are
8 // mostly used as building blocks for other packages in golang_org/x/text,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/
doc.go 7 // unicode holds packages with implementations of Unicode standards that are
8 // mostly used as building blocks for other packages in golang_org/x/text,
  /prebuilts/go/darwin-x86/src/cmd/go/internal/fix/
fix.go 17 UsageLine: "fix [packages]",
18 Short: "update packages to use new APIs",
20 Fix runs the Go fix command on the packages named by the import paths.
23 For more about specifying packages, see 'go help packages'.
32 for _, pkg := range load.Packages(args) {
35 // not to packages in subdirectories.

Completed in 1036 milliseconds

1 23 4 5 6 7 8 91011>>