HomeSort by relevance Sort by last modified time
    Searched full:back (Results 126 - 150 of 15918) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/compositing/
show-composited-iframe-on-back-button.html 8 the back and forward buttons, so the error does not occur. I've left all the LayoutTestController
12 <title>Show composited iframe contents when navigating back to page</title>
63 This page has a composited iframe. When navigating to a new page and then back to this one, the iframe contents should show up.
65 Click on the following URL and then click back. When navigating back to this page, the blue box inside the black rectangle
  /development/samples/AppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
24 <string name="peer_description">This is an activity that shows content with many navigation peers. Think of a content browser that offers links to related content items. Pressing back from this activity will return to the previously viewed content item if you reached this point through a related link. If you reached it from the app nav example home activity, back will return there. Navigating up from this activity will always return to the app nav example home activity and clean up the back stack along the way.</string>
33 <string name="outside_task_description">This activity has been launched in a new task. You can confirm this by pressing the Recents button now and switching back to the app navigation example task. This activity will view content with the fake mimetype \"application/x-example\" which will be received by another code example activity to continue the demo. Press the View button below.</string>
36 <string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this demo. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main demo task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
40 <string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will lead here. Navigating up from here will lead back to the app navigation home activity. Note that if you reached this activity by navigating up from (…)
    [all...]
  /development/samples/SupportAppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
24 <string name="peer_description">This is an activity that shows content with many navigation peers. Think of a content browser that offers links to related content items. Pressing back from this activity will return to the previously viewed content item if you reached this point through a related link. If you reached it from the app nav example home activity, back will return there. Navigating up from this activity will always return to the app nav example home activity and clean up the back stack along the way.</string>
33 <string name="outside_task_description">This activity has been launched in a new task. You can confirm this by pressing the Recents button now and switching back to the app navigation example task. This activity will view content with the fake mimetype \"application/x-example\" which will be received by another code example activity to continue the demo. Press the View button below.</string>
36 <string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this demo. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main demo task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
40 <string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will lead here. Navigating up from here will lead back to the app navigation home activity. Note that if you reached this activity by navigating up from (…)
    [all...]
  /external/zlib/src/contrib/ada/
zlib-streams.ads 32 -- Flush the written data to the back stream,
33 -- all data placed to the compressor is flushing to the Back stream.
39 -- Return total number of bytes read from back stream so far.
51 -- Return total number of bytes written to the back stream.
56 Back : in Stream_Access;
70 -- Data written to the Stream is compressing to the Back stream
71 -- and data read from the Stream is decompressed data from the Back stream.
74 -- Data written to the Stream is decompressing to the Back stream
75 -- and data read from the Stream is compressed data from the Back stream.
100 -- becouse not all read data from back strea
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java 91 // Invalid argument, fall back to default value
100 // Invalid argument, fall back to default value
109 // Invalid argument, fall back to default value
118 // Invalid argument, fall back to default value
127 // Invalid argument, fall back to default value
136 // Invalid argument, fall back to default value
145 // Invalid argument, fall back to default value
154 // Invalid argument, fall back to default value
163 // Invalid argument, fall back to default value
172 // Invalid argument, fall back to default valu
    [all...]
  /external/chromium/net/base/
backoff_entry.h 14 // Provides the core logic needed for randomized exponential back-off
15 // on requests to a given resource, given a back-off policy.
21 // The set of parameters that define a back-off policy.
24 // exponential back-off rules.
27 // Initial delay for exponential back-off.
55 // be rejected at the present time due to exponential back-off policy.
80 // Timestamp calculated by the exponential back-off algorithm at which we are
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateMultiTouchTests.java 29 // Release shift key, switch back to alphabet.
36 // Release "ABC" key, switch back to alphabet.
49 // Release shift key, switch back to alphabet shifted.
56 // Release "123?" key, switch back to alphabet unshifted.
70 // Release shift key, switch back to alphabet shift locked.
77 // Release "123?" key, switch back to alphabet shift locked.
90 // Release "=\<" key, switch back to symbols.
97 // Release "ABC" key, switch back to symbols.
112 // Release "ABC" key, switch back to symbols.
130 // Release "ABC" key, switch back to symbols
    [all...]
  /external/chromium_org/ui/v2/src/
view_unittest.cc 71 EXPECT_EQ(v13, v1.children().back());
77 EXPECT_EQ(v11, v1.children().back());
79 // Move v11 to back.
83 EXPECT_EQ(v13, v1.children().back());
89 EXPECT_EQ(v13, v1.children().back());
95 EXPECT_EQ(v13, v1.children().back());
173 EXPECT_TRUE(TreeChangeParamsMatch(p1, o1.received_params().back()));
181 EXPECT_TRUE(TreeChangeParamsMatch(p11, o11.received_params().back()));
198 EXPECT_TRUE(TreeChangeParamsMatch(p1, o1.received_params().back()));
205 EXPECT_TRUE(TreeChangeParamsMatch(p11, o11.received_params().back()));
    [all...]
  /external/chromium/chrome/browser/autofill/
phone_number_unittest.cc 16 // Test for empty string. Should give back empty strings.
23 // Test for string with less than 7 digits. Should give back empty strings.
30 // Test for string with exactly 7 digits. Should give back only phone number.
37 // Test for string with exactly 7 digits and separators. Should give back
47 // Should give back only phone number.
56 // Should give back only phone number.
64 // Should give back phone number and city code.
72 // Should give back phone number and city code.
81 // Should give back phone number, city code, and country code.
89 // Should give back phone number, city code, and country code
    [all...]
  /external/chromium_org/content/common/
