/libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
Services.java | 52 // Need refresh flag 56 * Refresh number 202 * Call refresh() before. 213 * Call refresh() before. 228 * Refresh services info 231 public static void refresh() { method in class:Services
|
/external/chromium/net/base/ |
sdch_filter.cc | 133 "<head><META HTTP-EQUIV=\"Refresh\" CONTENT=\"0\"></head>" 142 "<head><META HTTP-EQUIV=\"Refresh\" CONTENT=\"0\"></head>"; 164 // we may even issue a "meta-refresh" to reload the page without an SDCH 169 // need to fall into the meta-refresh case. 173 // meta-refresh. 177 // We need to meta-refresh, with SDCH disabled. 196 // the meta-refresh result. 200 // We need a meta-refresh since we don't have the dictionary. 205 // We'll use a meta-refresh, and get content without asking for SDCH. 212 // Meta-refresh won't help, as we didn't advertise an SDCH dictionary! [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
UIControllerTwoPane.java | 276 * @return true if refresh is in progress for the current mailbox. 286 * @return true if the UI should enable the "refresh" command. 291 // - Show even for non-refreshable mailboxes, in which case we refresh the mailbox list 523 * Class to handle refresh. 525 * When the user press "refresh", 527 * <li>Refresh the current mailbox, if it's refreshable. (e.g. don't refresh combined inbox, 529 * <li>Refresh the mailbox list, if it hasn't been refreshed in the last 531 * <li>Refresh inbox, if it's not the current mailbox and it hasn't been refreshed in the last 572 * Do the actual refresh [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/ |
xme.c | 87 INT32 refresh; member in struct:__anon9472 169 INT32 refresh; member in struct:__anon9479 348 void XiGMiscChangeResolution(Display *dpy, int screen, int view, int width, int height, int refresh) 361 req->refresh = refresh;
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 192 if (BufferSize() == 0 && !Refresh()) return false; 202 // Reading past end of buffer. Copy what we have, then refresh. 207 if (!Refresh()) return false; 237 if (!Refresh()) return false; 343 // Call refresh. 344 if (!Refresh()) { 345 // Refresh failed. Make sure that it failed due to EOF, not because 384 // in that case we still need to call Refresh() so that it prints an 397 // need to check and refresh the buffer if and when it does. 406 if (!Refresh()) return false [all...] |
/external/chromium/chrome/browser/policy/ |
cloud_policy_subsystem.h | 105 // Updates the policy controller with a new refresh rate value. 118 // The pref service that controls the refresh rate. 121 // Tracks the pref value for the policy refresh rate.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
CompatModePanel.java | 61 refresh(); method 114 refresh(); method 122 private void refresh() { method in class:CompatModePanel
|
/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/ |
ApplicationsProviderTest.java | 187 // Without a refresh, we should see the same results as before. 189 // If we refresh, we should see the change. 273 private Cursor getGlobalSearchCursor(String searchQuery, boolean refresh) { 276 if (refresh) { 282 private void testLastAccessTimes(String searchQuery, boolean refresh, 284 Cursor cursor = getGlobalSearchCursor(searchQuery, refresh);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/ |
ServicesTest.java | 62 Services.refresh(); 69 Services.refresh();
|
/external/chromium/chrome/browser/chromeos/login/ |
network_screen.h | 54 // forces refresh of current network state. 55 void Refresh();
|
user_image_screen.h | 27 virtual void Refresh();
|
wizard_screen.h | 56 virtual void Refresh() = 0;
|
/external/webkit/Source/WebCore/platform/wx/ |
ScrollViewWx.cpp | 211 win->Refresh(); 232 void ScrollView::adjustScrollbars(int x, int y, bool refresh) 253 win->SetScrollbar(wxHORIZONTAL, 0, 0, 0, refresh); 258 win->SetScrollbar(wxHORIZONTAL, x, crect.width, vrect.width, refresh); 263 win->SetScrollbar(wxHORIZONTAL, x, crect.width, vrect.width, refresh); 271 win->SetScrollbar(wxVERTICAL, 0, 0, 0, refresh); 276 win->SetScrollbar(wxVERTICAL, y, crect.height, vrect.height, refresh); 281 win->SetScrollbar(wxVERTICAL, y, crect.height, vrect.height, refresh);
|
/external/webkit/Source/WebCore/plugins/android/ |
PluginDataAndroid.cpp | 63 void PluginData::refresh() function in class:WebCore::PluginData 66 db->refresh();
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginDataGtk.cpp | 59 void PluginData::refresh() function in class:WebCore::PluginData 62 db->refresh();
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pPeer.java | 63 refresh(); method 94 private void refresh() { method in class:WifiP2pPeer
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GlobalSearchSupportTest.java | 184 * Tests suggest and refresh queries from quick search box, then deletes the contact from 261 * Performs the refresh query and returns a cursor to the results. 263 * @param refreshId the final component path of the refresh query, which identifies which 264 * contact to refresh. 268 // See if the same result is returned by a shortcut refresh 286 * Tests that the contacts provider returns an empty result in response to a refresh query 305 * contact in response to the refresh query from the quick search box. The refresh query
|
/development/samples/ApiDemos/res/menu/ |
groups.xml | 24 <item android:id="@+id/refresh"
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryProvider.java | 53 * Builds up a UriMatcher for search suggestion and shortcut refresh queries. 66 * could expect to receive refresh queries when a shortcutted suggestion is displayed in 122 (only if you want to refresh shortcuts) */ 150 * could expect to receive refresh queries when a shortcutted suggestion is displayed in
|
/external/chromium/chrome/browser/chromeos/status/ |
network_dropdown_button.h | 35 void Refresh();
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
options.html | 16 <p>Refresh rate (seconds): <input id="refresh_rate" value="300"></p>
|
/external/dnsmasq/contrib/dnslist/ |
dnslist.tt2 | 5 <meta http-equiv="Refresh" content="2"/>
|
/external/llvm/docs/ |
CFEBuildInstrs.html | 8 <meta HTTP-EQUIV="REFRESH" CONTENT="3; URL=GCCFEBuildInstrs.html">
|
/external/llvm/utils/unittest/googletest/ |
README.LLVM | 30 * To refresh Haiku support in include/gtest/internal/gtest-port.h,
|
/external/qemu/android/protocol/ |
fb-updates.h | 22 /* Requests the Core to refresh framebuffer.
|