Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 38) sorted by relevance

12

/tools/asuite/atest/unittest_data/vts_push_files/
Dpush_file1.push1 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/
Dpush_file1.push1 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/
Dconfig_lib.py46 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,
DBtFunhausBaseTest.py126 ad.adb.push("{} {}".format(item, android_music_path))
133 ad.adb.push("{} {}".format(file, android_music_path))
DAvrcpBaseTest.py91 self.dut.adb.push(host_file, phone_file)
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DMultiLineTrack.kt47 push()
53 fun push() { in push() method
65 push() in addSlice()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java529 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
DDirectedGraph.java112 zeroVerts.push(v); in topSort()
127 zeroVerts.push(neighbor); in topSort()
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/
DBtChameleonTest.py143 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/
DStrictShardHelper.java219 IRemoteTest push = listAllTests.remove(j); in normalizeDistribution() local
220 listAllTests.add(push); in normalizeDistribution()
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarMediaPassthroughTest.py96 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/
DComparisonVisitor.kt409 stack.push(root) in createTree()
424 stack.push(node) in createTree()
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py625 ad.adb.push = mock.MagicMock()
637 ad.adb.push = mock.MagicMock(return_value='error')
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py269 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/
Dcoex_test_utils.py1055 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/
DHostTest.java877 descriptions.push(checkRunner.getDescription()); in getTestMethods()
886 descriptions.push(child); in getTestMethods()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java201 mExecCmdArgs.push(execCmdArgs); in setUp()
857 mExecCmdArgs.push(execCmdArgs);
/tools/tradefederation/core/
DTEST_MAPPING24 // Gtest with FilePusher to push the whole testdata(libs/files).
/tools/test/connectivity/acts_tests/tests/google/bt/pts/
DBtCmdLineTest.py83 self.android_devices[0].adb.push("{} {}".format(
/tools/test/connectivity/acts_tests/tests/google/bt/setup/
DBtPreFlightTest.py69 ad.adb.push("{} /system/etc/bluetooth/bt_stack.conf".format(
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Ddut_log_test_utils.py106 ad.adb.push("{} {}".format(maskfile, DEVICE_CFG_FOLDER))
/tools/external_updater/
Dgit_utils.py162 def push(proj_path: Path, remote_name: str) -> None: function
Dexternal_updater.py117 git_utils.push(full_path, args.remote_name)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py104 ad.adb.push('{} {}'.format(file_local, file_phone))
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java106 mBucket.push(tempSrc, Paths.get(mRemoteRoot, FILE_NAME)); in testUploadDownload()

12