Searched defs:runtime (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/dalvik/system/
H A DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, argument
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp268 // This needs to be kept in sync with ART, see art/runtime/gc/space/image_space.cc.
294 // This needs to be kept in sync with ART, see art/runtime/gc/space/image_space.cc.
432 // Choose a random relocation offset. Taken from art/runtime/gc/image_space.cc.
467 bool runtime,
472 if (runtime) {
473 out.push_back("--runtime-arg");
465 AddCompilerOptionFromSystemProperty(const char* system_property, const char* prefix, bool runtime, std::vector<std::string>& out) argument
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java205 * wallclock runtime rather than resetting it on every boot.
501 private String formatRunTime(long runtime, long defaultValue) { argument
502 if (runtime == defaultValue) {
506 long nextRuntime = runtime - elapsedNow;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 98 milliseconds