Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 28) sorted by relevance

12

/development/python-packages/adb/
Ddevice.py423 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/
Dupdate.py217 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/
DDeviceAdminSample.java267 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/
DREADME9 # 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.gitignore2 /local.properties
Dgradlew.bat8 @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/
Dexample.map.txt7 local:
/development/vndk/tools/header-checker/tests/input/
Dtest_version_script.map8 local:
/development/tools/repo_pull/
DREADME.md41 [-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.gitignore16 local.properties
Dgradlew.bat8 @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.jd11 (2) Querying the local Bluetooth adapter for paired Bluetooth devices
/development/python-packages/gdbrunner/
D__init__.py187 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/
Dlocal.properties5 # as it contains information specific to your local configuration.
/development/vendor_snapshot/
Dupdate.py793 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/
Dproguard-rules.pro3 # in /usr/local/google/home/omakoto/Android/Sdk/tools/proguard/proguard-android.txt
/development/samples/training/testingfun/
Dgradlew.bat8 @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.jd17 local UI.
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java79 public synchronized void updateMessages(String msg, boolean local) { in updateMessages() argument
82 if (local) { in updateMessages()
/development/scripts/
Dlldbclient.py252 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,
Dgdbclient.py252 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/
DMethodStubber.java103 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
/development/vndk/tools/vndk-compliance/
DREADME.md22 * Create a local dir called include (or inc). Add symlinks to every file that is
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java171 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
/development/tools/repo_diff/service/repodiff/
DREADME.md35 * GCP_DB_PROXY_PORT_DEV: an arbitrary, unique port used for the local secure

12