HomeSort by relevance Sort by last modified time
    Searched refs:REFRESH (Results 1 - 25 of 52) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
ctrl-names.s 5 ldctl r0,refresh
6 ldctl refresh,r0
22 LDCTL R0,REFRESH
23 LDCTL REFRESH,R0
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 54 mQueue.mLooper->sendMessage(this, Message(MessageQueue::REFRESH));
70 case REFRESH:
141 void MessageQueue::refresh() { function in class:android::MessageQueue
MessageQueue.h 94 REFRESH = 1,
107 // sends REFRESH message at next VSYNC
108 void refresh();
SurfaceFlinger.cpp 626 // Normally it's one full refresh period (to give SF a chance to
632 // differences between the ideal and actual refresh rate.
870 mEventQueue.refresh();
    [all...]
SurfaceFlinger_hwc1.cpp 642 info.fps = float(1e9 / hwConfig.refresh);
650 // Normally it's one full refresh period (to give SF a chance to
656 // differences between the ideal and actual refresh rate.
658 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000;
833 mEventQueue.refresh();
964 // Signal a refresh if a transaction modified the window state,
971 case MessageQueue::REFRESH: {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 40 // This is used to send refresh-result when MSG_ID_ICC_REFRESH is received.
69 REFRESH(0x01),
CatCmdMessage.java 124 case REFRESH:
CatService.java 115 //Events to signal SIM REFRESH notificatations
389 case REFRESH:
390 // ME side only handles refresh commands which meant to remove IDLE
838 CatLog.d(this,"Icc REFRESH with exception: " + ar.exception);
    [all...]
CommandParamsFactory.java 59 // Command Qualifier values for refresh command
190 case REFRESH:
567 * Processes REFRESH proactive command from the SIM card.
576 CatLog.d(this, "process Refresh");
578 // REFRESH proactive command is rerouted by the baseband and handled by
579 // the telephony layer. IDLE TEXT should be removed for a REFRESH command
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
MessageThreadUtil.java 92 private static final int REFRESH = 1;
98 public void refresh(int generation) { method
99 sendMessageAtFrontOfQueue(SyncQueueItem.obtainMessage(REFRESH, generation, null));
144 case REFRESH:
145 mQueue.removeMessages(REFRESH);
146 callback.refresh(msg.arg1);
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 180 /** The HTTP {@code Refresh} header field name. Non-standard header supported by most browsers. */
181 public static final String REFRESH = "Refresh";
  /external/apache-http/android/src/android/net/http/
Headers.java 71 public final static String REFRESH = "refresh";
144 REFRESH,
294 if (name.equals(REFRESH)) {
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 562 if ((curGm.lastChildFlPos == GroupMetadata.REFRESH) || forceChildrenCountRefresh) {
621 // Refresh the metadata
680 GroupMetadata.REFRESH,
681 GroupMetadata.REFRESH,
687 // Refresh the metadata
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java 100 TRIGGER_MANAGER, REFRESH, SEARCH, RENAME, EXTERNAL;
279 menu.add(Menu.NONE, MenuId.REFRESH.getId(), Menu.NONE, "Refresh").setIcon(
354 } else if (itemId == MenuId.REFRESH.getId()) {
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 464 mHandler.removeMessages(REFRESH);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 472 // Expand the first category if we don't have a previous selection (e.g. refresh)
509 refreshButton.setText("Refresh");
510 refreshButton.setImage(IconFactory.getInstance().getIcon("refresh")); //$NON-NLS-1$
515 finder.refresh(new ViewFinderListener(composite));
565 if (allViews == null) { // Not yet initialized: trigger an async refresh
566 finder.refresh(new ViewFinderListener(parent));
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
hibernate-annotations.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 2521 milliseconds

1 2 3