/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 49 "verbose output operation"; 54 "quiet operation (ignore all but warnings and severe errors)"; 59 "extra-quiet operation (ignore all but severe errors)";
|
/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 34 "verbose output operation"; 39 "quiet operation (ignore all but warnings and severe errors)"; 44 "extra-quiet operation (ignore all but severe errors)";
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
timer_queue_base.hpp | 18 #include "asio/detail/operation.hpp" 45 virtual void get_ready_timers(op_queue<operation>& ops) = 0; 48 virtual void get_all_timers(op_queue<operation>& ops) = 0;
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattCallback.java | 29 * @param status Status of the connect or disconnect operation. 30 * {@link BluetoothGatt#GATT_SUCCESS} if the operation succeeds. 51 * Callback reporting the result of a characteristic read operation. 56 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation 64 * Callback indicating the result of a characteristic write operation. 75 * @param status The result of the write operation 76 * {@link BluetoothGatt#GATT_SUCCESS} if the operation succeeds. 94 * Callback reporting the result of a descriptor read operation. 99 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation 107 * Callback indicating the result of a descriptor write operation [all...] |
/frameworks/support/compat/java/android/support/v4/app/ |
AppOpsManagerCompat.java | 31 * perform the given operation. 37 * the given operation, and this attempt should <em>silently fail</em> (it 103 * Make note of an application performing an operation. Note that you must pass 106 * succeeds, the last execution time of the operation for this app will be updated to 109 * @param op The operation to note. One of the OPSTR_* constants. 110 * @param uid The user id of the application attempting to perform the operation. 111 * @param packageName The name of the application attempting to perform the operation. 112 * @return Returns {@link #MODE_ALLOWED} if the operation is allowed, or 123 * Make note of an application performing an operation on behalf of another 128 * succeeds, the last execution time of the operation for the proxied app an [all...] |
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
pwm.h | 74 * @return Result of operation 93 * @return Result of operation 102 * @return Result of operation 111 * @return Result of operation 120 * @return Result of operation 129 * @return Result of operation 138 * @return Result of operation 148 * @return Result of operation. 157 * @return Result of operation 165 * @return Result of operation [all...] |
/hardware/bsp/intel/peripheral/libmraa/src/javascript/ |
doxygen2jsdoc_custom.json | 26 "description": "Result of operation" 54 "description": "Result of operation" 73 "description": "Result of operation"
|
/hardware/ti/omap4-aah/libtiutils/ |
Semaphore.h | 45 ///Wait operation 48 ///Signal operation 54 ///Wait operation with a timeout
|
/hardware/ti/omap4xxx/libtiutils/ |
Semaphore.h | 42 ///Wait operation 45 ///Signal operation 51 ///Wait operation with a timeout
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2ForTesting.java | 61 public void setExact(int type, long triggerAtTime, PendingIntent operation) { 66 PendingIntent operation) { 70 public void cancel(PendingIntent operation) {
|
/system/connectivity/shill/ |
arp_client_test_helper.cc | 32 void ArpClientTestHelper::GeneratePacket(uint16_t operation, 37 packet_.set_operation(operation); 49 packet->set_operation(packet_.operation());
|
/system/keymaster/ |
rsa_operation.h | 25 #include "operation.h" 34 class RsaOperation : public Operation { 38 : Operation(purpose), rsa_key_(key), padding_(padding), digest_(digest), 86 * RSA private key signing operation. 108 * RSA public key verification operation. 147 * RSA public key encryption operation. 159 * RSA private key decryption operation. 171 * Abstract base for all RSA operation factories. This class exists mainly to centralize some code 172 * common to all RSA operation factories. 179 Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_secy_ops.c | 40 "KaY: secy enable_protect_frames operation not supported"); 60 "KaY: secy set_replay_protect operation not supported"); 81 "KaY: secy set_current_cipher_suite operation not supported"); 109 "KaY: secy enable_controlled_port operation not supported"); 130 "KaY: secy get_receive_lowest_pn operation not supported"); 154 "KaY: secy get_receive_lowest_pn operation not supported"); 178 "KaY: secy get_receive_lowest_pn operation not supported"); 201 "KaY: secy get_available_receive_sc operation not supported"); 221 "KaY: secy create_receive_sc operation not supported"); 242 "KaY: secy delete_receive_sc operation not supported") [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
KeyStoreCryptoOperationChunkedStreamer.java | 32 * Helper for streaming a crypto operation's input and output via {@link KeyStore} service's 36 * update and finish operations. Firstly, KeyStore's update operation can consume only a limited 38 * operation may consume less data than provided, in which case the caller has to buffer the 43 * <p>Bidirectional chunked streaming of data via a KeyStore crypto operation is abstracted away as 44 * a {@link Stream} to avoid having this class deal with operation tokens and occasional additional 52 * Bidirectional chunked data stream over a KeyStore crypto operation. 56 * Returns the result of the KeyStore {@code update} operation or null if keystore couldn't 62 * Returns the result of the KeyStore {@code finish} operation or null if keystore couldn't 81 public KeyStoreCryptoOperationChunkedStreamer(Stream operation) { 82 this(operation, DEFAULT_MAX_CHUNK_SIZE) [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/ |
write.hpp | 42 * This operation is implemented in terms of zero or more calls to the stream's 81 * This operation is implemented in terms of zero or more calls to the stream's 121 * This operation is implemented in terms of zero or more calls to the stream's 132 * whether the write operation is complete. The signature of the function object 135 * // Result of latest write_some operation. 141 * A return value of 0 indicates that the write operation is complete. A 172 * This operation is implemented in terms of zero or more calls to the stream's 183 * whether the write operation is complete. The signature of the function object 186 * // Result of latest write_some operation. 192 * A return value of 0 indicates that the write operation is complete. [all...] |
/libcore/ojluni/src/main/java/java/nio/channels/ |
SocketChannel.java | 42 * connected. An attempt to invoke an I/O operation upon an unconnected 53 * Whether or not a connection operation is in progress may be determined by 57 * to the asynchronous close operation specified in the {@link Channel} class. 59 * thread is blocked in a read operation on the socket's channel, then the read 60 * operation in the blocked thread will complete without reading any bytes and 62 * thread while another thread is blocked in a write operation on the socket's 108 * or write operation while an invocation of one of these methods is in 158 * while the connect operation is in progress 162 * while the connect operation is in progress, thereby 198 * Returns an operation set identifying this channel's supporte [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Bool.java | 28 * The 'boolean()' operation expression executer. 35 * Apply the operation to two operands, and return the result. 40 * @return non-null reference to the XObject that represents the result of the operation. 54 * Evaluate this operation directly to a boolean. 58 * @return The result of the operation as a boolean.
|
Number.java | 28 * The 'number()' operation expression executer. 35 * Apply the operation to two operands, and return the result. 40 * @return non-null reference to the XObject that represents the result of the operation. 54 * Evaluate this operation directly to a double. 58 * @return The result of the operation as a double.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
accelerate.h | 26 // This class implements the Accelerate operation. Most of the work is done 28 // operation. In the Accelerate class, the operations that are specific to 37 // This method performs the actual Accelerate operation. The samples are 41 // the outcome of the operation as an enumerator value. If |fast_accelerate| 57 // Checks the criteria for performing the time-stretching operation and,
|
preemptive_expand.h | 26 // This class implements the PreemptiveExpand operation. Most of the work is 28 // operation. In the PreemptiveExpand class, the operations that are specific to 41 // This method performs the actual PreemptiveExpand operation. The samples are 45 // the outcome of the operation as an enumerator value. 59 // Checks the criteria for performing the time-stretching operation and,
|
/frameworks/base/core/java/android/app/backup/ |
IRestoreObserver.aidl | 22 * Callback class for receiving progress reports during a restore operation. 40 * The restore operation has begun. 43 * this restore operation. 59 * The restore operation has completed. 61 * @param error Zero on success; a nonzero error code if the restore operation
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
SeqStep.java | 8 import javax.obex.Operation; 21 /* Operation type - Connect, Get, Put etc. */ 61 public boolean validate(HeaderSet response, Operation op) throws IOException { 66 public void serverPreAction(HeaderSet request, Operation op) throws IOException { 72 public void clientPostAction(HeaderSet response, Operation op) throws IOException {
|
/system/connectivity/shill/wifi/ |
tdls_manager.h | 39 // Perform TDLS |operation| on |peer|. 41 const std::string& operation, 61 // operation is initiated successfully. 64 // Setup a TDLS pairing with |peer_mac_address|. Returns true if operation is 68 // Tear down the TDLS pairing with |peer|. Returns true if operation is
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_masks.c | 37 void vegaMask(VGHandle mask, VGMaskOperation operation, 48 if (operation < VG_CLEAR_MASK || operation > VG_SUBTRACT_MASK) { 56 if (operation == VG_CLEAR_MASK) { 58 } else if (operation == VG_FILL_MASK) { 62 mask_using_image(image, operation, x, y, width, height); 65 mask_using_layer(layer, operation, x, y, width, height); 115 VGMaskOperation operation) 127 if (operation < VG_CLEAR_MASK || 128 operation > VG_SUBTRACT_MASK) 139 mask_render_to(handle_to_path(path), paintModes, operation); local [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
RemoteListenerHelper.java | 128 protected void foreach(ListenerOperation<TListener> operation) { 130 foreachUnsafe(operation); 154 ListenerOperation<TListener> operation = getHandlerOperation(RESULT_INTERNAL_ERROR); local 155 foreachUnsafe(operation); 171 private void foreachUnsafe(ListenerOperation<TListener> operation) { 173 post(linkedListener.getUnderlyingListener(), operation); local 177 private void post(TListener listener, ListenerOperation<TListener> operation) { 178 if (operation != null) { 179 mHandler.post(new HandlerRunnable(listener, operation)); 239 public HandlerRunnable(TListener listener, ListenerOperation<TListener> operation) { [all...] |