HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 251 - 275 of 6286) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 166 ALOGV("Applying operation[%d] %p->%s()", i, data->m_operation,
377 GraphicsOperation::Operation* op = node->m_operation;
399 GraphicsOperation::Operation* op = recordingData->m_operation;
465 GraphicsOperation::Operation* op = nodes[i]->m_operation;
755 GraphicsOperation::ClipPath* operation = NEW_OP(ClipPath)(pathToClip); local
756 operation->setWindRule(clipRule);
757 appendStateOperation(operation);
883 GraphicsOperation::FillRect* operation = NEW_OP(FillRect)(rect); local
884 operation->setColor(color);
885 appendDrawingOperation(operation, rect)
    [all...]
  /external/icu4c/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
173 * @return TRUE if the operation succeeded
181 * @return TRUE if the operation succeeded
190 * @return TRUE if the operation succeeded
199 * @return TRUE if the operation succeeded
209 * The returned buffer is only valid until the next write operation
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 288 OpType Operation;
298 Operation(Op), Label(L), Register(R), Offset(O),
304 Operation(Op), Label(L), Register(R1), Register2(R2) {
367 OpType getOperation() const { return Operation; }
371 assert(Operation == OpDefCfa || Operation == OpOffset ||
372 Operation == OpRestore || Operation == OpUndefined ||
373 Operation == OpSameValue || Operation == OpDefCfaRegister |
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 72 /* Alignment operation */
315 * [out] Result of operation
336 * [out] Result of operation
356 * [out] Result of operation
378 * [out] Result of operation
391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
398 * [in] mac Result of MAC operation
401 * [out] mac Result of operation
414 * Returns the result of rounded right shift operation of input by the scalefactor
423 * [out] Result of operation
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 72 /* Alignment operation */
315 * [out] Result of operation
336 * [out] Result of operation
356 * [out] Result of operation
378 * [out] Result of operation
391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
398 * [in] mac Result of MAC operation
401 * [out] mac Result of operation
414 * Returns the result of rounded right shift operation of input by the scalefactor
423 * [out] Result of operation
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 72 /* Alignment operation */
315 * [out] Result of operation
336 * [out] Result of operation
356 * [out] Result of operation
378 * [out] Result of operation
391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
398 * [in] mac Result of MAC operation
401 * [out] mac Result of operation
414 * Returns the result of rounded right shift operation of input by the scalefactor
423 * [out] Result of operation
    [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...]
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/stlport/test/eh/
LeakCheck.h 18 be written so that each operation that could cause an exception causes
58 EFFECTS: Given a value and an operation, repeatedly applies the operation to a
62 value type whether the operation succeeds or fails.
64 template <class Value, class Operation>
65 void WeakCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
99 their arguments. The operation is performed on the value itself, and no
102 template <class Value, class Operation>
103 void ConstCheck(const Value& v, const Operation& op, long max_iters = 2000000) {
135 the "strong guarantee": if the operation fails due to an exception, th
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 210 public void set(int type, long triggerAtTime, PendingIntent operation) {
211 setRepeating(type, triggerAtTime, 0, operation);
215 PendingIntent operation) {
216 if (operation == null) {
225 alarm.operation = operation;
228 removeLocked(operation);
240 PendingIntent operation) {
241 if (operation == null) {
255 setRepeating(type, triggerAtTime, interval, operation);
748 public PendingIntent operation; field in class:AlarmManagerService.Alarm
    [all...]
  /external/openssl/apps/
smime.c 90 int operation = 0; local
139 operation = SMIME_ENCRYPT;
141 operation = SMIME_DECRYPT;
143 operation = SMIME_SIGN;
145 operation = SMIME_RESIGN;
147 operation = SMIME_VERIFY;
149 operation = SMIME_PK7OUT;
375 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
381 if (operation & SMIME_SIGNERS)
409 else if (operation == SMIME_DECRYPT
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 495 * [out] Result of operation
548 * [out] Result of operation
601 * [out] Result of operation
655 * [out] Result of operation
672 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
679 * [in] mac Result of MAC operation
682 * [out] mac Result of operation
716 * Returns the result of rounded right shift operation of input by the scalefactor
725 * [out] Result of operation
753 * Returns the result of saturating left-shift operation on inpu
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 495 * [out] Result of operation
548 * [out] Result of operation
601 * [out] Result of operation
655 * [out] Result of operation
672 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
679 * [in] mac Result of MAC operation
682 * [out] mac Result of operation
716 * Returns the result of rounded right shift operation of input by the scalefactor
725 * [out] Result of operation
753 * Returns the result of saturating left-shift operation on inpu
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 495 * [out] Result of operation
548 * [out] Result of operation
601 * [out] Result of operation
655 * [out] Result of operation
672 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
679 * [in] mac Result of MAC operation
682 * [out] mac Result of operation
716 * Returns the result of rounded right shift operation of input by the scalefactor
725 * [out] Result of operation
753 * Returns the result of saturating left-shift operation on inpu
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java 137 // Build an operation to assert values match provider
156 // Build an operation to assert values match provider
439 private int operationGetType(ContentProviderOperation operation)
443 return field.getInt(operation);
446 private Uri operationGetUri(ContentProviderOperation operation)
450 return (Uri) field.get(operation);
453 private String operationGetSelection(ContentProviderOperation operation)
457 return (String) field.get(operation);
460 private String[] operationGetSelectionArgs(ContentProviderOperation operation)
464 return (String[]) field.get(operation);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RateShareEntry.java 39 * Target rate share may be specified for several operation points that are defined in terms of the total available
40 * bitrate, i.e., the bitrate that should be shared. If only one operation point is defined, the target rate share
41 * applies to all available bitrates. If several operation points are defined, then each operation point specifies a
42 * target rate share. Target rate share values specified for the first and the last operation points also specify the
44 * operation points is specified to be in the range between the target rate shares of those operation points. One
  /external/srec/portable/include/
ESR_ReturnCode.h 43 * Operation completed successfully.
48 * Intermediate stage of operation completed successfully, we wish to indicate
49 * that remainig stages of operation may proceed.
64 * Error typing to open an entity or the operation failed because the entity was not opened.
74 * Error typing to close a entity or the operation failed because the entity was not closed.
130 * Indicates that the object is not in a state such that the operation can
146 * Indicates that the operation timed out.
  /external/webkit/LayoutTests/storage/
test-authorizer.js 34 function executeStatement(tx, statement, operation)
37 function(result) { statementSuccessCallback(operation); },
38 function(tx, error) { return statementErrorCallback(operation, error); });
50 // Even though the following query should trigger a SQLITE_CREATE_TEMP_INDEX operation
52 // of any other way to trigger this operation. So we'll skip it for now.
84 // so we cannot test this operation
124 // Test the 'CREATE TABLE' operation; it should be disallowed
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 75 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully.
80 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully.
86 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully.
91 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully.
96 // AsyncFileSystemCallbacks::didReadMetadata() is called when the operation is completed successfully.
101 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully.
106 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully.
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 32 * @param status Status of the connect or disconnect operation.
57 * @param device The remote device that has requested the read operation
72 * @param device The remote device that has requested the write operation
75 * @param preparedWrite true, if this write operation should be queued for
93 * @param device The remote device that has requested the read operation
108 * @param device The remote device that has requested the write operation
111 * @param preparedWrite true, if this write operation should be queued for
  /frameworks/base/tools/preload/
WritePreloadedClassFile.java 100 for (Operation operation : proc.operations) {
101 LoadedClass loadedClass = operation.loadedClass;
137 for (Operation operation : proc.operations) {
139 = Policy.isPreloadable(operation.loadedClass);
141 toPreload.add(operation.loadedClass);
  /external/icu4c/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.
160 * On exit the value will indicate the success of the operation.
179 * On exit the value will indicate the success of the operation.
  /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/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drag_source.h 67 // -draggedImage:endedAt:operation:.
69 operation:(NSDragOperation)operation;
  /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}}

Completed in 1038 milliseconds

<<11121314151617181920>>