Searched refs:open (Results 126 - 150 of 1378) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/src/
H A DIDBFactoryBackendProxy.h48 virtual void open(const String& name, PassRefPtr<WebCore::IDBCallbacks>, PassRefPtr<WebCore::SecurityOrigin>, WebCore::Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.h74 - (void)open;
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuild-launcher-app88 open(IN, $infoPlist) or die "Couldn't open Info.plist in built application for reading";
94 open(OUT, ">$infoPlist") or die "Couldn't open Info.plist in built application for writing";
99 open(OUT, ">$versionFile") or die "Couldn't open VERSION in built application for writing";
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
/external/webkit/Tools/Scripts/
H A Dcheck-for-global-initializers60 if (!open LIST, $list) {
61 print "ERROR: Could not open $list\n";
76 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
77 print "ERROR: Could not open $file\n";
151 open(TOUCH, ">", $path) or die "$!";
158 if (!open FILT, "c++filt $symbol |") {
159 print "ERROR: Could not open c++filt\n";
H A Dclean-header-guards36 File.open(filename, "r+") do |file|
48 File.open(tmp_filename, "w+") do |new_file|
/external/stlport/stlport/stl/
H A D_fstream.h168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(cons function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
[all...]
/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644);
96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,
/external/clang/utils/analyzer/
H A DSATestAdd.py49 PMapFile = open(ProjectMapPath, "r+b")
52 PMapFile = open(ProjectMapPath, "w+b")
/external/eigen/bench/spbench/
H A Dspbenchsolver.cpp51 statbuf.open(statFile.c_str(), std::ios::out);
58 std::cerr << "Unable to open the provided file for writting... \n";
81 statbuf.open(statFile.c_str(), std::ios::app);
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DClassLoaderResourceLoader.java44 * loader.open("my-template.cs");
45 * loader.open("subdir/my-template.cs");
66 public Reader open(String name) throws IOException { method in class:ClassLoaderResourceLoader
74 Reader reader = open(name);
H A DClassResourceLoader.java39 * loader.open("my-template.cs");
40 * loader.open("subdir/my-template.cs");
45 * loader.open("my-template.cs");
71 public Reader open(String name) throws IOException { method in class:ClassResourceLoader
78 Reader reader = open(name);
H A DFileSystemResourceLoader.java45 public Reader open(String name) throws IOException { method in class:FileSystemResourceLoader
58 Reader reader = open(name);
H A DInMemoryResourceLoader.java40 public Reader open(String name) throws IOException { method in class:InMemoryResourceLoader
47 Reader reader = open(name);
/external/llvm/
H A Dcopy-diff.py17 fa = open(a, 'rb')
18 fb = open(b, 'rb')
/external/marisa-trie/tests/
H A Dio-test.cc24 writer.open("io-test.dat");
35 writer.open("io-test.dat", false, 4, SEEK_SET);
42 writer.open("io-test.dat", false, 0, SEEK_END);
49 reader.open("io-test.dat");
66 mapper.open("io-test.dat");
83 writer.open("io-test.dat");
88 reader.open("io-test.dat");
127 int fd = ::open("io-test.dat", O_RDONLY);
/external/marisa-trie/v0_1_5/tests/
H A Dio-test.cc25 writer.open("io-test.dat");
36 writer.open("io-test.dat", false, 4, SEEK_SET);
43 writer.open("io-test.dat", false, 0, SEEK_END);
50 reader.open("io-test.dat");
67 mapper.open("io-test.dat");
84 writer.open("io-test.dat");
89 reader.open("io-test.dat");
128 int fd = ::open("io-test.dat", O_RDONLY);
/external/openssl/apps/
H A DCA.pl.in95 open OUT, ">${CATOP}/index.txt";
97 open OUT, ">${CATOP}/crlnumber";
176 open IN, $infile;
177 open OUT, ">$outfile";
/external/oprofile/
H A Dopev.py65 evf = open(fname, "r")
83 ovf = open(fname + ".h", "w")
/external/protobuf/examples/
H A Dadd_person.py46 f = open(sys.argv[1], "rb")
56 f = open(sys.argv[1], "wb")
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
H A Dinstall.sh75 # open up the README file
76 sudo -u $USER open ~/"Readme SDL Developer.txt"
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ataridevmouse.c61 handle = open(mousedev, 0);
66 handle = open(DEVICE_NAME, 0);
/external/skia/tools/copyright/
H A Dmain.py88 with open(filepath, 'r') as file_handle:
96 with open(filepath, 'w') as file_handle:
/external/v8/tools/
H A Dprocess-heap-prof.py55 logfile = open(filename, 'rb')
85 sys.exit('can\'t open %s' % filename)
/external/valgrind/main/none/tests/
H A Drlimit64_nofile.c89 if (open("/dev/null", O_RDONLY) < 0)
91 perror("open");
95 if ((fd = open("/dev/null", O_RDONLY)) >= 0)
97 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
101 perror("open");
H A Drlimit_nofile.c86 if (open("/dev/null", O_RDONLY) < 0)
88 perror("open");
92 if ((fd = open("/dev/null", O_RDONLY)) >= 0)
94 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
98 perror("open");

Completed in 841 milliseconds

1234567891011>>