/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_uu.py | 118 fin = open(self.tmpin, 'wb') 122 fin = open(self.tmpin, 'rb') 123 fout = open(self.tmpout, 'w') 128 fout = open(self.tmpout, 'r') 135 fout = open(self.tmpout, 'r') 148 f = open(self.tmpin, 'w') 152 f = open(self.tmpin, 'r') 156 f = open(self.tmpout, 'r') 168 f = open(self.tmpin, 'w') 174 f = open(self.tmpout, 'r' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
tool.py | 21 infile = open(sys.argv[1], 'rb') 24 infile = open(sys.argv[1], 'rb') 25 outfile = open(sys.argv[2], 'wb')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bsddb185.py | 19 # Verify we can open a file known to be a hash v2 file 29 # Verify that anydbm.open does *not* create a bsddb185 file 33 anydbm.open(dbfile, "c").close()
|
test_dbm.py | 9 self.d = dbm.open(self.filename, 'c') 17 self.d = dbm.open(self.filename, 'c') 33 self.d = dbm.open(self.filename, mode)
|
test_uu.py | 118 fin = open(self.tmpin, 'wb') 122 fin = open(self.tmpin, 'rb') 123 fout = open(self.tmpout, 'w') 128 fout = open(self.tmpout, 'r') 135 fout = open(self.tmpout, 'r') 148 f = open(self.tmpin, 'w') 152 f = open(self.tmpin, 'r') 156 f = open(self.tmpout, 'r') 168 f = open(self.tmpin, 'w') 174 f = open(self.tmpout, 'r' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
tool.py | 21 infile = open(sys.argv[1], 'rb') 24 infile = open(sys.argv[1], 'rb') 25 outfile = open(sys.argv[2], 'wb')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bsddb185.py | 19 # Verify we can open a file known to be a hash v2 file 29 # Verify that anydbm.open does *not* create a bsddb185 file 33 anydbm.open(dbfile, "c").close()
|
test_dbm.py | 9 self.d = dbm.open(self.filename, 'c') 17 self.d = dbm.open(self.filename, 'c') 33 self.d = dbm.open(self.filename, mode)
|
test_uu.py | 118 fin = open(self.tmpin, 'wb') 122 fin = open(self.tmpin, 'rb') 123 fout = open(self.tmpout, 'w') 128 fout = open(self.tmpout, 'r') 135 fout = open(self.tmpout, 'r') 148 f = open(self.tmpin, 'w') 152 f = open(self.tmpin, 'r') 156 f = open(self.tmpout, 'r') 168 f = open(self.tmpin, 'w') 174 f = open(self.tmpout, 'r' [all...] |
/system/connectivity/shill/shims/ |
nfqueue-seccomp-x86.policy | 2 # Copyright (C) 2013 The Android Open Source Project 19 # open: return EPERM 20 open: return 1
|
/system/core/trusty/gatekeeper/ |
module.cpp | 2 * Copyright (C) 2015 The Android Open Source Project 42 .open = trusty_gatekeeper_open, 52 .author = "The Android Open Source Project",
|
/system/core/trusty/libtrusty/ |
trusty.c | 2 * Copyright (C) 2015 The Android Open Source Project 35 fd = open(dev_name, O_RDWR); 38 ALOGE("%s: cannot open tipc device \"%s\": %s\n",
|
/system/update_engine/payload_consumer/ |
file_writer.cc | 2 // Copyright (C) 2009 The Android Open Source Project 23 int DirectFileWriter::Open(const char* path, int flags, mode_t mode) { 25 fd_ = open(path, flags, mode);
|
/frameworks/base/docs/html/about/versions/ |
android-2.3.4.jd | 15 <li><a href="#openaccessory">Open Accessory Library</a></li> 35 Android 2.3.4 brings support for the Open Accessory API to mobile devices, 36 through the optional <a href="#usb">Open Accessory Library</a>. </p> 53 <h2 id="openaccessory">Open Accessory Library</h2> 55 <p><em>Open Accessory</em> is a new capability for integrating 61 <p>Open Accessory is introduced in <a 64 library, the Open Accessory Library. The library exposes a framework API that 70 <p>The Open Accessory Library is optional on any given device. Device 71 manufacturers may choose whether to include the Open Accessory Library in their 76 <p>The API provided by the Open Accessory Library is based on the Open Accessor [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HttpOverSpdyTest.java | 100 connection = client.open(server.getUrl("/foo")); 114 connection = client.open(server.getUrl("/foo")); 123 connection = client.open(server.getUrl("/foo")); 138 connection = client.open(server.getUrl("/foo")); 153 connection = client.open(server.getUrl("/foo")); 170 connection = client.open(server.getUrl("/foo")); 186 HttpURLConnection connection1 = client.open(server.getUrl("/r1")); 187 HttpURLConnection connection2 = client.open(server.getUrl("/r2")); 212 assertContent("ABCABCABC", client.open(server.getUrl("/r1")), Integer.MAX_VALUE); 222 connection = client.open(server.getUrl("/")) [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
URLConnectionTest.java | 2 * Copyright (C) 2009 The Android Open Source Project 133 connection = client.open(server.getUrl("/")); 192 connection = client.open(server.getUrl("/")); 205 connection = client.open(server.getUrl("/")); 234 connection = client.open(server.getUrl("/")); 245 connection = client.open(server.getUrl("/")); 256 connection = client.open(server.getUrl("/")); 267 connection = client.open(server.getUrl("/")); 279 connection = client.open(url); 308 connection = client.open(server.getUrl("/def")) [all...] |
/bionic/libc/bionic/ |
open.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode); 51 int open(const char* pathname, int flags, ...) { function 63 __strong_alias(open64, open); 67 __fortify_chk_fail("open(O_CREAT): called without specifying a mode", 0);
|
/device/htc/flounder/sensor_hub/libsensors/ |
SensorBase.cpp | 2 * Copyright (C) 2008-2014 The Android Open Source Project 57 dev_fd = open(dev_name, O_RDONLY); 58 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno)); 76 fd = open(path, O_WRONLY); 78 ALOGE("SensorBase: write_attr failed to open %s (%s)",
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
trace_packager.py | 23 with codecs.open(html_file, mode='w', encoding='utf-8') as f: 30 with gzip.open(output, 'wb') as out, \ 31 open(host_file, 'rb') as input_file: 48 with open(trace_file) as f: 70 with open(merged_file, 'w') as f:
|
/external/compiler-rt/test/tsan/ |
fd_dup_norace2.cc | 25 // [pid 122196] open("/dev/urandom", O_RDONLY) = 3 26 // [pid 122196] open("/dev/urandom", O_RDONLY) = 4 43 fd = open("/dev/urandom", O_RDONLY); 44 int fd2 = open("/dev/urandom", O_RDONLY); 46 exit(printf("open failed\n"));
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
ClassResourceLoader.java | 39 * 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);
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/ |
OkUrlFactory.java | 53 public HttpURLConnection open(URL url) { method in class:OkUrlFactory 54 return open(url, client.getProxy()); 57 HttpURLConnection open(URL url, Proxy proxy) { method in class:OkUrlFactory 82 return open(url); 86 return open(url, proxy);
|
/external/opencv3/modules/core/src/opencl/runtime/generator/ |
parser_clamdfft.py | 11 f = open(sys.argv[1], "r") 15 sys.exit("ERROR. Can't open input file") 93 filter_file = open(filterFileName, 'wb') 101 sys.stdout = open('../../../../include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp', 'wb') 110 sys.stdout = open('../autogenerated/opencl_clamdfft_impl.hpp', 'wb')
|
/external/opencv3/samples/cpp/ |
morphology2.cpp | 12 printf("\nShow off image morphology: erosion, dialation, open and close\n" 32 // callback function for open/close trackbar 42 imshow("Open/Close",dst); 68 namedWindow("Open/Close",1); 72 createTrackbar("iterations", "Open/Close",&open_close_pos,max_iters*2+1,OpenClose);
|
starter_video.cpp | 80 VideoCapture capture(arg); //try to open string, this will attempt to open it as a video file or image sequence 81 if (!capture.isOpened()) //if this fails, try to open as a video camera, through the use of an integer param 82 capture.open(atoi(arg.c_str())); 84 cerr << "Failed to open the video device, video file or image sequence!\n" << endl;
|