HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 176 - 200 of 10793) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libchrome/base/test/
test_file_util_linux.cc 18 ScopedFD fd(open(file.value().c_str(), O_RDONLY));
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
12 // basic_filebuf<charT,traits>* open(const char* s, ios_base::openmode mode);
23 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
29 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
38 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
44 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
IChannel.h 25 ** Function: Open
32 INT16 (*open)(); member in struct:IChannel
  /external/libvncserver/utils/
consolefont2c.pl 16 open IN, "<$i";
20 open OUT, ">$fontname.h";
  /external/llvm/test/Bindings/OCaml/
transform_utils.ml 9 open Llvm
10 open Llvm_transform_utils
  /external/ltp/testcases/commands/eject/
eject_check_tray.c 24 * return the status as to if the cdrom device is open or is
38 * 2 - CD tray is open.
49 if ((fd = open(argv[1], O_RDONLY | O_NONBLOCK)) == -1)
  /external/mesa3d/src/gallium/winsys/imx/drm/
imx_drm_winsys.c 39 .gpu_fd = open("/dev/dri/renderD128", O_RDWR | O_CLOEXEC)
  /external/pdfium/fxjs/xfa/
cjx_choicelist.h 20 JS_PROP(open);
  /external/python/cpython2/Demo/scripts/
update.py 21 self.lines = open(filename, 'r').readlines()
23 print '*** Can\'t open "%s":' % filename, msg
34 fp = open(self.filename, 'w')
69 fp = open(sys.argv[1], 'r')
71 print 'Can\'t open "%s":' % sys.argv[1], msg
  /external/python/cpython2/Lib/
dbhash.py 13 __all__ = ["error","open"]
17 def open(file, flag = 'r', mode=0666): function
  /external/python/cpython2/Mac/Modules/qd/
qdscan.py 31 ifp = open("@qdgentext.py")
32 ofp = open("qdgen.py", "a")
36 ifp = open("@QuickDrawText.py")
37 ofp = open(TOOLBOXDIR + "QuickDraw.py", "a")
  /external/python/cpython2/Tools/scripts/
fixnotice.py 76 fp = open(arg)
80 fp = open(arg)
89 f = open(file)
105 f = open(new, "w")
  /external/python/cpython3/Doc/includes/
email-simple.py 7 # Open the plain text file whose name is in textfile for reading.
8 with open(textfile) as fp:
  /external/python/cpython3/Lib/
antigravity.py 5 webbrowser.open("https://xkcd.com/353/")
  /external/python/cpython3/Tools/scripts/
fixnotice.py 76 fp = open(arg)
80 fp = open(arg)
89 f = open(file)
105 f = open(new, "w")
  /external/skia/gn/
push_to_android.py 22 with open(stamp, 'w'):
  /external/skqp/gn/
push_to_android.py 22 with open(stamp, 'w'):
  /external/swiftshader/third_party/LLVM/utils/
test_debuginfo.pl 28 open(INPUT, $testcase_file);
29 open(OUTPUT, ">$debugger_script_file");
  /external/syslinux/com32/lib/sys/
opendev.c 37 * Open a special device
70 if (idev->open && (e = idev->open(fp))) {
78 if (odev->open && (e = odev->open(fp))) {
  /external/tensorflow/tensorflow/contrib/lite/toco/python/
toco_from_protos.py 29 model_str = open(FLAGS.model_proto_file, "rb").read()
30 toco_str = open(FLAGS.toco_proto_file, "rb").read()
31 input_str = open(FLAGS.model_input_file, "rb").read()
34 open(FLAGS.model_output_file, "wb").write(output_str)
  /external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
fashion_mnist.py 46 with gzip.open(paths[0], 'rb') as lbpath:
49 with gzip.open(paths[1], 'rb') as imgpath:
53 with gzip.open(paths[2], 'rb') as lbpath:
56 with gzip.open(paths[3], 'rb') as imgpath:
  /external/toybox/toys/other/
chvt.c 29 if (-1 != (fd = open(*cc, O_RDWR))) break;
  /external/toybox/toys/posix/
nohup.c 27 if (-1 == open("nohup.out", O_CREAT|O_APPEND|O_WRONLY,
  /external/v8/testing/gmock/scripts/generator/cpp/
utils.py 33 fp = open(filename)
  /external/v8/tools/testrunner/server/
signatures.py 35 with open(filename, "rb") as f:
45 with open(signature_file) as f:
51 with open(filename, "wb") as f:
54 with open(signature_file, "wb") as f:

Completed in 441 milliseconds

1 2 3 4 5 6 78 91011>>