/external/skia/src/core/ |
SkBitmapProcState_matrix_clamp.h | 447 SkDebugf("%d: got %08x want %08x srcXY[0] %08x srcXY[1] %08x\n", 568 uint32_t want = PACK_FILTER_X_NAME(debug_fx, maxX, one PREAMBLE_ARG_X); 569 if (xy[i] != want) 573 SkDebugf("got %08x want %08x\n", xy[i], want); 719 SkDebugf("[bad-y] got %08x want %08x\n", xy[i*2+0], val); 728 SkDebugf("[bad-x] got %08x want %08x\n", xy[i*2+1], val);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
flex.skl | 75 * we want to instead treat it as an 8-bit unsigned char, hence the 145 * (without autoconf's help, which isn't available because we want 179 * if we're using stdio for input, then we want to use getc() 217 * future we want to put the buffer states in a more general 403 * we don't want an extra ';' after the "return" because that will cause 564 * want to build jamming into it because then it 988 /* yy_c_buf_p now points to the character we want to return. [all...] |
skel.c | 80 " * we want to instead treat it as an 8-bit unsigned char, hence the", 150 " * (without autoconf's help, which isn't available because we want", 184 " * if we're using stdio for input, then we want to use getc()", 222 " * future we want to put the buffer states in a more general", 408 " * we don't want an extra ';' after the \"return\" because that will cause", 569 " * want to build jamming into it because then it", 993 " /* yy_c_buf_p now points to the character we want to return.", [all...] |
/frameworks/base/core/java/android/webkit/ |
WebTextView.java | 91 // gaining focus. If it is, we do not want to pass it to webkit. This 97 // do not want to pass this change to webkit. 255 // Arrow key does not change the text, but we still want to send 271 // from WebTextView, we always want WebView to check with native. 506 // Only want to set the initial state once. 528 // want to change the selection 708 // Always want it to be opaque. [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 76 <p>When you want to show a dialog, call 78 dialog that you want to display.</p> 87 {@link android.app.Activity#onPrepareDialog(int,Dialog)}. Define this method if you want to change 212 builder.setMessage("Are you sure you want to exit?") 351 If you want to create a progress bar that shows the loading progress with granularity, 542 <p>If you want a customized design for a dialog, you can create your own layout 601 remains empty, but still visible. If you don't want
|
menus.jd | 86 Usually, you'll want to use one that accepts an <var>itemId</var> argument. 146 <p>If you want to sometimes re-write the Options Menu as it is opened, override the 155 should use a <a href="#context-menu">Context Menu</a> for such behaviors, when you want to provide 384 that we want to set checkable. The second argument is whether we want the group items 385 to be checkable. The last one is whether we want each item to be exclusively checkable 433 <p>If you want to offer a specific menu item that launches a new Activity, then you
|
/external/libffi/ |
texinfo.tex | 73 % We never want plain's \outer definition of \+ in Texinfo. 214 % We want to insert a rule with the height and depth of the current 259 % we did was a \nobreak, we don't want to insert more space. 303 % Have to do this stuff outside the \shipout because we want it to 310 % We don't want .vr (or whatever) entries like this: 711 % end-of-line in the output. We don't want the end-of-line after 784 % page breaks. On the other hand, we don't want to actually break the [all...] |
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 289 <p> If you want to use size- or density-specific layouts or drawables in your 301 key ways to control how your application is displayed, if you need or want 623 are primarily targeting pre-Android 1.6 platforms but also want to support other [all...] |
/external/bison/build-aux/ |
texinfo.tex | 73 % We never want plain's \outer definition of \+ in Texinfo. 220 % We want to insert a rule with the height and depth of the current 265 % we did was a \nobreak, we don't want to insert more space. 309 % Have to do this stuff outside the \shipout because we want it to 711 % end-of-line in the output. We don't want the end-of-line after 784 % page breaks. On the other hand, we don't want to actually break the [all...] |
/external/grub/docs/ |
texinfo.tex | 73 % We never want plain's \outer definition of \+ in Texinfo. 212 % We want to insert a rule with the height and depth of the current 257 % we did was a \nobreak, we don't want to insert more space. 301 % Have to do this stuff outside the \shipout because we want it to 691 % end-of-line in the output. We don't want the end-of-line after 764 % page breaks. On the other hand, we don't want to actually break the [all...] |
/external/proguard/docs/manual/ |
usage.html | 179 example, you may want to <a href="examples.html#upgrade">upgrade class 212 well. For example, you may want to <a 222 all of the specified class members are present. For example, you may want 233 they aren't removed in the shrinking phase. For example, you may want to 247 removed in the shrinking phase. For example, you may want to preserve the 262 the shrinking phase. For example, you may want to <a 276 wildcards. For example, you may want to list all the <a 429 obfuscation</a>, or if you ever want to make sense again of <a 538 planning on performing incremental obfuscation, you probably want to avoid 550 unpacked! Developers who really want to unpack their jars on Windows ca [all...] |
/dalvik/vm/ |
Init.c | 249 /* strtoul accepts a leading [+-], which we don't want, 525 * have been enabled through some other means, we don't want to mess with 666 * "-version" where we want to stop without showing an error message. 792 // doesn't work that way; may want to support. 843 /* (useful if we don't want thread but system still signals us) */ [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 146 restart is required if you want such changes to be taken into account. 189 restart is required if you want path changes to be taken into account. 490 If you want to verify the peer's identifier, 613 If you do not want to send a certificate, set this to off. 617 If you do not want to send a certificate request, set this to off. 633 If you do not want to verify the identifier using the peer's certificate, 672 have to use MSS clamping if you want TCP to work correctly. 689 If you do not want to initiate the negotiation, set this to on. 870 When you want to use aggressive mode, [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 136 to each suggestion and how you want to format queries to your content provider. The other optional 243 receive everything it needs to perform the look-up and you want the 276 <p class="note"><strong>Tip:</strong> If you don't want to define a selection clause in 318 sections, so you may want to skip this list for now):</p> 399 you want to open something, like the definition for a word, a person's contact information, or a web 400 page. However, the Intent action can be whatever you want and can even be different for each 417 <p>If you want to declare an Intent action that's unique for each suggestion, add the {@link [all...] |
/external/bison/ |
COPYING | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|
/external/bison/doc/ |
gpl.texi | 31 if you want it, that you can change the software or use pieces of it 49 Also, for each author's protection and ours, we want to make certain 52 want its recipients to know that what they have is not the original, so 330 If you develop a new program, and you want it to be of the greatest 391 library. If this is what you want to do, use the GNU Library General
|
/external/blktrace/ |
COPYING | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|
LICENSE | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|
/external/bluetooth/bluez/ |
COPYING | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 284 If you develop a new program, and you want it to be of the greatest 339 library. If this is what you want to do, use the GNU Library General
|
/external/bluetooth/hcidump/ |
COPYING | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|
/external/dnsmasq/ |
COPYING | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|
NOTICE | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|
/external/e2fsprogs/ext2ed/ |
COPYRIGHT | 32 if you want it, that you can change the software or use pieces of it 50 Also, for each author's protection and ours, we want to make certain 53 want its recipients to know that what they have is not the original, so 296 If you develop a new program, and you want it to be of the greatest 350 library. If this is what you want to do, use the GNU Library General
|
/external/elfcopy/ |
NOTICE | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|
/external/elfutils/ |
COPYING.GPL | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 289 If you develop a new program, and you want it to be of the greatest 344 library. If this is what you want to do, use the GNU Library General
|