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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 7 auto void af(); // expected-error {{illegal storage class on function}}
14 auto void af(); // expected-error {{storage class specified for a member declaration}}
  /external/tcpdump/missing/
inet_pton.c 51 inet_pton(int af, const char *src, void *dst)
53 if (af != AF_INET) {
  /external/clang/test/CodeGenCXX/
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...]
  /external/tcpdump/
enc.h 44 u_int32_t af; member in struct:enchdr
  /external/fio/os/windows/posix/include/arpa/
inet.h 15 const char *inet_ntop(int af, const void *restrict src,
17 int inet_pton(int af, const char *restrict src, void *restrict dst);
  /external/libpcap/Win32/Src/
inet_pton.c 64 inet_pton(int af, const char *src, void *dst)
66 if (af != AF_INET) {
  /external/chromium_org/net/websockets/
PRESUBMIT.py 31 added_source_filenames = set(input_api.basename(af.LocalPath())
32 for af in input_api.AffectedSourceFiles(None)
33 if af.Action().startswith('A'))
37 lambda af: af.LocalPath().endswith('/README'))
  /frameworks/av/services/audiopolicy/
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...]
AudioPolicyClientImplLegacy.cpp 56 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
57 if (af == 0) {
62 return af->loadHwModule(name);
74 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
75 if (af == 0) {
92 status_t status = af->openOutput(module, &output, &config, pDevices,
136 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
137 if (af == 0) {
141 return af->openDuplicateOutput(output1, output2);
146 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger() local
156 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
167 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
182 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
230 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
240 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
252 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
    [all...]
  /external/wpa_supplicant_8/src/utils/
ip_addr.c 20 if (addr->af == AF_INET) {
26 if (addr->af == AF_INET6) {
40 addr->af = AF_INET;
46 addr->af = AF_INET6;
ip_addr.h 13 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
  /external/qemu/target-i386/
cc_helper_template.h 57 int cf, pf, af, zf, sf, of; local
63 af = (CC_DST ^ src1 ^ src2) & 0x10;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
87 af = (CC_DST ^ src1 ^ src2) & 0x10;
91 return cf | pf | af | zf | sf | of;
105 int cf, pf, af, zf, sf, of;
111 af = (CC_DST ^ src1 ^ src2) & 0x10;
115 return cf | pf | af | zf | sf | of;
130 int cf, pf, af, zf, sf, of
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 90 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
91 if (af == 0) return PERMISSION_DENIED;
92 return af->setMicMute(state);
97 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
98 if (af == 0) return PERMISSION_DENIED;
99 *state = af->getMicMute();
105 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
106 if (af == 0) return PERMISSION_DENIED;
107 af->setMasterVolume(value);
113 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger() local
121 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
129 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
139 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
148 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
158 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
167 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
176 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
183 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
190 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
271 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
314 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
356 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
378 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
405 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
413 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
421 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
432 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
439 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
447 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
455 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
838 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
845 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
852 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
    [all...]
  /bionic/libc/dns/resolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.cc 109 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size) {
111 return win32_inet_ntop(af, src, dst, size);
113 return ::inet_ntop(af, src, dst, size);
117 int inet_pton(int af, const char* src, void *dst) {
119 return win32_inet_pton(af, src, dst);
121 return ::inet_pton(af, src, dst);
nethelpers.h 76 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size);
77 int inet_pton(int af, const char* src, void *dst);
  /external/chromium_org/third_party/webrtc/base/
nethelpers.cc 92 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size) {
94 return win32_inet_ntop(af, src, dst, size);
96 return ::inet_ntop(af, src, dst, size);
100 int inet_pton(int af, const char* src, void *dst) {
102 return win32_inet_pton(af, src, dst);
104 return ::inet_pton(af, src, dst);
nethelpers.h 59 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size);
60 int inet_pton(int af, const char* src, void *dst);
  /frameworks/base/media/java/android/media/
AudioFormat.java 349 * @param af the {@link AudioFormat} object whose data will be reused in the new Builder.
351 public Builder(AudioFormat af) {
352 mEncoding = af.mEncoding;
353 mSampleRate = af.mSampleRate;
354 mChannelMask = af.mChannelMask;
355 mPropertySetMask = af.mPropertySetMask;
364 AudioFormat af = new AudioFormat(1980/*ignored*/); local
365 af.mEncoding = mEncoding;
366 af.mSampleRate = mSampleRate;
367 af.mChannelMask = mChannelMask
    [all...]
  /bionic/libc/dns/
gethnamaddr.c 517 gethostbyname2(const char *name, int af)
519 return android_gethostbynamefornet(name, af, NETID_UNSET, MARK_UNSET);
523 android_gethostbynamefornet(const char *name, int af, unsigned netid, unsigned mark)
530 hp = gethostbyname_internal(name, af, res, netid, mark);
626 gethostbyname_internal_real(const char *name, int af, res_state res)
642 switch (af) {
655 rs->host.h_addrtype = af;
680 if (inet_pton(af, name,
714 if (inet_pton(af, name,
739 default_dns_files, name, strlen(name), af) != NS_SUCCESS)
925 int af, len; local
1002 int af; local
1129 int len, af; local
1264 int af; local
1325 int len, af, advance; local
    [all...]
  /external/iproute2/include/
utils.h 97 extern const char *format_host(int af, int len, const void *addr,
99 extern const char *rt_addr_n2a(int af, int len, const void *addr,
109 const char *dnet_ntop(int af, const void *addr, char *str, size_t len);
110 int dnet_pton(int af, const char *src, void *addr);
112 const char *ipx_ntop(int af, const void *addr, char *str, size_t len);
113 int ipx_pton(int af, const char *src, void *addr);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 109 af = aifc.open(fn, 'r')
110 print af.getparams()
112 p.setoutrate(af.getframerate())
113 p.setsampwidth(af.getsampwidth())
114 p.setnchannels(af.getnchannels())
117 data = af.readframes(BUFSIZ)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
inet_ntop.cc 19 const char* inet_ntop(int af, const void* src, char* dst, socklen_t size) {
20 if (AF_INET == af) {
32 if (AF_INET6 == af) {
inet_pton.c 134 int inet_pton(int af, const char *src, void *dst) {
138 if (af == AF_INET) {
140 } else if (af == AF_INET6) {
  /external/valgrind/main/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);

Completed in 653 milliseconds

1 2 3 4 5 6 7 8 9