/tools/asuite/atest/unittest_data/vts_push_files/ |
D | push_file1.push | 1 push_file1_target1->/path/to/push/push_file1_target1 2 push_file1_target2->/path/to/push/push_file1_target2 4 push_file2.push
|
/tools/tradefederation/core/atest/unittest_data/vts_push_files/ |
D | push_file1.push | 1 push_file1_target1->/path/to/push/push_file1_target1 2 push_file1_target2->/path/to/push/push_file1_target2 4 push_file2.push
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | config_lib.py | 46 self.dut.adb.push("{} {}".format(self.reset_config_path, 51 self.dut.adb.push("{} {}".format(self.non_bond_config_path, 56 self.dut.adb.push("{} {}".format(self.disable_mitm_config_path,
|
D | BtFunhausBaseTest.py | 126 ad.adb.push("{} {}".format(item, android_music_path)) 133 ad.adb.push("{} {}".format(file, android_music_path))
|
D | AvrcpBaseTest.py | 91 self.dut.adb.push(host_file, phone_file)
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ |
D | MultiLineTrack.kt | 47 push() 53 fun push() { in push() method 65 push() in addSlice()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 529 public CommandResult push(File localFile) throws IOException { in push() method in GCSBucketUtil 530 return push(localFile, Paths.get("/")); in push() 540 public CommandResult push(File localFile, Path bucketPath) throws IOException { in push() method in GCSBucketUtil
|
D | DirectedGraph.java | 112 zeroVerts.push(v); in topSort() 127 zeroVerts.push(neighbor); in topSort()
|
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/ |
D | BtChameleonTest.py | 143 self.dut.adb.push("{} {}".format(sox_audio_path, 204 self.dut.adb.push("{} {}".format(sox_audio_path,
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelper.java | 219 IRemoteTest push = listAllTests.remove(j); in normalizeDistribution() local 220 listAllTests.add(push); in normalizeDistribution()
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarMediaPassthroughTest.py | 96 self.TG.adb.push("{} {}".format(item, self.android_music_path)) 98 self.TG.adb.push("{} {}".format(self.local_media_path,
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ComparisonVisitor.kt | 409 stack.push(root) in createTree() 424 stack.push(node) in createTree()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_android_device_test.py | 625 ad.adb.push = mock.MagicMock() 637 ad.adb.push = mock.MagicMock(return_value='error')
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | TelephonyBaseTest.py | 269 ad.adb.push("%s %s" % (qxdm_log_mask_cfg, qxdm_mask_path)) 373 ad.adb.push("%s /data" % (curl_file_path))
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 1055 ad.adb.push(item, android_music_path) 1059 ad.adb.push("{} {}".format(music_file_to_play, android_music_path))
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostTest.java | 877 descriptions.push(checkRunner.getDescription()); in getTestMethods() 886 descriptions.push(child); in getTestMethods()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 201 mExecCmdArgs.push(execCmdArgs); in setUp() 857 mExecCmdArgs.push(execCmdArgs);
|
/tools/tradefederation/core/ |
D | TEST_MAPPING | 24 // Gtest with FilePusher to push the whole testdata(libs/files).
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/ |
D | BtCmdLineTest.py | 83 self.android_devices[0].adb.push("{} {}".format(
|
/tools/test/connectivity/acts_tests/tests/google/bt/setup/ |
D | BtPreFlightTest.py | 69 ad.adb.push("{} /system/etc/bluetooth/bt_stack.conf".format(
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | dut_log_test_utils.py | 106 ad.adb.push("{} {}".format(maskfile, DEVICE_CFG_FOLDER))
|
/tools/external_updater/ |
D | git_utils.py | 162 def push(proj_path: Path, remote_name: str) -> None: function
|
D | external_updater.py | 117 git_utils.push(full_path, args.remote_name)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 104 ad.adb.push('{} {}'.format(file_local, file_phone))
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | GCSBucketUtilFuncTest.java | 106 mBucket.push(tempSrc, Paths.get(mRemoteRoot, FILE_NAME)); in testUploadDownload()
|