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

<<11121314151617181920>>

  /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/junit/src/org/junit/runner/manipulation/
Filter.java 7 * The canonical case of filtering is when you want to run a single test method in a class. Rather
9 * If you want to filter the tests to be run, extend <code>Filter</code> and apply an instance of
52 // explicitly check if any children want to run
  /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.
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 40 // We don't want to launch this app when docked because it causes an unnecessary
41 // activity transition. We just want to start the dream.
91 // and the UI mode manager starting a dream. We want the system to already
  /frameworks/base/docs/html/training/animation/
layout.jd 31 <p class="note"><strong>Tip</strong>: If you want to supply custom layout animations,
51 <p>If you want to jump ahead and see a full working example,
63 attribute to <code>true</code> for the layout that you want to enable animations for.
  /frameworks/base/docs/html/training/secure-file-sharing/
index.jd 31 gallery may want to offer files to image editors, or a file management app may want to allow
45 If you want to share small amounts of text or numeric data between apps, you should send an
  /libcore/support/src/test/java/tests/net/
StuckServer.java 43 // This mode is ony useful if you actually want to continue eventually; we use it to
44 // test non-blocking connects, for example, where you want to test every part of the code.
59 // In general, though, you don't want to rely on listen(2) backlog. http://b/6971145.
  /packages/apps/Camera/src/com/android/camera/
ShutterButton.java 85 // We want to emulate this sequence of events with the shutter
94 // Since we're emulating the physical camera button, we want to
95 // have the same order of events. So we want the optional click
  /packages/apps/Camera2/src/com/android/camera/
ShutterButton.java 85 // We want to emulate this sequence of events with the shutter
94 // Since we're emulating the physical camera button, we want to
95 // have the same order of events. So we want the optional click
  /packages/apps/LegacyCamera/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
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SearchMailActionBarView.java 117 // we want to quit the activity entirely.
127 // The return value here is whether we want to collapse the action mode. Since we want to
  /external/bison/build-aux/
ylwrap 50 DESIRED is the file we actually want instead of OUTPUT
155 # We do not want to overwrite a header file if it hasn't
167 # We don't want the resulting debug information to point at
171 # We want to use the real output file name, not yy.lex.c for
174 # We want the include guards to be adjusted too.
198 # is not specified, we don't want an error when the header
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 73 // the page is actually navigated. We want the user to see in history what
110 // URLs, we use a data: URL as the real value. We actually want to save the
159 // Don't index any https pages. People generally don't want their bank
162 // TODO(brettw) we may want to consider more elaborate heuristics such as
163 // the cachability of the page. We may also want to consider subframes (this
165 // TODO(zelidrag) bug chromium-os:2808 - figure out if we want to reenable
  /external/elfutils/config/
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
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 204 uint32_t want = pBuffer->frameCount * mChannelCnt * 2; local
205 pBuffer->raw = malloc(want);
207 while (mStarted && want > 0) {
262 if (todo > want) {
263 todo = want;
270 want -= todo;
  /bionic/linker/
Android.mk 52 # hand, as we want to insert an extra step that is not supported by the build system, and
59 # we don't want crtbegin.o (because we have begin.o), so unset it
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/
AndroidManifest.xml 23 <!-- Declare this required feature if you want to make the app available to BLE-capable
24 devices only. If you want to make your app available to devices that don't support BLE,
  /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/samples/Support4Demos/src/com/example/android/supportv4/content/
SimpleWakefulController.java 48 // When the alarm goes off, we want to broadcast an Intent to our
57 // We want the alarm to go off 30 seconds from now.
  /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

Completed in 1516 milliseconds

<<11121314151617181920>>