HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0.jar 
  /frameworks/base/core/java/android/content/pm/
PackageManager.java 17 package android.content.pm;
58 * This exception is thrown when a given package, application, or component
72 * activities in the package in {@link PackageInfo#activities}.
78 * intent receivers in the package in
85 * services in the package in {@link PackageInfo#services}.
91 * content providers in the package in
98 * instrumentation in the package in
111 * signatures included in the package.
162 * permissions in the package in
220 * if the permission has been granted to the given package
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java 33 package java.lang;
418 * class implementations in this package. Outside of this class, it is used
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 17 package com.android.packageinstaller;
59 * The package is first parsed and the user is notified of parse errors via a dialog.
60 * If the package is successfully parsed, the user is notified to turn on the install unknown
62 * of memory conditions if any. If the package is already existing on the device,
63 * a confirmation dialog (to replace the existing package) is presented to the user.
64 * Based on the user response the package is then installed by launching InstallAppConfirm
98 private static final String PACKAGE_MIME_TYPE = "application/vnd.android.package-archive";
266 // Guaranteed not to be null. will default to package name if not set by app
291 // Guaranteed not to be null. will default to package name if not set by app
389 // Check if there is already a package on the device with this nam
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/
sdklib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.2/
sdklib-23.0.2.jar 
  /frameworks/base/tools/aidl/
Type.cpp 149 make_generic_type(const string& package, const string& name,
152 if (package == "java.util" && name == "List") {
156 //return new GenericType(package, name, args);
175 Type::Type(const string& package, const string& name,
178 :m_package(package),
187 if (package.length() > 0) {
188 m_qualifiedName = package;
907 UserDataType::UserDataType(const string& package, const string& name,
910 :Type(package, name, builtIn ? BUILT_IN : USERDATA, canWriteToParcel, canWriteToRpcData,
1036 InterfaceType::InterfaceType(const string& package, const string& name
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
573 typedef NTSTATUS (NTAPI SpAddCredentialsFn)(LSA_SEC_HANDLE CredentialHandle,PUNICODE_STRING PrincipalName,PUNICODE_STRING Package,ULONG CredentialUseFlags,PVOID AuthorizationData,PVOID GetKeyFunciton,PVOID GetKeyArgument,PTimeStamp ExpirationTime);
    [all...]
  /build/core/
Makefile 293 # package stats
294 PACKAGE_STATS_FILE := $(PRODUCT_OUT)/package-stats.txt
299 @echo Package stats: $@
302 $(hide) build/tools/dump-package-stats $^ > $@
304 .PHONY: package-stats
305 package-stats: $(PACKAGE_STATS_FILE)
308 # Cert-to-package mapping. Used by the post-build signing tools.
363 # The dev key is used to sign this package, and as the key required
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaExprMember.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 17 package com.android.server.pm;
99 * Current version of the package database. Set it to the latest version in
135 private static final String TAG_PACKAGE_RESTRICTIONS = "package-restrictions";
149 // Legacy, here for reading older versions of the package-restrictions.
192 /** Device identity for the purpose of package verification. */
243 * TODO: make this just a local variable that is passed in during package
273 PackageSetting getPackageLPw(PackageParser.Package pkg, PackageSetting origPackage,
333 Log.w(PackageManagerService.TAG, "Package:"+name+" is not an installed package");
337 // always make sure the system package code and resource paths dont chang
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 182 // package bar_package;
189 // make sure that even though it has the same package as foo.proto,
273 TEST_F(FileDescriptorTest, Package) {
274 EXPECT_EQ("", foo_file_->package());
275 EXPECT_EQ("bar_package", bar_file_->package());
359 file.set_package("some.other.package");
383 // package corge.grault;
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 180 // package bar_package;
187 // make sure that even though it has the same package as foo.proto,
271 TEST_F(FileDescriptorTest, Package) {
272 EXPECT_EQ("", foo_file_->package());
273 EXPECT_EQ("bar_package", bar_file_->package());
357 file.set_package("some.other.package");
381 // package corge.grault;
842 // package corge.grault;
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 166 case eAccessPackage: return ObjCIvarDecl::Package;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 934 milliseconds

1 2 34 5