HomeSort by relevance Sort by last modified time
    Searched refs:DUT (Results 1 - 12 of 12) sorted by null

  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 53 ArrayRecycler<Object> DUT;
56 Object *A1 = DUT.allocate(Cap, Allocator);
60 Object *A2 = DUT.allocate(Cap, Allocator);
64 Object *A3 = DUT.allocate(Cap, Allocator);
75 DUT.deallocate(Cap, A2);
84 Object *A2x = DUT.allocate(Cap, Allocator);
87 DUT.deallocate(Cap, A2x);
88 DUT.deallocate(Cap, A1);
89 DUT.deallocate(Cap, A3);
93 Object *A3x = DUT.allocate(Cap, Allocator)
    [all...]
  /external/autotest/server/site_tests/platform_ServoPowerStateController/
platform_ServoPowerStateController.py 12 """Test servo can power on and off DUT in recovery and non-recovery mode."""
17 """Initialize DUT for testing."""
22 """Clean up DUT after servo actions."""
24 # Power off, then power on DUT from internal storage.
31 """Confirm DUT is powered on, claim test failure if DUT is off.
33 @param rec_on: True if DUT should boot from external USB stick as in
36 @raise TestFail: If DUT is off or DUT boot from wrong source.
39 raise error.TestFail('power_state:%s did not turn DUT on.'
    [all...]
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
glibc_test_script.sh 19 DUT=172.17.186.180
31 cros flash ${DUT} latest &> /tmp/tmp_cros_flash_result.log
41 scp ${SSH_OPTS} /tmp/repro.sh root@${DUT}:/tmp
44 ( ssh ${SSH_OPTS} root@${DUT} -- /bin/bash -l /tmp/repro.sh ) > /tmp/result
  /external/autotest/server/hosts/
cros_repair.py 32 # DUT's are in dev mode.
56 # N.B. AC power detection depends on software on the DUT, and there
57 # have been bugs where detection failed even though the DUT really
77 # verifier can't be fixed by re-installing, which means if a DUT
104 return 'The DUT is plugged in to AC power'
178 Checks that the DUT successfully finished its last provision job.
194 'Last AU on this DUT failed')
198 return 'The most recent AU attempt on this DUT succeeded'
338 # no checking DUT health between each press as
339 # killing Chrome is not really likely to fix the DUT SSH
    [all...]
servo_repair.py 70 and the setting doesn't match the DUT.
122 * The SERIAL setting doesn't match the DUT's entry in the AFE
159 * The BOARD setting doesn't match the DUT's entry in the AFE
275 logging.warning('Board for DUT is unknown; starting '
343 # stick to prevent, say, power cycling the DUT.
adb_host.py 200 test station connected to an Android DUT. This will be the DUT
788 # DUT with single device connected may not have adb_serial set.
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 66 dut_mac_prefix ='\'DUT\': '
144 """Returns the MAC of the DUT in test info."""
  /external/autotest/site_utils/deployment/
commandline.py 5 """Argument processing for the DUT deployment tool.
269 'DUT hostnames and hostname file both specified, only '
280 'DUT hostnames are required with board or build.\n')
516 # 1: dut hostname
517 # 2: dut/v4 mac address
518 # 3: dut ip
  /external/autotest/site_utils/
dut_status.py 10 Reports on the history and status of selected DUT hosts, to
12 the script, "broken" means "the DUT requires manual intervention
15 completed jobs for the DUT in a given time interval; still-running
20 A DUT's reported status is based on the DUT's job history in a time
40 DUT Selection
64 surrounding the DUT's last change from working to broken,
87 'NO' means the DUT is broken. That diagnosis is based on a job that
100 'NO' Indicates that the DUT was believed broken after the job.
101 'OK' Indicates that the DUT was believed working after the job
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 81 # The timeout minutes for waiting a DUT auto-update finished.
613 @param ip: The IP address of a dut to look for devserver.
635 'Fail to locate a devserver for dut %s in %s devservers'
697 @param hostname: Hostname of a DUT to choose devserver for.
717 # Go through all restricted subnet settings and check if the DUT is
747 @param hostname: The hostname of dut that requests a devserver. It's
763 # Find available devservers without dut location constrain.
773 'dut hostname: %s' %
846 @param hostname: Hostname of a DUT to choose devserver for.
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveDataTest.py 729 1. DUT in LTE mode, idle.
730 2. DUT start 2.4G WiFi Tethering
731 3. PhoneB disable data, connect to DUT's softAP
732 4. Verify Internet access on DUT and PhoneB
755 1. DUT in LTE mode, idle.
756 2. DUT start 5G WiFi Tethering
757 3. PhoneB disable data, connect to DUT's softAP
758 4. Verify Internet access on DUT and PhoneB
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48_jitterT2.rtp     [all...]

Completed in 337 milliseconds