/external/netperf/ |
netsh.c | 394 strcpy(local_host_name,""); /* we want it to be INADDR_ANY */ 672 /* We want to set the processor on which netserver or netperf */ 740 /* We want to send requests at a certain wate. */ 753 /* we want to have a burst so many packets per */ 881 want to call them regardless. raj 2005-02-08 */
|
netlib.c | 60 /* If you have trouble compiling you may want to add "sys/" raj 10/95 */ 557 /* on those systems where ntohl is a no-op, we want to return the */ 606 /* on those systems where ntohl is a no-op, we want to return the */ 801 /* interval timer. if we were in SYS_SIGSUSPEND we want to */ 802 /* re-start the system call. Otherwise, we want to get out of */ 965 /* not want that */ [all...] |
/external/openssl/ssl/ |
ssl-lib.com | 218 $! Check To See If The File We Want To Compile Is Actually There. 279 $! Check To See If The File We Want To Compile Is Actually There. 540 $! Tell The User We Don't Know What They Want. 900 $! Tell The User We Don't Know What They Want. 1001 $! Tell The User We Don't Know What They Want.
|
/external/webkit/LayoutTests/http/conf/ |
fedora-httpd.conf | 407 # or images, you may want to use "application/octet-stream" instead to 553 # be marked with this one. You probably do NOT want to set 624 # more or less alphabetized them here. You probably want to change this. 824 # VirtualHost: If you want to maintain multiple domains/hostnames on your 866 # Since most users will want index.php to work we
|
/external/webkit/WebCore/inspector/front-end/ |
ConsoleView.js | 156 // Something other than all is being selected, so we want to unselect all 164 // If multiple selection is off, we want to unselect everything else 176 // want to unselect ourselves. 181 // want to select ourselves. 393 // If there is a selection, we want to show our normal context menu [all...] |
/frameworks/base/core/java/android/app/ |
Dialog.java | 60 * <p>Often you will want to have a Dialog display on top of the current 342 * likely want to call through to super if you override this to save additional 360 * so be sure to call through to super when overriding unless you want to 481 * <p>If the focused view didn't want this event, this method is called. 537 * it is cancelable), but you can override this to do whatever you want. [all...] |
Service.java | 104 * interaction with it as simple or complicated as you want: from treating it 209 * may want to use {@link #START_FLAG_REDELIVERY} to have the system 259 * <p>If we want to make this service run in a remote process (instead of the 266 * other names if you want additional processes. The ':' prefix appends the 344 * <p>This mode makes sense for things that want to do some work as a
|
/frameworks/base/docs/html/guide/developing/testing/ |
testing_otheride.jd | 105 want to create the test project in <code>source/HelloAndroidTest</code>, then the value of 110 <td>Name that you want to give the test project.</td> 115 <td>Directory in which you want to create the new test project.</td> 257 For test classes that extend {@link junit.framework.TestCase TestCase}, you probably want to 450 Outputs results in raw format. Use this flag when you want to collect
|
/frameworks/base/docs/html/guide/topics/testing/ |
testing_android.jd | 147 <p>If you want a step-by-step introduction to Android testing, try one of the 320 Some Android components have more than one associated test case class. In this case, you choose among the available classes based on the type of tests you want to do. For activities, 373 screen sizes and densities on which you want it to run. You can test the application on multiple sizes and densities using 382 the hardware, screens, and versions you want to test. 406 <code>Runnable</code>, put the statements you want in the <code>run()</code> method, and instantiate a new
|
/sdk/emulator/qtools/ |
callstack.h | 62 // Set to true if you don't want to see any Java methods ever 295 // want to push this function. 296 // Exception 2: if the function returns to itself, then we want 592 // We found a matching function. We want to pop up to but not 658 // we want to pop off F2 from the stack instead of pushing F1
|
/dalvik/vm/analysis/ |
DexOptimize.c | 174 * then it was just created by us, and we want to fill in some fields 175 * in the "opt" header and set "*pNewFile". Otherwise, we want to 325 * want to avoid this. 501 * For best use of disk/memory, we want to extract once and perform 503 * to match local structure padding/alignment expectations, we want 857 * Do the header flags match up with what we want? [all...] |
/external/webkit/WebCore/loader/icon/ |
IconDatabase.cpp | 302 // that method "I don't care about the actual Image, i just want you to make sure you're getting it from disk. 426 // If we read the iconURLs yet, we want to avoid any pageURL->iconURL lookups and the pageURLsPendingDeletion is moot, 556 // comes from the initial import which we don't want notifications for 562 // before performance starts to drop off, but we don't want to increase this number because then accumulated memory usage will go up 632 // comes from the initial import which we don't want notifications for [all...] |
/external/e2fsprogs/doc/ |
texinfo.tex | 159 % Have to do this stuff outside the \shipout because we want it to 508 % end-of-line in the output. We don't want the end-of-line after 552 % page breaks. On the other hand, we don't want to actually break the 687 % and so want to turn off most commands, in case they are used 865 % Since we want to separate VAR from REST-OF-LINE (which might be 941 % We can't just want to start a group at @iftex (for example) and end it 959 % We need to expand lots of \csname's, but we don't want to expand the [all...] |
/external/e2fsprogs/ |
COPYING | 50 if you want it, that you can change the software or use pieces of it 68 Also, for each author's protection and ours, we want to make certain 71 want its recipients to know that what they have is not the original, so 314 If you develop a new program, and you want it to be of the greatest 369 library. If this is what you want to do, use the GNU Library General 401 if you want it, that you can change the software or use pieces of it 421 Also, for each distributor's protection, we want to make certain 424 want its recipients to know that what they have is not the original [all...] |
/external/skia/src/images/ |
fpdfemb.h | 185 // NULL if application doesn't want to be notified om OOM. 309 // If you want to display JBIG2 or JPEG2000 encoded images, you need to call 440 // don't want to pause. 470 // don't want to pause. 588 // Or NULL if you don't want to pause the process. 612 // Or NULL if you don't want to pause the process. [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 255 designing the navigation, if you have screen A and you want the user 453 activity. The user then chooses the picture they want, crops and saves 736 <b>Start first task.</b> You want to send a text message and attach a photo. You would choose: 822 If you're writing an activity that you don't want other activities 848 Example: You want to show the user a bar code for some text. The [all...] |
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | 138 want to learn more about Spinner, the application under test, then you might want to visit the 183 step-by-step. If you want to run quickly through the tutorial, [all...] |
/frameworks/base/docs/html/sdk/ |
RELEASENOTES.jd | 105 <p>If you are developing in Eclipse with ADT and want to get started with the 189 <p>If you are using Windows and want to develop or test your application on an 201 upgrading if you have had any problems with the older driver or simply want 435 <p>If you are using Windows and want to develop or test your application on an 553 changes to your application are needed. You may want to wipe application 575 <p>If you using Windows and want to develop or test your application on an 603 <li>If you are developing in Eclipse/ADT and want to add JUnit test 678 <p>If you using Windows and want to develop or test your application on an [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
standards.info | 253 When you want to use a language that gets compiled and runs at high 272 the only people who want to build the tool will be those who have 418 prototypes, you may want to use a preprocessor macro like this: 523 were later adopted as part of the standard. If you want these 530 units of 512 bytes. What users want is units of 1k, so that is what we 531 do by default. If you want the ridiculous behavior "required" by 581 freed. Anything you want to fetch from the block, you must fetch before 683 If you want to mention the column number, use one of these formats: 718 If you want to mention the column number, use this format: [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
standards.info | 253 When you want to use a language that gets compiled and runs at high 272 the only people who want to build the tool will be those who have 418 prototypes, you may want to use a preprocessor macro like this: 523 were later adopted as part of the standard. If you want these 530 units of 512 bytes. What users want is units of 1k, so that is what we 531 do by default. If you want the ridiculous behavior "required" by 581 freed. Anything you want to fetch from the block, you must fetch before 683 If you want to mention the column number, use one of these formats: 718 If you want to mention the column number, use this format: [all...] |
/external/bzip2/ |
manual.xml | 113 you need to read if you just want to know how to operate the 206 overwrite existing files. If you want this to happen, specify 599 in great detail, if you want.</para> [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 287 * we want to treat it the same as no translation. 451 mov r1, #1 @ "want switch" = true 461 * r1 is "bool changeInterp", indicating if we want to switch to the 722 mov r1, #0 @ "want switch" = false [all...] |
/external/icu4c/test/intltest/ |
dtfmrgts.cpp | 107 errln("Fail: Want " + todayS + " Got " + rt); 136 errln("Fail: Test broken; Want 5/3/97 8:55 AM Got " + str); 323 errln("Fail: Want " + str + " Got " + formatted); 363 " Want 40"); 378 " Want 40"); 476 errln("Fail: Want GMT-05:00"); [all...] |
/external/ppp/pppd/ |
ipv6cp.c | 173 ipv6cp_options ipv6cp_wantoptions[NUM_PPP]; /* Options that we want to request */ 208 NULL, /* Called when we want the lower layer up */ 209 ipv6cp_finished, /* Called when we want the lower layer down */ 755 * If they want to negotiate about interface identifier, we comply. 756 * If they want us to ask for compression, we refuse. 1044 * If we aren't rejecting this packet, and we want to negotiate [all...] |
/external/webkit/WebKit/mac/Carbon/ |
CarbonWindowAdapter.mm | 188 // Do some standard Cocoa initialization. The defer argument's value is YES because we don't want -[NSWindow _commonAwake] to get called. It doesn't appear that any relevant NSWindow code checks _wFlags.deferred, so we should be able to get away with the lie. 464 // Disappointingly, -_blockHeartBeat: is not immediately invoked to turn off heartbeating. Heartbeating is turned off by setting the gDefaultButtonPaused global variable, and then this method is invoked later, if that global is set (at heartbeating time I guess). Something has to change if we want to hook this up in Carbon windows. M.P. Warning - 9/17/01 [all...] |