Home
last modified time | relevance | path

Searched refs:address (Results 1 – 21 of 21) sorted by relevance

/test/vts/drivers/shell/
DShellDriverTest.cpp51 struct sockaddr_un address; in vts_shell_driver_test_client_start() local
62 memset(&address, 0, sizeof(struct sockaddr_un)); in vts_shell_driver_test_client_start()
64 address.sun_family = AF_UNIX; in vts_shell_driver_test_client_start()
65 strncpy(address.sun_path, socket_address.c_str(), in vts_shell_driver_test_client_start()
66 sizeof(address.sun_path) - 1); in vts_shell_driver_test_client_start()
71 conn_success = connect(socket_fd, (struct sockaddr*)&address, in vts_shell_driver_test_client_start()
81 conn_success = connect(socket_fd, (struct sockaddr*)&address, in vts_shell_driver_test_client_start()
DShellDriver.cpp208 struct sockaddr_un address; in StartListen() local
220 memset(&address, 0, sizeof(struct sockaddr_un)); in StartListen()
221 address.sun_family = AF_UNIX; in StartListen()
222 strncpy(address.sun_path, this->socket_address_.c_str(), in StartListen()
223 sizeof(address.sun_path) - 1); in StartListen()
225 if (::bind(socket_fd, (struct sockaddr*)&address, in StartListen()
237 address_length = sizeof(address); in StartListen()
241 accept(socket_fd, (struct sockaddr*)&address, &address_length); in StartListen()
/test/vts-testcase/hal/tv/cec/V1_0/host_cec_client/
DVtsHalTvCecV1_0HostCecClientTest.py100 address = hex(i)[2:]
102 self.cec_utils.sendConsoleMessage("poll " + address)
105 address_list.append(address)
113 for address in logical_addresses:
114 result = self.dut.hal.tv_cec.addLogicalAddress(int(address, 16))
193 for address in logical_addresses:
195 self.cec_utils.sendConsoleMessage("poll " + address)
/test/vti/test_serving/gae/webapp/src/utils/
Demail_util.py265 def verify_recipient_address(address): argument
283 if not address:
285 if type(address) is list:
287 x for x in address
291 elif type(address) is str:
292 return address if any(
293 pattern.match(address) for pattern in verify_patterns) else None
295 raise ValueError("Wrong type - {}.".format(type(address)))
/test/vts/proto/
DComponentSpecificationMessage.proto312 optional uint32 address = 11; field
350 // To record the pointer address of hidl_memory object.
351 // We use uint64 to represent the address of the hidl_memory pointer,
352 // which allows vtsc to reinterpret the address when caller wants to use
354 // This field is updated by driver_manager when the hidl_memory address
398 // To record the pointer address of hidl_handle object.
399 // We use uint64 to represent the address of the hidl_handle pointer,
400 // which allows vtsc to reinterpret the address when caller wants to use
402 // This field is updated by driver_manager when the hidl_handle address
469 // FMQ objects. We use uint64 to represent the address of the descriptor,
[all …]
DVtsResourceControllerMessage.proto53 // Get address of queue descriptor.
55 // drivers to pass queue descriptor address to identify
127 // store address of queue descriptor
/test/vts-testcase/kernel/api/bpf_native_test/
DBpfTest.cpp105 std::string address = android::base::StringPrintf("::1"); in workerThread() local
106 EXPECT_NE(0, inet_pton(AF_INET6, address.c_str(), &remote.sin6_addr)); in workerThread()
/test/vts/utils/python/library/elf/testing/
Dtest-relr.s25 # Another address entry
/test/mts/tools/mts-tradefed/etc/
Dmts-tradefed49 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
/test/suite_harness/tools/cts-tradefed/etc/
Dcts-tradefed55 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
/test/vts/tools/vts-core-tradefed/etc/
Dvts-tradefed55 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
/test/vts/tools/vts-tradefed/etc/
Dvts10-tradefed59 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
Dvts10-tradefed_win.bat39 set RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=!TF_DEBUG_PORT!
/test/vti/test_serving/proto/
DTestLabConfigMessage.proto26 // For the IP address.
DTestScheduleConfigMessage.proto39 // For the IP address.
/test/suite_harness/common/util/tests/assets/
Darm64_libdl.txt11 Entry point address: 0x0
Darm32_libdl.txt11 Entry point address: 0x0
Dx86app_process32.txt11 Entry point address: 0x1530
Dx86app_process64.txt11 Entry point address: 0x1c50
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.driver.cpp261 var_msg0_array_i_address->mutable_string_value()->set_message(arg0[i].address.c_str()); in haveAGooberArray()
262 var_msg0_array_i_address->mutable_string_value()->set_length(arg0[i].address.size()); in haveAGooberArray()
824 …arg0[arg0_index].address = ::android::hardware::hidl_string(func_msg.arg(0).vector_value(arg0_inde… in CallFunction()
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DBar.profiler.cpp701 …rg_0_index_address->mutable_string_value()->set_message((*arg_val_0)[arg_0_index].address.c_str()); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
702 …_arg_0_index_address->mutable_string_value()->set_length((*arg_val_0)[arg_0_index].address.size()); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()