/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes.c | 662 /* Eliminate duplicate modes with different refresh rates */ [all...] |
/external/quake/quake/src/WinQuake/ |
screen.cpp | 20 // screen.c -- master for refresh, status bar, console, chat, notify, etc 25 // only the refresh window will be updated unless these variables are flagged 275 // notify the refresh of the change 804 WARNING: be very careful calling this from elsewhere, because the refresh 871 // do 3D refresh drawing, and then update the screen
|
/external/valgrind/main/docs/ |
Makefile.in | 291 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
/external/valgrind/main/include/ |
Makefile.in | 284 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
/external/webkit/Source/WebCore/plugins/ |
PluginDatabase.cpp | 76 plugins->refresh(); 90 return (refresh() && m_registeredMIMETypes.contains(mimeType)); 96 refresh(); 99 bool PluginDatabase::refresh() function in class:WebCore::PluginDatabase 137 // If the path's timestamp hasn't changed since the last time we ran refresh(), we don't have to do anything.
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
HtmlUtils.java | 366 * http://dev.w3.org/html5/spec/Overview.html#attr-meta-http-equiv-refresh 385 * <meta http-equiv="refresh" content="5; URL=http://www.google.com"> 390 * <meta http-equiv="refresh" content="5; URL=">
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
avcenc_int.h | 222 int intraMBRate; /* intra MB refresh rate per frame */ 417 /* need for intra refresh rate */ 419 uint firstIntraRefreshMBIndx; /* keep track for intra refresh */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 204 /* Intra Refresh Parameters */ 206 Int Refresh; /* Number of MBs refresh in each frame */
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 22 use --refresh-test-list option *once* to re-generate test list on the card. 163 # Re-generate the test list if --refresh-test-list is on 302 option_parser.add_option("", "--refresh-test-list", action="store_true",
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 366 void refresh() { method in class:CachedBluetoothDevice 493 refresh(); method 575 // will completely refresh the device list when this happens.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/ |
RemotePackagesPage.java | 167 mRefreshButton.setText("Refresh"); 317 mTreeViewerSources.refresh(); 436 mTreeViewerSources.refresh();
|
/system/core/nexus/ |
Supplicant.cpp | 201 if (merge_wn->refresh()) { 212 if (new_wn->refresh()) { 213 LOGW("Unable to refresh network id %d (%s)",
|
/external/mksh/src/ |
edit.c | 869 static int lastref; /* argument to last refresh() */ 4876 refresh(int leftside) function [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListConnector.java | 560 if ((curGm.lastChildFlPos == GroupMetadata.REFRESH) || forceChildrenCountRefresh) { 617 // Refresh the metadata 674 GroupMetadata.REFRESH, 675 GroupMetadata.REFRESH, 681 // Refresh the metadata [all...] |
/libcore/luni/src/main/java/java/security/ |
Provider.java | 171 // if registered then refresh Services 216 // if registered then refresh Services 254 // if registered then refresh Services 283 // if registered then refresh Services 540 // if registered then refresh Services 561 // if registered then refresh Services [all...] |
/development/pdk/docs/source/ |
using-eclipse.jd | 68 <p>Every time you repo sync, or otherwise change files outside of Eclipse (especially the .classpath), you need to refresh Eclipse's view of things: 74 <li>Click Refresh in the context menu
|
/docs/source.android.com/src/source/ |
using-eclipse.md | 87 Every time you repo sync, or otherwise change files outside of Eclipse (especially the .classpath), you need to refresh Eclipse's view of things: 93 1. Click Refresh in the context menu
|
/external/chromium/chrome/browser/speech/ |
speech_input_manager.cc | 45 void Refresh() { 224 optional_request_info_->Refresh();
|
/external/chromium/chrome/browser/task_manager/ |
task_manager_resource_providers.h | 56 virtual void Refresh(); 71 // process and so it is updated asynchronously by the Refresh() call.
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 109 0x10 Upstream display refresh/ISOC reads 110 0x20 Upstream non-display refresh reads
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 94 0x10 Upstream display refresh reads 95 0x20 Upstream non-display refresh reads
|
/external/qemu-pc-bios/vgabios/ |
vbe_display_api.txt | 190 Writing a new offset will also result in a complete screen refresh. 194 Writing a new offset will also result in a complete screen refresh.
|
/frameworks/base/core/java/android/net/http/ |
HttpResponseCache.java | 109 * In some situations, such as after a user clicks a 'refresh' button, it may be 111 * a full refresh, add the {@code no-cache} directive: <pre> {@code
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
java.security.Policy.html | 137 <nobr><code>void</code> <A HREF="../../../../reference/java/security/Policy.html#refresh()" target="_top"><code>refresh</code></A>() </nobr>
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimRecords.java | 157 * Called by CCAT Service when REFRESH is received. 435 // unknown refresh operation
|