Searched defs:operation (Results 26 - 50 of 231) sorted by relevance

12345678910

/external/openssl/crypto/asn1/
H A Dx_crl.c94 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
100 switch(operation) {
208 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
216 switch(operation)
/external/openssl/crypto/cms/
H A Dcms_asn1.c89 /* Minor tweak to operation: free up signer key, cert */
90 static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
93 if(operation == ASN1_OP_FREE_POST)
217 static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
220 if(operation == ASN1_OP_FREE_PRE)
315 static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
324 switch(operation)
/external/openssl/crypto/pkcs7/
H A Dpk7_asn1.c81 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
87 switch(operation)
129 /* Minor tweak to operation: free up EVP_PKEY */
130 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
133 if(operation == ASN1_OP_FREE_POST) {
172 /* Minor tweak to operation: free up X509 */
173 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
176 if(operation == ASN1_OP_FREE_POST) {
/external/chromium_org/content/child/webcrypto/nss/
H A Daes_cbc_nss.cc39 CK_ATTRIBUTE_TYPE operation = (mode == ENCRYPT) ? CKA_ENCRYPT : CKA_DECRYPT; local
48 CKM_AES_CBC_PAD, operation, sym_key, param.get()));
67 if (operation == CKA_DECRYPT &&
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableClipPathOperation.h42 static PassRefPtrWillBeRawPtr<AnimatableClipPathOperation> create(ClipPathOperation* operation) argument
44 return adoptRefWillBeNoop(new AnimatableClipPathOperation(operation));
55 AnimatableClipPathOperation(ClipPathOperation* operation) argument
56 : m_operation(operation)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTransformValue.cpp59 static inline String transformValueToCssString(CSSTransformValue::TransformOperationType operation, const String& value) argument
61 if (operation != CSSTransformValue::UnknownTransformOperation) {
62 ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(operation) < WTF_ARRAY_LENGTH(transformNamePrefixes));
63 return transformNamePrefixes[operation] + value + ")";
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextInsertionBaseCommand.h52 void forEachLineInString(const String& string, const LineOperation& operation) argument
57 operation(offset, newline - offset, false);
61 operation(0, string.length(), true);
65 operation(offset, length - offset, true);
/external/chromium_org/third_party/angle/src/
H A Dcommit_id.py11 operation = sys.argv[1] variable
14 if operation == 'check':
/external/iptables/include/linux/netfilter/
H A Dxt_ecn.h23 __u8 operation; member in struct:xt_ecn_info
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ECN.h24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_ecn.h25 __u8 operation; member in struct:xt_ecn_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
/external/proguard/src/proguard/evaluation/value/
H A DCompositeDoubleValue.java24 * This DoubleValue represents the result of a binary operation on two double
39 private final byte operation; field in class:CompositeDoubleValue
45 * and the given operation.
48 byte operation,
52 this.operation = operation;
64 this.operation == ((CompositeDoubleValue)object).operation &&
79 return "("+doubleValue1+((char)operation)+doubleValue2+")";
47 CompositeDoubleValue(DoubleValue doubleValue1, byte operation, DoubleValue doubleValue2) argument
H A DCompositeFloatValue.java24 * This FloatValue represents the result of a binary operation on two float
39 private final byte operation; field in class:CompositeFloatValue
45 * and the given operation.
48 byte operation,
52 this.operation = operation;
64 this.operation == ((CompositeFloatValue)object).operation &&
79 return "("+floatValue1+((char)operation)+floatValue2+")";
47 CompositeFloatValue(FloatValue floatValue1, byte operation, FloatValue floatValue2) argument
/external/chromium_org/chrome/renderer/extensions/
H A Denterprise_platform_keys_natives.cc90 blink::WebCryptoOperation operation; local
92 &operation)) {
101 operation,
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_io.cc66 BackgroundIO* operation = it->get(); local
67 operation->Cancel();
68 DCHECK(io_list_.find(operation) != io_list_.end());
69 io_list_.erase(make_scoped_refptr(operation));
74 void InFlightIO::OnIOComplete(BackgroundIO* operation) { argument
83 FROM_HERE, base::Bind(&BackgroundIO::OnIOSignalled, operation));
84 operation->io_completed()->Signal();
88 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { argument
92 operation->io_completed()->Wait();
97 operation
108 OnOperationPosted(BackgroundIO* operation) argument
[all...]
/external/chromium_org/remoting/host/
H A Dhost_change_notification_listener.cc61 const std::string& operation = local
62 host_changed_element->Attr(QName(kChromotingXmlNamespace, "operation"));
63 if (operation == "delete") {
H A Dhost_change_notification_listener_unittest.cc68 scoped_ptr<XmlElement> GetNotificationStanza(std::string operation, argument
75 host_changed->AddAttr(QName(kChromotingXmlNamespace, "operation"),
76 operation); local
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesCalcParser.h17 UChar operation; member in struct:blink::SizesCalcValue
22 , operation(0)
29 , operation(0)
/external/e2fsprogs/e2fsck/
H A Dehandler.c20 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlarmManager.java24 public void set(int type, long triggerAtTime, PendingIntent operation) { argument
25 internalSet(type, triggerAtTime, 0L, operation);
29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){ argument
30 internalSet(type, triggerAtTime, interval, operation);
33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) { argument
34 Intent intent = shadowOf(operation).getSavedIntent();
36 Intent scheduledIntent = shadowOf(scheduledAlarm.operation).getSavedIntent();
42 scheduledAlarms.add(new ScheduledAlarm(type, triggerAtTime, interval, operation));
83 final Intent alarmIntent = shadowOf(scheduledAlarm.operation).getSavedIntent();
98 public PendingIntent operation; field in class:ShadowAlarmManager.ScheduledAlarm
100 ScheduledAlarm(int type, long triggerAtTime, PendingIntent operation) argument
104 ScheduledAlarm(int type, long triggerAtTime, long interval, PendingIntent operation) argument
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_operation_out_of_process.cc91 const std::string& operation,
99 if (operation == kBsdiff) {
102 } else if (operation == kCourgette) {
90 Patch( const std::string& operation, scoped_refptr<base::SequencedTaskRunner> task_runner, const base::FilePath& input_abs_path, const base::FilePath& patch_abs_path, const base::FilePath& output_abs_path, base::Callback<void(int result)> callback) argument
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.h25 // Returns the desired operation dictated by the command line options.
26 Operation operation() const { return operation_; } function in class:mini_installer::Configuration
/external/chromium_org/cloud_print/service/win/
H A Dinstaller.cc37 base::win::ShortcutOperation operation) {
50 CreateOrUpdateShortcutLink(path, properties, operation);
55 base::win::ShortcutOperation operation = local
58 CreateShortcut(base::DIR_COMMON_START_MENU, true, operation);
59 CreateShortcut(base::DIR_COMMON_DESKTOP, false, operation);
36 CreateShortcut(int dir_key, bool with_subdir, base::win::ShortcutOperation operation) argument
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher.cc88 std::string operation; local
89 if (command_args->GetString(kOp, &operation)) {
91 CreateDeltaUpdateOp(operation, out_of_process_patcher_);

Completed in 2620 milliseconds

12345678910