/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/scripts/ |
D | compare-installed-size.py | 44 input_stream = open(install_file, 'r') 80 output = open("module_%d.csv" % idx, 'w') 98 output = open("comparison.csv", 'w')
|
D | add3prf.py | 90 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:
|
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 | update_crate_tests.py | 79 with open(os.devnull, 'wb') as DEVNULL: 92 with open(os.devnull, 'wb') as DEVNULL: 162 with open("TEST_MAPPING", "w") as json_file:
|
D | runahat | 23 $script_name: Get heapdump from a process and open in ahat.
|
D | stack | 49 f = open(args.file, "r")
|
/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/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/testrunner/ |
D | create_test.py | 118 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/ |
D | update_dataset.py | 25 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/ |
D | prop_dumper.py | 28 with open(filename) as fp:
|
/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/winscope/src/ |
D | NodeContextMenu.vue | 20 open(e) { 21 this.$refs.menu.open(e);
|
/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/ |
D | webpack.config.dev.js | 64 open: true, property
|
/development/tools/repo_pull/ |
D | gerrit.py | 116 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.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
|
/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()
|