HomeSort by relevance Sort by last modified time
    Searched full:want (Results 401 - 425 of 15407) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IgnoredLayoutRule.java 29 * children so we don't want to expose the normal configuration options).
42 // but does not want to expose configurability of the base layout in the
  /sdk/files/
proguard-android.txt 13 # Note that if you want to enable optimization, you cannot just
35 # We want to keep methods in Activity that could be used in the XML attribute onClick
  /external/chromium_org/chrome/browser/
shell_integration_mac.mm 30 // We really do want the outer bundle here, not the main bundle since setting
50 // We really do want the main bundle here since it makes sense to set an
101 // protocols; we don't want to report "no" here if the user has simply chosen
104 // We really do want the outer bundle here, since this we want to know the
125 // We really do want the main bundle here since it makes sense to set an
global_keyboard_shortcuts_mac.h 18 // Set 0 for the one you do not want to specify.
69 // (E.g. for dvorak-qwerty layout we want [NSEvent characters] rather than
71 // layout we want '{' character rather than '8' for opt-8.)
  /frameworks/base/core/java/android/widget/
Adapter.java 59 * @param position Position of the item whose data we want within the adapter's
68 * @param position The position of the item within the adapter's data set whose row id we want.
89 * we want.
103 * view. For example, this can be used if the client does not want a
116 * want.
147 * adapters might want a different behavior.
  /sdk/
README.txt 17 1- I don't build full SDKs but I want to change tool X:
20 Let's say as an example you want to change lint.
32 If you want to know more, visit http://www.gradle.org/
52 However that means that when you want to modify a project using both repos,
56 However it does depend on /tools/base/sdklib. Let's say you want to
97 making it smarter because obviously we don't want anyone to just try
  /packages/apps/PackageInstaller/res/values/
strings.xml 29 <string name="install_confirm_question">Do you want to install this application?
32 <string name="install_confirm_question_no_perms">Do you want to install this application?
35 <string name="install_confirm_question_update">Do you want to install an update
39 <string name="install_confirm_question_update_system">Do you want to install an update
43 <string name="install_confirm_question_update_no_perms">Do you want to install an update
47 <string name="install_confirm_question_update_system_no_perms">Do you want to install an update
113 <string name="uninstall_application_text">Do you want to uninstall this app?</string>
114 <string name="uninstall_application_text_all_users">Do you want to uninstall this app for <b>all</b>
116 <string name="uninstall_update_text">Do you want to replace this app with the factory version?</string>
146 <string name="grant_confirm_question">Do you want to grant the following permissions
    [all...]
  /external/chromium/chrome/common/net/
test_url_fetcher_factory.h 34 // // Notify delegate with whatever data you want.
42 // might want to use the FakeUrlFetcher and FakeUrlFetcherFactory classes
64 // always returns an empty URL. Chances are you'll want to use original_url()
130 // // want to test the service class by returning an error.
132 // // But if the service requests http://b.com/asdf you want to respond with
  /external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.h 14 // Buttons that want to be draggable should implement the Mixin protocol below
56 // Implement if you want to do any extra work on mouseUp, after a mouseDown
65 // call the mouseDown/mouseUp handler as appropriate. Implement if you want to
75 // drag or not. Implement if you want to do something tricky when making the
118 // If it has a popup menu, for example, we want to perform the action on mouse
  /external/chromium_org/chrome/common/extensions/api/
page_action.json 24 {"type": "integer", "name": "tabId", "minimum": 0, "description": "The id of the tab for which you want to modify the page action."}
32 {"type": "integer", "name": "tabId", "minimum": 0, "description": "The id of the tab for which you want to modify the page action."}
44 "tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to modify the page action."},
86 "tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to modify the page action."},
140 "tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to modify the page action."},
  /external/elfutils/src/
ylwrap 29 # * DESIRED is file we actually want
117 # We don't want the resulting debug information to point at
121 # We want to use the real output file name, not yy.lex.c for
124 # We want the include guards to be adjusted too.
136 # is not specified, we don't want an error when the header
  /frameworks/base/docs/html/distribute/
