/external/libpcap/ |
pcap-bpf.c | 268 * before the header, as that's what's required 435 * This is very very close to what happens in the real implementation 714 * We don't know what to map this to yet. 887 * get woken up for every packet, which may not be what we want; 957 * no indication to the kernel of what the snapshot 984 * and return what packets are available. 1007 * isn't empty, rotate the buffers and return what packets are 1011 * XXX - what about AIX? 1016 * We can check what OS this is. 1065 * XXX - what if we already have a filter in the kernel [all...] |
pcap-dlpi.c | 65 * what we use if DL_HP_RAWDLS is defined. XXX - we use __hpux 144 * is bigger than what appears to be the Solaris default of 8192) 159 * what the value used to be - there's no particular reason why it 413 * I also don't know what SAP you'd have to bind the descriptor 822 * XXX - what about DL_TPB? Is that Token Bus? 1037 * sample code from HP. With what value *should* we start? 1121 send_request(int fd, char *ptr, int len, char *what, char *ebuf) 1134 what, pcap_strerror(errno)); 1141 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) 1161 what, pcap_strerror(errno)) [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewCore.java | 479 /* Tell webkit what its width and height are, for the purposes 599 switch (msg.what) { 899 Log.v(LOGTAG, (msg.what < REQUEST_LABEL 900 || msg.what [all...] |
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.cpp | 514 // Tell libqcamera what the preview and raw dimensions are. We 555 // Tell libqcamera what the preview and raw dimensions are. We [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
PolicyUtils.java | 608 * Checks whether the objects from <code>what</code> array are all 611 * @param what first array, may be <code>null</code> 617 public static boolean matchSubset(Object[] what, Object[] where) { 618 if (what == null) { 622 for (int i = 0; i < what.length; i++) { 623 if (what[i] != null) { 629 if (what[i].equals(where[j])) {
|
/external/dbus/doc/ |
dbus-faq.xml | 36 What is D-Bus? 99 What is the difference between a bus name, and object path, 142 What is a "service"? 246 Of course it depends a bit on what you're doing. 313 you have a concrete idea what D-Bus actually is. If you 315 may also want to read the D-Bus <ulink url="dbus-specification.html">specification</ulink> to see what 321 for what you want to do, unless you are doing the things
|
/external/openssl/apps/ |
makeapps.com | 16 $! It was written so it would try to determine what "C" compiler to 48 $! Check What Architecture We Are Using. 70 $! Define what programs should be compiled 98 $! Tell The User What Kind of Machine We Run On. 260 $! Tell The User What We Are Building. 452 $! Tell The User What Linker Option File We Are Using. 621 $! Find out what socket library we have available 777 $! Tell The User We Don't Know What They Want. 882 $! Tell The User We Don't Know What They Want.
|
/system/core/libpixelflinger/ |
pixelflinger.cpp | 402 uint16_t* what = 0; local 407 what = &c->activeTMU->s_wrap; 413 what = &c->activeTMU->t_wrap; 420 what = &c->activeTMU->min_filter; 426 what = &c->activeTMU->min_filter; 433 what = &c->activeTMU->mag_filter; 438 if (!what) { 443 if (*what != param) { 444 *what = param;
|
/cts/tools/dx-tests/src/dxconvext/ |
ClassFileParser.java | 165 * @param offset offset into <code>bytes</code> for what was 168 * @param human non-null; human form for what was parsed 233 // what is needed to force parsing to the end?
|
/dalvik/libcore/luni/src/main/java/java/net/ |
Authenticator.java | 151 // set the requester info so it knows what it is requesting 218 // set the requester info so it knows what it is requesting 281 // sets the requester info so it knows what it is requesting
|
/external/bluetooth/glib/ |
NEWS.pre-1-3 | 9 What's new in GLib 1.2.0 (since GLib 1.0.x): 188 What is new in GLib 1.1.1: 193 What is new in GLib 1.1.0:
|
/external/bluetooth/glib/gthread/ |
gthread-win32.c | 48 #define win32_check_for_error(what) G_STMT_START{ \ 49 if (!(what)) \ 52 g_win32_error_message (GetLastError ()), #what); \
|
/external/gtest/samples/ |
sample6_unittest.cc | 148 // conforms to some basic requirements, but you don't know what 152 // parameters? That's what "type-parameterized tests" can do for you. 170 // similar to what you do with TEST_F.
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_gsxb.c | 52 #define DEBUG_PRINT(what) \ 54 printf what; \ 57 #define DEBUG_PRINT(what)
|
SDL_mintaudio_mcsn.c | 54 #define DEBUG_PRINT(what) \ 56 printf what; \ 59 #define DEBUG_PRINT(what)
|
SDL_mintaudio_xbios.c | 55 #define DEBUG_PRINT(what) \ 57 printf what; \ 60 #define DEBUG_PRINT(what)
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/ |
SDL_syscdrom.c | 336 data.what.position.absaddr.msf.minute, 337 data.what.position.absaddr.msf.second, 338 data.what.position.absaddr.msf.frame);
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/ |
SDL_syscdrom.c | 345 data.what.position.absaddr.msf.minute, 346 data.what.position.absaddr.msf.second, 347 data.what.position.absaddr.msf.frame);
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysevents.cc | 162 switch (msg->what) { 264 which is not what we need ;] 327 anyway, and doesn't care about what we setup here */
|
/external/skia/include/core/ |
SkGeometry.h | 70 Depending on what is returned, dst[] is treated as follows 79 Depending on what is returned, dst[] is treated as follows 129 Depending on what is returned, dst[] is treated as follows
|
/external/stlport/stlport/stl/config/ |
host.h | 34 * NOTE: please do that only if you know what you are doing! 47 * NOTE: please do that only if you know what you are doing! 301 * Uncomment ONE of the following, depends on what Solaris version you use.
|
/external/webkit/WebKit/mac/WebView/ |
WebPolicyDelegate.h | 118 policies that determine the action of what to do with the URL or the data that 140 @abstract This method is called to decide what to do with a proposed navigation. 155 @discussion This method is called to decide what to do with an targetted nagivation that would open a new window.
|
/external/webkit/WebKit/win/Interfaces/ |
IWebPolicyDelegate.idl | 129 policies that determine the action of what to do with the URL or the data that 158 @abstract This method is called to decide what to do with a proposed navigation. 174 @discussion This method is called to decide what to do with an targetted nagivation that would open a new window.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 174 # This split() isn't really what we want -- it incorrectly will 216 # sdoyon: Not sure for which OS and in what circumstances the 217 # above code is valid. What works for me under Linux to detect
|
/frameworks/base/core/java/android/content/ |
SyncResult.java | 41 * asking the user what they want to do about this. It will give the user a chance to 152 * occurred. See {@link #SyncResult()} for an explanation of what the SyncManager does 176 * occurred. See {@link #SyncResult()} for an explanation of what the SyncManager does
|