Home
last modified time | relevance | path

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

1234

/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')
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:
Dstack67 f = open(arguments[0], "r")
Drunahat23 $script_name: Get heapdump from a process and open in ahat.
Dacov77 xdg-open $DIR/index.html >/dev/null
/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/tools/repo_pull/
Dgerrit.py74 with open(cookie_file_path, 'r') as cookie_file:
134 response_file = url_opener.open(url)
149 response_file = url_opener.open(request)
199 response_file = url_opener.open(request)
227 response_file = url_opener.open(url)
/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:
257 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/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java39 InputStream is = context.getAssets().open(fileName); in loadJsonFile()
/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()
/development/samples/browseable/BasicRenderScript/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/ApiDemos/src/com/example/android/apis/content/
DReadAsset.java49 InputStream is = getAssets().open("read_asset.txt"); in onCreate()
/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:

1234