open.jd 5 distribute your Android apps to users in any way you want, using any
26 useful if you want to distribute your applications to a large global audience.
27 However, you can distribute your apps through any app marketplace you want or
60 <p>If you do not want to release your app on a marketplace like Google Play, you
74 website, it can be inefficient. For example, if you want to monetize your
  /frameworks/base/docs/html/tools/help/
gltracer.jd 55 16) or higher that is running the application you want to analyze. The Tracer tool captures trace
73 containing the activity you want to trace, for example: {@code com.example.android.opengl}</li>
75 want to trace, for example: {@code OpenGLES20Complete}
80 <p class="note"><strong>Note:</strong> If you want to capture progressive frame images for each
86 <li>On the connected device, exercise the functions of your application you want to trace.</li>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
156 # Special string markers for use in `want` strings:
272 def _ellipsis_match(want, got):
278 if ELLIPSIS_MARKER not in want:
279 return want == got
282 ws = want.split(ELLIPSIS_MARKER)
312 # due to an ellipsis at the start or end of `want`. That's OK.
392 ## - An "example" is a <source, want> pair, where "source" is a
393 ## fragment of source code, and "want" is the expected output for
409 - want: The expected output from running the source code (eithe
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
156 # Special string markers for use in `want` strings:
272 def _ellipsis_match(want, got):
278 if ELLIPSIS_MARKER not in want:
279 return want == got
282 ws = want.split(ELLIPSIS_MARKER)
312 # due to an ellipsis at the start or end of `want`. That's OK.
392 ## - An "example" is a <source, want> pair, where "source" is a
393 ## fragment of source code, and "want" is the expected output for
409 - want: The expected output from running the source code (eithe
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_test_message_listener.h 35 // TODO(asargent) - In the future we may want to add the ability to listen for
37 // contents of that message. We may also want to specify an extension id as
77 // If we're waiting, then we want to post a quit task when the expected
  /external/chromium/chrome/browser/
global_keyboard_shortcuts_mac.h 19 // Set 0 for the one you do not want to specify.
70 // (E.g. for dvorak-qwerty layout we want [NSEvent characters] rather than
72 // layout we want '{' character rather than '8' for opt-8.)
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 24 // thread to do the drag-and-drop because we do not want to run nested
83 // want to initiate a drag and drop operation. We use it to tell if a
87 // The thread used by the drag-out download. This is because we want to avoid
  /external/chromium_org/chrome/browser/extensions/
extension_test_message_listener.h 37 // TODO(asargent) - In the future we may want to add the ability to listen for
39 // contents of that message. We may also want to specify an extension id as
86 // If we're waiting, then we want to post a quit task when the expected
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
web_drag_bookmark_handler_win.cc 30 // Ideally we would want to initialize the the BookmarkTabHelper member in
100 // We don't want to allow javascript URLs to be dragged to the desktop,
101 // but we do want to allow them to be added to the bookmarks bar
  /external/chromium_org/chrome_frame/
chrome_frame_reporting.cc 56 // In headless mode we want crashes to be reported back.
58 // We want to use the Google Update crash reporting. We need to check if the
63 // If we got here, we want to report crashes, so make sure all
  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.h 34 // thread to do the drag-and-drop because we do not want to run nested
104 // want to initiate a drag and drop operation. We use it to tell if a
108 // The thread used by the drag-out download. This is because we want to avoid
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
generate 43 If you really want a proof, we should talk to Francois Morain,
46 If you want 2 to be a generator (mod P), then you need it
51 If you want this, you should restrict your sieve accordingly.
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_encrypt_key.c 22 @param in The symmetric key you want to encrypt
28 @param hash The index of the hash you want to use
29 @param key The DSA key you want to encrypt to
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_encrypt_key.c 28 @param in The symmetric key you want to encrypt
34 @param hash The index of the hash you want to use
35 @param key The ECC key you want to encrypt to

Completed in 1281 milliseconds

<<11121314151617181920>>