Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 18 of 18) sorted by relevance

/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java271 BluetoothServerSocket tmp = null; in AcceptThread() local
277 tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME_SECURE, in AcceptThread()
280 tmp = mAdapter.listenUsingInsecureRfcommWithServiceRecord( in AcceptThread()
286 mmServerSocket = tmp; in AcceptThread()
357 BluetoothSocket tmp = null; in ConnectThread() local
364 tmp = device.createRfcommSocketToServiceRecord( in ConnectThread()
367 tmp = device.createInsecureRfcommSocketToServiceRecord( in ConnectThread()
373 mmSocket = tmp; in ConnectThread()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java308 BluetoothServerSocket tmp = null; in AcceptThread() local
314 tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME_SECURE, in AcceptThread()
317 tmp = mAdapter.listenUsingInsecureRfcommWithServiceRecord( in AcceptThread()
323 mmServerSocket = tmp; in AcceptThread()
395 BluetoothSocket tmp = null; in ConnectThread() local
402 tmp = device.createRfcommSocketToServiceRecord( in ConnectThread()
405 tmp = device.createInsecureRfcommSocketToServiceRecord( in ConnectThread()
411 mmSocket = tmp; in ConnectThread()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorPickerDialog.java146 ColorMatrix tmp = new ColorMatrix(); in rotateColor() local
149 tmp.setRotate(0, deg); in rotateColor()
150 cm.postConcat(tmp); in rotateColor()
151 tmp.setYUV2RGB(); in rotateColor()
152 cm.postConcat(tmp); in rotateColor()
/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
DAndroid.mk15 local_target_dir := $(TARGET_OUT_DATA)/local/tmp
/development/host/windows/usb/api/
Dadb_helper_routines.cpp88 AdbEnumInterfaceArray tmp; in EnumerateDeviceInterfaces() local
114 tmp.push_back(AdbInstanceEnumEntry(dev_name.c_str(), in EnumerateDeviceInterfaces()
140 interfaces->swap(tmp); in EnumerateDeviceInterfaces()
Dadb_legacy_endpoint_object.cpp164 ULONG tmp; in CommonSyncReadWrite() local
170 &tmp, in CommonSyncReadWrite()
/development/scripts/
Drunahat33 dev_file=/data/local/tmp/heapdump.prof
Dacov71 adb pull /data/local/tmp/gcov
Dcombine_sdks.sh41 TMP_ZIP=tmp.zip
/development/tools/idegen/
Dindex-gen.sh41 tmp_file=${root_dir}/tmp.txt
/development/vndk/tools/header-checker/utils/
Dutils.py110 with tempfile.TemporaryDirectory() as tmp:
111 output_path = os.path.join(tmp, os.path.basename(input_path)) + '.dump'
301 with tempfile.TemporaryDirectory() as tmp:
302 output_name = os.path.join(tmp, lib_name) + '.abidiff'
/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py304 with NamedTemporaryFile() as tmp:
305 log.debug("Fetching file {} from device to {}".format(file_path, tmp.name))
306 call_adb_outfile('exec-out su root cat ' + file_path, tmp, device_id)
313 log.debug("Uploading file {}".format(tmp.name))
315 buf = tmp.read(1024)
/development/vndk/tools/header-checker/tests/
Dmodule.py122 with tempfile.TemporaryDirectory() as tmp:
123 output_lsdump = os.path.join(tmp, self.get_dump_name())
125 output_path = os.path.join(tmp,
/development/tools/findunused/
Dfindunusedresources62 …urces $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/everything$$
/development/tools/repo_diff/service/repodiff/
DMakefile131 $(SCP_TO_HOST) remote_scripts/* "$(REMOTE_MACHINE_NAME)":/tmp/scripts/
132 $(SCP_TO_HOST) $(TMP_CREDENTIAL_FNAME) "$(REMOTE_MACHINE_NAME)":/tmp/
/development/build/tools/
Dmk_sdk_repo_xml.sh12 TMP_DIR=$(mktemp -d -t sdkrepo.tmp.XXXXXXXX)
/development/tools/winscope/
Dyarn.lock768 home-or-tmp "^2.0.0"
2376 home-or-tmp@^2.0.0:
2378 …resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e3…