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

<<11121314151617181920>>

  /external/smack/src/org/xbill/DNS/
Rcode.java 31 /** The operation requested is not implemented */
37 /** The operation was refused by the server */
49 /** The requestor is not authorized to perform this operation */
  /external/webkit/Source/WebKit2/Platform/
Region.cpp 234 template<typename Operation>
237 COMPILE_ASSERT(!(!Operation::shouldAddRemainingSegmentsFromSpan1 && Operation::shouldAddRemainingSegmentsFromSpan2), invalid_segment_combination);
238 COMPILE_ASSERT(!(!Operation::shouldAddRemainingSpansFromShape1 && Operation::shouldAddRemainingSpansFromShape2), invalid_span_combination);
241 if (Operation::trySimpleOperation(shape1, shape2, result))
300 if (flag == Operation::opCode || oldFlag == Operation::opCode)
307 if (Operation::shouldAddRemainingSegmentsFromSpan1 && s1 != segments1End)
309 else if (Operation::shouldAddRemainingSegmentsFromSpan2 && s2 != segments2End
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
vector_scaling_operations.c 98 // Performs vector operation: out_vector = (gain*in_vector)>>right_shifts
116 // Performs vector operation: out_vector = (gain*in_vector)>>right_shifts
136 // Performs vector operation: out = (gain1*in1)>>shift1 + (gain2*in2)>>shift2
  /frameworks/base/core/java/android/app/
AlarmManager.java 120 * @param operation Action to perform when the alarm goes off;
135 public void set(int type, long triggerAtMillis, PendingIntent operation) {
137 mService.set(type, triggerAtMillis, operation);
174 * @param operation Action to perform when the alarm goes off;
190 long intervalMillis, PendingIntent operation) {
192 mService.setRepeating(type, triggerAtMillis, intervalMillis, operation);
235 * @param operation Action to perform when the alarm goes off;
256 long intervalMillis, PendingIntent operation) {
258 mService.setInexactRepeating(type, triggerAtMillis, intervalMillis, operation);
268 * @param operation IntentSender which matches a previously adde
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
NfcV.java 29 * <p>The primary NFC-V I/O operation is {@link #transceive}. Applications must
103 * <p>This is an I/O operation and will block until complete. It must
112 * @throws IOException if there is an I/O failure, or this operation is canceled
  /frameworks/base/core/java/android/os/storage/
IObbActionListener.java 102 * @param filename the path to the OBB the operation was performed
104 * @param returnCode status of the operation
131 * @param filename the path to the OBB the operation was performed on
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rGB/
strings.xml 21 <string name="backup_confirm_text" msgid="1878021282758896593">"A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen?"\n\n"If you did not request the backup yourself, do not allow the operation to proceed."</string>
24 <string name="restore_confirm_text" msgid="7499866728030461776">"A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen?"\n\n"If you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!"</string>
37 <string name="toast_timeout" msgid="5276598587087626877">"Operation timed out"</string>
  /frameworks/base/tools/preload/
Root.java 65 Operation o = null;
94 Operation.Type.LOAD);
99 Operation.Type.INIT);
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 167 TEEC_Operation* operation,
176 TEEC_Operation* operation,
180 TEEC_Operation* operation);
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 110 * Indicates the beginning of a code section that includes an I/O operation
111 * that is potentially blocking. After this operation, the application
120 * {@code begin()} and that includes a potentially blocking I/O operation.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 123 * @param operation the operation type to use when notifying user data
129 private NodeImpl shallowCopy(short operation, Node node) {
170 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr);
171 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy);
213 * @param operation either {@link UserDataHandler#NODE_CLONED} or
219 Node cloneOrImportNode(short operation, Node node, boolean deep) {
220 NodeImpl copy = shallowCopy(operation, node);
225 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep));
229 notifyUserDataHandlers(operation, node, copy)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java 57 * @param operation Specifies the type of operation that is being
66 public void handle(short operation,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
scache.h 89 /** Play a sample from the sample cache to the specified device. If the latter is NULL use the default sink. Returns an operation object */
98 /** Remove a sample from the sample cache. Returns an operation object which may be used to cancel the operation while it is running */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 89 /** Play a sample from the sample cache to the specified device. If the latter is NULL use the default sink. Returns an operation object */
98 /** Remove a sample from the sample cache. Returns an operation object which may be used to cancel the operation while it is running */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 89 /** Play a sample from the sample cache to the specified device. If the latter is NULL use the default sink. Returns an operation object */
98 /** Remove a sample from the sample cache. Returns an operation object which may be used to cancel the operation while it is running */
  /bionic/libc/include/sys/
_errdefs.h 40 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
125 __BIONIC_ERRDEF( ENOTSOCK , 88, "Socket operation on non-socket" )
132 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
151 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" )
152 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
162 __BIONIC_ERRDEF( ECANCELED , 125, "Operation Canceled" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
124 __BIONIC_ERRDEF( ENOTSOCK , 88, "Socket operation on non-socket" )
131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" )
151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
161 __BIONIC_ERRDEF( ECANCELED , 125, "Operation Canceled" )
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 28 import org.apache.xpath.operations.Operation;
105 * Visit a binary operation.
108 * @param op The operation object.
111 public boolean visitBinaryOperation(ExpressionOwner owner, Operation op)
117 * Visit a unary operation.
120 * @param op The operation object.
  /external/chromium/chrome/browser/cocoa/
keystone_glue.h 25 kAutoupdateRegistering, // no version (asynchronous operation in progress)
27 kAutoupdateChecking, // no version (asynchronous operation in progress)
30 kAutoupdateInstalling, // no version (asynchronous operation in progress)
32 kAutoupdatePromoting, // no version (asynchronous operation in progress)
98 // YES if a synchronous promotion operation is in progress (promotion during
127 // Returns YES if an asynchronous operation is pending: if an update check or
  /external/eigen/doc/
C04_TutorialBlockOperations.dox 23 The most general block operation in Eigen is called \link DenseBase::block() .block() \endlink.
27 <tr><th>\b %Block \b operation</td>
71 While the \link DenseBase::block() .block() \endlink method can be used for any block operation, there are
84 <tr><th>%Block operation</th>
121 <tr><th>%Block \b operation</td>
198 <tr><th> %Block operation</th>
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 88 ** operation.
186 ** operation.
239 ** operation.
287 ** operation.
310 ** operation.
362 ** operation.
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.h 69 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
78 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
113 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
122 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
168 * The function call scheme is according to \ref grp_interact. No State reset is performed during operation.
198 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
  /external/webrtc/src/modules/audio_processing/agc/interface/
gain_control.h 64 * : 0 - Normal operation.
91 * : 0 - Normal operation.
122 * : 0 - Normal operation.
167 * : 0 - Normal operation.
192 * : 0 - Normal operation.
208 * : 0 - Normal operation.
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ImportTestProvider.java 62 TestCase.fail("There is no operation.");
73 ContentProviderOperation operation = operations.get(i); local
74 ContentValues contentValues = operation.resolveValueBackReferences(
78 ContentProviderOperation operation = operations.get(i); local
79 ContentValues actualContentValues = operation.resolveValueBackReferences(
81 final Uri uri = operation.getUri();
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 56 msg = "Operation now in progress";
59 msg = "Operation already in progress";
62 msg = "Socket operation on non-socket";
83 msg = "Operation not supported";
162 msg = "Overlapped operation aborted";
324 msg = "Operation canceled";

Completed in 1248 milliseconds

<<11121314151617181920>>