/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
history_unittests.js | 37 var newState = {a: 1, b: 2}; 38 deepEqual(history._diffStates(null, newState), newState); 41 deepEqual(history._diffStates(oldState, newState), {b: 2}); 45 deepEqual(history._diffStates(oldState, newState), {a:1, b: 2}); 48 deepEqual(history._diffStates(oldState, newState), {}); 51 deepEqual(history._diffStates(oldState, newState), {a: 1, b: 2});
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
DrawIdler.java | 29 void onStateChanged(DrawIdler idler, int newState); 57 private void setState(int newState) { 58 if (mState == newState) { 61 mState = newState; 63 mListener.onStateChanged(this, newState);
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlstates.c | 110 * @brief Perform a transition from the current state to newState. 115 * @param newState state we are transitioning to. 118 inv_error_t inv_state_transition(unsigned char newState) 122 if (newState == INV_STATE_SERIAL_CLOSED) { 124 } else if (newState == INV_STATE_SERIAL_OPENED) { 126 } else if (((newState == INV_STATE_DMP_OPENED) && 130 ((newState == INV_STATE_DMP_STARTED) && 137 inv_state_name(newState)); 145 inv_state_name(newState))); 146 result = inv_run_state_callbacks(newState); [all...] |
mlstates.h | 46 typedef inv_error_t(*state_change_callback_t) (unsigned char newState); 49 inv_error_t inv_state_transition(unsigned char newState); 53 inv_error_t inv_run_state_callbacks(unsigned char newState);
|
/external/chromium/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
background.html | 17 chrome.idle.onStateChanged.addListener(function(newstate) { 22 history_log.unshift({'state':newstate, 'time':time});
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenuObserver.java | 15 * @param newState Whether the menu is now visible. 18 public void onMenuVisibilityChanged(boolean newState, int focusedPosition);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
background.js | 10 chrome.idle.onStateChanged.addListener(function(newstate) { 15 history_log.unshift({'state':newstate, 'time':time});
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
IFlyoutListener.java | 21 * @param newState the new state 23 void stateChanged(int oldState, int newState);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
BondStateMachine.java | 117 int newState = msg.arg1; 119 if (newState == BluetoothDevice.BOND_BONDING) 121 sendIntent(dev, newState, 0); 126 Log.e(TAG, "In stable state, received invalid newState: " + newState); 172 int newState = msg.arg1; 174 sendIntent(dev, newState, reason); 175 if(newState != BluetoothDevice.BOND_BONDING ) 187 if (newState == BluetoothDevice.BOND_NONE) 192 else if (newState == BluetoothDevice.BOND_BONDED [all...] |
JniCallbacks.java | 64 void bondStateChangeCallback(int status, byte[] address, int newState) { 65 mBondStateMachine.bondStateChangeCallback(status, address, newState); 68 void aclStateChangeCallback(int status, byte[] address, int newState) { 69 mRemoteDevices.aclStateChangeCallback(status, address, newState);
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
ActivityStatus.java | 47 * @param newState New activity state. 49 public void onActivityStateChange(int newState); 100 * @param newState New state value. 102 private static void onStateChange(Activity activity, int newState) { 112 || newState == CREATED || newState == RESUMED || newState == STARTED) { 117 if (newState != DESTROYED) { 118 sActivityStates.put(activity, newState); 125 listener.onActivityStateChange(newState); [all...] |
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/ |
fusion_9axis.h | 24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
fusion_9axis.h | 24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageListener.java | 34 public void onStorageStateChanged(String path, String oldState, String newState) { 35 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState); 38 if (mTargetState.equals(newState)) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/power/ |
background.js | 38 * @param {string} newState New {StateEnum} to use. 40 function setState(newState) { 44 switch (newState) { 61 throw 'Invalid state "' + newState + '"'; 65 items[STATE_KEY] = newState;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryListInterfaceState.java | 58 final State newState; 60 newState = null == state ? new State() : state; 61 newState.mOpen = true; 62 newState.mStatus = status; 63 mWordlistToState.put(wordlistId, newState);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
StatusTracker.cpp | 100 StateChange newState = { 106 mPendingChangeQueue.add(newState); 179 const StateChange &newState = mPendingChangeQueue[i]; 180 ssize_t idx = mStates.indexOfKey(newState.id); 184 mStates.replaceValueAt(idx, newState.state); 186 mIdleFence, newState.fence); 188 ComponentState newState = getDeviceStateLocked(); 189 if (newState != prevState) { 190 mStateTransitions.add(newState); 192 prevState = newState; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
context.h | 202 * \param newstate new state. 206 * __struct gl_contextRec::NewState with \p newstate. 208 #define FLUSH_VERTICES(ctx, newstate) \ 214 ctx->NewState |= newstate; \ 221 * \param newstate new state. 225 * __struct gl_contextRec::NewState with \p newstate. 227 #define FLUSH_CURRENT(ctx, newstate) \ [all...] |
/external/mesa3d/src/mesa/main/ |
context.h | 202 * \param newstate new state. 206 * __struct gl_contextRec::NewState with \p newstate. 208 #define FLUSH_VERTICES(ctx, newstate) \ 214 ctx->NewState |= newstate; \ 221 * \param newstate new state. 225 * __struct gl_contextRec::NewState with \p newstate. 227 #define FLUSH_CURRENT(ctx, newstate) \ [all...] |
/frameworks/base/core/java/android/app/backup/ |
AbsoluteFileBackupHelper.java | 54 * need to be backed up, write them to the data stream, and fill in newState with the 58 ParcelFileDescriptor newState) { 60 performBackup_checked(oldState, data, newState, mFiles, mFiles);
|
BackupHelperDispatcher.java | 46 ParcelFileDescriptor newState) throws IOException { 53 FileDescriptor newStateFD = newState.getFileDescriptor(); 62 doOneBackup(oldState, data, newState, header, helper); 76 doOneBackup(oldState, data, newState, header, helper); 81 ParcelFileDescriptor newState, Header header, BackupHelper helper) 84 FileDescriptor newStateFD = newState.getFileDescriptor(); 95 helper.performBackup(oldState, data, newState); 106 ParcelFileDescriptor newState) 139 helper.writeNewStateDescription(newState);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 56 * @param newState The new state of the channel. 62 BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, 65 "prevState:" + prevState + "newState:" + newState + "ParcelFd:" + fd +
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
EventLogTags.logtags | 49 50113 gsm_data_state_change (oldState|3), (newState|3) 52 50114 gsm_service_state_change (oldState|1|5), (oldGprsState|1|5), (newState|1|5), (newGprsState|1|5) 55 50115 cdma_data_state_change (oldState|3), (newState|3) 58 50116 cdma_service_state_change (oldState|1|5), (oldDataState|1|5), (newState|1|5), (newDataState|1|5)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccCardApplicationStatus.java | 132 AppState newState; 135 case 0: newState = AppState.APPSTATE_UNKNOWN; break; 136 case 1: newState = AppState.APPSTATE_DETECTED; break; 137 case 2: newState = AppState.APPSTATE_PIN; break; 138 case 3: newState = AppState.APPSTATE_PUK; break; 139 case 4: newState = AppState.APPSTATE_SUBSCRIPTION_PERSO; break; 140 case 5: newState = AppState.APPSTATE_READY; break; 142 newState = AppState.APPSTATE_UNKNOWN; 145 return newState;
|
/external/libppp/src/ |
fsm.c | 169 NewState(struct fsm *fp, int new) 250 NewState(fp, ST_REQSENT); 259 NewState(fp, ST_STARTING); 265 NewState(fp, ST_STOPPED); /* XXX: This is a hack ! */ 270 NewState(fp, ST_STOPPED); /* XXX: This is a not-so-bad hack ! */ 287 NewState(fp, ST_STOPPING); 299 NewState(fp, ST_CLOSED); 304 NewState(fp, ST_REQSENT); 318 NewState(fp, ST_INITIAL); 323 NewState(fp, ST_INITIAL) [all...] |