/development/vndk/snapshot/ |
D | update.py | 225 local = None 226 if args.local: 227 local = os.path.expanduser(args.local) 229 if local: 234 elif not os.path.isdir(local): 237 local)) 264 if not local: 268 install_snapshot(args.branch, args.build, local, install_dir, 276 if not local: 291 if not local:
|
/development/python-packages/adb/ |
D | device.py | 423 def push(self, local, remote, sync=False): argument 438 cmd.extend([local, remote]) 441 def pull(self, remote, local): argument 442 return self._simple_call(['pull', remote, local]) 474 def forward(self, local, remote): argument 475 return self._simple_call(['forward', local, remote]) 480 def forward_no_rebind(self, local, remote): argument 481 return self._simple_call(['forward', '--no-rebind', local, remote]) 483 def forward_remove(self, local): argument 484 return self._simple_call(['forward', '--remove', local]) [all …]
|
/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/ndk/ |
D | .gitignore | 11 local.properties
|
/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] \ 75 * `-b` or `--branch` specifies the local branch name that will be passed to 114 -b my-local-topic-branch 122 -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)) 200 def forward_gdbserver_port(device, local, remote): argument 202 device.forward("tcp:{}".format(local), remote) 203 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/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/scripts/ |
D | gdbclient.py | 240 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot, 245 binary_file, local = gdbrunner.find_binary(device, pid, sysroot, 250 if not local: 455 gdbrunner.forward_gdbserver_port(device, local=args.port,
|
/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/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
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 14 Setup port forwarding from a local port on your machine to a port on
|