HomeSort by relevance Sort by last modified time
    Searched full:back (Results 1 - 25 of 4983) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
back.html 1 <input type="button" onclick="history.back()" value="Go Back"
go-back-after-alert.html 3 This tests a bug where going back just before putting up an alert can lead to a crash.
5 <a href="resources/alert-and-go-back.html">Click this link to run the test.</a>
bad-clearTimeout-crash.html 1 If the back/forward cache is enabled, this test will crash instead of going to the next page that says PASS.
3 It cannot be automated because DumpRenderTree doesn't support the back/forward cache.
form-value-restore.html 1 <p>This tests if form values get their values properly restored when you go back.
2 To test, use the Debug menu to turn off "Use Back/Forward Cache".
5 Then go back.
goBack-blank-tab-page.html 3 <a href="resources/before-go-back.html" target="_blank">
13 This test checks if you can go back to a _blank-target previously tab-opened page.
17 When you click on the above link, one page (with _blank target) is loaded and this page will open a link and go back.
  /external/webkit/WebCore/manual-tests/redirectHistory/
redir-3.html 5 window.setTimeout("window.history.back()", 1000);
9 <p>Going back...</p>
  /device/samsung/crespo/
cypress-touchkey.kl 3 key 158 BACK VIRTUAL
s3c-keypad.kl 5 key 34 BACK WAKE_DROPPED
  /external/webkit/LayoutTests/http/tests/appcache/resources/
crash-when-navigating-away-then-back.manifest 2 crash-when-navigating-away-then-back.html
  /external/webkit/WebCore/manual-tests/resources/
will-go-back.html 4 history.back();
9 If you can go back using the history : test has succeed.
alert-and-go-back.html 2 history.back();
before-go-back.html 3 <a href="will-go-back.html">
11 This test checks if you can go back to a _blank previously tab-opened page.
13 When you click on the above link, one page is loaded and tries to go back.
textarea-form-back-on-submit.html 3 <title>Form with a textarea that goes back on submit</title>
6 <form id="form" method="get" action="data:text/html,<body onload='history.back()'></body>">
redraw-page-cache-visited-links-2.html 8 // window.history.back();
16 <li value="3">Click the "Back" button on the browser.
  /external/icu4c/layoutex/
LXUtilities.cpp 77 le_int32 front, back; local
79 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) {
82 array[front] = array[back];
83 array[back] = swap;
89 le_int32 front, back; local
91 for (front = 0, back = length - 1; front < back; front += 1, back -= 1)
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
crash-when-navigating-away-then-back-expected.txt 1 This tests that loading a page with a manifest, navigating away from the page, and then back does not cause a crash.
  /dalvik/tests/080-oom-throw/
info.txt 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
  /external/dbus/test/data/valid-service-files/
debug-shell-echo-success.service 3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-shell-service -test "that" 'we get' back --what "we put in"
debug-shell-echo-success.service.in 3 Exec=@TEST_SHELL_SERVICE_BINARY@ -test "that" 'we get' back --what "we put in"
  /external/webkit/WebCore/manual-tests/wml/
card-onenterbackward.wml 6 <p>Click "Go" to jump to the card2, if you go back from card2, it will jump to card3</p>
13 <p>This is card2,click "Back" will back to the previous page</p>
15 Back
  /external/kernel-headers/original/asm-generic/
cputime.h 34 * Convert cputime to milliseconds and back.
40 * Convert cputime to seconds and back.
46 * Convert cputime to timespec and back.
52 * Convert cputime to timeval and back.
58 * Convert cputime to clock and back.
  /external/clearsilver/man/man3/
cgi_cookie_clear.3 35 cgi_cookie_clear will send back a Set-Cookie string that
37 back a cookie. Note that the cookie has to match in
40 it will make the browser send back a cookie with no
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java 22 public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) {
24 GLVertex leftBottomBack = addVertex(left, bottom, back);
25 GLVertex rightBottomBack = addVertex(right, bottom, back);
26 GLVertex leftTopBack = addVertex(left, top, back);
27 GLVertex rightTopBack = addVertex(right, top, back);
42 // back
  /sdk/eclipse/scripts/
create_test_symlinks.sh 15 function back() { function
30 ln -svf `back $1`/$2 $1
36 BACK=`back $DEST`
40 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/"
41 ln -svf $BACK/out/host/linux-x86/framework/layoutlib.jar "$DEST/"
42 ln -svf $BACK/out/host/linux-x86/framework/groovy-all-1.7.0.jar "$DEST/"
45 ln -svf $BACK/out/host/darwin-x86/framework/kxml2-2.3.0.jar "$DEST/"
46 ln -svf $BACK/out/host/darwin-x86/framework/layoutlib.jar "$DEST/"
47 ln -svf $BACK/out/host/darwin-x86/framework/groovy-all-1.7.0.jar "$DEST/
    [all...]
  /external/stlport/test/unit/
swap_test.cpp 94 v1.back().v = -1;
96 v1.back().v = -2;
99 v2.back().v = 10;
101 v2.back().v = 11;
103 v2.back().v = 12;
115 CPPUNIT_CHECK( v1.back().v == 1 || v1.back().v == 2 );
117 CPPUNIT_CHECK( v2.back().v == 1 || v2.back().v == 2 );

Completed in 118 milliseconds

1 2 3 4 5 6 7 8 91011>>