HomeSort by relevance Sort by last modified time
    Searched defs:af (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/wpa_supplicant_8/src/utils/
ip_addr.h 13 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DeferredManualAutoFocus.java 40 ManualAutoFocus af = mManualAutoFocusFuture.get(); local
41 af.triggerFocusAndMeterAtPoint(nx, ny);
  /external/python/cpython2/Mac/Demo/sound/
playaiff.py 7 af = aifc.open(fn, 'r') variable
8 print af.getparams()
9 print 'nframes =', af.getnframes()
10 print 'nchannels =', af.getnchannels()
11 print 'framerate =', af.getframerate()
12 nframes = min(af.getnframes(), 100000)
13 frames = af.readframes(nframes)
23 af.getnchannels(),
24 af.getframerate(),0,
33 af.getsampwidth()*8
    [all...]
  /bionic/libc/dns/resolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 32 int af = AF_INET; local
55 af = AF_INET6, size = IN6ADDRSZ;
69 if (inet_pton(af, arg, b_addr)) {
72 printf("[%s]\n", inet_ntop(af, b_addr, p, sizeof p));
73 if (!(host = gethostbyaddr((char *)b_addr, size, af))) {
80 host = gethostbyname2(arg, af);
  /external/tcpdump/
print-enc.c 77 uint32_t af; member in struct:enchdr
117 switch (hdr->af) {
print-pflog.c 115 uint8_t af; local
142 af = hdr->af;
146 switch (af) {
print-gre.c 174 uint16_t af; local
181 af = EXTRACT_16BITS(bp);
187 if (af == 0 && srelen == 0)
190 if (!gre_sre_print(ndo, af, sreoff, srelen, bp, len))
328 gre_sre_print(netdissect_options *ndo, uint16_t af, uint8_t sreoff,
333 switch (af) {
345 ND_PRINT((ndo, ", (rtaf=0x%x)", af));
  /external/valgrind/none/tests/x86/
aad_aam.c 21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
41 af=!!(flags&0x10);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
48 // flags,cf,pf,af,zf,sf,of);
88 af=!!(flags&0x10);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbyht.c 115 int af, len; local
135 af = AF_INET6;
140 af = AF_INET6;
143 af = AF_INET;
153 host.h_addrtype = af;
176 _gethostbyhtname(const char *name, int af)
183 if (p->h_addrtype != af)
197 _gethostbyhtaddr(const char *addr, int len, int af)
203 if (p->h_addrtype == af && !bcmp(p->h_addr, addr, len))
  /external/clang/test/CodeGenCXX/
type-metadata.cpp 107 // MS: define void @"\01?af@@YAXPEAUA@@@Z"
108 void af(A *a) { function
200 af(&fa);
ptr-to-datamember.cpp 32 F Af;
49 F A::* af = &A::Af; member in class:A
50 pr(a1.*af);
52 (a1.*af).iF = 100;
53 (a1.*af).fF = 200.00;
54 printf(" %d %f\n", (a1.*af).iF, (a1.*af).fF);
55 pr(a1.*af);
57 (a1.*af).iF++
64 F A::* af = &A::Af; member in class:A
    [all...]
dynamic-cast-hint.cpp 30 volatile F *af = dynamic_cast<F *>(a); local
  /external/mesa3d/src/compiler/nir/
nir_lower_idiv.c 42 nir_ssa_def *numer, *denom, *af, *bf, *a, *b, *q, *r; local
59 af = nir_i2f(bld, numer);
61 af = nir_fabs(bld, af);
66 af = nir_u2f(bld, numer);
75 q = nir_fmul(bld, af, bf);
  /bionic/libc/dns/net/
sethostent.c 106 int af; local
113 af = va_arg(ap, int);
129 hp = _hf_gethtbyname2(name, af, info);
142 _hf_gethtbyname2(const char *name, int af, struct getnamaddr *info)
172 info->hp->h_addrtype = af;
193 hent.h_addrtype = af = hp->h_addrtype;
  /external/iproute2/ip/
ipaddrlabel.c 100 int af = preferred_family; local
102 if (af == AF_UNSPEC)
103 af = AF_INET6;
110 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
217 int af = preferred_family; local
219 if (af == AF_UNSPEC)
220 af = AF_INET6;
227 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
ipmroute.c 49 int af; member in struct:rtfilter
96 if (filter.af && filter.af != r->rtm_family)
210 filter.af = RTNL_FAMILY_IPMR;
213 filter.af = RTNL_FAMILY_IP6MR;
259 if (rtnl_wilddump_request(&rth, filter.af, RTM_GETROUTE) < 0) {
iptoken.c 91 int af = AF_INET6; local
104 if (rtnl_wilddump_request(&rth, af, RTM_GETLINK) < 0) {
  /external/ltp/testcases/network/lib6/
in6_01.c 177 uint8_t af; local
179 af = psin->sin_family = AF_INET;
182 af = psin6->sin6_family = AF_INET6;
189 if (ss.ss_family == af)
191 sstab[i].addr, af == AF_INET ? "" : "6");
194 sstab[i].addr, af, af == AF_INET ? "" : "6");
  /frameworks/av/services/audiopolicy/service/
AudioPolicyClientImpl.cpp 30 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
31 if (af == 0) {
36 return af->loadHwModule(name);
47 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
48 if (af == 0) {
52 return af->openOutput(module, output, config, devices, address, latencyMs, flags);
59 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
60 if (af == 0) {
64 return af->openDuplicateOutput(output1, output2);
69 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger() local
79 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
90 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
107 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
118 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
136 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
178 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
    [all...]
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 89 AdFragment af = new AdFragment(); local
94 af.setArguments(args);
96 return af;
  /external/libcups/cups/
tlscheck.c 54 int af = AF_UNSPEC, /* Address family */ local
107 af = AF_INET;
111 af = AF_INET6;
153 http = httpConnect2(server, port, NULL, af, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL);
  /external/mesa3d/src/mesa/main/
imports.h 190 double af, bf; local
191 af = (3 << 22) + 0.5 + (double)f;
194 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
199 double af, bf;
201 af = (3 << 22) + 0.5 + (double)f;
203 u.f = (float) af; ai = u.i;
  /external/clang/test/CodeGen/
builtins-ppc-vsx.c 24 float af[4] = {23.4f, 56.7f, 89.0f, 12.3f}; variable
363 res_vf = vec_vsx_ld (0, af);
    [all...]
  /external/e2fsprogs/misc/
chattr.c 74 static unsigned long af; variable
191 af |= fl;
241 flags |= af;
340 if ((rf & af) != 0) {

Completed in 793 milliseconds

1 2 3 4 5 6 7 8 9