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

<<11121314151617181920>>

  /frameworks/base/location/java/android/location/
LocalListenerHelper.java 102 private void executeOperation(ListenerOperation<TListener> operation, TListener listener) {
104 operation.execute(listener);
111 protected void foreach(final ListenerOperation<TListener> operation) {
118 executeOperation(operation, listener.getKey());
123 executeOperation(operation, listener.getKey());
  /frameworks/base/media/java/android/mtp/
MtpDeviceInfo.java 74 * Returns operation code supported by the device.
76 * @return supported operation code. Can be null if device does not provide the property.
145 * Returns if the given operation is supported by the device or not.
146 * @param code Operation code.
147 * @return If the given operation is supported by the device or not.
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1308.h 76 * @return Result of the operation
84 * @return Result of the operation
92 * @return Result of the operation
98 * @return Result of the operation
104 * @return Result of the operation
  /libcore/ojluni/src/main/java/java/io/
WriteAbortedException.java 30 * write operation. Thrown during a read operation when one of the
31 * ObjectStreamExceptions was thrown during a write operation. The
84 * Returns the exception that terminated the operation (the <i>cause</i>).
86 * @return the exception that terminated the operation (the <i>cause</i>),
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSupport.java 50 * size after the terminal operation of the stream pipeline commences.
79 * more than once, and only after the terminal operation of the stream pipeline
89 * source. Since the supplier is only invoked after the terminal operation
91 * terminal operation are reflected in the stream result. See
100 * behavior may occur when terminal operation commences.
121 * after the terminal operation of the stream pipeline commences.
148 * more than once, and only after the terminal operation of the stream pipeline
158 * source. Since the supplier is only invoked after the terminal operation
160 * terminal operation are reflected in the stream result. See
168 * behavior may occur when terminal operation commences
    [all...]
AbstractPipeline.java 41 * source or an intermediate operation.
45 * (e.g., {@code IntPipeline}) which is also abstract, and an operation-specific
48 * used by the operation; the shape-specific classes add helper methods for
52 * <p>After chaining a new intermediate operation, or executing a terminal
53 * operation, the stream is considered to be consumed, and no more intermediate
65 * operation begins.
92 * The operation flags for the intermediate operation represented by this
112 * The combined source and operation flags for the source and all operations
113 * up to and including the operation represented by this pipeline object
    [all...]
IntStream.java 53 * <p>The following example illustrates an aggregate operation using
80 * operation</a>.
95 * operation</a>.
109 * intermediate operation</a>.
124 * operation</a>.
138 * operation</a>.
156 * operation</a>.
171 * intermediate operation</a>.
182 * intermediate operation</a>.
194 * operation</a>
    [all...]
  /system/keymaster/
operation.h 33 class Operation;
54 virtual Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params,
88 class Operation {
90 Operation(keymaster_purpose_t purpose) : purpose_(purpose) {}
91 virtual ~Operation() {}
  /external/clang/test/Sema/
atomic-ops.c 93 __c11_atomic_init(ci, 5); // expected-error {{address argument to atomic operation must be a pointer to non-const _Atomic type ('const _Atomic(int) *' invalid)}}
98 __c11_atomic_store((int*)0,0,0); // expected-error {{address argument to atomic operation must be a pointer to _Atomic}}
100 __c11_atomic_store(ci, 0, memory_order_relaxed); // expected-error {{address argument to atomic operation must be a pointer to non-const _Atomic type ('const _Atomic(int) *' invalid)}}
105 __c11_atomic_load(ci, memory_order_seq_cst); // expected-error {{address argument to atomic operation must be a pointer to non-const _Atomic type ('const _Atomic(int) *' invalid)}}
128 __atomic_store_n(CI, 4, memory_order_release); // expected-error {{address argument to atomic operation must be a pointer to non-const type ('const int *' invalid)}}
135 __atomic_store(CI, I, memory_order_release); // expected-error {{address argument to atomic operation must be a pointer to non-const type ('const int *' invalid)}}
148 __atomic_exchange(CI, I, I, memory_order_seq_cst); // expected-error {{address argument to atomic operation must be a pointer to non-const type ('const int *' invalid)}}
184 (void)__atomic_compare_exchange_n(CI, I, 5, 1, memory_order_seq_cst, memory_order_seq_cst); // expected-error {{address argument to atomic operation must be a pointer to non-const type ('const int *' invalid)}}
190 (void)__atomic_compare_exchange(CI, I, I, 0, memory_order_seq_cst, memory_order_seq_cst); // expected-error {{address argument to atomic operation must be a pointer to non-const type ('const int *' invalid)}}
201 __c11_atomic_init(ci, 0); // expected-error {{address argument to atomic operation must be a pointer to non-const _Atomic type ('const _Atomic(int) *' invalid)}
    [all...]
  /external/gemmlowp/meta/
multi_thread_gemm.h 36 std::int32_t result_stride, const F& operation) {
44 operation.ExecuteCacheFriendlyMatrixMatrix(
49 operation.ExecuteCacheFriendlyMatrixMatrix(
53 operation.ExecuteCacheFriendlyMatrixMatrix(scratch, lhs, rhs, m, n, k,
185 internal::GemmQuantized8BitOperation operation(lhs_offset, rhs_offset,
188 n, k, result, n, operation);
203 internal::GemmFloatOperation operation(lhs_offset, rhs_offset, result_offset);
205 n, k, result, n, operation);
220 internal::GemmInt32Operation operation(lhs_offset, rhs_offset);
222 n, k, result, n, operation);
    [all...]
  /external/icu/icu4c/source/common/unicode/
appendable.h 60 * @return TRUE if the operation succeeded
69 * @return TRUE if the operation succeeded
79 * @return TRUE if the operation succeeded
90 * @return TRUE if the operation succeeded
100 * The returned buffer is only valid until the next operation
169 * @return TRUE if the operation succeeded
177 * @return TRUE if the operation succeeded
186 * @return TRUE if the operation succeeded
195 * @return TRUE if the operation succeeded
205 * The returned buffer is only valid until the next write operation
    [all...]
  /frameworks/rs/api/
rs_atomic.spec 36 ret: int32_t, "Value of *addr prior to the operation."
55 ret: int32_t, "Value of *addr prior to the operation."
75 ret: int32_t, "Value of *addr prior to the operation."
100 ret: int32_t, "Value of *addr prior to the operation."
117 ret: int32_t, "Value of *addr prior to the operation."
134 ret: uint32_t, "Value of *addr prior to the operation."
154 ret: uint32_t, "Value of *addr prior to the operation."
174 ret: int32_t, "Value of *addr prior to the operation."
194 ret: int32_t, "Value of *addr prior to the operation."
213 ret: int32_t, "Value of *addr prior to the operation.
    [all...]
  /frameworks/rs/scriptc/
rs_atomic.rsh 48 * Returns: Value of *addr prior to the operation.
70 * Returns: Value of *addr prior to the operation.
96 * Returns: Value of *addr prior to the operation.
116 * Returns: Value of *addr prior to the operation.
136 * Returns: Value of *addr prior to the operation.
158 * Returns: Value of *addr prior to the operation.
180 * Returns: Value of *addr prior to the operation.
202 * Returns: Value of *addr prior to the operation.
223 * Returns: Value of *addr prior to the operation.
245 * Returns: Value of *addr prior to the operation
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_atomic.rsh 48 * Returns: Value of *addr prior to the operation.
70 * Returns: Value of *addr prior to the operation.
96 * Returns: Value of *addr prior to the operation.
116 * Returns: Value of *addr prior to the operation.
136 * Returns: Value of *addr prior to the operation.
158 * Returns: Value of *addr prior to the operation.
180 * Returns: Value of *addr prior to the operation.
202 * Returns: Value of *addr prior to the operation.
223 * Returns: Value of *addr prior to the operation.
245 * Returns: Value of *addr prior to the operation
    [all...]
  /external/llvm/lib/Target/Mips/
Mips32r6InstrFormats.td 233 class COP1_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
240 let Inst{25-21} = Operation.Value;
245 class COP2_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
252 let Inst{25-21} = Operation.Value;
257 class PCREL16_FM<OPCODE5 Operation> : MipsR6Inst {
265 let Inst{20-16} = Operation.Value;
269 class PCREL19_FM<OPCODE2 Operation> : MipsR6Inst {
277 let Inst{20-19} = Operation.Value;
281 class PCREL18_FM<OPCODE3 Operation> : MipsR6Inst {
289 let Inst{20-18} = Operation.Value
    [all...]
  /external/llvm/docs/CommandGuide/
llvm-ar.rst 51 implementations. The options to **llvm-ar** specify a single basic operation to
52 perform on the archive, a variety of modifiers for that operation, the name of
61 generally means either "none" or "all" members, depending on the operation.
70 Delete files from the archive. No modifiers are applicable to this operation.
80 *i* modifiers apply to this operation. The *files* will all be moved
89 Print files to the standard output. This operation simply prints the
93 operation never modifies the archive.
99 Quickly append files to the end of the archive. This operation quickly adds the
103 whether the *q* operation is any faster than the *r* operation
    [all...]
  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 30 operation is UNPREDICTABLE. */
37 value (bits 63..31 equal), then the result of the operation
47 value (bits 63..31 equal), then the result of the operation
58 operation is UNPREDICTABLE. */
65 value (bits 63..31 equal), then the results of the operation
72 value (bits 63..31 equal), then the results of the operation
158 operation is UNPREDICTABLE.
169 operation is UNPREDICTABLE.
208 values (bits 63..31 equal), then the results of the operation
215 values (bits 63..31 equal), then the results of the operation
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 87 /* Alignment operation */
330 * [out] Result of operation
351 * [out] Result of operation
371 * [out] Result of operation
393 * [out] Result of operation
406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
413 * [in] mac Result of MAC operation
416 * [out] mac Result of operation
429 * Returns the result of rounded right shift operation of input by the scalefactor
438 * [out] Result of operation
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 87 /* Alignment operation */
330 * [out] Result of operation
351 * [out] Result of operation
371 * [out] Result of operation
393 * [out] Result of operation
406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
413 * [in] mac Result of MAC operation
416 * [out] mac Result of operation
429 * Returns the result of rounded right shift operation of input by the scalefactor
438 * [out] Result of operation
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 87 /* Alignment operation */
330 * [out] Result of operation
351 * [out] Result of operation
371 * [out] Result of operation
393 * [out] Result of operation
406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
413 * [in] mac Result of MAC operation
416 * [out] mac Result of operation
429 * Returns the result of rounded right shift operation of input by the scalefactor
438 * [out] Result of operation
    [all...]
  /external/boringssl/src/crypto/cipher/
cipher_test.cc 170 t->PrintLine("Operation failed.");
179 t->PrintLine("Operation failed.");
187 t->PrintLine("Operation failed.");
192 t->PrintLine("Operation failed.");
248 } operation = kBoth; local
249 if (t->HasAttribute("Operation")) {
250 const std::string &str = t->GetAttributeOrDie("Operation");
252 operation = kEncrypt;
254 operation = kDecrypt;
256 t->PrintLine("Unknown operation: '%s'.", str.c_str())
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Frame.h 143 * \retval NFCSTATUS_SUCCESS Operation successful.
160 * \retval NFCSTATUS_SUCCESS Operation successful.
179 * \retval NFCSTATUS_SUCCESS Operation successful.
200 * \retval NFCSTATUS_SUCCESS Operation successful.
222 * \retval NFCSTATUS_SUCCESS Operation successful.
246 * \retval NFCSTATUS_SUCCESS Operation successful.
271 * \retval NFCSTATUS_SUCCESS Operation successful.
292 * \retval NFCSTATUS_SUCCESS Operation successful.
314 * \retval NFCSTATUS_SUCCESS Operation successful.
336 * \retval NFCSTATUS_SUCCESS Operation successful
    [all...]
  /hardware/libhardware/include/hardware/
fingerprint.h 37 * Fingerprint errors are meant to tell the framework to terminate the current operation and ask
42 * a situation where the current operation can't continue without user interaction. For example,
48 FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2, /* Bad data; operation can't continue */
49 FINGERPRINT_ERROR_TIMEOUT = 3, /* The operation has timed out waiting for user input. */
51 FINGERPRINT_ERROR_CANCELED = 5, /* The current operation can't proceed. See above. */
57 * Fingerprint acquisition info is meant as feedback for the current operation. Anything but
59 * current operation. For example, FINGERPRINT_ACQUIRED_IMAGER_DIRTY can be used to tell the user
60 * to clean the sensor. If this will cause the current operation to fail, an additional
61 * FINGERPRINT_ERROR_CANCELED can be sent to stop the operation in progress (e.g. enrollment).
120 /* Synchronous operation */
    [all...]
  /system/bt/hci/include/
bt_vendor_lib.h 33 /* [operation]
45 /* [operation]
58 /* [operation]
71 /* [operation]
92 /* [operation]
103 /* [operation]
120 /* [operation]
133 /* [operation]
145 /* [operation]
157 /* [operation]
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 510 * [out] Result of operation
563 * [out] Result of operation
616 * [out] Result of operation
670 * [out] Result of operation
687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
694 * [in] mac Result of MAC operation
697 * [out] mac Result of operation
731 * Returns the result of rounded right shift operation of input by the scalefactor
740 * [out] Result of operation
768 * Returns the result of saturating left-shift operation on inpu
    [all...]

Completed in 735 milliseconds

<<11121314151617181920>>