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

  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 49 /** Hint that the dexopt type is profile-guided. */
55 /** Indicates that the dex file passed to dexopt in on CE storage. */
57 /** Indicates that the dex file passed to dexopt in on DE storage. */
279 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, method in class:Installer
287 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath,
PackageDexOptimizer.java 64 * Helper class for running dexopt command on packages.
108 * Performs dexopt on all code paths and libraries of the specified package for specified
111 * <p>Calls to {@link com.android.server.pm.Installer#dexopt} on {@link #mInstaller} are
132 * Performs dexopt on all code paths of the given package.
152 // Get the dexopt flags after getRealCompilerFilter to make sure we get the correct flags.
190 * Performs dexopt on the {@code path} belonging to the package {@code pkg}.
193 * DEX_OPT_FAILED if there was any exception during dexopt
194 * DEX_OPT_PERFORMED if dexopt was performed successfully on the given path.
208 // if (if supported) on the fly during the dexopt call.
211 Log.i(TAG, "Running dexopt (dexoptNeeded=" + dexoptNeeded + ") on: " + pat
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 573 installd.dexopt(classPathElement, Process.SYSTEM_UID, packageName,
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 53 #include "dexopt.h"
1800 binder::Status InstalldNativeService::dexopt(const std::string& apkPath, int32_t uid, function in class:android::installd::InstalldNativeService
    [all...]
dexopt.cpp 42 #include "dexopt.h"
467 * Whether dexopt should use a swap file when compiling an APK.
614 ALOGE("setgid(%d) failed in installd during dexopt\n", uid);
618 ALOGE("setuid(%d) failed in installd during dexopt\n", uid);
1490 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/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 91 milliseconds