HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 426 - 450 of 4741) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dl.py 20 print 'trying to open:', s,
21 l = dl.open(s)
35 raise unittest.SkipTest, 'Could not open any shared libraries'
test_macos.py 17 fp = open(test_support.TESTFN, 'w')
37 fp = open(test_support.TESTFN, 'w')
68 fp = open(test_support.TESTFN, 'w')
77 fp = open(test_support.TESTFN, 'r')
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/
StaticPortConfigHandler.java 2 * Copyright (C) 2012 The Android Open Source Project
30 dlg.open();
  /system/core/libcutils/
load_file.c 3 ** Copyright 2006, The Android Open Source Project
29 fd = open(fn, O_RDONLY);
  /external/stlport/stlport/stl/
_fstream.h 168 _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(const char* __s, ios_base::openmode __mod = ios_base::in) 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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _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(const char* __s, ios_base::openmode __mod = ios_base::in) 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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _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(const char* __s, ios_base::openmode __mod = ios_base::in) 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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _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(const char* __s, ios_base::openmode __mod = ios_base::in) 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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _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(const char* __s, ios_base::openmode __mod = ios_base::in) 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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 168 _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(const char* __s, ios_base::openmode __mod = ios_base::in) 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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.h 168 _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(const char* __s, ios_base::openmode __mod = ios_base::in) 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...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 57 this.channel1 = SocketChannel.open();
58 this.channel2 = SocketChannel.open();
96 channel = SocketChannel.open();
116 SocketChannel testSChannel = MockSocketChannel.open();
181 this.channel1 = SocketChannel.open(localAddr1);
186 this.channel1 = SocketChannel.open(newTypeAddress);
195 this.channel1 = SocketChannel.open(unresolvedAddress);
203 channel1IP = SocketChannel.open(null);
285 final ServerSocketChannel ssc = ServerSocketChannel.open();
304 SocketChannel sc = SocketChannel.open();
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 2 * Copyright (C) 2009 The Android Open Source Project
132 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
193 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
207 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
237 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
249 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
261 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
273 HttpURLConnection urlConnection = client.open(server.getUrl("/"));
286 HttpURLConnection connection = client.open(url);
317 HttpURLConnection connection = client.open(server.getUrl("/def"))
    [all...]
  /bionic/libc/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
46 extern int open(const char* path, int mode, ...);
56 __asm__(__USER_LABEL_PREFIX__ "open");
60 int open(const char *pathname, int flags, ...) { function
  /bootable/recovery/tools/ota/
convert-to-bmp.py 16 im = Image.open(infile)
67 f = open(outfile, "wb")
  /development/tools/findunused/
findunusedtranslations 41 open(IN, "<$ARGV[0]");
61 open(IN, "<$match");
97 open(OUT, ">$match");
  /device/asus/grouper/power/
power.c 2 * Copyright (C) 2012 The Android Open Source Project
36 int fd = open(path, O_WRONLY);
106 .open = NULL,
116 .author = "The Android Open Source Project",
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 16 cStream = antlr3.StringStream(open(inputPath).read())
25 testOutput = open(outputPath).read()
44 ## input = open(inputPath).read()
t020fuzzy.py 16 stream = antlr3.StringStream(open(inputPath).read())
28 testOutput = open(outputPath).read()
  /external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py 192 f = open("schur_eliminator.cc", "w")
201 fptr = open(output, "w")
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc 72 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/chromium_org/build/
escape_unicode.py 44 input_data = codecs.open(in_filename, 'r', 'utf8').read()
45 with codecs.open(out_filename, 'w', 'ascii') as out_file:
  /external/chromium_org/build/linux/
install-arm-sysroot.py 57 with open(stamp) as s:
71 with open(stamp, 'w') as s:
  /external/chromium_org/chrome/browser/chromeos/policy/proto/
PRESUBMIT.py 34 with open(path_a, 'r') as f_a:
36 with open(path_b, 'r') as f_b:
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 72 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,

Completed in 275 milliseconds

<<11121314151617181920>>