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

<<21222324252627282930>>

  /bionic/libc/include/sys/
cdefs.h 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
123 * deleted from the program and old programs will want them left alone.
297 * checks, assuming you want to optimize for the no-error case.
  /dalvik/libcore/luni/src/main/native/
java_io_File.cpp 148 // We want to preserve the access time.
315 // On Android, we don't want default permissions to allow global access.
321 // On Android, we don't want default permissions to allow global access.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParameters.java 40 * ssl socket, whether it require/want client authentication or not,
399 protected void setWantClientAuth(boolean want) {
400 want_client_auth = want;
  /development/build/tools/
make_windows_sdk.sh 74 # SDK number if you want, but not after, e.g these are valid:
180 # If you want the emulator NOTICE in the tools dir, uncomment the following line:
243 # We want fastboot and adb (and its DLLs) next to the new SDK
  /development/pdk/docs/source/
using-eclipse.jd 20 : You will still be using "make" to build the files you will actually run (in the emulator or on a device). You will be using Eclipse to edit files and verify that they compile, but when you want to run something you will need to make sure files are saved in Eclipse and run "make" in a shell. The Eclipse build is just for error checking.
80 <p>The default .classpath includes the source to the core system and a sample set of apps, but might not include the particular app you may want to work on. To add an app, you must add the app's source directory. To do this inside Eclipse:
181 <p>Note that port 8700 is attached to whatever process is currently selected in the DDMS console, so you need to sure that DDMS has selected the process you want to debug.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 237 * but reduce performance. One might want to tweak that
301 * but reduce performance. One might want to tweak that
310 * Usually, the first thing one might want to do is to clear
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 57 * but reduce performance. One might want to tweak that
139 * but reduce performance. One might want to tweak that
148 * Usually, the first thing one might want to do is to clear
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 42 * tell properly how to read "old" versions if at some point we want
90 // badly wrong with the app's data on disk, and we do not want
103 // data. If there <em>is</em> a previous state blob, we want to
  /external/bison/djgpp/
README.in 121 If you want to run the check you will need also:
133 3.4.: If for some reason you want to reconfigure the package cd into the top
148 Lets assume you want to build the binaries in a directory placed on a
  /external/gtest/include/gtest/internal/
gtest-type-util.h.pump 2 $var n = 50 $$ Maximum length of type lists we want to support.
134 // We don't want to require the users to write TypesN<...> directly,
232 // We don't want to require the users to write TemplatesN<...> directly,
  /external/jpeg/
rdswitch.c 82 * You must use -qslots if you want a different component->table mapping.
248 * but if you want to compress multiple images you'd want JPOOL_PERMANENT.
  /external/opencore/oscl/oscl/osclbase/src/
oscl_queue.h 265 * want to find out what was just added)
347 // (need something here, we don't want implicit assignment either
356 * (but: why do we want to copy a queue??)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 1387 SDL_Color *want, *reject; local
    [all...]
  /external/qemu/
ia64.ld 79 /* Adjust the address for the data segment. We want to adjust up to
119 /* We don't want to include the .ctor section from
143 /* We want the small data sections together, so single-instruction offsets
ppc.ld 85 /* Adjust the address for the data segment. We want to adjust up to
126 /* We don't want to include the .ctor section from
157 /* We want the small data sections together, so single-instruction offsets
  /external/skia/src/core/
SkScan_Hairline.cpp 97 if (x0 > x1) // we want to go left-to-right
114 if (y0 > y1) // we want to go top-to-bottom
184 // we want everyone to be positive
  /external/stlport/stlport/stl/config/
host.h 136 * Uncomment _STLP_USE_NODE_ALLOC if you want to force allocator<T> to use
249 * sizeof(off_t); if you want to force equal size of off_t and streamoff,
297 * is a bad idea from one side, and this info still useful when we want to use
  /external/tcpdump/
print-rip.c 46 #define RIPCMD_REQUEST 1 /* want info */
50 #define RIPCMD_POLL 5 /* want info from everybody */
246 /* do we want to see an additionally hexdump ? */
  /external/webkit/JavaScriptCore/API/
JSObjectRef.h 406 @discussion The default object class does not allocate storage for private data, so you must provide a non-NULL jsClass to JSObjectMake if you want your object to be able to store private data.
491 @discussion Use this method when you want to execute a script repeatedly, to avoid the cost of re-parsing the script before each execution.
499 @param object A JSObject whose prototype you want to get.
508 @param object The JSObject whose prototype you want to set.
526 @param object The JSObject whose property you want to get.
537 @param object The JSObject whose property you want to set.
549 @param object The JSObject whose property you want to delete.
560 @param object The JSObject whose property you want to get.
572 @param object The JSObject whose property you want to set.
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 138 // reach the last focusable object. Then we want to claim that we can
487 // we want the layers to synchronize next time we update the screen anyway
494 // we want the layers to synchronize ASAP
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 45 * care of automatically removing it from the list. If you want to do
92 * Most services will want to check for null before calling this with
133 * null here will cause a NullPointerException, so you will generally want
  /frameworks/base/docs/html/guide/topics/media/
index.jd 75 <p>Perhaps the most common thing to want to do is play back media (notably sound)
105 to the file you want to play</li>
163 MediaRecorder.setAudioSource()}. You will probably want to use
  /frameworks/base/include/utils/
List.h 25 // The only class you want to use from here is "List".
286 * I want a _Node but don't need it to hold valid data. More
287 * to the point, I don't want T's constructor to fire, since it
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 95 * @param fd the FileDescriptor for the file you want to play
111 * @param fd the FileDescriptor for the file you want to play
125 * @param uri the Content URI of the data you want to play
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords
123 * deleted from the program and old programs will want them left alone.
297 * checks, assuming you want to optimize for the no-error case.

Completed in 281 milliseconds

<<21222324252627282930>>