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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 89 /* File fclose operation in kernel mode. */
97 /* File ftell operation in kernel mode. It currently should not
106 /* File fseek operation in kernel mode. It should only be called
116 /* File ftruncate operation in kernel mode. It currently should not
126 /* File fread operation in kernel mode. It currently should not
137 /* File fwrite operation in kernel mode. It outputs the data
195 /* File fileno operation in kernel mode. It currently should not
  /system/connectivity/shill/net/
byte_string.h 101 // Perform an AND operation between each element of |this| with the
103 // are the same length, and as such the operation succeeds; false
104 // if they are not. The result of the operation is stored in |this|.
107 // Perform an OR operation between each element of |this| with the
109 // are the same length, and as such the operation succeeds; false
110 // if they are not. The result of the operation is stored in |this|.
113 // Perform an inversion operation on each of the bits this string.
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 265 TestSensorOperation operation = local
268 operation.addVerification(
274 executeTest(environment, operation, false /* flushExpected */);
288 TestSensorOperation operation = TestSensorOperation local
291 executeTest(environment, operation, true /* flushExpected */);
296 TestSensorOperation operation,
299 operation.addDefaultVerifications();
302 operation.execute(getCurrentTestNode());
304 SensorStats stats = operation.getStats();
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 56 * On exit the value will indicate the success of the operation.
68 * On exit the value will indicate the success of the operation.
79 * On exit the value will indicate the success of the operation.
91 * On exit the value will indicate the success of the operation.
103 * On exit the value will indicate the success of the operation.
116 * On exit the value will indicate the success of the operation.
127 * On exit the value will indicate the success of the operation.
170 * On exit the value will indicate the success of the operation.
189 * On exit the value will indicate the success of the operation.
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcStatus.h 90 * Device specifier/handle value is invalid for the operation
117 * that an internal operation is in progress
181 * The operation is currently not possible or not allowed
194 * The system is busy with the previous operation.
204 /* Read operation failed */
208 * Write operation failed
215 /* Could not proceed further with the write operation: reached card EOF*/
337 * Invalid handle for the operation
357 * Not enough memory available to complete the requested operation
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qdcm.cpp 75 out->writeInt32(ret); //return operation status via binder.
91 out->writeInt32(ret); //return operation status via binder.
109 out->writeInt32(ret); //return operation status via binder.
132 out->writeInt32(ret); //return operation status via binder.
152 out->writeInt32(ret); //return operation status via binder.
174 out->writeInt32(ret); //return operation status via binder.
197 out->writeInt32(ret); //return operation status via binder.
220 out->writeInt32(ret); //return operation status via binder.
247 out->writeInt32(ret); //return operation status via binder.
  /libcore/ojluni/src/main/java/java/util/stream/
DoubleStream.java 55 * <p>The following example illustrates an aggregate operation using
82 * operation</a>.
97 * operation</a>.
111 * intermediate operation</a>.
126 * operation</a>.
140 * operation</a>.
158 * operation</a>.
175 * intermediate operation</a>.
187 * intermediate operation</a>.
199 * operation</a>
    [all...]
