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

<<11121314151617181920>>

  /external/netperf/
netcpu_sysctl.c 44 FreeBSD. in general, this would be a bad idea, but I don't want to
46 sys/resource.h seems to want. raj 2002-03-03 */
  /external/openssh/contrib/solaris/
README 14 2. ./configure --with-pam [..any other options you want..]
16 any changes you want in openssh-config.local. Additional customizations
  /external/proguard/examples/
proguard.pro 40 # If you want to preserve the Ant task as well, you'll have to specify the
53 # If you want to preserve the WTK obfuscation plug-in, you'll have to specify
  /frameworks/base/core/java/android/test/
PerformanceTestCase.java 22 * If you want your test to be used as a performance test, you must
42 * if you use it, you will probably want to ensure your test is only
  /frameworks/base/core/tests/coretests/
Android.mk 14 # We only want this apk build for tests.
43 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
  /frameworks/base/docs/html/distribute/
index.jd 27 <li class="last"><h5>Distribution Control</h5> Deliver your apps to the users you want, on the devices you want, on <em>your</em> schedule. <br />
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/samples/
index.jd 12 see the overall project structure. You can copy and paste the code you need, and if you want to
15 <p>If you want to download a complete project, just click on any source file in the project and
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-B 38 # Test -B with the re-exec feature: we don't want to re-exec forever
53 # Test -B with the re-exec feature: we DO want -B in the "normal" part of the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h 12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguard.pro 40 # If you want to preserve the Ant task as well, you'll have to specify the
53 # If you want to preserve the WTK obfuscation plug-in, you'll have to specify
  /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
  /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/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...]

Completed in 447 milliseconds

<<11121314151617181920>>