cc_messages_perftest.cc 72 render_pass->quad_list.back()->shared_quad_state =
73 render_pass->shared_quad_state_list.back();
90 render_pass->quad_list.back()->shared_quad_state =
91 render_pass->shared_quad_state_list.back();
108 render_pass->quad_list.back()->shared_quad_state =
109 render_pass->shared_quad_state_list.back();
126 render_pass->quad_list.back()->shared_quad_state =
127 render_pass->shared_quad_state_list.back();
147 render_pass->quad_list.back()->shared_quad_state =
148 render_pass->shared_quad_state_list.back();
    [all...]
  /external/chromium/app/sql/
transaction_unittest.cc 71 // Nothing should have been committed since it was implicitly rolled back.
83 // Nothing should have been committed since it was explicitly rolled back.
87 // Rolling back any part of a transaction should roll back all of them.
111 // The second inner one gets rolled back.
123 // back.
  /external/chromium/chrome/browser/password_manager/
password_store_x.h 21 // data when such a backend is available, and otherwise falls back to using the
85 // Return true if we can fall back on the default store, warning the first
86 // time we call it when falling back is necessary. See |allow_fallback_|.
99 // Whether we should allow falling back to the default store. If there is
101 // be the first time we try to use it and we should allow falling back. If
102 // we have migrated successfully, then we do not allow falling back.
encryptor.h 19 // really an array of bytes, but we're passing it back
25 // back into a string16. Note that the input (first argument)
36 // back into a string. Note that the input (first argument)
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_terms_of_service.js 49 // Initially, the back button is focused and the accept button is
53 if (!$('tos-back-button').blurred)
65 backButton.id = 'tos-back-button';
69 $('tos-back-button').disabled = true;
85 $('tos-back-button').disabled = true;
98 return $('tos-accept-button').disabled ? $('tos-back-button') :
  /external/chromium_org/media/base/
channel_mixer.cc 64 // Special case for 5.0, 5.1 with back channels when upmixed to 7.0, 7.1,
65 // which should map the back LR to side LR.
218 // Mix back LR into: side LR || back center || front LR || front center.
221 // If we have side LR, mix back LR into side LR, but instead if the input
222 // doesn't have side LR (but output does) copy back LR to side LR.
227 // Mix back LR into back center.
231 // Mix back LR into front LR.
235 // Mix back LR into front center
    [all...]
  /external/chromium_org/net/base/
backoff_entry.h 14 // Provides the core logic needed for randomized exponential back-off
15 // on requests to a given resource, given a back-off policy.
21 // The set of parameters that define a back-off policy.
24 // exponential back-off rules.
68 // be rejected at the present time due to exponential back-off policy.
101 // Timestamp calculated by the exponential back-off algorithm at which we are
  /external/chromium_org/sql/
transaction_unittest.cc 69 // Nothing should have been committed since it was implicitly rolled back.
81 // Nothing should have been committed since it was explicitly rolled back.
85 // Rolling back any part of a transaction should roll back all of them.
109 // The second inner one gets rolled back.
121 // back.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/
access.pass.cpp 21 // reference back();
22 // const_reference back() const;
60 assert(c.back() == 9);
69 assert(c.back() == 9);
79 assert(c.back() == 9);
88 assert(c.back() == 9);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
emplace_back.pass.cpp 68 assert(c.back().geti() == 3);
69 assert(c.back().getd() == 4.5);
81 assert(c.back().geti() == 3);
82 assert(c.back().getd() == 4.5);
95 assert(c.back().geti() == 3);
96 assert(c.back().getd() == 4.5);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserLogRingCharBuffer.java 96 public int getPreviousX(final char c, final int back) {
97 final int index = normalize(mEnd - 2 - back);
98 if (mLength <= back
105 public int getPreviousY(final char c, final int back) {
106 int index = normalize(mEnd - 2 - back);
107 if (mLength <= back
  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.cc 198 info->input_components.back().name = name_str;
199 info->input_components.back().type = type;
200 info->input_components.back().id = id_str;
201 info->input_components.back().description = description_str;
202 info->input_components.back().languages = languages;
203 info->input_components.back().layouts.insert(layouts.begin(),
205 info->input_components.back().shortcut_keycode = shortcut_keycode_str;
206 info->input_components.back().shortcut_alt = shortcut_alt;
207 info->input_components.back().shortcut_ctrl = shortcut_ctrl;
208 info->input_components.back().shortcut_shift = shortcut_shift
    [all...]
  /external/chromium_org/components/webdata/encryptor/
encryptor.h 18 // really an array of bytes, but we're passing it back
24 // back into a string16. Note that the input (first argument)
35 // back into a string. Note that the input (first argument)
  /external/chromium_org/third_party/skia/include/images/
SkPageFlipper.h 42 /** When you're ready to write to the back page, call update. The returned
45 the front page to the back page (will not intersect with the returned
49 back inval region is ready to receive new inval calls.
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.h 55 // if pixels are read back to a UPM buffer, written back to PM to the GPU, and read back again
  /external/skia/include/images/
SkPageFlipper.h 42 /** When you're ready to write to the back page, call update. The returned
45 the front page to the back page (will not intersect with the returned
49 back inval region is ready to receive new inval calls.

Completed in 480 milliseconds

1 2 3 4 56 7 8 91011>>