PipelineHelper.java 39 * incorporate information about the terminal (or stateful) operation which
40 * follows the last intermediate operation described by this
66 * Gets the combined stream and operation flags for the output of the described
68 * the intermediate operations and the terminal operation.
70 * @return the combined stream and operation flags
84 * {@code SIZED} characteristic, and the operation flags
85 * {@link StreamOpFlag#SIZED} is known on the combined stream and operation
187 * stateful operation followed by a terminal operation that returns an
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNfcStatus.h 89 * Device specifier/handle value is invalid for the operation
116 * that an internal operation is in progress
180 * The operation is currently not possible or not allowed
185 * The system is busy with the previous operation.
195 /* Read operation failed */
199 * Write operation failed
206 /* Could not proceed further with the write operation: reached card EOF*/
328 * Invalid handle for the operation
348 * Not enough memory available to complete the requested operation
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
fcntl.so 
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
field_mask.proto 52 // returned by a get operation or modified by an update operation.
87 // If a FieldMask object is not present in a get operation, the
88 // operation applies to all fields (as if a FieldMask of all fields
92 // top-level response message. In case of a REST get operation, the
94 // list operation, the mask instead applies to each individual message
116 // If a field mask is not present on update, the operation applies to
126 // operation kind. In any case, the effect of the field mask is
131 // The HTTP kind of an update operation which uses a field mask must
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
socket_ops.ipp 114 // Try to complete the operation without blocking.
117 // Check if operation succeeded.
121 // Operation failed.
127 // Fall through to retry operation.
133 // Fall through to retry operation.
140 // Fall through to retry operation.
162 // Check if operation succeeded.
166 // Retry operation if interrupted by signal.
170 // Operation failed.
176 // Fall through to retry operation
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 56 /** Concatenates any number of clauses using the specified operation. */
57 public static String concatenateClausesWithOperation(String operation, String... clauses) {
68 builder.append(" ").append(operation).append(" ");
  /external/avahi/avahi-common/
error.c 31 N_("Operation failed"),
53 N_("Invalid operation"),
88 N_("The requested operation is invalid because redundant")
  /external/clang/test/SemaObjC/
objc-container-subscripting.m 23 oldObject = array[10]++; // expected-error {{illegal operation on Objective-C container subscripting}}
24 oldObject = array[10]--; // expected-error {{illegal operation on Objective-C container subscripting}}
25 oldObject = --array[10]; // expected-error {{illegal operation on Objective-C container subscripting}}
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 75 // (other than the specific operation, of course) that it makes sense
87 BinaryOperation operation = BINARY_OP_NONE; local
89 operation = BINARY_OP_ADD;
91 operation = BINARY_OP_SUBTRACT;
93 operation = BINARY_OP_MULTIPLY;
95 operation = BINARY_OP_DIVIDE_QUOTIENT;
97 operation = BINARY_OP_DIVIDE_MODULUS;
99 operation = BINARY_OP_ALIGN;
101 if (operation != BINARY_OP_NONE) {
107 "operation " << token << ": " << expression
    [all...]
  /external/libchrome/base/
md5.h 39 // The output of an MD5 operation.
57 // Finalizes the MD5 operation and fills the buffer with the digest.
61 // operation. Can be used to generate digests for the input seen thus far,
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 179 * \retval NFCSTATUS_SUCCESS Operation successful.
182 * \retval NFCSTATUS_FAILED Operation failed.
229 * operation is completed.
233 * \retval NFCSTATUS_SUCCESS Operation successful.
236 * \retval NFCSTATUS_PENDING Reception operation is in progress,
239 * a valid type to perform the requsted operation.
242 * \retval NFCSTATUS_FAILED Operation failed.
296 * operation is completed.
300 * \retval NFCSTATUS_SUCCESS Operation successful.
303 * \retval NFCSTATUS_PENDING Reception operation is in progress
    [all...]
  /external/llvm/test/MC/Disassembler/Hexagon/
memop.txt 4 # Operation on memory byte
22 # Operation on memory halfword
40 # Operation on memory word
  /external/llvm/test/MC/Hexagon/instructions/
memop.s 4 # Operation on memory byte
22 # Operation on memory halfword
40 # Operation on memory word
  /external/mesa3d/src/gallium/docs/source/cso/
dsa.rst 44 The operation to carry out if the stencil test fails. One of
47 The operation to carry out if the stencil test passes but the depth test
50 The operation to carry out if the stencil test and depth test both pass.
  /external/v8/test/webkit/
parser-xml-close-comment-expected.txt 29 PASS 'should be a syntax error' --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
30 PASS /**/ 1 --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
31 PASS 1 /**/ --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 148 Message operation = mHandler.obtainMessage(MyHandler.MSG_CLOSE); local
149 mHandler.enqueueOperation(operation);
156 Message operation = mHandler.obtainMessage(MyHandler.MSG_OPEN); local
157 mHandler.enqueueOperation(operation);
168 Message operation = mHandler.obtainMessage(MyHandler.MSG_UPDATE, args); local
169 mHandler.enqueueOperation(operation);
173 operation = mHandler.obtainMessage(MyHandler.MSG_START_PRELOAD);
174 mHandler.enqueueOperation(operation);
188 Message operation = mHandler.obtainMessage(MyHandler.MSG_CLOSE);
189 mHandler.enqueueOperation(operation);
254 Message operation = mPendingOperations.remove(0); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
NestedScrollingParentHelper.java 29 * a matching method signature in this class, delegate the operation to the helper instance
50 * Called when a nested scrolling operation initiated by a descendant view is accepted
73 * React to a nested scroll operation ending.
  /hardware/qcom/display/msm8996/sdm/include/core/
sdm_types.h 43 kErrorNotSupported, //!< Requested operation is not supported.
44 kErrorPermission, //!< Operation is not permitted in current state.
54 kErrorTimeOut, //!< The operation has timed out to prevent client from waiting forever.

Completed in 851 milliseconds

<<11121314151617181920>>