HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 76 - 100 of 295) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 63 ParcelFileDescriptor newState) throws IOException {
128 writeStateFile(newState);
161 ParcelFileDescriptor newState) throws IOException {
199 writeStateFile(newState);
  /external/harfbuzz/src/
harfbuzz-hangul.c 101 HangulType newState = hangul_type(uc[pos]);
102 switch(newState) {
108 if (state > newState)
110 state = newState;
harfbuzz-tibetan.c 179 TibetanForm newState = tibetan_form(uc[pos]);
180 switch(newState) {
186 state = newState;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 101 HangulType newState = hangul_type(uc[pos]);
102 switch(newState) {
108 if (state > newState)
110 state = newState;
harfbuzz-tibetan.c 179 TibetanForm newState = tibetan_form(uc[pos]);
180 switch(newState) {
186 state = newState;
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 121 DebuggerScript.setPauseOnExceptionsState = function(newState)
123 DebuggerScript._pauseOnExceptionsState = newState;
125 if (DebuggerScript.PauseOnExceptionsState.PauseOnAllExceptions === newState)
130 if (DebuggerScript.PauseOnExceptionsState.PauseOnUncaughtExceptions === newState)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.messages.in 188 SetComposition(WTF::String text, WTF::Vector<WebCore::CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd) -> (WebKit::EditorState newState)
189 ConfirmComposition() -> (WebKit::EditorState newState)
190 InsertText(WTF::String text, uint64_t replacementRangeStart, uint64_t replacementRangeEnd) -> (bool handled, WebKit::EditorState newState)
196 ExecuteKeypressCommands(Vector<WebCore::KeypressCommand> savedCommands) -> (bool handled, WebKit::EditorState newState)
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 142 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException {
143 Message msg = mHandler.obtainMessage(MESSAGE_BLUETOOTH_STATE_CHANGE,prevState,newState);
    [all...]
DockObserver.java 79 int newState = Integer.parseInt(event.get("SWITCH_STATE"));
80 if (newState != mDockState) {
82 mDockState = newState;
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 252 SLuint32 newstate; local
253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
255 if (newstate != state)
257 (unsigned) newstate);
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 61 ParcelFileDescriptor newState) throws IOException {
82 writeBackupState(savedFileSize, savedCrc, newState);
92 ParcelFileDescriptor newState) throws IOException {
157 writeBackupState(tmpfile.length(), crc, newState);
AutoFillSettingsFragment.java 264 boolean newState = (mFullNameEdit.getText().toString().length() > 0 ||
275 if (currentState != newState) {
276 mSaveMenuItem.setEnabled(newState);
  /frameworks/base/core/java/android/app/
FragmentManager.java 784 void moveToState(Fragment f, int newState, int transit, int transitionStyle,
787 + " oldState=" + f.mState + " newState=" + newState
791 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
792 newState = Fragment.CREATED;
794 if (f.mRemoving && newState > f.mState) {
796 newState = f.mState;
800 if (f.mDeferStart && f.mState < Fragment.STARTED && newState > Fragment.STOPPED) {
801 newState = Fragment.STOPPED;
803 if (f.mState < newState) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceBase.h 144 virtual void notifyAutoFocus(uint8_t newState, int triggerId) = 0;
145 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
146 virtual void notifyAutoWhitebalance(uint8_t newState,
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 104 * need to be backed up, write them to the data stream, and fill in newState with the
108 ParcelFileDescriptor newState) {
109 performBackup_checked(oldState, data, newState, mFiles, mKeys);
BackupAgent.java 186 * <code>newState</code>.
203 * @param newState An open, read/write ParcelFileDescriptor pointing to an
209 ParcelFileDescriptor newState) throws IOException;
216 * the final state to the <code>newState</code> file descriptor.
237 * @param newState An open, read/write ParcelFileDescriptor pointing to an
243 ParcelFileDescriptor newState)
558 ParcelFileDescriptor newState,
567 BackupAgent.this.onBackup(oldState, output, newState);
591 ParcelFileDescriptor newState,
599 BackupAgent.this.onRestore(input, appVersionCode, newState);
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 825 void moveToState(Fragment f, int newState, int transit, int transitionStyle,
828 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
829 newState = Fragment.CREATED;
831 if (f.mRemoving && newState > f.mState) {
833 newState = f.mState;
837 if (f.mDeferStart && f.mState < Fragment.STARTED && newState > Fragment.STOPPED) {
838 newState = Fragment.STOPPED;
840 if (f.mState < newState) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 359 private void notifyAdapterStateChange(int newState) {
363 Log.e(TAG,"notifyAdapterStateChange after cleanup:" + newState);
368 adapterProperties.setState(newState);
369 infoLog("Bluetooth adapter state changed: " + oldState + "-> " + newState);
370 adapterService.updateAdapterState(oldState, newState);
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 98 public void onStorageStateChanged(String path, String oldState, String newState) {
101 mListeners.get(i).sendStorageStateChanged(path, oldState, newState);
245 public String newState;
251 newState = newS;
274 mStorageEventListener.onStorageStateChanged(ev.path, ev.oldState, ev.newState);
291 void sendStorageStateChanged(String path, String oldState, String newState) {
292 StorageStateChangedStorageEvent e = new StorageStateChangedStorageEvent(path, oldState, newState);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 198 boolean newState;
202 newState = !mCalendarChanges.get(id);
205 newState = !initialState;
208 if (newState == initialState) {
211 mCalendarChanges.put(id, newState);
214 ((CheckBox) v.getTag(TAG_ID_SYNC_CHECKBOX)).setChecked(newState);
215 setText(v, R.id.status, newState ? mSyncedText : mNotSyncedText);
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 480 unwind_state_t* state, unwind_state_t* newstate) {
491 newstate->reg[reg] = cfa;
493 newstate->reg[reg] = state->reg[reg];
498 if (!try_get_word(memory, addr, &newstate->reg[reg])) {
502 ALOGV("get_old_register_value: r%d at 0x%x is 0x%x", reg, addr, newstate->reg[reg]);
519 unwind_state_t newstate; local
533 if (!get_old_register_value(memory, cfa, dstate, DWARF_EIP, state, &newstate)) return false;
535 if (!get_old_register_value(memory, cfa, dstate, DWARF_EBP, state, &newstate)) return false;
537 if (!get_old_register_value(memory, cfa, dstate, DWARF_ESP, state, &newstate)) return false;
539 ALOGV("update_state: IP: 0x%x; restore IP: 0x%x", state->reg[DWARF_EIP], newstate.reg[DWARF_EIP])
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 357 GeometryPoolState& newState = fGeomPoolStateStack.push_back();
359 newState.fPoolVertexBuffer = (GrVertexBuffer*)DEBUG_INVAL_BUFFER;
360 newState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
361 newState.fPoolIndexBuffer = (GrIndexBuffer*)DEBUG_INVAL_BUFFER;
362 newState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
364 (void) newState; // silence compiler warning
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 529 String newState;
545 public void onStorageStateChanged(String path, String oldState, String newState) {
546 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState);
548 this.newState = newState;
610 public void onStorageStateChanged(String path, String oldState, String newState) {
  /packages/apps/Email/src/com/android/email/activity/
ThreePaneLayout.java 337 private boolean changePaneState(int newState, boolean animate) {
338 if (!isPaneCollapsible() && (newState == STATE_MIDDLE_EXPANDED)) {
339 newState = STATE_RIGHT_VISIBLE;
345 mInitialPaneState = newState;
348 if (newState == mPaneState) {
357 mPaneState = newState;
  /frameworks/base/docs/html/
index.jd 71 function onytplayerStateChange(newState) {
73 if ((newState == 1) || (newState == 3)) {

Completed in 1135 milliseconds

1 2 34 5 6 7 8 91011>>