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

<<11121314151617181920>>

  /external/autotest/contrib/
task_runner.sh 99 operation='Adding: '
101 operation='Removing '
104 printf '%s following hosts to master \n' $operation
110 printf '\n\n%s following hosts to shard \n' $operation
116 printf '\n\n%s following hosts to shard \n' $operation
122 printf '\n\n%s shard \n' $operation
  /external/clang/include/clang/AST/
TypeVisitor.h 25 /// \brief An operation on a type.
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
29 /// \tparam RetTy %Type of result produced by the operation.
31 /// The class implements polymorphic operation on an object of type derived
32 /// from Type. The operation is performed by calling method Visit. It then
68 /// \brief Performs the operation associated with this visitor object.
  /external/e2fsprogs/intl/
plural-exp.c 38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_normal.h 42 // Returns the operation that should be done next. |sync_buffer| and |expand|
59 // Returns the operation to do given that the expected packet is not
70 // Returns the operation to do given that the expected packet is available.
73 // Returns the operation given that no packets are available (except maybe
78 // Returns the operation given that the next available packet is a comfort
84 // operation was done (i.e., accelerate or preemptive expand).
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1327.h 76 * @return Result of the operation
83 * @return Result of the operation
91 * @return Result of the operation
99 * @return Result of the operation
105 * @return Result of the operation
111 * @return Result of the operation
  /toolchain/binutils/binutils-2.25/intl/
plural-exp.c 38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
String.java 27 * The 'string()' operation expression executer.
34 * Apply the operation to two operands, and return the result.
39 * @return non-null reference to the XObject that represents the result of the operation.
  /external/emma/core/res/com/vladium/emma/
run_usage.res 65 "verbose output operation";
70 "quiet operation (ignore all but warnings and severe errors)";
75 "extra-quiet operation (ignore all but severe errors)";
  /external/iptables/extensions/
libxt_CHECKSUM.c 37 einfo->operation = XT_CHECKSUM_OP_FILL;
48 if (einfo->operation & XT_CHECKSUM_OP_FILL)
57 if (einfo->operation & XT_CHECKSUM_OP_FILL)
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.h 51 VGMaskOperation operation);
54 VGMaskOperation operation,
58 VGMaskOperation operation,
  /frameworks/base/core/java/android/app/backup/
BackupObserver.java 22 * Callback class for receiving progress reports during a backup operation. These
45 * @param status Zero on success; a nonzero error code if the backup operation failed.
54 * @param status Zero on success; a nonzero error code if the backup operation
IBackupObserver.aidl 22 * Callback class for receiving progress reports during a backup operation. These
43 * @param status Zero on success; a nonzero error code if the backup operation failed.
51 * @param status Zero on success; a nonzero error code if the backup operation
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseCallback.java 20 * Bluetooth LE advertising callbacks, used to deliver advertising operation status.
25 * The requested operation was successful.
47 * Operation failed due to an internal error.
  /frameworks/base/keystore/java/android/security/keystore/
KeyStoreCryptoOperationStreamer.java 23 * Helper for streaming a crypto operation's input and output via {@link KeyStore} service's
27 * update and finish operations. Firstly, KeyStore's update operation can consume only a limited
29 * operation may consume less data than provided, in which case the caller has to buffer the
  /libcore/dom/src/test/java/org/w3c/domts/
UserDataMonitor.java 39 * @param operation
51 short operation,
57 new UserDataNotification(operation, key, data, src, dst));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
sem.h 45 short int sem_op; /* semaphore operation */
46 short int sem_flg; /* operation flag */
52 /* Semaphore control operation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
sem.h 45 short int sem_op; /* semaphore operation */
46 short int sem_flg; /* operation flag */
52 /* Semaphore control operation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
sem.h 45 short int sem_op; /* semaphore operation */
46 short int sem_flg; /* operation flag */
52 /* Semaphore control operation. */
  /system/connectivity/shill/
arp_packet.h 65 uint16_t operation() const { return operation_; } function in class:shill::ArpPacket
66 void set_operation(uint16_t operation) {
67 operation_ = operation;
  /system/security/keystore/
key_store_service.h 27 #include "operation.h"
126 * Prune the oldest pruneable operation.
131 * Get the effective target uid for a binder operation that takes an
150 * permission or the target of the operation is the caller's uid. This is
151 * for operation where the permission is only for cross-uid activity and all
184 * Get the auth token for this operation from the auth token table.
188 * authorization token exists for that operation and
191 * token for the operation
200 * Add the auth token for the operation to the param list if the operation
    [all...]
  /art/runtime/interpreter/mterp/arm64/
fbinop.S 3 * Generic 32-bit floating-point operation.
fbinop2addr.S 2 * Generic 32-bit floating point "/2addr" binary operation. Provide
funopWide.S 3 * Generic 64bit-to-64bit floating point unary operation. Provide an
shiftWide.S 3 * 64-bit shift operation.
shiftWide2addr.S 3 * Generic 64-bit shift operation.

Completed in 606 milliseconds

<<11121314151617181920>>