HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 976 - 1000 of 5433) sorted by null

<<31323334353637383940>>

  /external/sepolicy/
platform_app.te 13 allow platform_app shell_data_file:file { open getattr read };
  /external/skia/tools/
coverage.sh 31 xdg-open out/Coverage/report/index.html
  /external/valgrind/main/memcheck/tests/
writev1.c 35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) {
36 fprintf(stderr, "open(2) failed: fname = %s, errno = %d\n",
49 if ((fd = open(f_name, O_RDWR, 0666)) < 0) {
50 fprintf(stderr, "open failed: fname = %s, errno = %d\n",
  /external/zlib/src/contrib/iostream/
zfstream.h 15 gzfilebuf *open( const char *name, int io_mode );
55 void open( const char *name, int io_mode );
  /frameworks/av/media/img_utils/src/
EndianUtils.cpp 2 * Copyright 2014 The Android Open Source Project
27 status_t EndianOutput::open() { function in class:android::img_utils::EndianOutput
29 return mOutput->open();
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 2 * Copyright (C) 2008 The Android Open Source Project
76 private volatile boolean open; field in class:AndroidHttpClientConnection
124 this.open = true;
142 if (this.open) {
143 throw new IllegalStateException("Connection is already open");
148 if (!this.open) {
149 throw new IllegalStateException("Connection is not open");
155 return (this.open && this.socket != null && this.socket.isConnected());
216 this.open = false;
224 if (!this.open) {
    [all...]
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 2 ** Copyright 2010, The Android Open Source Project
35 int stackFd = open(buf, O_RDONLY);
51 ALOGE("Unable to open stack of tid %d : %d (%s)", tid, errno, strerror(errno));
67 int outFd = open(path, O_WRONLY | O_APPEND | O_CREAT,
70 ALOGE("Unable to open stack dump file: %d (%s)", errno, strerror(errno));
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 2 * Copyright (C) 2011 The Android Open Source Project
128 * Open the NFC Execution Environment on its contact interface.
137 * <li>Only one process may open the secure element at a time. Additionally,
153 * <p>All other NFC functionality is disabled while the NFC-EE is open
159 * @throws EeAlreadyOpenException if the NFC-EE is already open
166 public void open() throws EeIOException { method in class:NfcExecutionEnvironment
168 Bundle b = mExtras.getService().open(mExtras.mPackageName, mToken);
182 * @throws IOException if the NFC-EE is already open, or some other error occurs
199 * @throws IOException if the NFC-EE is not open, or some other error occurs
207 throw new IOException("NFC Service was dead, need to re-open");
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 5 // This file is distributed under the University of Illinois Open Source
98 int open(const Path& pPath, int pOFlag);
99 int open(const Path& pPath, int pOFlag, int pPermission);
  /hardware/invensense/60xx/libsensors/
SensorBase.cpp 2 * Copyright (C) 2008 The Android Open Source Project
55 dev_fd = open(dev_name, O_RDONLY);
56 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
110 fd = open(devname, O_RDONLY);
  /hardware/invensense/60xx/libsensors_iio/
SensorBase.cpp 55 dev_fd = open(dev_name, O_RDONLY);
56 LOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
108 fd = open(devname, O_RDONLY);
109 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
110 LOGI("path open %s", devname);
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 2 * Copyright (C) 2012 The Android Open Source Project
88 dev->open = hal_open;
106 .open = nfc_open,
116 .author = "The Android Open Source Project",
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 2 * Copyright 2012 The Android Open Source Project
91 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
94 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
97 fd = open(bt_hci_transport_device.name, (O_RDWR | O_NOCTTY));
103 ALOGE("init_transport: Cannot open %s: %s\n",
109 opened internally. Currently successful return from open doesn't
112 opened immediately on return from the aforementioned open call */
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 57 // Open a sysfs node to receive the timeout notification from driver.
58 mTimeoutEventFd = open(IDLE_NOTIFY_PATH, O_RDONLY);
60 ALOGE ("%s:not able to open %s node %s",
65 // Open a sysfs node to send the timeout value to driver.
66 int fd = open(IDLE_TIME_PATH, O_WRONLY);
68 ALOGE ("%s:not able to open %s node %s",
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 57 // Open a sysfs node to receive the timeout notification from driver.
58 mTimeoutEventFd = open(IDLE_NOTIFY_PATH, O_RDONLY);
60 ALOGE ("%s:not able to open %s node %s",
65 // Open a sysfs node to send the timeout value to driver.
66 int fd = open(IDLE_TIME_PATH, O_WRONLY);
68 ALOGE ("%s:not able to open %s node %s",
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 76 this.fd = IoBridge.open(file.getPath(), O_RDONLY);
78 guard.open("close");
95 // Note that we do not call guard.open here because the
FileOutputStream.java 87 this.fd = IoBridge.open(file.getPath(), mode);
89 this.guard.open("close");
105 // Note that we do not call guard.open here because the
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldServerSocketChannelTest.java 39 this.serverChannel = ServerSocketChannel.open();
40 this.clientChannel = SocketChannel.open();
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system.cpp 23 fd_ = TEMP_FAILURE_RETRY(::open(path, O_RDONLY));
29 fd_ = TEMP_FAILURE_RETRY(::open(path, O_RDWR));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
29 assert(f.open("seekoff.dat", std::ios_base::in | std::ios_base::out
50 assert(f.open("seekoff.dat", std::ios_base::in | std::ios_base::out
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
73 extern int open(const char*, int, ...);
87 extern int __open_real(const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "open");
96 int open(const char* pathname, int flags, ...) { function
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
73 extern int open(const char*, int, ...);
87 extern int __open_real(const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "open");
96 int open(const char* pathname, int flags, ...) { function
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
73 extern int open(const char*, int, ...);
87 extern int __open_real(const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "open");
96 int open(const char* pathname, int flags, ...) { function
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
73 extern int open(const char*, int, ...);
87 extern int __open_real(const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "open");
96 int open(const char* pathname, int flags, ...) { function
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fcntl.h 2 * Copyright (C) 2008 The Android Open Source Project
73 extern int open(const char*, int, ...);
87 extern int __open_real(const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "open");
96 int open(const char* pathname, int flags, ...) { function

Completed in 653 milliseconds

<<31323334353637383940>>