Searched refs:open (Results 1 - 25 of 65) sorted by relevance

123

/development/ndk/platforms/android-3/include/
H A Dfcntl.h46 extern int open(const char* path, int mode, ...);
/development/tools/axl/
H A DudpServer.py7 buf = open("random.dat").read()
H A Dchewperf.py12 f = open(sys.argv[1]).read()
28 f = open(sys.argv[1]).read()
46 f = open(sys.argv[1]).read()
H A Dlog.py25 """_file: filename or open file"""
28 self._file = open(file, "a")
/development/tools/emulator/opengl/shared/OpenglOsUtils/
H A DosDynLibrary.h30 static dynLibrary *open(const char *p_libName);
H A DosDynLibrary.cpp25 dynLibrary *dynLibrary::open(const char *p_libName) function in class:osUtils::dynLibrary
/development/tools/findunused/
H A Dfindunusedtranslations41 open(IN, "<$ARGV[0]");
61 open(IN, "<$match");
97 open(OUT, ">$match");
H A Dfind_unused_resources.rb93 File.open(filename) { |file|
113 File.open(filename) { |file|
132 File.open(filename) { |file|
/development/ndk/platforms/android-3/include/linux/
H A Dandroid_pmem.h45 int (*open) (struct inode *, struct file *); member in struct:pmem_file_operations
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dblktrans.h50 int (*open)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
/development/samples/ApiDemos/src/com/example/android/apis/content/
H A DReadAsset.java49 InputStream is = getAssets().open("read_asset.txt");
H A DFileProvider.java78 // Try to open an asset with the given name.
80 InputStream is = getContext().getAssets().open(uri.getPath());
86 FileNotFoundException fnf = new FileNotFoundException("Unable to open " + uri);
/development/samples/USB/AdbTest/src/com/android/adb/
H A DAdbSocket.java38 public boolean open(String destination) { method in class:AdbSocket
/development/ndk/sources/android/libportable/
H A DAndroid.mk38 arch-mips/open.c \
60 arch-x86/open.c \
/development/testrunner/
H A 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")
H A Dandroid_manifest.py109 self._dom.writexml(open(self._manifest_path, mode='w'), encoding='utf-8')
H A Dandroid_mk.py153 mk = open(mk_path)
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DSharingSupportProvider.java80 return ParcelFileDescriptor.open(
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
H A DNotepadv1.java38 mDbHelper.open();
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DNotifyingService.java64 mCondition.open();
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
H A DNotepadv2.java47 mDbHelper.open();
/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DSecureWebServer.java175 bis = new BufferedInputStream(ctx.getAssets().open(EMBEDDED_IMAGE_FILENAME));
/development/samples/TtsEngine/src/com/example/android/ttsengine/
H A DCheckVoiceData.java136 InputStream is = getAssets().open(lang + ".freq");
/development/scripts/app_engine_server/gae_shell/static/
H A Dshell.js189 req.open(form.method, form.action + '?' + params, true);
/development/tools/line_endings/
H A Dline_endings.c52 fd = open(argv[i], O_RDWR);
54 fprintf(stderr, "unable to open file for read/write: %s\n", argv[i]);

Completed in 642 milliseconds

123