/external/libbrillo/brillo/streams/ |
stream_utils.cc | 18 // Status of asynchronous CopyData operation. 39 // Callback from read operation for CopyData. Writes the read data to the output 61 // Performs the read part of asynchronous CopyData operation. Reads the data 72 return PerformWrite(state, 0); // Nothing more to read. Finish operation. 99 "Stream operation not supported"); 119 "Operation timed out");
|
stream.h | 42 // Also, only one outstanding asynchronous operation of particular kind (reading 44 // asynchronous read operation is pending will fail with an error 86 // When seeking in streams, whence specifies the origin of the seek operation. 108 // subsequent read operation will actually succeed (for example, the stream 116 // written to. However, if it returns true, the subsequent write operation 145 // this operation. 190 // If an error occurs during the asynchronous operation, the |error_callback| 194 // If this function successfully schedules an asynchronous operation, it 199 // valid for the duration of the asynchronous operation (until either 201 // Only one asynchronous operation at a time is allowed on the stream (rea [all...] |
/external/libnfc-nci/halimpl/pn54x/tml/ |
phTmlNfc_i2c.c | 77 ** NFCSTATUS_SUCCESS - open_and_configure operation success 78 ** NFCSTATUS_INVALID_DEVICE - device open operation failure 119 ** -1 - read operation failure 249 ** -1 - write operation failure 317 ** Returns 0 - reset operation success 318 ** -1 - reset operation failure
|
/external/libnfc-nci/src/nfa/include/ |
nfa_ce_api.h | 53 ** operation. 101 ** operation. 124 ** operation. 146 ** operation. 165 ** operation. 191 ** operation.
|
/external/libselinux/include/selinux/ |
label.h | 85 * selabel_lookup - Perform labeling lookup operation. 88 * @key: string input to lookup operation 89 * @type: numeric input to the lookup operation 91 * Perform a labeling lookup operation. Return %0 on success, -%1 with 93 * lookup operation; appropriate values are dictated by the backend in use. 128 * selabel_stats - log labeling operation statistics.
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfExpression.h | 53 /// Emit a dwarf register operation. 55 /// Emit an (double-)indirect dwarf register operation. 58 /// Emit a dwarf register operation for describing 65 /// Emit an indirect dwarf register operation for the given machine register. 69 /// \brief Emit a partial DWARF register operation. 75 /// If size and offset is zero an operation for the entire
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
select_reactor.hpp | 71 // Register a descriptor with an associated single operation. Returns 0 on 77 // Post a reactor operation for immediate completion. 83 // Start a new operation. The reactor operation will be performed when the 115 // Schedule a new operation in the given timer queue to expire at the 130 ASIO_DECL void run(bool block, op_queue<operation>& ops);
|
/external/selinux/libselinux/include/selinux/ |
label.h | 87 * selabel_lookup - Perform labeling lookup operation. 90 * @key: string input to lookup operation 91 * @type: numeric input to the lookup operation 93 * Perform a labeling lookup operation. Return %0 on success, -%1 with 95 * lookup operation; appropriate values are dictated by the backend in use. 149 * selabel_stats - log labeling operation statistics.
|
/external/zlib/src/contrib/ada/ |
zlib-streams.ads | 66 -- If mode is In_Stream then Write operation is disabled. 67 -- If mode is Out_Stream then Read operation is disabled. 98 -- Buffer for Read operation. 101 -- could be processed during the read operation. 104 -- Buffer size for write operation. 107 -- processed in the write operation.
|
/frameworks/base/core/java/android/content/ |
SyncStats.java | 23 * Used to record various statistics about the result of a sync operation. The SyncManager 66 * Counter for tracking how many inserts were performed by the sync operation, as defined 72 * Counter for tracking how many updates were performed by the sync operation, as defined 78 * Counter for tracking how many deletes were performed by the sync operation, as defined 84 * Counter for tracking how many entries were affected by the sync operation, as defined 91 * ignored during the sync operation. This could happen if the SyncAdapter detected some
|
/frameworks/base/docs/html/tv/adt-1/ |
regulatory.jd | 21 be maintained between the antenna of this device and persons during device operation. Operations 39 <p>This device complies with part 15 of the FCC Rules. Operation is subject to the following two 41 any interference received, including interference that may cause undesired operation.</p> 45 <p>This device complies with Industry Canada licence-exempt RSS standard(s). Operation is 47 device must accept any interference, including interference that may cause undesired operation of 56 potential for human contact during normal operation is minimized.</p>
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
SendKeyAction.java | 28 * does key repeat (a.k.a. press-and-hold) operation until it receives a key release event. 31 * for press-and-hold operation. 39 // coming down, we trigger the press-and-hold operation. Set to the value slightly 41 // as specified in the standard for the operation. 65 // operation. 113 // one becomes a new key code to be used for press-and-hold operation.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GLToolbox.java | 173 public static void checkGlError(String operation) { 176 throw new RuntimeException("GL Operation '" + operation + "' caused error " 188 private static void assertNonUiThread(String operation) { 190 throw new RuntimeException("Attempting to perform GL operation '" + operation
|
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
spi.hpp | 85 * @return Result of operation 97 * @return Result of operation 169 * @return Result of operation 184 * @return Result of operation 197 * @return Result of operation 209 * @return Result of operation
|
/hardware/ti/omap4-aah/libtiutils/ |
Semaphore.cpp | 119 @brief Wait operation 124 @return One of the android error codes based on semaphore wait operation 142 @brief Signal operation 147 @return One of the android error codes based on semaphore signal operation 186 @brief Wait operation with a timeout 191 @return One of the android error codes based on semaphore wait operation
|
/hardware/ti/omap4xxx/libtiutils/ |
Semaphore.cpp | 118 @brief Wait operation 123 @return One of the android error codes based on semaphore wait operation 141 @brief Signal operation 146 @return One of the android error codes based on semaphore signal operation 185 @brief Wait operation with a timeout 190 @return One of the android error codes based on semaphore wait operation
|
/prebuilts/go/darwin-x86/src/runtime/ |
os2_nacl.go | 13 _EPERM = 1 /* Operation not permitted */ 87 _EBADFD = 77 /* f.d. invalid for this operation */ 96 _ENOTSOCK = 88 /* Socket operation on non-socket */ 103 _EOPNOTSUPP = 95 /* Operation not supported on transport endpoint */ 127 _ECANCELED = 125 /* Operation canceled. */ 134 _EWOULDBLOCK = _EAGAIN /* Operation would block */
|
/prebuilts/go/linux-x86/src/runtime/ |
os2_nacl.go | 13 _EPERM = 1 /* Operation not permitted */ 87 _EBADFD = 77 /* f.d. invalid for this operation */ 96 _ENOTSOCK = 88 /* Socket operation on non-socket */ 103 _EOPNOTSUPP = 95 /* Operation not supported on transport endpoint */ 127 _ECANCELED = 125 /* Operation canceled. */ 134 _EWOULDBLOCK = _EAGAIN /* Operation would block */
|
/system/bt/btif/include/ |
btif_storage.h | 157 ** Returns BT_STATUS_SUCCESS if the operation was successful, 169 ** Returns BT_STATUS_SUCCESS if the operation was successful, 181 ** Returns BT_STATUS_SUCCESS if the operation was successful, 193 ** Returns BT_STATUS_SUCCESS if the operation was successful, 205 ** Returns BT_STATUS_SUCCESS if the operation was successful, 217 ** Returns BT_STATUS_SUCCESS if the operation was successful,
|
/system/security/keystore/ |
operation.cpp | 18 #include "operation.h" 32 mMap[token] = Operation(handle, keyid, purpose, dev, characteristics, appToken); 147 OperationMap::Operation::Operation(keymaster_operation_handle_t handle_, uint64_t keyid_, 154 OperationMap::Operation::Operation() : handle(0), device(NULL), characteristics(), appToken(NULL) {}
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.c | 623 /* Check all sockets for pending operation */ 643 /* Stop looping if pending operation has been found */ [all...] |
/external/zlib/src/examples/ |
gzlog.c | 16 system crashes. The status of the operation is recorded in an extra field 19 auxiliary file, so that if the operation is interrupted, it can be completed 20 the next time an append operation is attempted. 47 foo.add file are sufficient to recover an interrupted append operation. The 50 well as the crc and length of the gzip data before the append operation. 54 operation is interrupted, the data to add will still be there. If due to 56 operation was interrupted and when recovery is attempted, the gzip file will 60 foo.add file are sufficient to recover an interrupted compress operation. 66 Again, the foo.add file is maintained during the compress operation in case 72 operation [all...] |
/external/libnfc-nci/src/nfc/include/ |
rw_api.h | 97 RW_T4T_NDEF_READ_CPLT_EVT, /* Read operation completed */ 98 RW_T4T_NDEF_READ_FAIL_EVT, /* Read operation failed */ 99 RW_T4T_NDEF_UPDATE_CPLT_EVT, /* Update operation completed */ 100 RW_T4T_NDEF_UPDATE_FAIL_EVT, /* Update operation failed */ 105 RW_T4T_NDEF_FORMAT_CPLT_EVT, /* Format operation completed */ 111 RW_I93_NDEF_READ_CPLT_EVT, /* Read operation completed */ 112 RW_I93_NDEF_READ_FAIL_EVT, /* Read operation failed */ 113 RW_I93_NDEF_UPDATE_CPLT_EVT, /* Update operation completed */ 114 RW_I93_NDEF_UPDATE_FAIL_EVT, /* Update operation failed */ 135 #define RW_NDEF_FL_FORMATABLE 0x10 /* Tag supports format operation */ [all...] |
/libcore/ojluni/src/main/java/java/util/ |
List.java | 84 * operation on an ineligible element whose completion would not result in 217 * operation). 219 * <p>Lists that support this operation may place limitations on what 228 * @throws UnsupportedOperationException if the <tt>add</tt> operation 241 * if it is present (optional operation). If this list does not contain 257 * @throws UnsupportedOperationException if the <tt>remove</tt> operation 288 * collection's iterator (optional operation). The behavior of this 289 * operation is undefined if the specified collection is modified while 290 * the operation is in progress. (Note that this will occur if the 295 * @throws UnsupportedOperationException if the <tt>addAll</tt> operation [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
neteq_impl.cc | 750 Operations operation; local 752 int return_value = GetDecision(&operation, &packet_list, &dtmf_event, 761 int decode_return_value = Decode(&packet_list, &operation, 766 (operation == kRfc3389Cng && !packet_list.empty()); 771 switch (operation) { 787 enable_fast_accelerate_ && (operation == kFastAccelerate); 842 LOG(LS_ERROR) << "Invalid operation kUndefined."; [all...] |