Home
last modified time | relevance | path

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

12

/development/python-packages/adb/
Ddevice.py423 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/
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/ndk/
D.gitignore11 local.properties
/development/scripts/
Dgdbclient.py140 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
145 binary_file, local = gdbrunner.find_binary(device, pid, sysroot,
150 if not local:
258 gdbrunner.forward_gdbserver_port(device, local=args.port,
/development/vndk/snapshot/
Dupdate.py204 if args.local:
241 if not args.local:
254 if not args.local:
267 if not args.local and install_status:
/development/python-packages/gdbrunner/
D__init__.py175 forward_gdbserver_port(device, local=port, remote="localfilesystem:{}".format(debug_socket))
188 def forward_gdbserver_port(device, local, remote): argument
190 device.forward("tcp:{}".format(local), remote)
191 atexit.register(lambda: device.forward_remove("tcp:{}".format(local)))
/development/vndk/tools/header-checker/tests/input/
Dtest_version_script.map8 local:
/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/samples/training/basic/ActivityLifecycle/
Dlocal.properties5 # as it contains information specific to your local configuration.
/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/devbytes/telephony/SmsSampleProject/app/
Dproguard-rules.pro3 # in /usr/local/google/home/omakoto/Android/Sdk/tools/proguard/proguard-android.txt
/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/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/vndk/tools/header-checker/header-abi-util/src/
Dversion_script_parser.cpp147 scope = LineScope::local; in GetLineScope()
/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/vndk/tools/header-checker/header-abi-util/include/
Dheader_abi_util.h45 local, enumerator
/development/cmds/monkey/
DREADME.NETWORK.txt14 Setup port forwarding from a local port on your machine to a port on
/development/tools/winscope/
Dyarn.lock1268 postcss-modules-local-by-default "^1.0.1"
3143 postcss-modules-local-by-default@^1.0.1:
3145 …resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by…

12