/system/extras/tests/net_test/ |
D | ping6_test.py | 391 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/ |
D | read_elf_test.cpp | 54 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()
|
D | environment_test.cpp | 62 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()
|
D | dso.cpp | 240 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()
|
D | read_apk_test.cpp | 62 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | hci_transport_unittest.cc | 118 transport_.RegisterCommandHandler(std::bind( in TEST_F() 127 transport_.RegisterCommandHandler(std::bind( in TEST_F()
|
/system/tpm/trunks/ |
D | mock_tpm.cc | 39 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/ |
D | IUpdateEngine.aidl | 26 boolean bind(IUpdateEngineCallback callback); in bind() method
|
/system/core/libcutils/ |
D | socket_inaddr_any_server_unix.c | 49 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in socket_inaddr_any_server()
|
D | socket_loopback_server_unix.c | 51 if(bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in socket_loopback_server()
|
D | socket_inaddr_any_server_windows.c | 67 if (bind(sock, (struct sockaddr*)&addr, sizeof(addr)) == SOCKET_ERROR) { in socket_inaddr_any_server()
|
D | socket_local_server_unix.c | 82 if(bind(s, (struct sockaddr *) &addr, alen) < 0) {
|
D | uevent.c | 122 if(bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in uevent_open_socket()
|
/system/bt/osi/src/socket_utils/ |
D | socket_local_server.c | 68 if (bind(s, (struct sockaddr *)&addr, alen) < 0) {
|
/system/connectivity/apmanager/init/ |
D | apmanager-seccomp-mips.policy | 4 bind: 1
|
D | apmanager-seccomp-amd64.policy | 20 bind: 1
|
D | apmanager-seccomp-arm.policy | 4 bind: 1
|
/system/connectivity/shill/test-scripts/ |
D | veth | 38 --bind-interfaces
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | dual_mode_controller.cc | 148 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/ |
D | avct_lcb_act.c | 231 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/ |
D | NetlinkManager.cpp | 77 if (bind(mSock, (struct sockaddr *) &nladdr, sizeof(nladdr)) < 0) { in start()
|
/system/update_engine/ |
D | binder_service_android.h | 64 android::binder::Status bind(
|
/system/sepolicy/ |
D | net.te | 16 allow netdomain self:netlink_route_socket { create read getattr write setattr lock append bind conn…
|
/system/core/libbacktrace/ |
D | backtrace_offline_test.cpp | 160 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/ |
D | nfqueue-seccomp-mips.policy | 34 bind: 1
|