Searched defs:system (Results 1 - 22 of 22) sorted by relevance

/dalvik/libcore/dalvik/src/main/java/dalvik/system/
H A DAllocationLimitError.java17 package dalvik.system;
H A DPotentialDeadlockError.java17 package dalvik.system;
H A DStaleDexCacheError.java17 package dalvik.system;
H A DDalvikLogging.java17 package dalvik.system;
H A DNativeStart.java17 package dalvik.system;
H A DDalvikLogHandler.java17 package dalvik.system;
H A DTemporaryDirectory.java17 package dalvik.system;
33 /** system property name for the temporary directory */
H A DTouchDex.java17 package dalvik.system;
H A DVMStack.java17 package dalvik.system;
H A DZygote.java17 package dalvik.system;
42 * When set by the system server, all subsequent apps will be launched in
96 * Special method to start the system server process. In addition to the
135 * Special method to start the system server process.
H A DDexClassLoader.java17 package dalvik.system;
25 import dalvik.system.DexFile;
71 * the "path.separator" system property, which defaults to ":".
200 * use ".odex", because the build system uses that for files that
H A DTouchDexLoader.java17 package dalvik.system;
30 import dalvik.system.DexFile;
H A DVMRuntime.java17 package dalvik.system;
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
120 * dalvik.system.DexClassLoader.
285 * @throws dalvik.system.StaleDexCacheError if the optimized dex file
H A DPathClassLoader.java17 package dalvik.system;
33 import dalvik.system.DexFile;
37 * of files and directories in the local file system, but does not attempt to
38 * load classes from the network. Android uses this class for its system class
83 * the "path.separator" system property, which, on Android, defaults to ":".
H A DSamplingProfiler.java17 package dalvik.system;
H A DVMDebug.java17 package dalvik.system;
249 * @return the CPU usage. A value of -1 means the system does not support
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
H A DDefaultPolicyParser.java110 * @param system system properties, used for property expansion
114 public Collection<PolicyEntry>parse(URL location, Properties system) argument
138 KeyStore ks = initKeyStore(keystores, location, system, resolve);
145 PolicyEntry pe = resolveGrant(ge, ks, system, resolve);
182 * @param system system properties, used for property expansion
192 KeyStore ks, Properties system, boolean resolve) throws Exception {
200 system) : ge.codebase);
204 ge.signers = PolicyUtils.expand(ge.signers, system);
191 resolveGrant(DefaultPolicyScanner.GrantEntry ge, KeyStore ks, Properties system, boolean resolve) argument
258 resolvePermission( DefaultPolicyScanner.PermissionEntry pe, DefaultPolicyScanner.GrantEntry ge, KeyStore ks, Properties system, boolean resolve) argument
454 initKeyStore(List<KeystoreEntry>keystores, URL base, Properties system, boolean resolve) argument
[all...]
H A DPolicyUtils.java83 * Auxiliary action for accessing system properties in a bundle.
88 * Returns system properties.
96 * Auxiliary action for accessing specific system property.
101 * A key of a required system property.
123 * Returns specified system property.
320 * Converts a file path to URI without accessing file system
398 * dynamic policy location via system properties is allowed.
405 * system properties is allowed
444 * to use additional policy location, read the system property under the
451 * system vi
463 getPolicyURLs(final Properties system, final String systemUrlKey, final String securityUrlPrefix) argument
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DXSLOutputAttributes.java40 * doctype-system
66 * as the system identifier in the document type declaration (DTD).
67 * @return the system identifier to be used in the DOCTYPE declaration in
127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
128 * @param system the system identifier to be used in the DOCTYPE declaration
133 public void setDoctype(String system, String pub); argument
140 /** Set the value coming from the xsl:output doctype-system stylesheet attribute.
141 * @param doctype the system identifier to be used in the DOCTYPE
H A DToUnknownStream.java627 public void setDoctype(String system, String pub) argument
630 m_handler.setDoctypeSystem(system);
648 * @param doctype the system doctype to set
/dalvik/vm/
H A DProperties.c130 * Create the VM-default system properties.
162 setProperty(propObj, put, "java.home", "/system");
249 ClassObject* system; local
257 system = dvmFindSystemClass("Ljava/lang/System;");
258 if (system == NULL)
261 getProp = dvmFindDirectMethodByDescriptor(system, "getProperty",

Completed in 261 milliseconds