Searched defs:system (Results 1 - 25 of 34) sorted by last modified time

12

/libcore/support/src/test/java/libcore/dalvik/system/
H A DCloseGuardTester.java17 package libcore.dalvik.system;
19 import dalvik.system.CloseGuard;
/libcore/dalvik/src/main/java/dalvik/system/
H A DAllocationLimitError.java17 package dalvik.system;
H A DBaseDexClassLoader.java17 package dalvik.system;
H A DBlockGuard.java17 package dalvik.system;
H A DCloseGuard.java17 package dalvik.system;
115 * but enables it with DropBoxing for system apps on debug builds.
H A DDalvikLogHandler.java17 package dalvik.system;
H A DDalvikLogging.java17 package dalvik.system;
H A DDexClassLoader.java17 package dalvik.system;
43 * {@code path.separator} system property, which defaults to {@code :}.
H A DDexFile.java17 package dalvik.system;
45 * it first if system permissions allow. Don't pass in the name of
66 * it first if system permissions allow. Don't pass in the name of
125 * dalvik.system.DexClassLoader.
297 * @throws dalvik.system.StaleDexCacheError if the optimized dex file
H A DDexPathList.java17 package dalvik.system;
68 * system directory for same
115 * from the system library path, and pruning out any elements that
120 * Native libraries may exist in both the system and
125 * 2. the VM's library path from the system
126 * property for system libraries
265 * We don't want to use ".odex", because the build system uses
H A DNativeStart.java17 package dalvik.system;
H A DPathClassLoader.java17 package dalvik.system;
21 * of files and directories in the local file system, but does not attempt to
22 * load classes from the network. Android uses this class for its system class
H A DPotentialDeadlockError.java17 package dalvik.system;
H A DSocketTagger.java17 package dalvik.system;
H A DStaleDexCacheError.java17 package dalvik.system;
H A DTemporaryDirectory.java17 package dalvik.system;
31 /** system property name for the temporary directory */
H A DVMDebug.java17 package dalvik.system;
237 * @return the CPU usage. A value of -1 means the system does not support
H A DVMRuntime.java17 package dalvik.system;
H A DVMStack.java17 package dalvik.system;
H A DZygote.java17 package dalvik.system;
54 * When set by the system server, all subsequent apps will be launched in
139 * Special method to start the system server process. In addition to the
174 * Executes "/system/bin/sh -c <command>" using the exec() system call.
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DAsciiHprofWriter.java17 package dalvik.system.profiler;
H A DBinaryHprof.java17 package dalvik.system.profiler;
H A DBinaryHprofReader.java17 package dalvik.system.profiler;
H A DBinaryHprofWriter.java17 package dalvik.system.profiler;
H A DDalvikThreadSampler.java17 package dalvik.system.profiler;
19 import dalvik.system.VMStack;

Completed in 1286 milliseconds

12