Home
last modified time | relevance | path

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

1234567

/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")
Dacov77 xdg-open $DIR/index.html >/dev/null
/development/vndk/tools/definition-tool/tools/
Dupdate_dataset.py24 with open(path, 'r') as fp:
34 with open(module_info_path, 'r') as fp:
66 with open(args.tag_file, 'r') as fp:
104 with open(args.output, 'w') as fp:
/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()
Dlog.py28 self._file = open(file, "a")
/development/ndk/
Dannotate_version_script.py200 with open(args.data_file) as json_db_file:
204 with open(args.version_script, 'w') as version_script:
207 with open(args.version_script, 'r') as version_script:
210 with open(args.version_script, 'w') as version_script:
Dbuild_symbol_db.py55 with open(symbol_file_path) as symbol_file:
144 with open(args.library_name + '.so.json', 'w') as db_file:
/development/ndk/platforms/android-9/include/
Dfcntl.h46 extern int open(const char* path, int mode, ...);
/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/ndk/platforms/android-21/include/
Dfcntl.h73 extern int open(const char*, int, ...);
96 int open(const char* pathname, int flags, ...) { in open() function
/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/samples/browseable/RuntimePermissionsBasic/
D_index.jd8 …issions at runtime. Click the button to request the Camera permission and open a full-screen camer…
/development/ndk/platforms/android-9/include/linux/
Dandroid_pmem.h45 int (*open) (struct inode *, struct file *); member
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java39 InputStream is = context.getAssets().open(fileName); in loadJsonFile()
/development/ndk/platforms/android-9/include/linux/mtd/
Dblktrans.h50 int (*open)(struct mtd_blktrans_dev *dev); member
/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/ApiDemos/src/com/example/android/apis/content/
DReadAsset.java49 InputStream is = getAssets().open("read_asset.txt"); in onCreate()
/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/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DCameraHelper.java102 return Camera.open(); in getDefaultCameraInstance()
139 return Camera.open(i); in getDefaultCamera()
/development/vndk/tools/header-checker/tests/
Dutils.py32 with open(output_name, 'r') as f:

1234567