Searched defs:preload (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DIUI.java1 package com.android.preload.ui;
H A DSwingUI.java17 package com.android.preload.ui;
H A DSequenceUI.java1 package com.android.preload.ui;
/frameworks/base/tools/preload2/src/com/android/preload/
H A DMain.java17 package com.android.preload;
21 import com.android.preload.actions.ClearTableAction;
22 import com.android.preload.actions.ComputeThresholdAction;
23 import com.android.preload.actions.ComputeThresholdXAction;
24 import com.android.preload.actions.DeviceSpecific;
25 import com.android.preload.actions.ExportAction;
26 import com.android.preload.actions.ImportAction;
27 import com.android.preload.actions.ReloadListAction;
28 import com.android.preload.actions.RunMonkeyAction;
29 import com.android.preload
[all...]
H A DDeviceUtils.java17 package com.android.preload;
22 import com.android.preload.classdataretrieval.hprof.Hprof;
/frameworks/native/libs/ui/
H A DGralloc2.cpp35 void Mapper::preload() { function in class:android::Gralloc2::Mapper
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java107 * The path of a file that contains classes to preload.
111 /** Controls whether we should preload resources during zygote init. */
122 static void preload(TimingsTraceLog bootTimingsTraceLog) { method in class:ZygoteInit
123 Log.d(TAG, "begin preload");
146 Log.d(TAG, "end preload");
155 preload(new TimingsTraceLog("ZygoteInitTiming_lazy", Trace.TRACE_TAG_DALVIK));
733 } else if ("--enable-lazy-preload".equals(argv[i])) {
750 // In such cases, we will preload things prior to our first fork.
755 preload(bootTimingsTraceLog);
H A DZygoteConnection.java262 * Preloads resources if the zygote is in lazily preload mode. Writes the result of the
263 * preload operation; {@code 0} when a preload was initiated due to this request and {@code 1}
264 * if no preload was initiated. The latter implies that the zygote is not configured to load
272 preload();
280 protected void preload() { method in class:ZygoteConnection
406 * Whether to preload a package, with the package path in the remainingArgs.
414 * This argument only makes sense when the zygote is in lazy preload mode (i.e, when
415 * it's started with --enable-lazy-preload).
579 } else if (arg.equals("--preload
[all...]

Completed in 3534 milliseconds

12