Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 106) sorted by relevance

12345

/development/tools/repo_diff/service/repodiff/tools/
Denv_variable_load.py14 with open("%s/.bashrc" % os.environ["HOME"], "rb") as f:
17 with open("%s/.bashrc" % os.environ["HOME"], "a") as f:
Dtech_area_csv_to_hashes.py30 with open(fname, "rb") as csv_file:
/development/tools/ninja_dependency_analysis/
Dcollect_ninja_inputs.py31 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/
Dchewperf.py12 f = open(sys.argv[1]).read()
28 f = open(sys.argv[1]).read()
46 f = open(sys.argv[1]).read()
DudpServer.py7 buf = open("random.dat").read()
/development/vndk/tools/image-diff-tool/
Ddiff.py28 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/
Dcompare_cts_reports.py67 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:
Dparse_cts_report.py222 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/
Dlist_app_shared_uid.py36 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/
DAssetUtils.java36 InputStream is = context.getAssets().open(asset); in loadAsset()
62 is = context.getAssets().open(asset); in loadBitmapAsset()
/development/vndk/tools/
Dsystem_image_diff.py62 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/
Dadd3prf.py101 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:
Dboardconfig_usage_analysis.py76 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:
Drunahat23 $script_name: Get heapdump from a process and open in ahat.
/development/tools/motion/motion_test_watcher_app/src/app/motion-golden/
Dmotion-golden.component.ts29 .subscribe((_) => this._snackBar.open('updated'));
/development/tools/repo_diff/
Drepo_diff_trees.py71 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/
Dota_interface.py82 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/
DCameraHelper.java102 return Camera.open(); in getDefaultCameraInstance()
139 return Camera.open(i); in getDefaultCamera()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DCameraHelper.java102 return Camera.open(); in getDefaultCameraInstance()
139 return Camera.open(i); in getDefaultCamera()
/development/samples/browseable/RuntimePermissionsBasic/
D_index.jd8 …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/
Dscreenshot-golden.component.ts55 .subscribe((_) => this._snackBar.open('updated'));
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java39 InputStream is = context.getAssets().open(fileName); in loadJsonFile()
/development/tools/winscope/src/app/components/
Dadb_proxy_component.ts190 window.open(this.downloadProxyUrl, '_blank')?.focus();
/development/samples/browseable/StorageClient/
D_index.jd10 \n\nTo demonstrate this, click the button below to open up the Storage Access Framework
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbSocket.java38 public boolean open(String destination) { in open() method in AdbSocket

12345