HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 126 - 150 of 590) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
state.c 248 if (params && params->StateFlags & ctx->NewState) {
258 if (params /*&& params->StateFlags & ctx->NewState*/) {
266 if (params && params->StateFlags & ctx->NewState) {
445 * If __struct gl_contextRec::NewState is non-zero then this function \b must
458 GLbitfield new_state = ctx->NewState;
572 * Set ctx->NewState to zero to avoid recursion if
575 new_state = ctx->NewState | new_prog_state;
576 ctx->NewState = 0;
632 ctx->NewState |= _NEW_VARYING_VP_INPUTS;
654 ctx->NewState |= _NEW_PROGRAM
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-hangul.c 101 HangulType newState = hangul_type(uc[pos]);
102 switch(newState) {
108 if (state > newState)
110 state = newState;
  /external/icu/icu4c/source/layout/
StateTables.h 41 * state = newState(state,g);
  /external/mesa3d/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 141 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException {
142 Message msg = mHandler.obtainMessage(MESSAGE_BLUETOOTH_STATE_CHANGE,prevState,newState);
    [all...]
  /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);
  /frameworks/base/core/java/android/app/
FragmentManager.java 793 void moveToState(Fragment f, int newState, int transit, int transitionStyle,
796 + " oldState=" + f.mState + " newState=" + newState
800 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
801 newState = Fragment.CREATED;
803 if (f.mRemoving && newState > f.mState) {
805 newState = f.mState;
809 if (f.mDeferStart && f.mState < Fragment.STARTED && newState > Fragment.STOPPED) {
810 newState = Fragment.STOPPED;
812 if (f.mState < newState) {
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java 127 public void onApplicationStateChange(int newState) {
129 if (newState == ApplicationState.HAS_RUNNING_ACTIVITIES) {
131 } else if (newState == ApplicationState.HAS_PAUSED_ACTIVITIES) {
  /external/chromium_org/net/android/java/src/org/chromium/net/
NetworkChangeNotifierAutoDetect.java 211 public void onApplicationStateChange(int newState) {
212 if (newState == ApplicationState.HAS_RUNNING_ACTIVITIES) {
215 } else if (newState == ApplicationState.HAS_PAUSED_ACTIVITIES) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.cpp 67 static ScriptDebugServer::PauseOnExceptionsState setPauseOnExceptionsState(ScriptDebugServer* scriptDebugServer, ScriptDebugServer::PauseOnExceptionsState newState)
71 if (presentState != newState)
72 scriptDebugServer->setPauseOnExceptionsState(newState);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 63 public void onSignalingChange(SignalingState newState);
66 public void onIceConnectionChange(IceConnectionState newState);
69 public void onIceGatheringChange(IceGatheringState newState);
  /external/deqp/framework/common/
tcuTestExecutor.hpp 114 void setState (State newState)
116 switch (newState)
128 m_state = newState;
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
Renderer.java 169 protected void pushOnStateChanged(int newState) {
171 listener.onStateChanged(newState);
210 public void onStateChanged(int newState);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 245 State newState = state;
265 if ((newState != mState) && (state != State.DISCONNECTED)) {
266 mState = newState;
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 58 public void onStateChange(InCallState oldState, InCallState newState, CallList callList) {
60 Log.v(this, "onStateChange" + newState);
61 if (newState == InCallState.INCALL) {
CallButtonPresenter.java 73 public void onStateChange(InCallState oldState, InCallState newState, CallList callList) {
76 if (newState == InCallState.OUTGOING) {
78 } else if (newState == InCallState.INCALL) {
91 } else if (newState == InCallState.INCOMING) {
99 updateUi(newState, mCall);
122 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) {
123 onStateChange(oldState, newState, CallList.getInstance());
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionManager.java 201 public void onStateChanged(RemoteConference conference, int oldState, int newState) {
202 switch (newState) {
213 log("unrecognized state for Conference: " + newState);
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 846 void moveToState(Fragment f, int newState, int transit, int transitionStyle,
849 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
850 newState = Fragment.CREATED;
852 if (f.mRemoving && newState > f.mState) {
854 newState = f.mState;
858 if (f.mDeferStart && f.mState < Fragment.STARTED && newState > Fragment.STOPPED) {
859 newState = Fragment.STOPPED;
861 if (f.mState < newState) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 157 * @param {!cvox.BrailleDisplayState} newState Display state reported
162 function(newState) {
163 this.realDisplayState_ = newState;
164 if (newState.available) {
165 this.displayState_ = newState;
  /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);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 80 ParcelFileDescriptor newState) throws IOException {
90 writeNewChecksums(stateChecksums, newState);
95 ParcelFileDescriptor newState) throws IOException {
124 private void writeNewChecksums(long[] checksums, ParcelFileDescriptor newState)
127 new FileOutputStream(newState.getFileDescriptor()));
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmstream.h 133 STREAM_STATE NewState) = 0;
189 STREAM_STATE NewState);
224 #define IMultiMediaStream_SetState(This,NewState) (This)->lpVtbl->SetState(This,NewState)
253 static FORCEINLINE HRESULT IMultiMediaStream_SetState(IMultiMediaStream* This,STREAM_STATE NewState) {
254 return This->lpVtbl->SetState(This,NewState);
310 STREAM_STATE NewState);

Completed in 1301 milliseconds

1 2 3 4 56 7 8 91011>>