HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 76 - 100 of 561) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /external/e2fsprogs/e2fsck/
ehandler.c 20 static const char *operation; variable
53 if (operation)
55 error_message(error), operation); local
102 if (operation)
104 error_message(error), operation); local
117 const char *ret = operation;
119 operation = op;
  /external/openssl/apps/
cms.c 105 int operation = 0; local
163 operation = SMIME_ENCRYPT;
165 operation = SMIME_DECRYPT;
167 operation = SMIME_SIGN;
169 operation = SMIME_SIGN_RECEIPT;
171 operation = SMIME_RESIGN;
173 operation = SMIME_VERIFY;
178 operation = SMIME_VERIFY_RECEIPT;
185 operation = SMIME_CMSOUT;
187 operation = SMIME_DATAOUT
    [all...]
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...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drag_source.h 67 // -draggedImage:endedAt:operation:.
69 operation:(NSDragOperation)operation;
  /external/openssl/crypto/asn1/
x_req.c 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
87 if(operation == ASN1_OP_NEW_POST) {
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 54 * an OBEX operation and a Connection ID was specified, no Connection ID will be
63 * <code>InputStream</code> from the <code>Operation</code> object passed to the
215 * @param operation contains the headers sent by the client and allows new
223 public int onPut(Operation operation) {
236 * @param operation contains the headers sent by the client and allows new
244 public int onGet(Operation operation) {
  /external/mesa3d/src/glsl/
lower_noise.cpp 53 if (expr->operation == ir_unop_noise) {
ir_div_to_mul_rcp.cpp 31 * reciprocal. By breaking the operation down, constant reciprocals
62 if (ir->operation != ir_binop_div)
75 ir->operation = ir_binop_mul;
107 ir->operation = ir_unop_f2i;
  /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)
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
152 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types)
168 /* Determine message parameters from operation parameters */
257 /* Update the operation parameters from the answer message */
460 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */
469 operation,
496 TEEC_Operation* operation,
502 operation,
    [all...]
  /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);
LoadedClass.java 31 final List<Operation> loads = new ArrayList<Operation>();
34 final List<Operation> initializations = new ArrayList<Operation>();
84 private static int calculateMedian(List<Operation> operations) {
114 private void addProcessNames(List<Operation> ops, Set<String> names) {
115 for (Operation operation : ops) {
116 if (operation.process.fromZygote()) {
117 names.add(operation.process.name)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 55 * perform a database operation and are then returned to the pool. At any
527 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
531 * @throws OperationCanceledException if the operation was canceled.
568 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
574 * @throws OperationCanceledException if the operation was canceled.
611 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
617 * @throws OperationCanceledException if the operation was canceled.
655 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
662 * @throws OperationCanceledException if the operation was canceled.
703 * @param cancellationSignal A signal to cancel the operation in progress, or null if none
1293 Operation operation = mOperations[index]; local
1331 final Operation operation = getOperationLocked(cookie); local
1359 final Operation operation = getOperationLocked(cookie); local
1370 final Operation operation = getOperationLocked(cookie); local
1386 final Operation operation = mOperations[index]; local
1392 final Operation operation = mOperations[mIndex]; local
1406 Operation operation = mOperations[index]; local
    [all...]
  /external/chromium/net/disk_cache/
file_posix.cc 17 // This class represents a single asynchronous IO operation while it is being
21 // Other than the actual parameters for the IO operation (including the
25 // operation.
42 // The actual parameters for the operation are setup in the constructor of
69 // These methods start an asynchronous operation. The arguments have the same
71 // operation never finishes synchronously.
78 // Invokes the users' completion callback at the end of the IO operation.
82 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation,
113 scoped_refptr<FileBackgroundIO> operation(
118 NewRunnableMethod(operation.get(), &FileBackgroundIO::Read), true)
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 163 public void set(int type, long triggerAtTime, PendingIntent operation) {
164 setRepeating(type, triggerAtTime, 0, operation);
168 PendingIntent operation) {
169 if (operation == null) {
178 alarm.operation = operation;
181 removeLocked(operation);
193 PendingIntent operation) {
194 if (operation == null) {
208 setRepeating(type, triggerAtTime, interval, operation);
621 public PendingIntent operation; field in class:AlarmManagerService.Alarm
    [all...]
  /external/openssl/crypto/evp/
pmeth_gn.c 76 ctx->operation = EVP_PKEY_OP_PARAMGEN;
81 ctx->operation = EVP_PKEY_OP_UNDEFINED;
95 if (ctx->operation != EVP_PKEY_OP_PARAMGEN)
125 ctx->operation = EVP_PKEY_OP_KEYGEN;
130 ctx->operation = EVP_PKEY_OP_UNDEFINED;
144 if (ctx->operation != EVP_PKEY_OP_KEYGEN)
  /external/openssl/crypto/rsa/
rsa_asn1.c 67 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 if(operation == ASN1_OP_NEW_PRE) {
74 } else if(operation == ASN1_OP_FREE_PRE) {
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 167 TEEC_Operation* operation,
176 TEEC_Operation* operation,
180 TEEC_Operation* operation);
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view.h 51 virtual void SetDragCursor(WebKit::WebDragOperation operation) = 0;

Completed in 512 milliseconds

1 2 34 5 6 7 8 91011>>