/test/vts/drivers/shell/ |
D | ShellDriverTest.cpp | 51 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()
|
D | ShellDriver.cpp | 208 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/ |
D | VtsHalTvCecV1_0HostCecClientTest.py | 100 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/ |
D | email_util.py | 265 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/ |
D | ComponentSpecificationMessage.proto | 312 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 …]
|
D | VtsResourceControllerMessage.proto | 53 // 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/ |
D | BpfTest.cpp | 105 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/ |
D | test-relr.s | 25 # Another address entry
|
/test/mts/tools/mts-tradefed/etc/ |
D | mts-tradefed | 49 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
|
/test/suite_harness/tools/cts-tradefed/etc/ |
D | cts-tradefed | 55 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
|
/test/vts/tools/vts-core-tradefed/etc/ |
D | vts-tradefed | 55 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
|
/test/vts/tools/vts-tradefed/etc/ |
D | vts10-tradefed | 59 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
|
D | vts10-tradefed_win.bat | 39 set RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=!TF_DEBUG_PORT!
|
/test/vti/test_serving/proto/ |
D | TestLabConfigMessage.proto | 26 // For the IP address.
|
D | TestScheduleConfigMessage.proto | 39 // For the IP address.
|
/test/suite_harness/common/util/tests/assets/ |
D | arm64_libdl.txt | 11 Entry point address: 0x0
|
D | arm32_libdl.txt | 11 Entry point address: 0x0
|
D | x86app_process32.txt | 11 Entry point address: 0x1530
|
D | x86app_process64.txt | 11 Entry point address: 0x1c50
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | Bar.driver.cpp | 261 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/ |
D | Bar.profiler.cpp | 701 …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()
|