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

<<11121314151617181920>>

  /external/chromium/chrome/browser/
browser_commands_unittest.cc 39 // Navigate back to the first tab using the previous accelerators.
54 // Navigate to the three urls, then go back.
104 // Tests back/forward in new tab (Control + Back/Forward button in the UI).
113 // Go back in a new background tab.
124 // The new tab should be like the first one but navigated back.
153 // Now do back in a new foreground tab. Don't bother re-checking every sngle
  /external/chromium_org/third_party/sqlite/src/test/
tkt2409.test 25 # Verify that the transaction is automatically rolled back
35 # rolled back and SQLITE_BUSY is returned.
44 # SQLITE_BUSY is returned and the transaction is not rolled back.
109 # Check that the transaction was rolled back. Because the INSERT
111 # transaction, SQLite had no choice but to roll back the transaction.
177 # Check that the transaction was rolled back. Because the INSERT
179 # transaction, SQLite had no choice but to roll back the transaction.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 70 CULL_FACE_MODE("Cull front/back facing polygons"),
91 STENCIL_BACK_FUNC("Back stencil function"),
92 STENCIL_BACK_VALUE_MASK("Back stencil mask"),
93 STENCIL_BACK_REF("Back stencil reference value"),
94 STENCIL_BACK_FAIL("Back stencil fail action"),
95 STENCIL_BACK_PASS_DEPTH_FAIL("Back stencil depth buffer fail action"),
96 STENCIL_BACK_PASS_DEPTH_PASS("Back stencil depth buffer pass action"),
  /external/chromium/net/url_request/
url_request_throttler_entry.cc 20 // This set of back-off parameters will (at maximum values, i.e. without
23 // exponential back-off kicks in and is throttling requests for more than
24 // about a second at a time. Once the maximum back-off is reached, the added
30 // unavailable at the end of each back-off period for a total of about
33 // Ignoring the first 4 errors helps avoid back-off from kicking in on
109 send_log_.back() + sliding_window_period_ > GetTimeNow()) {
144 recommended_sending_time >= send_log_.back());
169 // the back-off mechanism when it shouldn't be triggered, in which case
170 // returning the calculated back-off release time would probably be the
  /external/chromium_org/base/memory/
scoped_vector_unittest.cc 121 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
133 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
145 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
184 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
203 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
215 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
220 EXPECT_TRUE(watcher.IsWatching(scoped_vector_copy.back()));
235 EXPECT_TRUE(watcher.IsWatching(scoped_vector.back()));
240 EXPECT_TRUE(watcher.IsWatching(scoped_vector_assign.back()));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 108 const unsigned back = ctx->Stencil._BackFace; local
126 intel_translate_compare_func(ctx->Stencil.Function[back]);
128 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
130 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
132 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
141 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
  /external/libnfc-nxp/src/
