HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 201 - 225 of 10466) sorted by null

1 2 3 4 5 6 7 891011>>

  /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...]
  /system/update_engine/payload_consumer/
delta_performer.cc 201 // expect an update to have at least one operation, so the expectation is that
251 LOG(ERROR) << "Failed to perform " << op_type_name << " operation "
630 // Check whether we received all of the next operation's data payload.
634 // Validate the operation only if the metadata signature is present.
647 LOG(ERROR) << "Mandatory operation hash check failed";
652 LOG(WARNING) << "Ignoring operation validation errors";
657 // Makes sure we unblock exit when this operation completes.
695 // In major version 2, we don't add dummy operation to the payload.
833 const chromeos_update_engine::InstallOperation& operation) {
835 if (!operation.has_data_offset() && !operation.has_data_length()
    [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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BatchingTestActivity.java 128 TestSensorOperation operation = local
130 return executeTest(operation);
146 TestSensorOperation operation = TestSensorOperation local
148 return executeTest(operation);
151 private String executeTest(TestSensorOperation operation) throws InterruptedException {
152 operation.addDefaultVerifications();
153 operation.execute(getCurrentTestNode());
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SensorOperation.java 35 * <li>{@link #clone()} may be called any time and should return an operation with the same
51 * @return The {@link SensorStats} for the operation.
58 * Executes the sensor operation.
61 * NOTE: the operation is expected to handle interruption by:
70 * NOTE: The implementation should also clone all child operations, so that a cloned operation
100 public SensorTestNode(ISensorTestNode parent, SensorOperation operation) {
102 mOperation = operation;
  /cts/tests/tests/media/src/android/media/cts/
Utils.java 32 public static void enableAppOps(String packageName, String operation,
34 setAppOps(packageName, operation, instrumentation, true);
37 public static void disableAppOps(String packageName, String operation,
39 setAppOps(packageName, operation, instrumentation, false);
48 private static void setAppOps(String packageName, String operation,
54 cmd.append(operation);
62 query.append(operation);
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 190 ** search operation has completed, or if an error occurs, the app will be
244 ** operation has completed, or if an error occurs, the app will be notified with
263 ** operation has completed, or if an error occurs, the app will be notified with
282 ** operation has completed, or if an error occurs, the app will be notified with
301 ** operation has completed, or if an error occurs, the app will be notified with
323 ** operation has completed, or if an error occurs, the app will be notified with
342 ** operation has completed, or if an error occurs, the app will be notified with
361 ** operation has completed, or if an error occurs, the app will be notified with
382 ** operation has completed, or if an error occurs, the app will be notified with
400 ** When the write operation has completed (or if an error occurs), th
    [all...]

Completed in 520 milliseconds

1 2 3 4 5 6 7 891011>>