/external/netcat/ |
netcat.c | 264 malloc up what I want, rounded up to *4, and pre-zeroed. Either succeeds 335 and we also check o_verbose for what's appropriate work to do. */ 351 What an absolutely horrid paradigm, and to think of all the people who 354 languages wherein a pointer is a pointer, what you put there is your own 434 If o_nflag is on, fill in what we can but skip the getservby??? stuff. 498 some real network calls -- and guess what, we have to *re*-convert at that 605 Examines various global o_blah flags to figure out what-all to do. */ 711 this and watching "tcpdump -v" is the best way to understand what's going on. 806 said -p we *know* what port we're listening on. At any rate we won't bother 848 I guess that's what they meant by "connect" [all...] |
README | 95 edit the Makefile. See the following discussions for what they are and do. 112 which may give you even more ideas about what this sort of tool is good for. 193 assign one and tell you what it is if -v is turned on. If you specify a target 196 In verbose mode you'll be informed about the inbound connection, including what 206 know what you're doing, have fun. This hack also works in UDP mode. Note that 225 what you type will go out at a fairly normal rate. -i is really designed 226 for use when you want to "measure out" what is read from files or pipes. 228 Port-scanning is a popular method for exploring what's out there. Netcat 243 mode just to see what ports the target is listening on. To limit scanning 301 "GET /what/ever" into a netcat connection to the server. I used to do thi [all...] |
/external/netperf/ |
nettest_dlpi.c | 145 /* what we want is to have a buffer space that is at least one */ 241 /* Now, we will find-out what the size actually became, and report */ 275 /* think that this is a little more "real-world" than what was found */ 539 /* We now calculate what our thruput was for the test. In the future, */ 546 /* send_size, so we really didn't send what he asked for ;-) */ 625 thruput, /* what was the xfer rate */ 727 /* send-back what they are. If that information cannot be determined, */ 810 /* sizes, we should let him know what sizes were in use at this end. */ 819 /* Now, we will find-out what the size actually became, and report */ 829 /* what sort of sizes did we end-up with? * [all...] |
nettest_sdp.c | 211 /* what we want is to have a buffer space that is at least one */ 578 /* but first, if the verbosity is greater than 1, find-out what */ 632 /* We now calculate what our thruput was for the test. In the 640 really didn't send what he asked for ;-) */ 708 /* will be making. so, we should extract what the calcuated values */ 777 thruput, /* what was the xfer rate */ 911 /* what we want is to have a buffer space that is at least one */ [all...] |
/external/openssl/crypto/ |
crypto-lib.com | 15 $! It was re-written so it would try to determine what "C" compiler to use 108 $! Tell The User What Kind of Machine We Run On. 304 $! Figure Out What Other Modules We Are To Build. 371 $! Tell The User What Module We Are Building. 577 $! Tell the user what happens 747 $! Tell The User What Linker Option File We Are Using. 785 $! Tell The User We Don't Know What They Want. 955 $! Find out what socket library we have available 1149 $! Tell The User We Don't Know What They Want. 1262 $! Tell The User We Don't Know What They Want [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LayerDrawableTest.java | 62 "1. not clear what is supposed to happen if layers is null.") 91 "1. not clear what is supposed to happen if any parameter is null.") 188 "1. not clear what is supposed to happen if index is exceptional.") 265 "1. not clear what is supposed to happen if index is exceptional.") 308 "1. not clear what is supposed to happen if index is exceptional.") 433 public void scheduleDrawable(Drawable who, Runnable what, long when) { 437 public void unscheduleDrawable(Drawable who, Runnable what) { [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewTest.java | 237 "1. not clear what is supposed to happen if animation is null.") 452 "1. not clear what is supposed to happen if outRect is null.") 2163 Runnable what = new Runnable() { local 2181 view.scheduleDrawable(view.getBackground(), what, 1000); local 2182 view.unscheduleDrawable(view.getBackground(), what); local 2202 Runnable what = new Runnable() { local 2221 view.scheduleDrawable(view.getBackground(), what, 1000); local 2222 view.unscheduleDrawable(view.getBackground(), what); local [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_gtype.xml | 6 A type, as manipulated by the GLib type system, is much more generic than what 374 Having non-instantiable types might seem a bit useless: what good is a type 389 what most closely resembles an <emphasis>object</emphasis>. 576 of the existing GType code. (this is what GObject does. See 655 be seen as a playback interface. Once you know what they do, you can [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 47 examples of what you could do with them:</p> 79 <p>Here is a high level overview of what you need to know to get started in creating your own 147 probably not what you want. 197 choose what to do, including clipping, scrolling, throwing an exception, 443 similar to what you want, you can simply extend that component and just 447 free that probably does exactly what you want.</p> 561 behavior. The only limit is your imagination and what you need the component to
|
/frameworks/base/docs/html/guide/topics/views/ |
custom-views.jd | 26 <p>Creating your own View subclasses gives you precise control over the appearance and function of a screen element. To give an idea of the control you get with custom views, here are some examples of what you could do with them:</p> 69 what you need to know to get started in creating your own 141 probably not what you want. 188 choose what to do, including clipping, scrolling, throwing an exception, 434 similar to what you want, you can simply extend that component and just 438 free that probably does exactly what you want.</p> 542 behavior. The only limit is your imagination and what you need the component to
|
/packages/apps/Email/src/com/android/email/activity/ |
UpgradeAccounts.java | 281 switch (msg.what) { 306 msg.what = MSG_SET_MAX; 314 msg.what = MSG_SET_PROGRESS; 327 msg.what = MSG_INC_PROGRESS; 336 msg.what = MSG_ERROR; 768 // 2. If provider found, just use its settings (overriding what user had) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest1.java | 111 // This one tests what happens if the read/writeObject methods are defined 135 // This one tests what happens if the read/writeObject methods are not 172 // This one tests what happens if you define just readObject, but not 189 // This one tests what happens if you define just writeObject, but not 264 // This one tests what happens if a loading-replacement is not 275 // What happens if dumping causes an error and you try to reload ? 305 // What happens if dumping causes an error and you try to reload ? 329 // What happens if dumping causes an error (NonSerializable inst var) and 341 // What happens if dumping causes an error (which is not serializable) and [all...] |
/development/pdk/docs/porting/ |
build_cookbook.jd | 374 <td valign="top"><code>LOCAL_MODULE</code> is the name of what's supposed to be generated 382 <td valign="top">Instructs the build system to put the module somewhere other than what's 396 tags. <p>This variable controls what build flavors the package gets included in. For example:</p> 498 <td valign="top">The build system looks at <code>LOCAL_SRC_FILES</code> to know what source 529 somewhere other than what's normal for its type. Usually, you override this
|
/external/bison/ |
COPYING | 46 want its recipients to know that what they have is not the original, so 78 Whether that is true depends on what the Program does. 229 This section is intended to make thoroughly clear what is believed to 298 <one line to give the program's name and a brief idea of what it does.> 344 library. If this is what you want to do, use the GNU Library General
|
/external/bison/doc/ |
gpl.texi | 52 want its recipients to know that what they have is not the original, so 89 Whether that is true depends on what the Program does. 255 This section is intended to make thoroughly clear what is believed to 340 @var{one line to give the program's name and a brief idea of what it does.} 391 library. If this is what you want to do, use the GNU Library General
|
/external/blktrace/ |
COPYING | 46 want its recipients to know that what they have is not the original, so 78 Whether that is true depends on what the Program does. 229 This section is intended to make thoroughly clear what is believed to 298 <one line to give the program's name and a brief idea of what it does.> 344 library. If this is what you want to do, use the GNU Library General
|
LICENSE | 46 want its recipients to know that what they have is not the original, so 78 Whether that is true depends on what the Program does. 229 This section is intended to make thoroughly clear what is believed to 298 <one line to give the program's name and a brief idea of what it does.> 344 library. If this is what you want to do, use the GNU Library General
|
/external/bluetooth/bluez/ |
COPYING | 46 want its recipients to know that what they have is not the original, so 77 Whether that is true depends on what the Program does. 226 This section is intended to make thoroughly clear what is believed to 293 <one line to give the program's name and a brief idea of what it does.> 339 library. If this is what you want to do, use the GNU Library General
|
/external/bluetooth/bluez/audio/ |
ipctest.c | 754 /* It's what PulseAudio is doing, not sure it's necessary for this 986 char *what = NULL; local 989 if (sscanf(line, "%*s %as %d", &what, &enable) != 1) 991 if (strncmp(what, "stream_read", 12) == 0) { 993 } else if (strncmp(what, "stream_write", 13) == 0) {
|
/external/bluetooth/hcidump/ |
COPYING | 46 want its recipients to know that what they have is not the original, so 78 Whether that is true depends on what the Program does. 229 This section is intended to make thoroughly clear what is believed to 298 <one line to give the program's name and a brief idea of what it does.> 344 library. If this is what you want to do, use the GNU Library General
|
/external/dbus/doc/ |
dcop-howto.txt | 29 What we really needed was an extremely simple protocol with basic 31 would not be able to do NEARLY what CORBA was able to do, but for the 80 unique identifiers attached to them which are based on what 99 * different from what you passed 479 user, a similar approach to what kdesu does with xauth must
|
/external/dnsmasq/ |
COPYING | 46 want its recipients to know that what they have is not the original, so 78 Whether that is true depends on what the Program does. 229 This section is intended to make thoroughly clear what is believed to 298 <one line to give the program's name and a brief idea of what it does.> 344 library. If this is what you want to do, use the GNU Library General
|
NOTICE | 46 want its recipients to know that what they have is not the original, so 78 Whether that is true depends on what the Program does. 229 This section is intended to make thoroughly clear what is believed to 298 <one line to give the program's name and a brief idea of what it does.> 344 library. If this is what you want to do, use the GNU Library General
|
/external/e2fsprogs/ext2ed/ |
COPYRIGHT | 53 want its recipients to know that what they have is not the original, so 85 Whether that is true depends on what the Program does. 236 This section is intended to make thoroughly clear what is believed to 305 <one line to give the program's name and a brief idea of what it does.> 350 library. If this is what you want to do, use the GNU Library General
|
/external/elfcopy/ |
NOTICE | 46 want its recipients to know that what they have is not the original, so 78 Whether that is true depends on what the Program does. 229 This section is intended to make thoroughly clear what is believed to 298 <one line to give the program's name and a brief idea of what it does.> 344 library. If this is what you want to do, use the GNU Library General
|