/development/python-packages/adb/ |
D | device.py | 423 def push(self, local, remote, sync=False): argument 439 if isinstance(local, str): 440 cmd.extend([local, remote]) 442 cmd.extend(local) 447 def pull(self, remote, local): argument 448 return self._simple_call(['pull', remote, local]) 480 def forward(self, local, remote): argument 481 return self._simple_call(['forward', local, remote]) 486 def forward_no_rebind(self, local, remote): argument 487 return self._simple_call(['forward', '--no-rebind', local, remote]) [all …]
|
/development/vndk/snapshot/ |
D | update.py | 217 local = None 218 if args.local: 219 local = os.path.expanduser(args.local) 221 if local: 226 elif not os.path.isdir(local): 229 local)) 256 if not local: 260 install_snapshot(args.branch, args.build, local, install_dir, 268 if not local: 283 if not local:
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | DeviceAdminSample.java | 267 protected String localGlobalSummary(Object local, Object global) { in localGlobalSummary() argument 268 return getString(R.string.status_local_global, local, global); in localGlobalSummary() 593 int local, global; in reloadSummaries() local 594 local = mDPM.getPasswordQuality(mDeviceAdminSample); in reloadSummaries() 597 localGlobalSummary(qualityValueToString(local), qualityValueToString(global))); in reloadSummaries() 598 local = mDPM.getPasswordMinimumLength(mDeviceAdminSample); in reloadSummaries() 600 mMinLength.setSummary(localGlobalSummary(local, global)); in reloadSummaries() 601 local = mDPM.getPasswordMinimumLetters(mDeviceAdminSample); in reloadSummaries() 603 mMinLetters.setSummary(localGlobalSummary(local, global)); in reloadSummaries() 604 local = mDPM.getPasswordMinimumNumeric(mDeviceAdminSample); in reloadSummaries() [all …]
|
/development/samples/UiAutomator/ |
D | README | 9 # adb push uiautomator.samples.jar /data/local/tmp 21 # adb push uiautomator.samples.jar /data/local/tmp 30 # adb push uiautomator.samples.jar /data/local/tmp
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | .gitignore | 2 /local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/development/vndk/tools/header-checker/tests/integration/version_script_example/ |
D | example.map.txt | 7 local:
|
/development/vndk/tools/header-checker/tests/input/ |
D | test_version_script.map | 8 local:
|
/development/tools/repo_pull/ |
D | README.md | 41 [-b local-topic-branch] \ 74 * `-b` or `--branch` specifies the local branch name that will be passed to 113 -b my-local-topic-branch 121 -b my-local-topic-branch
|
/development/tools/checkcolor/ |
D | .gitignore | 16 local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/development/samples/browseable/BluetoothChat/ |
D | _index.jd | 11 (2) Querying the local Bluetooth adapter for paired Bluetooth devices
|
/development/python-packages/gdbrunner/ |
D | __init__.py | 187 forward_gdbserver_port(device, local=port, remote="localfilesystem:{}".format(debug_socket)) 211 def forward_gdbserver_port(device, local, remote): argument 219 device.forward("tcp:{}".format(local), remote) 220 atexit.register(lambda: device.forward_remove("tcp:{}".format(local)))
|
/development/samples/training/basic/ActivityLifecycle/ |
D | local.properties | 5 # as it contains information specific to your local configuration.
|
/development/vendor_snapshot/ |
D | update.py | 793 local = None 794 if args.local: 795 local = os.path.expanduser(args.local) 797 if local: 802 elif not os.path.isdir(local): 805 local)) 843 local_dir=local,
|
/development/samples/devbytes/telephony/SmsSampleProject/app/ |
D | proguard-rules.pro | 3 # in /usr/local/google/home/omakoto/Android/Sdk/tools/proguard/proguard-android.txt
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/development/samples/browseable/MediaBrowserService/ |
D | _index.jd | 17 local UI.
|
/development/samples/training/NsdChat/src/com/example/android/nsdchat/ |
D | ChatConnection.java | 79 public synchronized void updateMessages(String msg, boolean local) { in updateMessages() argument 82 if (local) { in updateMessages()
|
/development/scripts/ |
D | lldbclient.py | 252 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot, 257 binary_file, local = gdbrunner.find_binary(device, pid, sysroot, 262 if not local: 508 gdbrunner.forward_gdbserver_port(device, local=args.port,
|
D | gdbclient.py | 252 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot, 257 binary_file, local = gdbrunner.find_binary(device, pid, sysroot, 262 if not local: 508 gdbrunner.forward_gdbserver_port(device, local=args.port,
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
D | MethodStubber.java | 103 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 22 * Create a local dir called include (or inc). Add symlinks to every file that is
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | MethodSourcer.java | 171 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 35 * GCP_DB_PROXY_PORT_DEV: an arbitrary, unique port used for the local secure
|