HomeSort by relevance Sort by last modified time
    Searched defs:dexopt (Results 1 - 13 of 13) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 54 /** Hint that the dexopt type is profile-guided. */
60 /** Indicates that the dex file passed to dexopt in on CE storage. */
62 /** Indicates that the dex file passed to dexopt in on DE storage. */
64 /** Indicates that dexopt is invoked from the background service. */
66 /** Indicates that dexopt should restrict access to private APIs. */
68 /** Indicates that dexopt should convert to CompactDex. */
70 /** Indicates that dexopt should generate an app image */
292 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, method in class:Installer
301 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath,
PackageDexOptimizer.java 76 * Helper class for running dexopt command on packages.
116 // We do not dexopt a package with no code.
125 * Performs dexopt on all code paths and libraries of the specified package for specified
128 * <p>Calls to {@link com.android.server.pm.Installer#dexopt} on {@link #mInstaller} are
135 throw new IllegalArgumentException("Dexopt for " + pkg.packageName
153 * Performs dexopt on all code paths of the given package.
174 // needs to be passed to dexopt in order to ensure correct optimizations.
183 // Sanity check that we do not call dexopt with inconsistent data.
232 // Get the dexopt flags after getRealCompilerFilter to make sure we get the correct
254 * Performs dexopt on the {@code path} belonging to the package {@code pkg}
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 610 installd.dexopt(classPathElement, Process.SYSTEM_UID, packageName,
614 "server-dexopt");
628 * Encodes the system server class loader context in a format that is accepted by dexopt.
639 * Encodes the class path in a format accepted by dexopt.
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 59 #include "dexopt.h"
1945 binder::Status InstalldNativeService::dexopt(const std::string& apkPath, int32_t uid, function in class:android::installd::InstalldNativeService
    [all...]
dexopt.cpp 49 #include "dexopt.h"
563 * Whether dexopt should use a swap file when compiling an APK.
716 PLOG(ERROR) << "setgid(" << uid << ") failed in installd during dexopt";
720 PLOG(ERROR) << "setuid(" << uid << ") failed in installd during dexopt";
1951 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, function
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 386 milliseconds