Searched refs:IDLE (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium/net/base/
H A Drequest_priority.h18 IDLE, enumerator in enum:net::RequestPriority
/external/replicaisland/src/com/replica/replicaisland/
H A DGenericAnimationComponent.java42 case IDLE:
43 mSprite.playAnimation(Animation.IDLE);
77 public static final int IDLE = 0; field in class:GenericAnimationComponent.Animation
H A DNPCAnimationComponent.java25 public static final int IDLE = 0; field in class:NPCAnimationComponent
59 mCurrentAnimation = IDLE;
73 case IDLE:
235 mCurrentAnimation = IDLE;
273 mCurrentAnimation = IDLE;
286 mCurrentAnimation = IDLE;
331 mCurrentAnimation = IDLE;
343 mCurrentAnimation = IDLE;
351 mCurrentAnimation = IDLE;
361 mCurrentAnimation = IDLE;
[all...]
H A DCrusherAndouComponent.java39 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DAttackAtDistanceComponent.java64 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
72 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DSleeperComponent.java62 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
94 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DEnemyAnimationComponent.java29 IDLE, enum constant in enum:EnemyAnimationComponent.EnemyAnimations
71 mSprite.playAnimation(EnemyAnimations.IDLE.ordinal());
H A DButtonAnimationComponent.java61 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DTheSourceComponent.java70 parentObject.setCurrentAction(ActionType.IDLE);
71 currentAction = ActionType.IDLE;
H A DPopOutComponent.java83 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DAnimationComponent.java31 IDLE, enum constant in enum:AnimationComponent.PlayerAnimations
218 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
250 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
H A DGameObject.java60 IDLE, enum constant in enum:GameObject.ActionType
H A DLauncherComponent.java85 parentObject.setCurrentAction(ActionType.IDLE);
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DTouchEvent.java90 IDLE enum constant in enum:TouchEvent.Type
92 private Type type = Type.IDLE;
108 set(Type.IDLE, 0f, 0f, 0f, 0f);
/external/chromium/chrome/browser/extensions/
H A Dextension_processes_apitest.cc27 EXPECT_EQ(TaskManagerModel::IDLE, model->update_state_);
/external/chromium/chrome/browser/sync/
H A Dbackend_migrator.cc25 : state_(IDLE), service_(service), manager_(manager),
110 if (state_ == IDLE)
152 state_ = IDLE;
162 state_ = IDLE;
H A Dbackend_migrator.h26 IDLE, enumerator in enum:browser_sync::BackendMigrator::State
H A Dbackend_migrator_unittest.cc89 // and wind up back in IDLE.
113 EXPECT_EQ(BackendMigrator::IDLE, migrator.state());
251 EXPECT_EQ(BackendMigrator::IDLE, migrator.state());
264 EXPECT_EQ(BackendMigrator::IDLE, migrator.state());
/external/webkit/Source/WebCore/loader/appcache/
H A DDOMApplicationCache.idl36 const unsigned short IDLE = 1;
H A DApplicationCacheHost.h67 IDLE = 1, enumerator in enum:WebCore::ApplicationCacheHost::Status
/external/chromium/net/spdy/
H A Dspdy_http_utils.cc119 case IDLE:
/external/chromium/net/http/
H A Dhttp_transaction_unittest.h124 IDLE, enumerator in enum:TestTransactionConsumer::State
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c515 SM_STATE(BE_AUTH, IDLE)
517 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth);
540 SM_ENTER(BE_AUTH, IDLE);
567 SM_ENTER(BE_AUTH, IDLE);
570 SM_ENTER(BE_AUTH, IDLE);
573 SM_ENTER(BE_AUTH, IDLE);
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c515 SM_STATE(BE_AUTH, IDLE)
517 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth);
540 SM_ENTER(BE_AUTH, IDLE);
567 SM_ENTER(BE_AUTH, IDLE);
570 SM_ENTER(BE_AUTH, IDLE);
573 SM_ENTER(BE_AUTH, IDLE);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c515 SM_STATE(BE_AUTH, IDLE)
517 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth);
540 SM_ENTER(BE_AUTH, IDLE);
567 SM_ENTER(BE_AUTH, IDLE);
570 SM_ENTER(BE_AUTH, IDLE);
573 SM_ENTER(BE_AUTH, IDLE);

Completed in 624 milliseconds

123