/development/tools/repo_diff/service/repodiff/tools/ |
D | env_variable_load.py | 14 with open("%s/.bashrc" % os.environ["HOME"], "rb") as f: 17 with open("%s/.bashrc" % os.environ["HOME"], "a") as f:
|
D | tech_area_csv_to_hashes.py | 30 with open(fname, "rb") as csv_file:
|
/development/tools/ninja_dependency_analysis/ |
D | collect_ninja_inputs.py | 31 with open(exempted_file_list) as fin: 72 with open(args.repo_project_list) as fin: 88 with open(os.path.join(args.out.parent, args.out.name + '.json'), 'w') as json_file: 90 with open(os.path.join(args.out.parent, args.out.name + '.pb'), 'wb') as pb_file:
|
/development/tools/axl/ |
D | chewperf.py | 12 f = open(sys.argv[1]).read() 28 f = open(sys.argv[1]).read() 46 f = open(sys.argv[1]).read()
|
D | udpServer.py | 7 buf = open("random.dat").read()
|
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 28 with open(f, "rb") as fin: 81 with open(allowlist, "rb") as f: 109 with open(pathname, "rb") as f: 186 with open("common.csv", "w") as fout: 189 with open("diff.csv", "w") as fout: 192 with open("allowlisted_diff.csv", "w") as fout:
|
/development/tools/compare_cts_reports/ |
D | compare_cts_reports.py | 67 with open(diff_csv, 'w') as diff_csvfile: 117 with open(diff_csv, 'w') as diff_csvfile: 220 with open(diff_csv, 'w') as diff_csvfile: 243 with open(info_path, 'r') as info_jsonfile: 248 with open(result_path, 'r') as result_csvfile:
|
D | parse_cts_report.py | 222 with open(parsed_info_path, 'w') as info_file: 226 open(parsed_result_path, 'w') as result_csvfile, 227 open(parsed_summary_path, 'w') as summary_csvfile, 349 with myzip.open(result_list[0]) as source, open(extracted, 'wb') as target:
|
/development/vndk/tools/sourcedr/files/ |
D | list_app_shared_uid.py | 36 with open(module_json, 'r') as json_file: 49 with open(manifest_path, 'r') as manifest_file: 137 with open(args.output, 'w') as output_file:
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | AssetUtils.java | 36 InputStream is = context.getAssets().open(asset); in loadAsset() 62 is = context.getAssets().open(asset); in loadBitmapAsset()
|
/development/vndk/tools/ |
D | system_image_diff.py | 62 with open(os.path.join(path, 'module-info.json')) as module_info_json: 94 with open(os.path.join(path, 'module-info.json')) as module_info_json: 138 with open(os.path.join(args.out1, 'module-info.json')) as module_info_json:
|
/development/scripts/ |
D | add3prf.py | 101 with open("METADATA", "r") as inf: 132 with open("METADATA", "w") as outf: 140 with open(license_file, "r") as input_file: 298 with open(file_name, "r") as input_file: 316 with open("OWNERS", mode) as outf: 340 with open(cargo, "r") as toml:
|
D | boardconfig_usage_analysis.py | 76 with open(os.path.join(OUT, 'module-info.json')) as module_info_json: 102 for line in open(board_config_mk, encoding='latin1'): 128 with open(makefile, encoding='latin1') as mk_file:
|
D | runahat | 23 $script_name: Get heapdump from a process and open in ahat.
|
/development/tools/motion/motion_test_watcher_app/src/app/motion-golden/ |
D | motion-golden.component.ts | 29 .subscribe((_) => this._snackBar.open('updated'));
|
/development/tools/repo_diff/ |
D | repo_diff_trees.py | 71 with open(os.devnull, 'w') as devull: 214 with open(exclusion_file) as f: 405 with open(commit_output_file, 'w') as f: 436 with open(project_output_file, 'w') as f:
|
/development/tools/otagui/ |
D | ota_interface.py | 82 with open(self.stdout, 'r') as fout: 84 with open(self.stderr, 'r') as ferr: 228 ferr = stderr_pipes.open(stdout_path, 'w') 229 fout = stdout_pipes.open(stderr_path, 'w')
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | CameraHelper.java | 102 return Camera.open(); in getDefaultCameraInstance() 139 return Camera.open(i); in getDefaultCamera()
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | CameraHelper.java | 102 return Camera.open(); in getDefaultCameraInstance() 139 return Camera.open(i); in getDefaultCamera()
|
/development/samples/browseable/RuntimePermissionsBasic/ |
D | _index.jd | 8 …issions at runtime. Click the button to request the Camera permission and open a full-screen camer…
|
/development/tools/motion/motion_test_watcher_app/src/app/screenshot-golden/ |
D | screenshot-golden.component.ts | 55 .subscribe((_) => this._snackBar.open('updated'));
|
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
D | JsonUtils.java | 39 InputStream is = context.getAssets().open(fileName); in loadJsonFile()
|
/development/tools/winscope/src/app/components/ |
D | adb_proxy_component.ts | 190 window.open(this.downloadProxyUrl, '_blank')?.focus();
|
/development/samples/browseable/StorageClient/ |
D | _index.jd | 10 \n\nTo demonstrate this, click the button below to open up the Storage Access Framework
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
D | AdbSocket.java | 38 public boolean open(String destination) { in open() method in AdbSocket
|