/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...] |
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
PathPoint.java | 60 private PathPoint(int operation, float x, float y) { 61 mOperation = operation;
|
/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) {
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
MockAlarmManager.java | 41 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) { 42 Assert.assertNotNull(operation);
|
/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 534 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 538 * @throws OperationCanceledException if the operation was canceled. 575 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 581 * @throws OperationCanceledException if the operation was canceled. 618 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 624 * @throws OperationCanceledException if the operation was canceled. 662 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 669 * @throws OperationCanceledException if the operation was canceled. 710 * @param cancellationSignal A signal to cancel the operation in progress, or null if none 1300 Operation operation = mOperations[index]; local 1338 final Operation operation = getOperationLocked(cookie); local 1366 final Operation operation = getOperationLocked(cookie); local 1377 final Operation operation = getOperationLocked(cookie); local 1393 final Operation operation = mOperations[index]; local 1399 final Operation operation = mOperations[mIndex]; local 1413 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...] |
/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;
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEComposite.h | 47 CompositeOperationType operation() const;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 78 # run the rewrite operation represented by this object and append the output to +buffer+ 82 # return the name of this operation as set by its class 88 # return a compact, readable representation of this operation 97 Represents rewrite operation: 120 Represents rewrite operation: 158 Represents rewrite operation: 216 operation = operations.shift 217 location = operation.location 219 case operation 231 conflict!( operation, prior_operation [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/ |
perf_reader.c | 68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation; local 127 /* get operation */ 129 operation = ulData1 & PERF_LOG_Mask; 131 if (operation != PERF_LOG_Location) 155 if (operation & PERF_LOG_Buffer) 157 /* Buffer operation */ 158 if (operation & PERF_LOG_Xfering) { 163 sending = operation & PERF_LOG_Sending; 188 else if (operation & PERF_LOG_Command) 193 operation & PERF_LOG_Sending [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/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
basic.rb | 234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")> 245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")> 256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")> 267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
|