/external/wpa_supplicant/ |
driver_wired.c | 38 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data 137 perror("ioctl[SIOC{ADD/DEL}MULTI]"); 206 drv->multi = 1; 242 if (drv->multi &&
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_wired.c | 37 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data 145 perror("ioctl[SIOC{ADD/DEL}MULTI]"); 214 drv->multi = 1; 250 if (drv->multi &&
|
/packages/apps/IM/src/com/android/im/imps/ |
MultiPhaseTransaction.java | 27 /* Multi-phase asynchronous transaction carries no AsyncCompletion.
|
/external/fdlibm/ |
makefile.in | 18 # _MULTI_LIBM --- Support multi-standard at runtime by 30 # CFLAGS = -D_SVID3_MODE ... Multi-standard supported 33 # CFLAGS = -D_XOPEN_MODE ... Multi-standard supported 36 # CFLAGS = -D_POSIX_MODE ... Multi-standard supported 39 # CFLAGS = ... Multi-standard supported
|
readme | 118 create a multi-standard compliant FDLIBM. In this case, each 162 multi-standard compliant (supports IEEE,XOPEN,POSIX/ANSI,SVID). 169 To create a multi-standard compliant libm, use 170 make "CFLAGS = -D_IEEE_MODE" --- multi-standard fdlibm: default 172 make "CFLAGS = -D_XOPEN_MODE" --- multi-standard fdlibm: default 174 make "CFLAGS = -D_POSIX_MODE" --- multi-standard fdlibm: default 176 make "CFLAGS = -D_SVID3_MODE" --- multi-standard fdlibm: default 183 The libm.a of FDLIBM will be multi-standard compliant and 201 It is possible to change the default standard in multi-standard
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/ |
RSAPrivateKeyStructure.java | 159 * Version ::= INTEGER { two-prime(0), multi(1) } 160 * (CONSTRAINED BY {-- version must be multi if otherPrimeInfos present --})
|
/external/opencore/doc/oscl_html/ |
oscl__lock__base_8h.html | 9 <hr><h1>oscl_lock_base.h File Reference</h1>This file defines an abstract lock class, <a class="el" href="classOsclLockBase.html">OsclLockBase</a>, that is used for APIs potentially requiring multi-thread safety. A null-lock implementation, <a class="el" href="classOsclNullLock.html">OsclNullLock</a>, is also provided for single-thread configurations (basically a noop for lock/unlock). Also provides the <a class="el" href="classOsclScopedLock.html">OsclScopedLock</a> class which is template class takes care of freeing the lock when the class goes out of scope. 23 This file defines an abstract lock class, <a class="el" href="classOsclLockBase.html">OsclLockBase</a>, that is used for APIs potentially requiring multi-thread safety. A null-lock implementation, <a class="el" href="classOsclNullLock.html">OsclNullLock</a>, is also provided for single-thread configurations (basically a noop for lock/unlock). Also provides the <a class="el" href="classOsclScopedLock.html">OsclScopedLock</a> class which is template class takes care of freeing the lock when the class goes out of scope.
|
/external/opencore/nodes/pvsocketnode/config/common/ |
pvmf_socket_node_tunables.h | 86 // Using a value of zero will effectively disable multi-packet 87 // receive, although the multi-recv logic will still be exercised.
|
/external/quake/quake/src/QW/ |
qwcl.spec.sh | 25 QuakeWorld is an Internet multi-player specific version of Quake. While the 41 hours of user feedback and tweaking to provide the best multi-player
|
qwsv.spec.sh | 25 QuakeWorld is an Internet multi-player specific version of Quake. While the 41 hours of user feedback and tweaking to provide the best multi-player
|
/external/tcpdump/ |
ppp.h | 38 #define PPP_ML 0x003d /* Multi-Link PPP */ 67 #define PPP_MPCP 0xc03d /* Multi-Link */
|
/bionic/libc/ |
CAVEATS | 14 multi-threaded code instead of relying on this stuff.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMP_LONG.S | 17 * instruction epilogue code. The multi-compare approach below needs
|
/external/dropbear/ |
Makefile.in | 5 # make PROGRAMS="dropbear dbclient scp" MULTI=1 STATIC=1 SCPPROGRESS=1 98 ifeq ($(MULTI), 1) 165 # multi-binary compilation. 167 ifeq ($(MULTI),1)
|
/external/jpeg/ |
ansi2knr.1 | 17 multi-line header provided that no intervening line ends with a left or right
|
jcinit.c | 57 /* Need a full-image coefficient buffer in any multi-pass mode. */
|
/external/netcat/scripts/ |
alta | 15 # embedded quotes define phrases; otherwise it goes wild on multi-words
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
n_proc.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxwm.c | 37 // Lock the event thread, in multi-threading environments
|
/external/webkit/WebCore/manual-tests/inspector/ |
remember-last-script.html | 36 function doNothing() { /* allows multi-line functions, easier to debug */ };
|
/external/webkit/WebCore/rendering/style/ |
StyleMultiColData.h | 36 // CSS3 Multi Column Layout
|
/external/webkit/WebCore/storage/ |
StorageNamespace.cpp | 32 #error "Chromium should not compile this file and instead define its own version of these factories that navigate the multi-process boundry."
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
n_proc.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
|
/external/expat/bcb5/ |
README.txt | 26 "mt" (multi-threaded) and "d" (dynamic RTL). 66 The libexpat libraries are all built to link with the multi-threaded dynamic RTL's. 70 1. The compiler option for multi-threading must be turned off. Following the
|
/external/qemu/ |
uboot_image.h | 95 * "Multi-File Images" contain several images, typically an OS 102 * "Multi-File Images" start with a list of image sizes, each 123 #define IH_TYPE_MULTI 4 /* Multi-File Image */
|