/frameworks/base/docs/html/tools/projects/ |
projects-cmdline.jd | 63 <p>To create a new Android project, open a command-line, navigate to the <code>tools/</code> 129 <p>To update an existing Android project, open a command-line and navigate to the 159 <p>To create a new library project, navigate to the <code><sdk>/tools/</code> directory and 218 <p>To add a reference to a library project, navigate to the <code><sdk>/tools/</code>
|
/frameworks/base/docs/html/tools/testing/ |
testing_accessibility.jd | 171 <li>Navigate to the <strong>Accessibility</strong> category and select it.</li> 196 <li>Navigate to the <strong>Accessibility</strong> category and select it.</li> 215 <p>Focus navigation is the use of directional controls to navigate between the individual user 232 <p>Gesture navigation is an accessibility navigation mode that allows users to navigate Android
|
/frameworks/base/docs/html/training/implementing-navigation/ |
index.jd | 60 horizontal paging (swipe views) to navigate between tabs.</dd>
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
CreateDirectoryFragment.java | 123 // Navigate into newly created child
|
/frameworks/support/v4/java/android/support/v4/content/ |
ContextCompat.java | 54 * the user may navigate out of the new task and back to the Launcher by repeated 55 * presses of the back key. Back key presses should not navigate across task stacks.</p> 83 * the user may navigate out of the new task and back to the Launcher by repeated 84 * presses of the back key. Back key presses should not navigate across task stacks.</p>
|
/packages/apps/Stk/res/values/ |
strings.xml | 24 <!-- Menu button option to navigate back to the previous screen -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
GLPropertyAccessor.java | 60 * @param accessors list of accessor's to be used to navigate the property hierarchy. The
|
/external/chromium_org/chrome_frame/test/ |
navigation_test.cc | 137 // Navigate to url 2 after the previous navigation is complete. 142 Navigate(&ie_mock_, page2))); 144 // Navigate to url 3 after the previous navigation is complete. 149 Navigate(&ie_mock_, page3))); 202 // Navigate to anchor 1. 214 // Navigate to anchor 2 after the previous navigation is complete 224 // Navigate to anchor 3 after the previous navigation is complete 280 // Test that a user cannot navigate to a restricted site and that the security 661 // Navigate to the form-get.html page: 666 // Navigate backwards from the action.html page and then navigate forwar [all...] |
ie_event_sink.h | 82 // Navigate to the given url. 83 HRESULT Navigate(const std::wstring& navigate_url);
|
/external/chromium_org/content/browser/frame_host/ |
render_frame_host_manager.cc | 150 RenderViewHostImpl* RenderFrameHostManager::Navigate( 152 TRACE_EVENT0("browser", "RenderFrameHostManager:Navigate"); 341 // (Navigate, DidNavigate, etc), which will clean it up properly. [all...] |
/external/chromium/chrome/browser/net/ |
referrer.cc | 30 // by W every time we contemplate doing a preconnection (i.e., when we navigate 44 // Each time we navigate to the refererrer but never end up needing this
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_result.h | 107 // will navigate to the (hidden) default match, while pressing the down arrow 196 // default to searching for "foo" when the user may have meant to navigate
|
/external/chromium_org/chrome/browser/extensions/ |
process_management_browsertest.cc | 67 // so the URLs we navigate to must have host "localhost". 202 // so the URLs we navigate to must have host "localhost".
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_browsertest.cc | 198 // Navigate to it and check that we don't get an interstitial. 202 // Navigate to a blocked page and go back on the interstitial.
|
/external/chromium_org/chrome/browser/net/ |
referrer.cc | 30 // by W every time we contemplate doing a preconnection (i.e., when we navigate 44 // Each time we navigate to the refererrer but never end up needing this
|
/external/chromium_org/chrome/browser/signin/ |
signin_browsertest.cc | 223 // Register an observer that will navigate back immediately on the commit of 227 // otherwise this observer will navigate back, before the history cleaner
|
/external/chromium_org/chrome/browser/ui/autofill/ |
generated_credit_card_bubble_controller.cc | 93 // after the dialog succeeds. Merchants often navigate to a confirmation page. 142 chrome::Navigate(¶ms);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
one_click_signin_bubble_gtk.cc | 88 chrome::Navigate(¶ms); 132 chrome::Navigate(¶ms);
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_host.cc | 120 chrome::Navigate(&navigate_params); 152 chrome::Navigate(&navigate_params);
|
/external/chromium_org/chrome/test/chromedriver/ |
window_commands.h | 100 // Navigate backward in the browser history. 107 // Navigate forward in the browser history.
|
/external/chromium_org/chrome_frame/turndown_prompt/ |
turndown_prompt.cc | 88 HRESULT hr = web_browser_->Navigate(location, &flags, NULL, NULL, NULL); 89 DLOG_IF(ERROR, FAILED(hr)) << "Failed to invoke Navigate on IWebBrowser2. "
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash.idl | 158 * Navigate to the URL given by the given URLRequestInfo. (This supports GETs, 161 int32_t Navigate(
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.inspector_page.html | 52 <dl><dt><a name="InspectorPage-Navigate"><strong>Navigate</strong></a>(self, url, script_to_evaluate_on_commit<font color="#909090">=None</font>, timeout<font color="#909090">=60</font>)</dt><dd><tt>Navigates to |url|.<br>
|
/frameworks/base/docs/html/tools/devices/ |
managing-avds.jd | 23 or navigate to your SDK's {@code tools/} directory and execute 49 <li>In other IDEs: Navigate to your SDK's <code>tools/</code> directory and execute the
|
/external/chromium/chrome/browser/ |
browser_focus_uitest.cc | 208 // First we navigate to our test page. 273 // First we navigate to our test page. 341 // First we navigate to our test page. 452 // First we navigate to our test page. 574 // First we navigate to our test page. 693 // First we navigate to our test page. [all...] |