Searched defs:enable (Results 1 - 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DCompiler.java85 public static void enable() { method in class:Compiler
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DSecurityChecker.java39 public SecurityChecker(Permission target, boolean enable) { argument
42 enableAccess = enable;
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
H A DDdmVmInternal.java34 native public static void threadNotify(boolean enable); argument
74 native public static void enableRecentAllocations(boolean enable); argument
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DLinuxDosFileAttributeView.java257 private void updateDosAttribute(int flag, boolean enable) throws IOException { argument
264 if (enable) {
H A DPollingWatchService.java172 watchKey.enable(events, sensivity.sensitivityValueInSeconds());
282 void enable(Set<? extends WatchEvent.Kind<?>> events, long period) { method in class:PollingWatchService.PollingWatchKey
/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectOutputStreamTest.java91 public boolean enableReplaceObject(boolean enable) argument
93 return super.enableReplaceObject(enable);
/libcore/ojluni/src/main/java/java/io/
H A DFileSystem.java131 * enable, access and oweronly.
133 public abstract boolean setPermission(File f, int access, boolean enable, boolean owneronly); argument
H A DUnixFileSystem.java271 public boolean setPermission(File f, int access, boolean enable, boolean owneronly) { argument
273 return setPermission0(f, access, enable, owneronly);
275 private native boolean setPermission0(File f, int access, boolean enable, boolean owneronly); argument
H A DObjectOutputStream.java269 * permission to ensure it's ok to enable subclassing.
293 * <p>This routine provides a hook to enable the current version of
618 * <p>If <code>enable</code> is true, and there is a security manager
622 * ensure it's ok to enable the stream to do replacement of objects in the
625 * @param enable boolean parameter to enable replacement of objects
633 protected boolean enableReplaceObject(boolean enable) argument
636 if (enable == enableReplace) {
637 return enable;
639 if (enable) {
[all...]
H A DObjectInputStream.java313 * permission to ensure it's ok to enable subclassing.
759 * <p>If <i>enable</i> is true, and there is a security manager installed,
763 * ensure it's ok to enable the stream to allow objects read from the
766 * @param enable true for enabling use of <code>resolveObject</code> for
775 protected boolean enableResolveObject(boolean enable) argument
778 if (enable == enableResolve) {
779 return enable;
781 if (enable) {
787 enableResolve = enable;
/libcore/ojluni/src/main/java/java/sql/
H A DStatement.java191 * @param enable <code>true</code> to enable escape processing;
196 void setEscapeProcessing(boolean enable) throws SQLException; argument
/libcore/ojluni/src/main/native/
H A DUnixFileSystem_md.c172 jboolean enable,
203 if (enable)
169 Java_java_io_UnixFileSystem_setPermission0(JNIEnv *env, jobject this, jobject file, jint access, jboolean enable, jboolean owneronly) argument
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java378 * @param enable <code>true</code> to enable escape processing;
383 void setEscapeProcessing(boolean enable) throws SQLException; argument
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java571 public boolean enableResolveObject(boolean enable) argument
573 return super.enableResolveObject(enable);
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java315 * queue), dequeue, and/or re-activate workers. To enable this
594 * commonPool (see COMMON_MAX_SPARES) better enable JVMs to cope
2406 * @param enable if true, terminate when next possible
2409 private int tryTerminate(boolean now, boolean enable) { argument
2413 if (!enable || this == common) // cannot shutdown
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 589 milliseconds