phHciNfc.c 179 /* Roll Back the State Machine to its Original State */
277 /* Roll Back the State Machine to its Original State */
403 /* Roll Back the State Machine to its Original State */
438 /* Roll Back the State Machine to its Original State */
509 /* Roll Back the State Machine to its Original State */
549 /* To be back in the Poll State to Re-Poll the Target */
606 /* Roll Back the State Machine to its Original State */
614 /* Roll Back the State Machine to its Original State */
626 /* Roll Back the State Machine to its Original State */
724 /* Roll Back the State Machine to its Original State *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 108 const unsigned back = ctx->Stencil._BackFace; local
126 intel_translate_compare_func(ctx->Stencil.Function[back]);
128 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
130 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
132 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
141 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
  /external/chromium/base/
event_recorder.h 23 // A class for recording and playing back keyboard and mouse input events.
32 // be playing back events while already recording events.
34 // You might be recording globally, while recording or playing back
  /external/chromium/chrome/browser/importer/
profile_import_process_client.h 32 // process in order to get results back from the process host. The
41 // received from the external process back to the ImportProcessClient in
50 // These methods pass back data to be written to the user's profile from
profile_import_process_host.h 27 // the IO thread. It passes messages back to the |thread_id_| thread through
63 // Called by the external importer process to send messages back to the
71 // Receives messages to be passed back to the importer host.
  /external/chromium_org/base/
event_recorder.h 22 // A class for recording and playing back keyboard and mouse input events.
31 // be playing back events while already recording events.
33 // You might be recording globally, while recording or playing back
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 149 if (!stack_.empty() && stack_.back().target == new_target)
155 old_target = stack_.back().target;
232 stack_.back().occlusion_from_outside_target.Clear();
233 stack_.back().occlusion_from_inside_target.Clear();
235 stack_.back().occlusion_from_inside_target.Clear();
236 stack_.back().occlusion_from_outside_target.Clear();
355 stack_.back().target = new_target;
356 stack_.back().occlusion_from_inside_target =
359 stack_.back().occlusion_from_outside_target =
362 stack_.back().occlusion_from_outside_target.Clear()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_dialog.h 41 // shown modal to |params.owner|. Once it's closed, calls back to
47 // chosen color. Calls back to the |listener_| (if applicable) to notify it
48 // of the results, and copies the modified array of |custom_colors_| back to
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader.cc 21 // Exception strings. These are passed back to the browser when errors
37 // error string back to the browser.
58 // error occurs, |handler| posts the results back to the browser
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.h 70 * Call this once to get a consistent timezone. Use ctest_resetTimeZone to set it back to the original value.
76 * Call this once get back the original timezone
81 * Call this once get ICU back to its original state with test arguments.
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 85 // the delegate will be called back. If the cache already resides in
86 // memory, the delegate will be called back immediately without returning
88 // back with a NULL cache pointer.
92 // Upon load completion the delegate will be called back. If the group
94 // back immediately without returning to the message loop. If the load fails,
95 // the delegate will be called back with a NULL group pointer.
100 // Upon load completion the delegate will be called back. If the data
101 // already resides in memory, the delegate will be called back
103 // the delegate will be called back with a NULL pointer.
110 // will be called back. A group without a newest cache cannot be stored
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Footnotes.html 27 dicta sunt explicabo.<a href="#fnr1-903162597" class="footnoteBackLink" title="Jump back to footnote 1 in the text">&#8617;</a>
36 voluptatem. <a href="#fnr2-903162597" class="footnoteBackLink" title="Jump back to footnote 1 in the text">&#8617;</a>
43 laboris nisi ut aliquip ex ea commodo consequat. <a href="#fnr3-903162597" class="footnoteBackLink" title="Jump back to footnote 1 in the text">&#8617;</a>
Yuri-Footnotes.text-res 38 "Jump back to footnote 1 in the text">&#8617;</a></li>
46 "Jump back to footnote 1 in the text">&#8617;</a></p>
51 title="Jump back to footnote 1 in the text">&#8617;</a></li>
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_program_raster.java 38 b.setCullMode(CullMode.BACK);
65 _RS_ASSERT("pointSpriteEnabled.getCullMode() == ProgramRaster.CullMode.BACK",
66 pointSpriteEnabled.getCullMode() == ProgramRaster.CullMode.BACK);
  /libcore/luni/src/main/java/javax/sql/
RowSetWriter.java 24 * to put data updates back to the data source from which the {@code RowSet} was
33 * written back to the database, but has already been updated there in the mean
43 * {@code RowSetWriter}, back to the database.
  /pdk/apps/CameraITS/tests/
test_latching.py 28 Takes a bunch of shots using back-to-back requests, varying the capture
29 request parameters between shots. Checks that the images that come back
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_threading.py 55 # Put back ``threading`` if we overwrote earlier
62 # Put back ``_threading_local`` if we overwrote earlier
69 # Put back ``thread`` if we overwrote, else del the entry we made
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_threading.py 55 # Put back ``threading`` if we overwrote earlier
62 # Put back ``_threading_local`` if we overwrote earlier
69 # Put back ``thread`` if we overwrote, else del the entry we made
  /frameworks/base/docs/html/guide/components/
tasks-and-back-stack.jd 1 page.title=Tasks and Back Stack
24 <li><a href="#Clearing">Clearing the back stack</a></li>
64 when performing a certain job. The activities are arranged in a stack (the "back stack"), in the
70 <h3>Adding fragments to a task's back stack</h3>
72 <p>Your activity can also include {@link android.app.Fragment}s to the back stack. For example,
76 desireable for the user to navigate back to reveal fragment B, using the <em>Back</em> button.</p>
77 <p>In order to add fragment B to the back stack so that this is possible, you must call {@link
81 <p>For more information about using fragments and adding them to the back stack, see the {@link
97 <em>Back</em
    [all...]

Completed in 1324 milliseconds

<<11121314151617181920>>