HomeSort by relevance Sort by last modified time
    Searched full:want (Results 301 - 325 of 5235) sorted by null

<<11121314151617181920>>

  /development/pdk/docs/porting/
build_cookbook.jd 187 to the set of files you want built into your app. Usually:</p>
199 want in the include paths. For example:</p>
213 <td valign="top">If you want to use a different C compiler for this module, set LOCAL_CC
241 makes it easier to do bad layering in the system, which we want to avoid. We
251 makes it easier to do bad layering in the system, which we want to avoid. We
274 <td valign="top">If you want to use a different C++ compiler for this module, set LOCAL_CXX
362 the libraries you want in -lxxx format; they're passed directly to the
364 for these libraries. It's most useful in simulator builds where you want
443 executables that you want copied. They're located automatically into the
453 libraries that you want copied. They're located automatically into th
    [all...]
  /bionic/linker/
Android.mk 71 # hand, as we want to insert an extra step that is not supported by the build system, and
92 # we don't want crtbegin.o (because we have begin.o), so unset it
  /build/tools/droiddoc/src/
NavTree.java 32 // if you want a root node
37 // if you don't want a root node
  /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)
  /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/libvpx/examples/
simple_decoder.txt 37 algorithm you want to use. The `cfg` argument is left as NULL in this
38 example, because we want the algorithm to determine the stream
  /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/protobuf/src/google/protobuf/compiler/
package_info.h 48 // - You want to parse .proto files at runtime. In this case, you should
52 // - You want to write a custom protocol compiler which generates different
  /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

Completed in 3228 milliseconds

<<11121314151617181920>>