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

<<111112113114115116117118119120>>

  /external/qemu/android/utils/
mapfile.c 1 /* Copyright (C) 2007-2010 The Android Open Source Project
88 int file_handle = open(path, oflag, share_mode);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 59 /* Open the audio device for playback, and don't block if busy */
258 audio_fd = open(audiodev, O_RDWR, 0);
260 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno));
320 /* Open the audio device */
323 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno));
405 after setting the format, we must re-open the audio device
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 394 managedConn.open(route, context, params);
484 // just re-open connection and re-try the request
487 managedConn.open(route, context, params);
660 managedConn.open(route, context, this.params);
739 this.managedConn.open(route, context, this.params);
    [all...]
  /external/skia/bench/
bench_analyze.py 239 f = open(out_file, 'w+')
tile_analyze.py 122 file_dic[f] = open(os.path.join(bench_dir, f)).read()
  /external/srec/portable/include/
PFile.h 87 ESR_ReturnCode(*open)(struct PFile_t* self, const LCHAR* mode); member in struct:PFile_t
152 * Indicates if the PFile is open.
155 * @param isOpen [out] True if file is open
326 * Indicates if the PFile is open.
329 * @param isOpen [out] True if file is open
  /external/srec/srec/clib/
voc_read.c 280 /* open data file, determine size, map it, and close fd */
281 fd = open(fname, O_RDONLY);
  /external/srec/tools/grxmlcompile/
hashmap.cpp 159 outfile.open ( fileName.c_str() );
  /external/stlport/src/details/
fstream_stdio.cpp 99 # define _open open
271 // open file. Mode is set to be consistent with the way that the file
fstream_unistd.cpp 31 // open/close/read/write
63 # define OPEN open
69 # define OPEN open64
193 file_no = OPEN(name, flags, permission);
225 // open file. Mode is set to be consistent with the way that the file
  /external/v8/src/
platform-nullos.cc 270 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name) { function in class:v8::internal::OS::MemoryMappedFile
v8utils.cc 212 OS::PrintError("Cannot open file %s for writing.\n", filename);
229 OS::PrintError("Cannot open file %s for writing.\n", filename);
301 file_ = OS::MemoryMappedFile::open(filename);
  /external/v8/tools/
ll_prof.py 317 log = open(self.log_name, "r")
348 self.log_file = open(log_name, "r")
606 self.trace_file = open(trace_name, "r")
777 kallsyms = open(KERNEL_ALLSYMS_FILE, "r")
  /external/valgrind/main/coregrind/
launcher-linux.c 127 if ((fd = open(clientname, O_RDONLY)) < 0)
129 // barf("open(%s): %s", clientname, strerror(errno));
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 196 # li 0,SYSCALL_OPEN # open()
  /external/valgrind/main/tests/
s390x_features.c 9 #include <fcntl.h> // open
118 //fh = open("/proc/cpuinfo", O_RDONLY, S_IRUSR);
119 fh = open("/proc/cpuinfo", O_RDONLY, S_IRUSR);
  /external/webp/src/dsp/
cpu-features.c 75 fd = open(pathname, O_RDONLY);
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 75 fd = open(pathname, O_RDONLY);
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.c 82 h = open(name, O_RDWR | O_CREAT, S_IREAD | S_IWRITE);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 78 * @throws IOException Indicates the camera driver failed to open.
83 theCamera = Camera.open();
  /frameworks/av/include/media/
MediaPlayerInterface.h 2 * Copyright (C) 2007 The Android Open Source Project
60 // when the channel mask isn't known, use the channel count to derive a mask in AudioSink::open()
91 virtual bool ready() const = 0; // audio output is open and ready
107 virtual status_t open(
  /frameworks/av/media/libstagefright/
AMRWriter.cpp 2 * Copyright (C) 2010 The Android Open Source Project
39 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
  /frameworks/av/media/mtp/
MtpServer.cpp 2 * Copyright (C) 2010 The Android Open Source Project
229 // commit any open edits
729 mfr.fd = open(filePath, O_RDONLY);
794 mfr.fd = open(filePath, O_RDONLY);
935 mfr.fd = open(mSendObjectFilePath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 2 * Copyright (C) 2011 The Android Open Source Project
170 mCloseGuard.open("close");
187 static SQLiteConnection open(SQLiteConnectionPool pool, method in class:SQLiteConnection
193 connection.open();
208 private void open() { method in class:SQLiteConnection
331 // open in WAL mode and another tries to change it to non-WAL.
335 // there is another open connection to the database somewhere.
348 + "there are other open connections to the database which prevents "
    [all...]
SQLiteDatabase.java 2 * Copyright (C) 2006 The Android Open Source Project
98 // configuration, whether it is open or closed, and so on. This lock should
203 * Open flag: Flag for {@link #openDatabase} to open the database for reading and writing.
211 * Open flag: Flag for {@link #openDatabase} to open the database for reading only.
212 * This is the only reliable way to open a database if the disk may be full.
219 * Open flag: Flag for {@link #openDatabase} to open the database without support for
229 * Open flag: Flag for {@link #openDatabase} to create the database file if it does no
786 private void open() { method in class:SQLiteDatabase
    [all...]

Completed in 1513 milliseconds

<<111112113114115116117118119120>>