Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 111) 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/scripts/
Dcompare-installed-size.py44 input_stream = open(install_file, 'r')
80 output = open("module_%d.csv" % idx, 'w')
98 output = open("comparison.csv", 'w')
Dadd3prf.py90 with open("METADATA", "r") as inf:
121 with open("METADATA", "w") as outf:
129 with open(license_file, "r") as input_file:
239 with open(file_name, "r") as input_file:
257 with open("OWNERS", mode) as outf:
281 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:
Dupdate_crate_tests.py79 with open(os.devnull, 'wb') as DEVNULL:
92 with open(os.devnull, 'wb') as DEVNULL:
162 with open("TEST_MAPPING", "w") as json_file:
Drunahat23 $script_name: Get heapdump from a process and open in ahat.
Dstack49 f = open(args.file, "r")
/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/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/testrunner/
Dcreate_test.py118 tests_manifest = open(tests_manifest_path, mode="w")
147 mk_file = open(mk_path, mode="a")
168 tests_mk = open(tests_mk_path, mode="w")
/development/vndk/tools/definition-tool/tools/
Dupdate_dataset.py25 with open(path, 'r') as fp:
35 with open(module_info_path, 'r') as fp:
96 with open(args.tag_file, 'r') as fp:
238 with open(args.output, 'w') as fp:
/development/gsi/gsi_util/gsi_util/dumpers/
Dprop_dumper.py28 with open(filename) as fp:
/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/winscope/src/
DNodeContextMenu.vue20 open(e) {
21 this.$refs.menu.open(e);
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java39 InputStream is = context.getAssets().open(fileName); in loadJsonFile()
/development/tools/winscope/
Dwebpack.config.dev.js64 open: true, property
/development/tools/repo_pull/
Dgerrit.py116 with open(cookie_file_path, 'r') as cookie_file:
184 response_file = url_opener.open(url)
209 response_file = url_opener.open(request)
327 response_file = url_opener.open(url)
/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
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DCameraHelper.java102 return Camera.open(); in getDefaultCameraInstance()
139 return Camera.open(i); in getDefaultCamera()

12345