Searched defs:reload (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium-trace/
H A Dinit.js2 reload();
5 function reload() { function
/external/junit/src/junit/runner/
H A DStandardTestSuiteLoader.java20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
H A DTestSuiteLoader.java10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DRepostFormWarningTest.java53 /** Verifies that confirming the form reload performs the reload. */
61 // Trigger a reload and wait for the warning to be displayed.
62 reload();
65 assertNotNull("Form resubmission warning not shown upon reload.", dialog);
77 * Verifies that cancelling the form reload prevents it from happening. Currently the test waits
88 // Trigger a reload and wait for the warning to be displayed.
89 reload();
92 assertNotNull("Form resubmission warning not shown upon reload.", dialog);
123 private void reload() throw method in class:RepostFormWarningTest
[all...]
/external/lldb/test/expression_command/issue_11588/
H A DTest11588.py45 self.runCmd("command script import --allow-reload s11588.py") namespace
/external/lldb/test/functionalities/command_script/import/rdar-12586188/
H A DTestRdar12586188.py24 self.expect("command script import ./fail12586188.py --allow-reload", namespace
26 self.expect("command script import ./fail212586188.py --allow-reload", namespace
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DNavigationTest.java43 private void reload(final ContentViewCore contentViewCore, method in class:NavigationTest
50 contentViewCore.getWebContents().getNavigationController().reload(true);
104 * the page loaded are different after the reload.
127 // Grab the timestamp after a reload and make sure they don't match.
128 reload(contentViewCore, testCallbackHelperContainer);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMPluginArray.cpp86 void DOMPluginArray::refresh(bool reload) argument
88 Page::refreshPlugins(reload);
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommand.py86 self.runCmd("command script import --allow-reload ./bktptcmd.py") namespace
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DTestDataFormatterPythonSynth.py230 self.runCmd("command script import ./ftsp.py --allow-reload") namespace
/external/lldb/test/python_api/formatters/
H A DTestFormattersSBAPI.py156 self.runCmd("command script import --allow-reload ./jas_synth.py") namespace
/external/chromium_org/components/translate/core/browser/
H A Dlanguage_state.cc28 bool reload) {
33 if (reload) {
26 DidNavigate(bool in_page_navigation, bool is_main_frame, bool reload) argument
/external/guava/guava/src/com/google/common/cache/
H A DCacheLoader.java75 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { method in class:CacheLoader
/external/lldb/test/functionalities/command_script/import/
H A DTestImport.py39 self.runCmd("command script import ./foo/foo.py --allow-reload") namespace
40 self.runCmd("command script import ./foo/foo2.py --allow-reload") namespace
41 self.runCmd("command script import ./foo/bar/foobar.py --allow-reload") namespace
42 self.runCmd("command script import ./bar/bar.py --allow-reload") namespace
50 self.runCmd("command script import --allow-reload ./thepackage") namespace
56 self.expect("command script import --allow-reload ./dummymodule.py", error=False) namespace
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c187 INT32 reload; local
198 /* If continuous timer, set reload, else set it to 0 */
200 reload = ticks;
202 reload = 0;
221 gki_cb.com.OSTaskTmr0R[task_id] = reload;
228 gki_cb.com.OSTaskTmr1R[task_id] = reload;
235 gki_cb.com.OSTaskTmr2R[task_id] = reload;
242 gki_cb.com.OSTaskTmr3R[task_id] = reload;
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
H A DNavigationController.java66 public void reload(boolean checkForRepost); method in interface:NavigationController
74 * Cancel the pending reload.
79 * Continue the pending reload.
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp240 void Location::reload(LocalDOMWindow* callingWindow) function in class:blink::Location
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingCacheLoaders.java135 * old value on {@code reload} requests. The load counts are accessible via {@link #getLoadCount}
148 @GwtIncompatible("reload")
150 public ListenableFuture<Integer> reload(Integer key, Integer oldValue) { method in class:TestingCacheLoaders.IncrementingLoader
/external/javassist/src/main/javassist/util/
H A DHotSwapper.java63 * hs.reload("Test", classFile);
66 * <p><code>reload()</code>
71 * repatedly call <code>reload()</code> on the same <code>HotSwapper</code>
72 * object so that they can reload a number of classes.
142 /* Stops triggering a hotswapper when reload() is called.
155 public void reload(String className, byte[] classFile) { method in class:HotSwapper
170 public void reload(Map classFiles) { method in class:HotSwapper
203 throw new RuntimeException("failed to reload: " + msg);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c198 INT32 reload; local
209 /* If continuous timer, set reload, else set it to 0 */
211 reload = ticks;
213 reload = 0;
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
471 /* Set Timer 0 Expired event mask and reload timer */
494 /* Set Timer 1 Expired event mask and reload time
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c198 INT32 reload; local
209 /* If continuous timer, set reload, else set it to 0 */
211 reload = ticks;
213 reload = 0;
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
471 /* Set Timer 0 Expired event mask and reload timer */
494 /* Set Timer 1 Expired event mask and reload time
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentRoster.java89 * reloaded at a later point when the server responds to the reload request.
91 public void reload() { method in class:AgentRoster
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.cc64 views::View* reload,
90 layout->AddView(reload);
352 // Always reload ignoring cache.
62 Init(views::View* back, views::View* forward, views::View* reload, views::View* location_bar) argument
/external/chromium_org/components/translate/content/browser/
H A Dcontent_translate_driver.cc58 // During a reload we need web content to be available before the
161 // Check whether this is a reload: When doing a page reload, the
187 // If not a reload, return.
212 const bool reload = local
216 details.is_in_page, details.is_main_frame, reload);
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
H A Daudio_player.js75 reload();
89 function reload() { function

Completed in 1073 milliseconds

123