HomeSort by relevance Sort by last modified time
    Searched defs:ap (Results 601 - 625 of 730) sorted by null

<<21222324252627282930

  /external/libvncserver/libvncserver/
rfbserver.c 1058 va_list ap; local
1060 va_start(ap, fmt);
1061 vsnprintf(buffer, sizeof(buffer)-1, fmt, ap);
1062 va_end(ap);
    [all...]
  /external/libxml2/python/
libxml.c 1618 va_list ap; local
1745 va_list ap; local
1755 va_list ap; local
1765 va_list ap; local
1775 va_list ap; local
1957 va_list ap; local
1967 va_list ap; local
3215 va_list ap; local
3225 va_list ap; local
3379 va_list ap; local
3389 va_list ap; local
    [all...]
  /external/libxml2/
valid.c 2811 xmlAttrPtr ap; member in struct:xmlRemoveMemo_t
    [all...]
xmllint.c 456 va_list ap; local
466 va_start(ap, fmt);
467 vfprintf(stderr, fmt, ap);
468 va_end(ap);
492 va_list ap; local
500 va_start(ap, fmt);
501 vfprintf(stderr, fmt, ap);
502 va_end(ap);
524 va_list ap; local
525 va_start(ap, format)
    [all...]
xmlwriter.c 877 va_list ap; local
879 va_start(ap, format);
881 rc = xmlTextWriterWriteVFormatComment(writer, format, ap);
883 va_end(ap);
1305 va_list ap; local
1431 va_list ap; local
1978 va_list ap; local
2075 va_list ap; local
2181 va_list ap; local
2280 va_list ap; local
2534 va_list ap; local
2749 va_list ap; local
3060 va_list ap; local
3303 va_list ap; local
3540 va_list ap; local
3798 va_list ap; local
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 1024 va_list ap; local
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 1039 uchar *ap, *bp, *cp; local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 177 va_list ap; local
180 va_start( ap, fmt );
181 vfprintf( stderr, fmt, ap );
182 va_end( ap );
    [all...]
  /external/ppp/pppd/
auth.c 1841 struct wordlist *ap, **plink; local
2133 struct wordlist *ap, *addr_list, *alist, **app; local
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 89 va_list ap; local
90 va_start(ap, fmt);
91 vsnprintf(errormsg, ERRORMSG_LEN, fmt, ap);
93 va_end(ap);
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 2372 va_list ap; local
2389 va_list ap; local
    [all...]
  /external/tcpdump/
print-ospf6.c 456 register const rtrid_t *ap; local
553 ap = lsap->lsa_un.un_nla.nla_router;
555 if (lsa_length < sizeof (*ap))
557 lsa_length -= sizeof (*ap);
558 ND_TCHECK(*ap);
559 ND_PRINT((ndo, "\n\t\t%s", ipaddr_string(ndo, ap)));
560 ++ap;
726 register const rtrid_t *ap; local
758 ap = hellop->hello_neighbor;
759 while ((u_char *)ap < dataend)
    [all...]
  /external/v8/src/
log.cc 878 va_list ap; local
879 va_start(ap, format);
880 msg.AppendVA(format, ap);
881 va_end(ap);
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 875 webrtc::AudioProcessing* ap = voe()->base()->audio_processing(); local
876 if (ap) {
877 ap->Initialize();
2288 webrtc::AudioProcessing* ap = engine()->voe()->base()->audio_processing(); local
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 33 va_list ap; local
37 va_start(ap, fmt);
38 vsnprintf(buf, sizeof(buf), fmt, ap);
39 va_end(ap);
49 va_start(ap, fmt);
50 vfprintf(f, fmt, ap);
51 va_end(ap);
59 va_list ap; local
69 va_start(ap, fmt);
70 vfprintf(f, fmt, ap);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 201 va_list ap; local
211 va_start(ap, fmt);
212 vsnprintf(format, maxlen, fmt, ap);
213 va_end(ap);
635 * reassociates back to the same AP while the previous entry for the
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 19 #include "ap/ap_config.h"
367 va_list ap; local
371 va_start(ap, fmt);
372 buflen = vsnprintf(NULL, 0, fmt, ap) + 1;
373 va_end(ap);
378 va_start(ap, fmt);
379 vsnprintf(buf, buflen, fmt, ap);
380 va_end(ap);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 135 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
140 * new_ap_settings - New AP settings (%NULL if not used)
142 * This parameter provides new AP settings when using a wireless
143 * stations as a Registrar to configure the AP. %NULL means that AP
145 * current AP settings by using AP PIN.
150 * peer_addr: MAC address of the peer in AP; %NULL if not AP
540 } ap; member in union:wps_event_data
598 int ap; member in struct:wps_context
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 24 #include "ap/hostapd.h"
41 #include "ap.h"
197 "No network configuration found for the current AP");
220 "current AP");
574 " skip RSN IE - no mgmt frame protection enabled but AP requires it");
583 " skip RSN IE - no mgmt frame protection enabled on MBO AP");
929 /* Only allow wildcard SSID match if an AP
988 wpa_dbg(wpa_s, MSG_DEBUG, " skip - ignore WPA/WPA2 AP for WEP network block");
1062 * TODO: skip the AP if its P2P IE has Group Formation
1455 int ap = 0; local
    [all...]
interworking.c 2171 const char *ap = (const char *) pos; local
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 173 asset_path ap; local
179 ap.type = ::getFileType(realPath.string());
180 if (ap.type == kFileTypeRegular) {
181 ap.path = realPath;
183 ap.path = path;
184 ap.type = ::getFileType(path.string());
185 if (ap.type != kFileTypeDirectory && ap.type != kFileTypeRegular) {
187 path.string(), (int)ap.type);
194 if (mAssetPaths[i].path == ap.path)
302 asset_path ap; local
1218 const asset_path& ap = mAssetPaths.itemAt(i); local
1272 const asset_path& ap = mAssetPaths.itemAt(which); local
1757 const asset_path& ap = mAssetPaths.itemAt(i); local
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 269 va_list ap; local
272 va_start(ap, fmt);
273 vsnprintf(buf, BUFFER_SIZE, fmt, ap);
274 va_end(ap);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 2004 va_list ap; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 65 const char *s, va_list ap) {
69 vfprintf(stderr, s, ap);
81 va_list ap; local
83 va_start(ap, s);
84 warn_or_exit_on_errorv(ctx, 1, s, ap);
85 va_end(ap);
90 va_list ap; local
92 va_start(ap, s);
93 warn_or_exit_on_errorv(ctx, fatal, s, ap);
94 va_end(ap);
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 2313 register char *ap; local
    [all...]

Completed in 1095 milliseconds

<<21222324252627282930