/packages/apps/Gallery/src/com/android/camera/ |
ActionMenuButton.java | 31 * LineBackgroundSpan because we want to make the bubble taller than the text
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
filenames.h | 42 want to know whether to prepend the current working directory to
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/ |
PaletteFactory.java | 68 Leave this piece of code here in case we want it back later.
|
/sdk/emulator/tools/ |
qemu-props.c | 40 /* Name of the qemud service we want to connect to.
|
/system/core/include/cutils/ |
sockets.h | 43 * This is inline and not in libcutils proper because we want to use this in
|
/system/core/libcutils/ |
process_name.c | 73 // then we want to record the process name in the trace even if we are
|
/system/vold/ |
hash.h | 50 want to depend in being able to redefine this type. To cope with
|
/external/libpng/ |
libpng-1.2.44.txt | 71 users may want to modify it more. All attempts were made to make it as 141 You will want to do the I/O initialization(*) before you get into libpng, 143 will also want to insure that you are, in fact, dealing with a PNG 208 If you want to use your own memory allocation routines, 232 back to your setjmp, you will want to call png_destroy_read_struct() to 432 you want to do are limited to the following set: [all...] |
pngconf.h | 15 * are configuring libpng for a machine, you may want to read the section 57 * The following macros are also at your disposal if you want to complete the 94 * the library down, but you may want to experiment to determine 106 /* Enable if you want a write-only libpng */ 112 /* Enable if you want a read-only libpng */ 487 * If you do not want to use const, define PNG_NO_CONST here. 501 * your linker can't find a function, you may want to make sure the 516 * if you only want to have a png-compliant reader/writer but don't need 894 /* These are currently experimental features, define them if you want */ [all...] |
/external/netperf/ |
nettest_sdp.c | 211 /* what we want is to have a buffer space that is at least one */ 215 /* the size of the local senc socket buffer. We will want to deal */ 260 /* control socket, and since we want to be able to use different */ 313 /* or have tried to set them, so now, we may want to set the send */ 330 /* buffer size. We want to be sure that there are at least two */ 474 /* are experiencing signal problems, you might want to look */ 562 /* now we want to move our pointer to the next position in the */ 563 /* data buffer...we may also want to wrap back to the "beginning" */ 633 future, we may want to include a calculation of the thruput 691 /* at this point, we want to calculate the confidence information. * [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngconf.h | 12 * are configuring libpng for a machine, you may want to read the section 54 * The following macros are also at your disposal if you want to complete the 91 * the library down, but you may want to experiment to determine 103 /* Enable if you want a write-only libpng */ 109 /* Enable if you want a read-only libpng */ 439 * If you do not want to use const, define PNG_NO_CONST here. 453 * your linker can't find a function, you may want to make sure the 468 * if you only want to have a png-compliant reader/writer but don't need 801 /* These are currently experimental features, define them if you want */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 673 // Since the qualifier classes are immutable, and we don't want to 738 // Since the qualifier classes are immutable, and we don't want to 806 // Since the qualifier classes are immutable, and we don't want to [all...] |
/external/openssl/crypto/engine/ |
eng_cryptodev.c | 336 * can use for ciphers from this engine. We want to return 340 * any reason, we want to return a NULL array, and 0 length, 344 * /dev/crypto won't do what we want it will just be done in 348 * account speed of the device, and what we want to do. 351 * want most of the decisions made about what we actually want 366 * want digests on slow cards like hifn on fast machines, 367 * but might want them on slow or loaded machines, etc. 368 * will also want them when using crypto cards that don't 484 * want to play ball - it's not clear what's righ [all...] |
/external/webkit/WebCore/platform/graphics/chromium/ |
UniscribeHelper.cpp | 46 // and how much space this is, so we don't want to do more general Unicode 192 // to add and not the width of the column you want. 260 // Note that the run may be empty if shaping failed, so we want to skip 340 // We want to draw everything up until the character to the 446 // glyph 0 for empty, which is what we want to return in the 474 inputState.fDigitSubstitute = false; // Do we want this for Arabic? 477 inputState.fArabicNumContext = m_isRtl; // Do we want this for Arabic? 554 // we don't want any font fallback in this class. The simple script 592 // here. Is that what we want? It will display control characters. [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
search-dialog.jd | 41 <p>When you want to provide search in your application, the last thing you should have to worry 170 default, and thus, will not reveal the search dialog. You probably do want the 174 <p>If you want all of your activities to provide the search dialog, add another {@code 223 you may want your searchable Activity to extend {@link android.app.ListActivity}, which 276 inhibited by the user's data connection. You may want to display a spinning progress wheel until 366 <p>If you want to be notified when search is invoked, simply override the {@link 368 want to do when your Activity looses input focus (such as pause animations). But unless you are 407 android.content.Intent#ACTION_SEARCH} Intent here. For example, here's how you might want to handle 466 <p>In order to refine your search criteria, you may want to provide some additional 468 you may want to filter results based on more than just the search query text. In a simpl [all...] |
/external/jpeg/ |
libjpeg.doc | 9 program. Read it if you want to write a program that uses the library. 262 are providing your own error handler, you'll typically want to embed the 290 destination module if you want to do something else, as discussed later. 335 image is encoded. Most applications don't need or want to know about all 337 calling jpeg_set_defaults(); then, if there are particular values you want 371 want to use an abbreviated datastream, read the section on abbreviated 390 terms (a curious interpretation of the English language...) but if you want 494 * If you want to re-use the JPEG object, call jpeg_abort_compress(), or call 536 to read from a stdio stream. You can use your own source module if you want 597 may well want to alter these defaults before beginning the decompression [all...] |
/build/core/ |
armelflib.x | 44 /* Adjust the address for the data segment. We want to adjust up to 79 /* We don't want to include the .ctor section from
|
/dalvik/docs/ |
dexopt.html | 29 <li>Bytecode verification is necessary, but slow, so we want to verify 52 <li>Bytecode verification is mandatory for all classes, but we want 146 We want to verify and optimize all of the classes in the DEX file. The 151 libraries), so we don't want to do it in the same virtual machine that 160 It is possible for multiple VMs to want the same DEX file at the same 178 and only optimizes classes that have been verified. If you want to 186 illegal and will be caught by the verifier. We don't necessarily want 187 to report it during verification though -- we actually want to throw
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/ |
JAXPExtensionsProvider.java | 148 // If we get XPathFunctionException then we want to terminate 200 // If we get XPathFunctionException then we want to terminate
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
Track.java | 45 * if I want to add to empty Track new event that is not meta-event End of Track, 49 * doesn't add again. So, I want to delete this event and use method
|
/dalvik/tests/068-classloader/src/ |
FancyLoader.java | 177 * Normally a class loader wouldn't override this, but we want our 181 * We still want the system classes (e.g. java.lang.Object) from the
|
/dalvik/vm/native/ |
dalvik_system_VMStack.c | 121 * We want the last element of the array to be the caller of 122 * the privileged method, so we want to include the privileged
|
/development/pdk/docs/compatibility/ |
overview.jd | 9 <p>Each group depends on the others. Users want a wide selection of devices 73 <p>If you want to build a device compatible with a given Android version,
|
/development/pdk/docs/source/ |
code-lines.jd | 59 <p>OEMs and other device builders naturally want to ship devices with the 60 latest version of Android. Similarly, application developers don't want to
|
licenses.jd | 54 dictate all the uses to which people will want to put our software. So, while 69 not want to have to be bound by these terms, so to minimize the burden on
|