Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 143) sorted by relevance

123456

/system/extras/tests/net_test/
Dping6_test.py391 s.bind(("0.0.0.0", 544))
396 s.bind(("127.0.0.1", 99))
400 self.assertRaisesErrno(errno.EINVAL, s.bind, ("127.0.0.1", 22))
404 s2.bind(("127.0.0.1", 99))
407 s3.bind(("127.0.0.1", 99))
414 s4.bind(("0.0.0.0", 167))
415 s5.bind(("0.0.0.0", 167))
424 self.assertRaisesErrno(errno.EADDRINUSE, s6.bind, ("0.0.0.0", 167))
429 self.assertRaisesErrno(errno.EINVAL, s.bind, ("0.0.0.0", 5429))
434 s.bind(("::", 769))
[all …]
/system/extras/simpleperf/
Dread_elf_test.cpp54 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
61 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
69 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
76 … std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
Denvironment_test.cpp62 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
69 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
73 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
Ddso.cpp240 std::bind(VmlinuxSymbolCallback, std::placeholders::_1, this)); in LoadKernel()
254 std::bind(&KernelSymbolCallback, std::placeholders::_1, this)); in LoadKernel()
288 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForKernelModule)); in LoadKernelModule()
304 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForDso)); in LoadElfFile()
309 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForDso)); in LoadElfFile()
320 std::bind(ElfFileSymbolCallback, std::placeholders::_1, in LoadEmbeddedElfFile()
Dread_apk_test.cpp62 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
/system/bt/vendor_libs/test_vendor_lib/test/
Dhci_transport_unittest.cc118 transport_.RegisterCommandHandler(std::bind( in TEST_F()
127 transport_.RegisterCommandHandler(std::bind( in TEST_F()
/system/tpm/trunks/
Dmock_tpm.cc39 const TPMI_DH_ENTITY& bind, in StartAuthSession() argument
48 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt, in StartAuthSession()
56 const TPMI_DH_ENTITY& bind, in StartAuthSessionSync() argument
66 return StartAuthSessionSyncShort(tpm_key, bind, nonce_caller, in StartAuthSessionSync()
/system/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl26 boolean bind(IUpdateEngineCallback callback); in bind() method
/system/core/libcutils/
Dsocket_inaddr_any_server_unix.c49 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in socket_inaddr_any_server()
Dsocket_loopback_server_unix.c51 if(bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in socket_loopback_server()
Dsocket_inaddr_any_server_windows.c67 if (bind(sock, (struct sockaddr*)&addr, sizeof(addr)) == SOCKET_ERROR) { in socket_inaddr_any_server()
Dsocket_local_server_unix.c82 if(bind(s, (struct sockaddr *) &addr, alen) < 0) {
Duevent.c122 if(bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in uevent_open_socket()
/system/bt/osi/src/socket_utils/
Dsocket_local_server.c68 if (bind(s, (struct sockaddr *)&addr, alen) < 0) {
/system/connectivity/apmanager/init/
Dapmanager-seccomp-mips.policy4 bind: 1
Dapmanager-seccomp-amd64.policy20 bind: 1
Dapmanager-seccomp-arm.policy4 bind: 1
/system/connectivity/shill/test-scripts/
Dveth38 --bind-interfaces
/system/bt/vendor_libs/test_vendor_lib/src/
Ddual_mode_controller.cc148 std::bind(&DualModeController::method, this, std::placeholders::_1); in DualModeController()
181 std::bind(&DualModeController::method, this, std::placeholders::_1); in DualModeController()
192 transport.RegisterCommandHandler(std::bind(&DualModeController::HandleCommand, in RegisterHandlersWithHciTransport()
199 std::bind(&DualModeController::HandleTestChannelCommand, this, in RegisterHandlersWithTestChannelTransport()
240 send_event_ = std::bind(send_delayed_event_, std::placeholders::_1, in SetEventDelay()
/system/bt/stack/avct/
Davct_lcb_act.c231 BOOLEAN bind = FALSE; in avct_lcb_open_ind() local
241 bind = TRUE; in avct_lcb_open_ind()
251 bind = TRUE; in avct_lcb_open_ind()
261 if (bind == FALSE) in avct_lcb_open_ind()
/system/vold/
DNetlinkManager.cpp77 if (bind(mSock, (struct sockaddr *) &nladdr, sizeof(nladdr)) < 0) { in start()
/system/update_engine/
Dbinder_service_android.h64 android::binder::Status bind(
/system/sepolicy/
Dnet.te16 allow netdomain self:netlink_route_socket { create read getattr write setattr lock append bind conn…
/system/core/libbacktrace/
Dbacktrace_offline_test.cpp160 std::bind(test_level_one, 1, 2, 3, 4, std::placeholders::_1, std::placeholders::_2); in TEST()
182 std::function<int(void (*)(void*), void*)> function = std::bind( in TEST()
/system/connectivity/shill/shims/
Dnfqueue-seccomp-mips.policy34 bind: 1

123456