HomeSort by relevance Sort by last modified time
    Searched defs:enter (Results 1 - 25 of 34) sorted by null

1 2

  /external/javassist/src/main/javassist/runtime/
Cflow.java 41 public void enter() { ((Depth)get()).inc(); } method in class:Cflow
  /frameworks/base/core/java/com/android/internal/util/
IState.java 41 void enter(); method in interface:IState
State.java 35 * @see com.android.internal.util.IState#enter()
38 public void enter() { method in class:State
StateMachine.java 36 * <code>processMessage</code> and optionally <code>enter/exit/getName</code>.
37 * The enter/exit methods are equivalent to the construction and destruction
47 * which initializes the state machine and calls <code>enter</code> for all of the initial
49 * state machine below after start is called mP1.enter will have been called and
50 * then mS1.enter.</p>
80 * an <code>enter</code> method and <code>exit</exit> method which may be overridden.</p>
86 * parent's up to but not including the common parent state and then enter all
121 * which is mP1. It will then call mS5.exit, mS1.exit, mS2.enter and then
122 * mS4.enter. The new list of active states is mP0, mP1, mS2 and mS4. So
165 enter { log("mP1.enter");
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 87 ProfileTestDriver.prototype.enter = function(funcName) {
106 this.enter('lib1-f1');
107 this.enter('lib1-f2');
108 this.enter('T: F1');
109 this.enter('T: F2');
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
117 this.enter('T: F3');
118 this.enter('T: F3');
119 this.enter('T: F3')
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 108 public void enter() { method in class:BluetoothProfileState.StableState
124 public void enter() { method in class:BluetoothProfileState.PendingCommandState
BluetoothDeviceProfileState.java 309 public void enter() { method in class:BluetoothDeviceProfileState.BondedDevice
451 public void enter() { method in class:BluetoothDeviceProfileState.OutgoingHandsfree
564 public void enter() { method in class:BluetoothDeviceProfileState.IncomingHandsfree
662 public void enter() { method in class:BluetoothDeviceProfileState.OutgoingA2dp
772 public void enter() { method in class:BluetoothDeviceProfileState.IncomingA2dp
869 public void enter() { method in class:BluetoothDeviceProfileState.OutgoingHid
950 public void enter() { method in class:BluetoothDeviceProfileState.IncomingHid
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WpsStateMachine.java 87 public void enter() { method in class:WpsStateMachine.DefaultState
133 public void enter() { method in class:WpsStateMachine.ActiveState
187 public void enter() { method in class:WpsStateMachine.InactiveState
SupplicantStateTracker.java 155 public void enter() { method in class:SupplicantStateTracker.DefaultState
197 public void enter() { method in class:SupplicantStateTracker.UninitializedState
204 public void enter() { method in class:SupplicantStateTracker.InactiveState
211 public void enter() { method in class:SupplicantStateTracker.DisconnectedState
230 public void enter() { method in class:SupplicantStateTracker.ScanState
245 public void enter() { method in class:SupplicantStateTracker.HandshakeState
283 public void enter() { method in class:SupplicantStateTracker.CompletedState
323 public void enter() { method in class:SupplicantStateTracker.DormantState
WifiApConfigStore.java 114 public void enter() { method in class:WifiApConfigStore.ActiveState
WifiWatchdogStateMachine.java 596 public void enter() { method in class:WifiWatchdogStateMachine.WatchdogEnabledState
717 public void enter() { method in class:WifiWatchdogStateMachine.DnsCheckingState
835 public void enter() { method in class:WifiWatchdogStateMachine.DelayWalledGardenState
886 public void enter() { method in class:WifiWatchdogStateMachine.OnlineWatchState
995 public void enter() { method in class:WifiWatchdogStateMachine.DnsCheckFailureState
1051 public void enter() { method in class:WifiWatchdogStateMachine.WalledGardenState
1079 public void enter() { method in class:WifiWatchdogStateMachine.BlacklistedApState
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 94 void enter(String text) { method in class:History
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 190 public void enter() { method in class:DhcpStateMachine.StoppedState
223 public void enter() { method in class:DhcpStateMachine.WaitBeforeStartState
255 public void enter() { method in class:DhcpStateMachine.RunningState
296 public void enter() { method in class:DhcpStateMachine.WaitBeforeRenewalState
  /sdk/traceview/src/com/android/traceview/
ThreadData.java 68 Call enter(MethodData method, ArrayList<TraceAction> trace) { method in class:ThreadData
  /external/kernel-headers/original/linux/
pm.h 36 #define PM_SUSPEND ((__force pm_request_t) 1) /* enter D1-D3 */
37 #define PM_RESUME ((__force pm_request_t) 2) /* enter D0 */
125 int (*enter)(suspend_state_t state); member in struct:pm_ops
  /frameworks/base/core/java/android/server/
BluetoothAdapterStateMachine.java 167 public void enter() { method in class:BluetoothAdapterStateMachine.PowerOff
168 if (DBG) log("Enter PowerOff: " + getCurrentMessage().what);
294 public void enter() { method in class:BluetoothAdapterStateMachine.WarmUp
295 if (DBG) log("Enter WarmUp: " + getCurrentMessage().what);
341 public void enter() { method in class:BluetoothAdapterStateMachine.HotOff
342 if (DBG) log("Enter HotOff: " + getCurrentMessage().what);
405 public void enter() { method in class:BluetoothAdapterStateMachine.Switching
406 if (DBG) log("Enter Switching: " + getCurrentMessage().what);
494 public void enter() { method in class:BluetoothAdapterStateMachine.BluetoothOn
495 if (DBG) log("Enter BluetoothOn: " + getCurrentMessage().what)
567 public void enter() { method in class:BluetoothAdapterStateMachine.PerProcessState
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 23 enter: 'enter',
33 glyph_enter: 'enter',
  /external/llvm/test/MC/X86/
x86-64.s 367 // CHECK: enter $31438, $0
369 // CHECK: enter $31438, $1
371 // CHECK: enter $31438, $127
373 enter $0x7ace,$0 label
374 enter $0x7ace,$1 label
375 enter $0x7ace,$0x7f label
  /external/clang/lib/CodeGen/
CGException.cpp 1359 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, function in class:CodeGenFunction::FinallyInfo
    [all...]
  /external/kernel-headers/original/asm-x86/
paravirt.h 60 void (*enter)(void); member in struct:pv_lazy_ops
967 PVOP_VCALL0(pv_cpu_ops.lazy_mode.enter);
987 PVOP_VCALL0(pv_mmu_ops.lazy_mode.enter);
  /external/v8/src/ia32/
assembler-ia32.cc 587 void Assembler::enter(const Immediate& size) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1073 void Assembler::enter(Immediate size) { function in class:v8::internal::Assembler
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java 152 * Test enter/exit can use transitionTo
172 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S1
176 // Test that a transition in enter and the initial state works
179 Log.d(TAG, "S1.enter");
193 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S2
198 Log.d(TAG, "S2.enter");
222 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S3
223 // Test that we can do halting in an enter/exit
226 Log.d(TAG, "S3.enter");
238 public void enter() { method in class:StateMachineTest.StateMachineEnterExitTransitionToTest.S4
424 public void enter() { method in class:StateMachineTest.StateMachine1.S1
525 public void enter() { method in class:StateMachineTest.StateMachine2.S1
821 public void enter() { method in class:StateMachineTest.StateMachine5.ParentState1
836 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState1
867 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState2
898 public void enter() { method in class:StateMachineTest.StateMachine5.ParentState2
929 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState3
960 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState4
991 public void enter() { method in class:StateMachineTest.StateMachine5.ChildState5
1148 public void enter() { method in class:StateMachineTest.StateMachine6.S1
1249 public void enter() { method in class:StateMachineTest.StateMachine7.S2
1578 public void enter() { method in class:Hsm1.P1
1608 public void enter() { method in class:Hsm1.S1
1631 public void enter() { method in class:Hsm1.S2
1662 public void enter() { method in class:Hsm1.P2
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 859 public void enter() { method in class:Tethering.TetherInterfaceSM.InitialState
889 public void enter() { method in class:Tethering.TetherInterfaceSM.StartingState
947 public void enter() { method in class:Tethering.TetherInterfaceSM.TetheredState
1082 public void enter() { method in class:Tethering.TetherInterfaceSM.UnavailableState
1342 public void enter() { method in class:Tethering.TetherMasterSM.InitialState
1374 public void enter() { method in class:Tethering.TetherMasterSM.TetherModeAliveState
1462 public void enter() { method in class:Tethering.TetherMasterSM.SetIpForwardingEnabledErrorState
1470 public void enter() { method in class:Tethering.TetherMasterSM.SetIpForwardingDisabledErrorState
1478 public void enter() { method in class:Tethering.TetherMasterSM.StartTetheringErrorState
1489 public void enter() { method in class:Tethering.TetherMasterSM.StopTetheringErrorState
1500 public void enter() { method in class:Tethering.TetherMasterSM.SetDnsForwardersErrorState
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 566 public void enter() { method in class:DataConnection.DcDefaultState
757 public void enter() { method in class:DataConnection.DcInactiveState
768 if (VDBG) log("DcInactiveState: enter notifyConnectCompleted");
772 if (VDBG) log("DcInactiveState: enter notifyDisconnectCompleted");
946 @Override public void enter() { method in class:DataConnection.DcActiveState
    [all...]

Completed in 833 milliseconds

1 2