Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 20 of 20) sorted by relevance

/development/testrunner/
Druntest.py106 parser.add_option("-l", "--list-tests", dest="only_list_tests",
109 parser.add_option("-b", "--skip-build", dest="skip_build", default=False,
111 parser.add_option("-j", "--jobs", dest="make_jobs",
114 parser.add_option("-n", "--skip_execute", dest="preview", default=False,
117 parser.add_option("-i", "--build-install-only", dest="build_install_only", default=False,
120 parser.add_option("-r", "--raw-mode", dest="raw_mode", default=False,
123 parser.add_option("-a", "--suite-assign", dest="suite_assign_mode",
127 parser.add_option("-v", "--verbose", dest="verbose", default=False,
130 parser.add_option("-w", "--wait-for-debugger", dest="wait_for_debugger",
133 parser.add_option("-c", "--test-class", dest="test_class",
[all …]
Dadb_interface.py104 def Push(self, src, dest): argument
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
113 def Pull(self, src, dest): argument
124 if not os.path.exists(os.path.dirname(dest)):
125 os.makedirs(os.path.dirname(dest))
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DNode.java242 public void writeToParcel(Parcel dest, int flags) { in writeToParcel() argument
243 dest.writeInt( mIsTaskNode ? 1 : 0); in writeToParcel()
245 dest.writeInt(mTaskId); in writeToParcel()
247 mName.writeToParcel(dest, 0); in writeToParcel()
250 dest.writeInt(0); in writeToParcel()
252 dest.writeInt(1); in writeToParcel()
253 dest.writeTypedList(mChildren); in writeToParcel()
255 dest.writeInt(mOptionFlags); in writeToParcel()
256 dest.writeInt(mIntent == null ? 0 : 1); in writeToParcel()
257 if (mIntent != null) mIntent.writeToParcel(dest, 0 /* flags */); in writeToParcel()
/development/gsi/gsi_util/
Dbuild.py70 def _create_dirs_and_copy_file(dest, src): argument
71 dir_path = os.path.dirname(dest)
78 logging.debug('copy(): %s %s', src, dest)
79 shutil.copy(src, dest)
88 print 'Copy {}...'.format(item.dest)
90 _create_dirs_and_copy_file(item.dest, full_src)
114 print ' {:20} <== {}'.format(item.dest, item.src)
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DM4.java38 public void multiply(GLVertex src, GLVertex dest) { in multiply() argument
39 dest.x = src.x * m[0][0] + src.y * m[1][0] + src.z * m[2][0] + m[3][0]; in multiply()
40 dest.y = src.x * m[0][1] + src.y * m[1][1] + src.z * m[2][1] + m[3][1]; in multiply()
41 dest.z = src.x * m[0][2] + src.y * m[1][2] + src.z * m[2][2] + m[3][2]; in multiply()
/development/gsi/gsi_util/gsi_util/commands/
Dpull.py27 source, dest = args.SOURCE, args.DEST
35 logging.debug('Copy %s -> %s', filename, dest)
36 shutil.copy(filename, dest)
/development/vndk/tools/definition-tool/tests/
Dtest_dex_file.py66 def _assemble_smali(self, dest, source): argument
70 subprocess.check_call(['smali', 'a', source, '-o', dest])
75 def _create_zip_file(self, dest, paths): argument
77 with zipfile.ZipFile(dest, 'w') as zip_file:
/development/python-packages/gdbrunner/
D__init__.py34 "--adb", dest="adb_path",
40 "-a", action="store_const", dest="device", const="-a",
43 "-d", action="store_const", dest="device", const="-d",
46 "-e", action="store_const", dest="device", const="-e",
49 "-s", metavar="SERIAL", action="store", dest="serial",
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java566 public void writeToParcel(Parcel dest, int flags) { in writeToParcel() argument
567 dest.writeInt(photo); in writeToParcel()
568 dest.writeInt(colors[0]); in writeToParcel()
569 dest.writeInt(colors[1]); in writeToParcel()
570 dest.writeInt(displayModeId); in writeToParcel()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java152 public void getMatrix(float[] dest, int offset) { in getMatrix() argument
153 System.arraycopy(mMatrix, mTop, dest, offset, MATRIX_SIZE); in getMatrix()
/development/tools/repo_pull/
Drepo_review.py111 help='Remove hashtag', dest='remove_hashtag')
117 help='Delete topic name', dest='delete_topic')
/development/scripts/
Dgdbclient.py99 "-p", dest="target_pid", metavar="PID", type=int,
102 "-n", dest="target_name", metavar="NAME",
105 "-r", dest="run_cmd", metavar="CMD", nargs=argparse.REMAINDER,
Dget_rust_pkg.py65 dest="pkgs",
/development/testrunner/coverage/
Dcoverage.py320 "-c", "--combine-coverage", dest="combine_coverage", default=False,
324 "-t", "--tidy", dest="tidy", default=False, action="store_true",
/development/tools/
Dmonkey197 parser.add_argument("-p", action="append", dest="packages",
/development/build/tools/
Dmk_sdk_repo_xml.sh26 Usage: $0 output.xml xml-schema [type [os zip[:dest]]*...]*
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java625 private boolean hitTest(float x, float y, PointF dest) { in hitTest() argument
630 dest.set( in hitTest()
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py3455 '--no-unzip-files', action='store_false', dest='unzip_files',
4134 dest='check_apk',
4145 dest='check_dt_needed_ordering',
4446 subparsers = parser.add_subparsers(dest='subcmd')
/development/vndk/tools/sourcedr/ninja/
Dninja.py989 subparsers = parser.add_subparsers(dest='command')
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv7658 …tivity,fake_3Uaj537tRAykEJlYC2ICPA@fakeemail.com,Added tcpdump to data tests and multiple ping dest
19413 …ke_5q1zsD7sSG6Nh6ZfHiQUoQ@fakeemail.com,tc/cls_flower: Add to the usage encapsulation dest UDP port
19476 …l/iproute2,fake_5q1zsD7sSG6Nh6ZfHiQUoQ@fakeemail.com,tc/m_tunnel_key: Add dest UDP port to tunnel …
19674 …nal/iproute2,fake_5q1zsD7sSG6Nh6ZfHiQUoQ@fakeemail.com,tc/cls_flower: Add dest UDP port to tunnel …
19887 …nal/iproute2,fake_jMdns2QQSUGzZucf1OdiAA@fakeemail.com,tc: flower: Update dest UDP port documentat…
26332 …orm/development,fake_4dZW8zNjRpGYuq5Umf5eBA@fakeemail.com,vndk-def: Print dest source directory in…
30514 …2e,platform/external/jacoco,fake_27VE_QtlTquRVWbyvWlM8Q@fakeemail.com,Use dest argument as folder …
35009 …revious value retained), which led to memcpy() with an overlapping source/dest range (annoying asa…
45232 …6xXEKEQQ@fakeemail.com,r600g/Cayman: Fix blending using destination alpha factor but non-alpha dest
45838 …atform/external/mesa3d,fake_MVKCSWSCRQa0jK6oYiO_KQ@fakeemail.com,nir: Use dest.ssa.num_components …
[all …]