HomeSort by relevance Sort by last modified time
    Searched full:want (Results 226 - 250 of 8449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.)
bug_report_data.h 22 // we do not want it to just delete the logs it just gathered, and we
23 // don't want it to send the report either - this will make sure that if
  /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/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
  /external/e2fsprogs/doc/
libblkid.txt 27 How to use libblkid? Normally, you either want to find a device with
28 a specific NAME=value token, or you want to output token(s) from a
44 This is a convenience to allow user programs to want to translate user
  /external/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/quake/quake/src/
readme.txt 18 anything you want with the code, including sell your new version. The catch
33 full license. If you want to do something commercial and you just can't bear
49 If you never actually bought a complete version of Quake, you might want
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRefPrivate.h 39 @param object The JSObject whose private property you want to set.
53 @param object The JSObject whose private property you want to get.
63 @param object The JSObject whose private property you want to delete.
  /frameworks/base/docs/html/guide/developing/debugging/
ddms.jd 99 <li>In the Devices tab, select the process that you want to see the heap information for.</li>
119 If you want more granular control over where allocation data is collected, use the
125 <li>In the Devices tab, select the process that you want to enable allocation tracking
147 want to transfer files to and from the device.</p>
151 <li>In the Devices tab, select the emulator that you want to view the file system for.</li>
168 <li>In the Devices tab, select the process that you want to examine the threads for.</li>
178 execution time, and time spent executing the method. If you want more granular control over
194 <li>On the Devices tab, select the process that you want to enable method profiling for.</li>
198 <li>Interact with your application to start the methods that you want to profile.</li>
235 phone's voice and data network status. This is useful when you want to test your application'
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ShutterButton.java 68 // We want to emulate this sequence of events with the shutter
77 // Since we're emulating the physical camera button, we want to
78 // have the same order of events. So we want the optional click
  /external/bison/build-aux/
ylwrap 52 DESIRED is the file we actually want instead of OUTPUT
153 # We do not want to overwrite a header file if it hasn't
165 # We don't want the resulting debug information to point at
169 # We want to use the real output file name, not yy.lex.c for
172 # We want the include guards to be adjusted too.
196 # is not specified, we don't want an error when the header
  /external/webkit/Tools/android/flex-2.5.4a/
INSTALL 20 prints some messages that tell what it is doing. If you don't want to
27 where you want the object files and executables to go and run
73 The `make' variables that you might want to override with environment
95 2. Type `make' to compile the package. If you want, you can override
100 3. If the package comes with self-tests and you want to run them,
116 a program called `autoconf'. You will only need it if you want to
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorSRC.cpp 191 uint32_t want = pBuffer->frameCount * mChannelCnt * 2; local
192 pBuffer->raw = malloc(want);
194 while (mStarted && want > 0) {
249 if (todo > want) {
250 todo = want;
257 want -= todo;
  /bionic/libc/
README 14 Bionic doesn't want to implement all features of a traditional C library, we only
34 - in the event where you want to differentiate the syscall function from its entry name,
  /development/samples/ApiDemos/res/layout/
baseline_nested_1.xml 29 <!-- We want the middle textview of this vertical linear layout to
53 <!-- We want the third index textview of this vertical linear layout to
baseline_nested_2.xml 29 <!-- We want the middle textview of this vertical linear layout to
53 <!-- We want the third index textview of this vertical linear layout to
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 37 * be started. This is useful when you want to schedule alarms that initiate
63 // We want the alarm to go off 30 seconds from now.
ContactsFilterInstrumentation.java 37 // When this instrumentation is created, we simply want to start
54 // This is the Activity object that was started, to do with as we want.
ContactsSelectInstrumentation.java 39 // When this instrumentation is created, we simply want to start
56 // This is the Activity object that was started, to do with as we want.
LocalSampleInstrumentation.java 43 // When this instrumentation is created, we simply want to start
60 // This is the Activity object that was started, to do with as we want.
  /development/scripts/
combine_sdks.sh 64 # The commands to copy over the files that we want
67 # replace tools/emulator # at this time we do not want the exe from SDK1.x
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java 19 * @param obj the tagged object holding the object we want.
44 * @param obj the object we want converted.
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 58 * @param {string} s The ID of the string we want.
69 * @param {string} id The ID of the string we want.
  /external/chromium/chrome/browser/ui/views/
unhandled_keyboard_event_handler.cc 45 // This is tricky: we want to set ignore_next_char_event_ if
56 // that |this| is still valid, and that we didn't want to set the flag.

Completed in 946 milliseconds

1 2 3 4 5 6 7 8 91011>>