Searched
full:opened (Results
276 -
300 of
3270) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_requester.h | 16 // stream to be opened. MediaStreamManager will use this interface to signal
|
/external/chromium_org/media/video/capture/android/ |
video_capture_device_android.h | 46 kIdle, // The device is opened but not in use.
|
/external/chromium_org/net/base/ |
file_stream.cc | 20 /* To allow never opened stream to be destroyed on any thread we set flags 21 as if stream was opened asynchronously. */ 29 /* To allow never opened stream to be destroyed on any thread we set flags 30 as if stream was opened asynchronously. */
|
/external/chromium_org/net/disk_cache/ |
net_log_parameters.h | 19 // Entry. Contains the Entry's key and whether it was created or opened.
|
/external/chromium_org/ppapi/proxy/ |
video_capture_resource.h | 58 OPENED,
|
/external/chromium_org/remoting/host/ |
desktop_session_connector.h | 45 // handle. |desktop_pipe| is the client end of the pipe opened by the desktop
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
select-webkit-appearance-off-narrow-select.html | 27 the text should not be pressed against the edges of the opened select.</p>
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransactionBackendSync.cpp | 78 if (!m_database->opened()) { 132 if (!m_database->opened()) { 183 if (!m_database->opened() || (m_callback && !m_callback->handleEvent(SQLTransactionSync::from(this)))) { 197 if (!m_database->opened()) {
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebSocketStreamHandleClient.h | 46 // Called when Socket Stream is opened.
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.h | 57 * @return pointer to the newly opened UCHARBUF 155 * @param fileName The file name to be opened and encoding autodected 156 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise. 175 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
|
/external/chromium_org/third_party/sqlite/src/test/ |
walnoshm.test | 29 # WAL database is opened using heap-memory for the WAL index, the connection 75 # the above, the operation fails and the WAL file is not opened. 148 # opened, it is possible to drop back to locking_mode=NORMAL. 151 # opened, it is not.
|
/external/chromium_org/ui/base/ime/win/ |
tsf_event_router.h | 29 // Called when the number of currently opened candidate windows changes.
|
/external/chromium_org/ui/views/controls/menu/ |
menu_wrapper.h | 29 MENU_ACTION_NONE, // Menu cancelled, or never opened.
|
/external/e2fsprogs/ext2ed/ |
disk.c | 49 internal_error ("No device opened yet read requested","disk","low_read"); 100 internal_error ("No device opened yet read requested","disk","low_write"); 199 printf ("Error - No device opened\n"); 222 wprintw (command_win,"Error - No device opened\n");
|
/external/icu4c/tools/toolutil/ |
ucbuf.h | 57 * @return pointer to the newly opened UCHARBUF 155 * @param fileName The file name to be opened and encoding autodected 156 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise. 175 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Map.h | 83 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 128 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 153 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 204 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
/external/openssh/openbsd-compat/ |
bsd-cygwin_util.h | 28 * This file contains functions for forcing opened file descriptors to
|
/external/zlib/src/contrib/iostream3/ |
README | 23 - gzipped output file opened with default compression level instead of maximum level
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.h | 71 * @param[in] fileDesc The file descriptor of a file opened for reading. 83 * @param[in] fileDesc The file descriptor of a file opened for writing. 95 * @param[in] fileDesc The file descriptor of a file opened for writing. 151 /// There are too many ongoing sessions for another one to be opened.
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_FileCommon_priv.h | 68 * is opened in read and write mode with one descriptor */
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
SoftFlacEncoder.h | 26 // all the output buffers can be opened as a .flac file
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_input.h | 52 // The corresponding (opened) file.
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ExpandedMenuView.java | 30 * The expanded menu view is a list-like menu with all of the available menu items. It is opened
|
/hardware/libhardware/modules/nfc/ |
nfc_pn544_example.c | 22 /* Close an opened pn544 device instance */
|
/libcore/luni/src/main/java/java/nio/channels/ |
FileChannel.java | 37 * FileChannels created from a {@code RandomAccessFile} that was opened in 74 * and I/O streams opened on the same file by the same VM. 146 * such as last access time), even if the channel is opened read-only. 169 * this channel was not opened for writing. 237 * if the channel is not opened in read-mode but shared is true. 239 * if the channel is not opened in write mode but shared is 268 * if the FileChannel is not opened for reading but the given 271 * if the FileChannel is not opened for writing but the given 343 * if the channel has not been opened in a mode that permits 380 * if the channel has not been opened in a mode that permit [all...] |
Completed in 2662 milliseconds
<<11121314151617181920>>