HomeSort by relevance Sort by last modified time
    Searched full:want (Results 276 - 300 of 4400) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
EnvelopedData.java 86 * @param obj the tagged object holding the object we want.
102 * @param obj the object we want converted.
KeyAgreeRecipientInfo.java 60 * @param obj the tagged object holding the object we want.
76 * @param obj the object we want converted.
  /development/pdk/docs/community/
groups-charter.jd 30 <p>But if you see an outrageous violation, want to report spam, feel very strongly about something, or even if you just want to chat, then contact the mailing list's owners. It's what we're here for!
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 37 * Usually, the first thing one might want to do is to clear
85 * but reduce performance. One might want to tweak that
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 45 * Usually, the first thing one might want to do is to clear
92 * but reduce performance. One might want to tweak that
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 37 * Usually, the first thing one might want to do is to clear
85 * but reduce performance. One might want to tweak that
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessor.java 28 * Donut, we want to use the {@link ContactAccessorSdk3_4} class. If it is
29 * Eclair or higher, we want to use {@link ContactAccessorSdk5}.
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 87 // Specify the columns we want to display in the result
91 // Specify the corresponding layout elements where we want the columns to go
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 56 // Create an array to specify the fields we want to display in the list (only TITLE)
59 // and an array of the fields we want to bind those fields to (in this case just text1)
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
Notepadv3.java 56 // Create an array to specify the fields we want to display in the list (only TITLE)
59 // and an array of the fields we want to bind those fields to (in this case just text1)
  /device/htc/dream-sapphire/overlay/frameworks/base/core/res/res/values/
config.xml 52 USB interfaces. If the device doesn't want to support tething over USB this should
58 <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
  /external/bluetooth/bluez/tools/
ubcsp.h 55 /* Do we want to show packet errors in debug output */
58 /* Do we want to show Link Establishment State transitions in debug output */
  /external/bluetooth/glib/glib/
gwin32.h 51 * codepage, in many cases you would want to use the GLib wrappers in
73 * States.1252" etc. We want the Unixish standard form "en", "zh_TW"
  /external/dbus/dbus/
dbus-types.h 89 * You probably want to just assume #DBUS_HAVE_INT64 is always defined.
102 * You probably want to just assume #DBUS_HAVE_INT64 is always defined.
  /external/elfcopy/
elfcopy.h 22 /* If we do not want to modify a section's data, we set this field to NULL.
24 copy it over to the new section. If, on the other hand, we do want to
  /external/elfutils/tests/
arsymtest.c 79 which we want to skip. */
109 /* Now print what we actually want. */
  /external/freetype/include/freetype/
ftadvanc.h 63 /* If set, it indicates that you want these functions to fail if the */
138 /* count :: The number of advance values you want to retrieve. */
  /external/freetype/include/freetype/internal/
ftdebug.h 113 /* This function may be useful if you want to access elements of */
140 /* This function may be useful if you want to control FreeType 2's */
  /external/freetype/src/autofit/
aflatin.h 187 * want to use this function as-is.
195 * want to use this function as-is.
  /external/kernel-headers/original/asm-x86/
smp_32.h 160 /* we don't want to mark this access volatile - bad code generation */
178 /* we don't want to mark this access volatile - bad code generation */
  /external/netperf/
netcpu_kstat10.c 137 probably want to see if they add an nsec. raj 2005-01-28 */
163 /* might want to tell people about what we are skipping.
225 probably want to see if they add a "nsec." raj 2005-01-28 */
235 /* might want to tell people about what we are skipping.
336 /* the one that the user want for the cpu utilization */
444 /* ok, we have our fractions, now we want to take that fraction of
502 it. one day we may want to display them. raj 2005-01-28 */
539 /* we want the average across all n processors */
  /external/qemu/
loader.c 88 size_t want, did; local
91 want = nbytes > sizeof(buf) ? sizeof(buf) : nbytes;
92 did = fread(buf, 1, want, f);
97 if (did != want)
114 size_t want, did; local
117 want = nbytes > sizeof(buf) ? sizeof(buf) : nbytes;
118 did = read(fd, buf, want);
119 if (did != want) break;
  /external/qemu/slirp/
COPYRIGHT 7 are free to do whatever you want with it. I do not accept any donations,
42 This basically means you can do anything you want with the software, except
  /external/qemu/slirp-android/
COPYRIGHT 7 are free to do whatever you want with it. I do not accept any donations,
42 This basically means you can do anything you want with the software, except
  /external/v8/src/
smart-pointer.h 76 // If you want to take out the plain pointer and don't want it automatically

Completed in 68 milliseconds

<<11121314151617181920>>