/external/webkit/Source/WebCore/manual-tests/ |
scrollbar-hittest.html | 14 Scroll thumb will move back up to the top. 18 Scroll thumb will NOT move back up to the top.
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Thread_priv.h | 46 M4OSA_ThreadCallBack startCallBack; / * starting thread call back * / 47 M4OSA_ThreadCallBack stopCallBack; / * stopping thread call back * /
|
/frameworks/base/core/java/android/content/ |
EntityIterator.java | 24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()} 30 * Reset the iterator back to the beginning.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragSource.java | 34 * A callback specifically made back to the source after an item from this source has been flung 41 * A callback made back to the source after an item from this source has been dropped on a
|
/external/webkit/Source/WebKit/qt/tests/qwebhistory/ |
tst_qwebhistory.cpp | 51 void back(); 118 * Check QWebHistory::back() method 120 void tst_QWebHistory::back() function in class:tst_QWebHistory 124 hist->back(); 128 hist->back(); 139 hist->back(); 173 hist->back(); 175 hist->back(); 239 hist->back(); 241 hist->back(); [all...] |
/development/samples/SkeletonApp/src/com/example/android/skeletonapp/ |
SkeletonActivity.java | 57 ((Button) findViewById(R.id.back)).setOnClickListener(mBackListener); 81 menu.add(0, BACK_ID, 0, R.string.back).setShortcut('0', 'b'); 119 * A call-back for when the user presses the back button. 128 * A call-back for when the user presses the clear button.
|
/external/icu4c/common/ |
unisetspan.h | 39 BACK = 0x10, 51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 54 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputBinding.java | 32 * The connection back to the client. 37 * A remotable token for the connection back to the client. 54 * @param conn The interface for communicating back with the application. 89 * Return the connection for interacting back with the application. 96 * Return the token for the connection back to the application. You can
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramRaster.java | 26 * the culling mode. By default, back faces are culled. 37 BACK (0), 60 mCullMode = CullMode.BACK; 88 builder.setCullMode(CullMode.BACK); 132 mCullMode = CullMode.BACK;
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebbackforwardlist.cpp | 100 * @web_view: the back forward list's #WebKitWebView 102 * Creates an instance of the back forward list with a controlling #WebKitWebView 128 * Steps forward in the back forward list 143 * Steps backward in the back forward list 159 * Checks if @web_history_item is in the back forward list 161 * Return value: %TRUE if @web_history_item is in the back forward list, %FALSE if it doesn't 182 * Go to the specified @web_history_item in the back forward list 283 * Returns a NULL value if the back forward list is empty 387 * Returns the maximum limit of the back forward list. 389 * Return value: a #gint indicating the number of #WebKitWebHistoryItem the back forward list can hol [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
TaskStackBuilder.java | 34 * Utility class for constructing synthetic back stacks for cross-task navigation 38 * app navigation using the back key changed. The back key's behavior is local 46 * the application should synthesize a back stack/history for the new task so that 47 * the user may navigate out of the new task and back to the Launcher by repeated 48 * presses of the back key. Back key presses should not navigate across task stacks.</p> 54 * the synthetic back stack as prescribed. On devices running older versions of the platform, 56 * the rest of the synthetic stack and allowing the back key to navigate back to the previou [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeSchedule5.td | 26 , InstrStage<1,[WB]>], // one cycle in write back stage 41 , InstrStage<1,[WB]>], // one cycle in write back stage 56 , InstrStage<1,[WB]>], // one cycle in write back stage 71 , InstrStage<1,[WB]>], // one cycle in write back stage 84 , InstrStage<1,[WB]>], // one cycle in write back stage 95 , InstrStage<1,[WB]>], // one cycle in write back stage 108 , InstrStage<1,[WB]>], // one cycle in write back stage 121 , InstrStage<1,[WB]>], // one cycle in write back stage 135 , InstrStage<1,[WB]>], // one cycle in write back stage 150 , InstrStage<1,[WB]>], // one cycle in write back stag [all...] |
/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/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/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...] |
/docs/source.android.com/src/compatibility/ |
contact-us.md | 36 questions will be directed back to the public android-compatibility 38 inquiries will also be directed back to the [android-compatibility list.](https://groups.google.com/forum/?fromgroups#!forum/android-compatibility) 45 questions will be directed back to the android-compatibility list.
|
/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/icu4c/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/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">↩</a> 36 voluptatem. <a href="#fnr2-903162597" class="footnoteBackLink" title="Jump back to footnote 1 in the text">↩</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">↩</a>
|
Yuri-Footnotes.text-res | 38 "Jump back to footnote 1 in the text">↩</a></li> 46 "Jump back to footnote 1 in the text">↩</a></p> 51 title="Jump back to footnote 1 in the text">↩</a></li>
|
/external/webkit/LayoutTests/storage/ |
hash-change-with-xhr.js | 71 history.back(); 96 // Create some hashes so we can call history.back(). 107 // and calling history.back().
|
/frameworks/base/tests/RenderScriptTests/tests/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.
|