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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
misc.s 4 ex af,af'
11 ;;; AF operations
misc.d 9 [ ]+[0-9a-f]+:[ ]+08[ ]+ex af,af'
quotes.s 8 ex af,af'
  /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...]
  /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/curl/lib/
inet_ntop.h 27 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size);
33 #define Curl_inet_ntop(af,addr,buf,size) \
34 inet_ntop(af, addr, buf, (curl_socklen_t)size)
  /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);
  /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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.d 9 .*: 5a 65 af ff [ ]*a %r6,4095\(%r5,%r10\)
10 .*: 6a 65 af ff [ ]*ad %f6,4095\(%r5,%r10\)
11 .*: ed 65 af ff 00 1a [ ]*adb %f6,4095\(%r5,%r10\)
14 .*: 7a 65 af ff [ ]*ae %f6,4095\(%r5,%r10\)
15 .*: ed 65 af ff 00 0a [ ]*aeb %f6,4095\(%r5,%r10\)
18 .*: 4a 65 af ff [ ]*ah %r6,4095\(%r5,%r10\)
20 .*: 5e 65 af ff [ ]*al %r6,4095\(%r5,%r10\)
22 .*: fa 58 5f ff af ff [ ]*ap 4095\(6,%r5\),4095\(9,%r10\)
24 .*: 7e 65 af ff [ ]*au %f6,4095\(%r5,%r10\)
26 .*: 6e 65 af ff [ ]*aw %f6,4095\(%r5,%r10\
    [all...]
zarch-machine.d 9 .*: e3 95 af ff 00 08 [ ]*ag %r9,4095\(%r5,%r10\)
11 .*: e3 95 af ff 00 18 [ ]*agf %r9,4095\(%r5,%r10\)
zarch-z900.d 9 .*: e3 95 af ff 00 08 [ ]*ag %r9,4095\(%r5,%r10\)
10 .*: e3 95 af ff 00 18 [ ]*agf %r9,4095\(%r5,%r10\)
14 .*: e3 95 af ff 00 88 [ ]*alcg %r9,4095\(%r5,%r10\)
16 .*: e3 95 af ff 00 0a [ ]*alg %r9,4095\(%r5,%r10\)
17 .*: e3 95 af ff 00 1a [ ]*algf %r9,4095\(%r5,%r10\)
20 .*: e3 95 af ff 00 46 [ ]*bctg %r9,4095\(%r5,%r10\)
32 .*: e3 95 af ff 00 20 [ ]*cg %r9,4095\(%r5,%r10\)
37 .*: e3 95 af ff 00 30 [ ]*cgf %r9,4095\(%r5,%r10\)
43 .*: e3 95 af ff 00 21 [ ]*clg %r9,4095\(%r5,%r10\)
44 .*: e3 95 af ff 00 31 [ ]*clgf %r9,4095\(%r5,%r10\
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
link_test.go 19 af int
26 for _, af := range [...]int{sysAF_UNSPEC, sysAF_INET, sysAF_INET6} {
27 lls, err := Links(af, "")
32 lps = append(lps, linkPack{af: af, lls: lls})
45 lls, err := Links(lp.af, sll.Name)
47 t.Fatal(lp.af, sll.Name, err)
51 t.Errorf("af=%s got %v; want %v", addrFamily(lp.af), &ll, &sll)
54 t.Logf("af=%s name=%s %v", addrFamily(lp.af), sll.Name, &ll
    [all...]
lif.go 16 af int
24 func newEndpoints(af int) ([]endpoint, error) {
28 if af != sysAF_UNSPEC {
29 afs = []int{af}
31 for _, af := range afs {
32 s, err := syscall.Socket(af, sysSOCK_DGRAM, 0)
37 eps = append(eps, endpoint{af: af, s: uintptr(s)})
address_test.go 16 func (af addrFamily) String() string {
17 switch af {
25 return fmt.Sprintf("%d", af)
76 af int
83 for _, af := range [...]int{sysAF_UNSPEC, sysAF_INET, sysAF_INET6} {
84 as, err := Addrs(af, "")
89 aps = append(aps, addrPack{af: af, as: as})
106 as, err := Addrs(lp.af, ll.Name)
108 t.Fatal(lp.af, ll.Name, err
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
link_test.go 19 af int
26 for _, af := range [...]int{sysAF_UNSPEC, sysAF_INET, sysAF_INET6} {
27 lls, err := Links(af, "")
32 lps = append(lps, linkPack{af: af, lls: lls})
45 lls, err := Links(lp.af, sll.Name)
47 t.Fatal(lp.af, sll.Name, err)
51 t.Errorf("af=%s got %v; want %v", addrFamily(lp.af), &ll, &sll)
54 t.Logf("af=%s name=%s %v", addrFamily(lp.af), sll.Name, &ll
    [all...]
lif.go 16 af int
24 func newEndpoints(af int) ([]endpoint, error) {
28 if af != sysAF_UNSPEC {
29 afs = []int{af}
31 for _, af := range afs {
32 s, err := syscall.Socket(af, sysSOCK_DGRAM, 0)
37 eps = append(eps, endpoint{af: af, s: uintptr(s)})
address_test.go 16 func (af addrFamily) String() string {
17 switch af {
25 return fmt.Sprintf("%d", af)
76 af int
83 for _, af := range [...]int{sysAF_UNSPEC, sysAF_INET, sysAF_INET6} {
84 as, err := Addrs(af, "")
89 aps = append(aps, addrPack{af: af, as: as})
106 as, err := Addrs(lp.af, ll.Name)
108 t.Fatal(lp.af, ll.Name, err
    [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;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 13 auto void af(); // expected-error {{illegal storage class on function}}
30 auto void af(); // expected-error {{storage class specified for a member declaration}}
  /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))
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 48 sp<IAudioFlinger> af; local
76 af = gAudioFlinger;
80 af->registerClient(afc);
83 return af;
89 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
90 if (af == 0) return 0;
117 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
118 if (af == 0) return PERMISSION_DENIED;
119 return af->setMicMute(state);
124 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger() local
132 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
140 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
148 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
156 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
166 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
175 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
185 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
194 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
203 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
210 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
217 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
303 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
340 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
377 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
403 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
411 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
419 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
430 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
437 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
445 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
453 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
460 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
468 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
626 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1051 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1058 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1065 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1186 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1206 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
1284 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
    [all...]
  /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);
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DeferredManualAutoFocus.java 40 ManualAutoFocus af = mManualAutoFocusFuture.get(); local
41 af.triggerFocusAndMeterAtPoint(nx, ny);
  /bionic/libc/dns/resolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /external/syslinux/gpxe/src/include/gpxe/
ethernet.h 16 extern int eth_mc_hash ( unsigned int af, const void *net_addr,

Completed in 343 milliseconds

1 2 3 4 5 6 7 8 91011>>