Searched refs:sd (Results 126 - 150 of 338) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c20 static void wps_er_ssdp_rx(int sd, void *eloop_ctx, void *sock_ctx) argument
33 nread = recvfrom(sd, buf, sizeof(buf) - 1, 0,
47 if (sd == er->multicast_sd) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c20 static void wps_er_ssdp_rx(int sd, void *eloop_ctx, void *sock_ctx) argument
33 nread = recvfrom(sd, buf, sizeof(buf) - 1, 0,
47 if (sd == er->multicast_sd) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c20 static void wps_er_ssdp_rx(int sd, void *eloop_ctx, void *sock_ctx) argument
33 nread = recvfrom(sd, buf, sizeof(buf) - 1, 0,
47 if (sd == er->multicast_sd) {
/external/autotest/tko/parsers/test/
H A Dscenario_base.py74 sd = self.__dict__
75 pairs = ['%s="%s"' % (k, sd[k]) for k in sorted(sd.keys())]
116 sd = self.__dict__
117 pairs = ['%s="%s"' % (k, sd[k]) for k in sorted(sd.keys())]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_pred.pass.cpp78 const unsigned sd = sizeof(id)/sizeof(id[0]); local
80 r = std::unique(Iter(id), Iter(id+sd), count_equal());
84 assert(count_equal::count == sd-1);
168 const unsigned sd = sizeof(id)/sizeof(id[0]); local
170 r = std::unique(Iter(id), Iter(id+sd), count_equal());
174 assert(count_equal::count == sd-1);
H A Dunique.pass.cpp62 const unsigned sd = sizeof(id)/sizeof(id[0]); local
63 r = std::unique(Iter(id), Iter(id+sd));
136 const unsigned sd = sizeof(id)/sizeof(id[0]); local
137 r = std::unique(Iter(id), Iter(id+sd));
H A Dunique_copy_pred.pass.cpp85 const unsigned sd = sizeof(id)/sizeof(id[0]); local
86 int jd[sd] = {-1};
88 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
92 assert(count_equal::count == sd-1);
/external/python/cpython2/Lib/
H A Dfilecmp.py189 for sd in self.subdirs.itervalues():
190 sd.phase4_closure()
219 for sd in self.subdirs.itervalues():
221 sd.report()
225 for sd in self.subdirs.itervalues():
227 sd.report_full_closure()
/external/python/cpython3/Lib/
H A Dfilecmp.py198 for sd in self.subdirs.values():
199 sd.phase4_closure()
228 for sd in self.subdirs.values():
230 sd.report()
234 for sd in self.subdirs.values():
236 sd.report_full_closure()
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_search.py15 import idlelib.search as sd namespace
31 self.dialog = sd.SearchDialog(self.root, self.engine)
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp78 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
79 r = std::rotate(Iter(id), Iter(id), Iter(id+sd));
80 assert(base(r) == id+sd);
85 r = std::rotate(Iter(id), Iter(id+1), Iter(id+sd));
91 r = std::rotate(Iter(id), Iter(id+2), Iter(id+sd));
97 r = std::rotate(Iter(id), Iter(id+3), Iter(id+sd));
103 r = std::rotate(Iter(id), Iter(id+sd), Iter(id+sd));
278 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
279 for (int i = 0; i < sd;
[all...]
/external/valgrind/coregrind/
H A Dm_libcfile.c1027 Int sd, res; local
1046 sd = VG_(socket)(VKI_AF_INET, VKI_SOCK_STREAM, 0 /* IPPROTO_IP ? */);
1047 if (sd < 0) {
1053 res = my_connect(sd, &servAddr, sizeof(servAddr));
1059 return sd;
1204 Int VG_(write_socket)( Int sd, const void *msg, Int count ) argument
1220 args[0] = sd;
1231 res = VG_(do_syscall6)(__NR_sendto, sd, (UWord)msg,
1237 res = VG_(do_syscall3)(__NR_write_nocancel, sd, (UWord)msg, count);
1242 res = VG_(do_syscall4)(__NR_send, sd, (UWor
1250 getsockname( Int sd, struct vki_sockaddr *name, Int *namelen) argument
1288 getpeername( Int sd, struct vki_sockaddr *name, Int *namelen) argument
1326 getsockopt( Int sd, Int level, Int optname, void *optval, Int *optlen) argument
1370 setsockopt( Int sd, Int level, Int optname, void *optval, Int optlen) argument
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c835 YV12_BUFFER_CONFIG sd; local
861 res = image2yuvconfig(img, &sd);
863 if (vp8_receive_raw_frame(ctx->cpi, ctx->next_frame_flag | lib_flags, &sd,
984 YV12_BUFFER_CONFIG sd; local
986 image2yuvconfig(&frame->img, &sd);
987 vp8_set_reference(ctx->cpi, frame->frame_type, &sd);
1000 YV12_BUFFER_CONFIG sd; local
1002 image2yuvconfig(&frame->img, &sd);
1003 vp8_get_reference(ctx->cpi, frame->frame_type, &sd);
1029 YV12_BUFFER_CONFIG sd; local
[all...]
/external/llvm/test/MC/ARM/
H A Ddirective-even.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
H A Deh-directive-cantunwind.s2 @ RUN: | llvm-readobj -s -sd -sr | FileCheck %s
H A Deh-directive-movsp.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
/external/llvm/test/MC/MachO/ARM/
H A Drelax-thumb2-branches.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | llvm-readobj -s -sd | FileCheck %s
H A Dthumb-bl-jbits.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | llvm-readobj -s -sd | FileCheck %s
/external/llvm/test/MC/Mips/
H A Dmips64eb-fixups.s1 # RUN: llvm-mc -filetype=obj -triple mips64eb-unknown-freebsd %s -o - | llvm-readobj -s -sd | FileCheck %s
/external/llvm/test/MC/PowerPC/
H A Dppc64-initial-cfa.s2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
4 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-BE
6 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-LE
8 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-LE
/external/llvm/test/MC/X86/
H A Dx86-evenDirective.s1 # RUN: llvm-mc -triple -x86_64-unknown-unknown -filetype obj -o - %s | llvm-readobj -s -sd \
/external/stressapptest/src/
H A Ddisk_blocks.cc83 StorageData *sd = new StorageData(); local
84 sd->block = block;
85 sd->pos = size_;
93 addr_to_block_[address] = sd;
/external/syslinux/core/lwip/src/include/lwip/
H A Dapi_msg.h100 } sd; member in union:api_msg_msg::__anon23818
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c527 static void set_blocking ( int sd )
530 res = fcntl(sd, F_GETFL);
531 res = fcntl(sd, F_SETFL, res & ~O_NONBLOCK);
540 static void set_nonblocking ( int sd )
543 res = fcntl(sd, F_GETFL);
544 res = fcntl(sd, F_SETFL, res | O_NONBLOCK);
697 Int sd = conn_state[conn_no].conn_sd; local
701 { Int r = my_read(sd, &rd_first8[0], 8);
715 Int r = my_read(sd, req->data, req->n_data);
899 Int r = my_write(sd,
[all...]
/external/vboot_reference/tests/
H A Dvb2_nvstorage_tests.c73 struct vb2_shared_data *sd = vb2_get_sd(&c); local
82 TEST_EQ(sd->status, VB2_SD_STATUS_NV_INIT | VB2_SD_STATUS_NV_REINIT,
90 sd->status = 0;
94 TEST_EQ(sd->status, VB2_SD_STATUS_NV_INIT, "vb2_nv_init() status same");

Completed in 2612 milliseconds

1234567891011>>