Searched refs:open (Results 176 - 200 of 1378) sorted by relevance

1234567891011>>

/external/e2fsprogs/include/nonunix/
H A Dunistd.h19 #define open _open macro
/external/e2fsprogs/lib/e2p/
H A Dfgetversion.c45 fd = open (name, OPEN_FLAGS);
H A Dfsetversion.c45 fd = open (name, OPEN_FLAGS);
/external/expat/xmlwf/
H A Dxmltchar.h33 #define topen open
/external/gtest/test/
H A Dgtest_output_test.py281 golden_file = open(GOLDEN_PATH, 'rb')
306 open(os.path.join(
310 open(os.path.join(
322 golden_file = open(GOLDEN_PATH, 'wb')
/external/kernel-headers/original/linux/mtd/
H A Dblktrans.h51 int (*open)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
/external/libffi/testsuite/libffi.special/
H A Dffitestcxx.h21 file open. */
58 dev_zero_fd = open ("/dev/zero", O_RDONLY);
61 perror ("open /dev/zero: %m");
/external/libselinux/src/
H A Dget_initial_context.c28 fd = open(path, O_RDONLY);
H A Dload_policy.c30 fd = open(path, O_RDWR);
H A Dpolicyvers.c26 fd = open(path, O_RDONLY);
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_output_test.py281 golden_file = open(GOLDEN_PATH, 'rb')
306 open(os.path.join(
310 open(os.path.join(
322 golden_file = open(GOLDEN_PATH, 'wb')
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py68 main(open(sys.argv[1], "r+"))
/external/linux-tools-perf/python/
H A Dtwatch.py25 evsel.open(cpus = cpus, threads = threads);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml5 open Llvm
6 open Llvm_executionengine
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml5 open Llvm
6 open Llvm_executionengine
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml5 open Llvm
6 open Llvm_executionengine
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml5 open Llvm
6 open Llvm_executionengine
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml6 open Llvm
7 open Llvm_analysis
H A Dtarget.ml10 open Llvm
11 open Llvm_target
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
H A DExternalSpdyExample.java30 HttpsURLConnection connection = (HttpsURLConnection) new OkHttpClient().open(url);
/external/openssh/openbsd-compat/regress/
H A Dclosefromtest.c43 if ((fds[i] = open("/dev/null", O_RDONLY)) == -1)
/external/openssl/crypto/bio/
H A Dbio_lcl.h30 #define UP_open open
/external/protobuf/examples/
H A Dlist_people.py34 f = open(sys.argv[1], "rb")
/external/protobuf/python/
H A Dez_setup.py159 dst = open(saveto,"wb"); dst.write(data)
248 f = open(name,'rb')
258 f = open(srcfile, 'rb'); src = f.read(); f.close()
266 f = open(srcfile,'w')
/external/robolectric/
H A Dupdate-downloads.rb36 File.open(DOWNLOADS_FILE, 'w') {|f| f.write(downloads_page)}

Completed in 584 milliseconds

1234567891011>>