Searched refs:enabled (Results 1 - 13 of 13) sorted by relevance

/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMyGuard.java27 final boolean enabled; field in class:MyGuard
30 enabled = state;
34 if (!enabled) {
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DMutableSecurityManager.java28 private PermissionCollection enabled; field in class:MutableSecurityManager
38 this.enabled = new Permissions();
44 this.enabled.add(permissions[i]);
49 enabled.add(permission);
53 enabled = new Permissions();
72 if (enabled.implies(permission)) {
89 if (enabled.implies(permission)) {
/dalvik/vm/
H A DDvm.mk60 # - debugger enabled
61 # - profiling enabled
62 # - tracked-reference verification enabled
63 # - allocation limits enabled
64 # - GDB helpers enabled
84 # - compiler optimizations enabled (redundant for "release" builds)
85 # - (debugging and profiling still enabled)
H A DProfile.h70 bool enabled; // is allocation tracking enabled? member in struct:AllocProfState
H A DProfile.c410 * Set the "enabled" flag. Once we do this, threads will wait to be
829 LOGD("--- emulator method traces enabled\n");
838 LOGE("ERROR: emulator tracing not enabled\n");
865 LOGE("ERROR: instruction counting not enabled\n");
879 gDvm.allocProf.enabled = true;
887 gDvm.allocProf.enabled = false;
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DClientHandshakeImpl.java193 String[] enabled = parameters.getEnabledProtocols();
195 for (int i = 0; i < enabled.length; i++) {
197 .getByName(enabled[i]))) {
/dalvik/vm/alloc/
H A DHeap.c324 if (gDvm.allocProf.enabled) {
523 * This is enabled at compile time because it requires us to do a
605 if (gDvm.allocProf.enabled) {
621 if (gDvm.allocProf.enabled) {
H A DHeapSource.c1444 if (gDvm.allocProf.enabled) {
1472 if (gDvm.allocProf.enabled) {
1553 if (gDvm.allocProf.enabled) {
1601 if (gDvm.allocProf.enabled) {
H A DMarkSweep.c1251 if (gDvm.allocProf.enabled) {
/dalvik/vm/mterp/x86-atom/
H A Dfooter.S66 3: # debugger/profiler enabled, bail out
112 3: # debugger/profiler enabled, bail out
388 3: # debugger/profiler enabled, bail out
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DFormatterTest.java121 private boolean enabled = false; field in class:FormatterTest.MockDestination
124 if (enabled) {
126 enabled = true; // enable it after the first append
134 if (enabled) {
136 enabled = true; // enable it after the first append
145 if (enabled) {
147 enabled = true; // enable it after the first append
/dalvik/vm/oo/
H A DClass.c1775 * precise GC is enabled, we pull out pointers to them. We know that
4405 if (gDvm.allocProf.enabled) {
4504 if (gDvm.allocProf.enabled && startWhen != 0) {
/dalvik/vm/mterp/out/
H A DInterpAsm-x86-atom.S18421 3: # debugger/profiler enabled, bail out
18467 3: # debugger/profiler enabled, bail out
18743 3: # debugger/profiler enabled, bail out

Completed in 532 milliseconds