Searched refs:operation (Results 176 - 200 of 531) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dnumber.pxd121 # operation is done in-place when o1 supports it. This is the
127 # failure. The operation is done in-place when o1 supports
133 # failure. The operation is done in-place when o1 supports
139 # operation is done in-place when o1 supports it. This is the
145 # failure. The operation is done in-place when o1 supports
156 # passed two integers. The operation is done in-place when o1
162 # failure. The operation is done in-place when o1 supports
168 # operation is done in-place when o1 supports it. This is the
177 # on failure. The operation is done in-place when o1 supports
183 # NULL on failure. The operation i
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc48 ShellUtil::ShortcutOperation operation,
52 DCHECK(operation != ShellUtil::SHELL_SHORTCUT_UPDATE_EXISTING);
57 (operation == ShellUtil::SHELL_SHORTCUT_CREATE_ALWAYS ||
58 operation == ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL) ?
60 if (failed && operation == ShellUtil::SHELL_SHORTCUT_REPLACE_EXISTING)
116 ShellUtil::ShortcutOperation operation) {
117 LogShortcutOperation(location, dist, properties, operation, false);
119 operation)) {
120 LogShortcutOperation(location, dist, properties, operation, true);
133 // if the operation fail
45 LogShortcutOperation(ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation, bool failed) argument
112 ExecuteAndLogShortcutOperation( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation) argument
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_impl.cc143 std::string operation; member in struct:chromeos::__anon6184::TDLSOperationParams
161 std::string event_desc = "TDLSSuccessCallback: " + params.operation;
165 if (params.operation != shill::kTDLSSetupOperation) {
176 status_params.operation = shill::kTDLSStatusOperation;
198 // If a Setup operation receives an InProgress error, retry.
200 if (params.operation == shill::kTDLSSetupOperation &&
241 NET_LOG_EVENT("CallPerformTDLSOperation: " + params.operation, device_path);
244 params.operation,
412 params.operation = enabled ? shill::kTDLSSetupOperation
434 params.operation
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
154 operation op = OP_LINTERP;
209 BuildUtil::mkCvt(operation op,
223 BuildUtil::mkCmp(operation op, CondCode cc, DataType ty, Value *dst,
245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc,
307 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
154 operation op = OP_LINTERP;
209 BuildUtil::mkCvt(operation op,
223 BuildUtil::mkCmp(operation op, CondCode cc, DataType ty, Value *dst,
245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc,
307 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred)
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c75 ** Description GATT discovery operation.
131 ** Description GATT read operation.
219 ** Description GATT write operation.
422 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID)
474 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_CHAR_DSCPT)
572 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY)
578 if ( (p_clcb->operation == GATTC_OPTYPE_WRITE) &&
587 else if ((p_clcb->operation == GATTC_OPTYPE_READ) &&
753 if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
799 if (p_clcb->operation
[all...]
/external/elfutils/0.153/src/
H A Dar.c122 /* What operation to perform. */
133 } operation; variable in typeref:enum:__anon21280
191 if (operation != oper_move && operation != oper_replace)
212 if (operation == oper_extract && operation == oper_delete)
236 && unlikely (operation != oper_extract))
253 switch (operation)
264 status = do_oper_extract (operation, arfname, argv, argc, -1);
268 status = do_oper_extract (operation, arfnam
[all...]
/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/chromium_org/net/http/
H A Dhttp_cache.cc132 // The type of operation represented by a work item.
144 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry) argument
145 : operation_(operation),
149 WorkItem(WorkItemOperation operation, Transaction* trans, argument
151 : operation_(operation),
158 // Calls back the transaction with the result of the operation.
167 // Notifies the caller about the operation completion. Returns true if the
179 WorkItemOperation operation() { return operation_; } function in class:net::HttpCache::WorkItem
370 // If not null, the callback will delete the pending operation later.
504 // This is the only operation tha
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb901 raw_operations.each_with_index do |operation, j|
902 if operation.action == :equal and j < raw_operations.length - 1
903 length = operation.end_in_new - operation.start_in_new
909 operation.start_in_old -= back
910 operation.start_in_new -= back
912 operations << operation
982 @operations.each do |operation|
983 start = @fromLineNumber.nil? ? operation.start_in_new : operation
[all...]
/external/bison/lib/
H A Dsigprocmask.c222 sigprocmask (int operation, const sigset_t *set, sigset_t *old_set) argument
233 switch (operation)
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_impl_base.cc60 ScrollbarRegistrationOperation operation) {
75 (current_layer->*operation)(scrollbar);
57 RegisterScrollbarWithLayers(ScrollbarLayerImplBase* scrollbar, LayerImpl* container_layer, LayerImpl* scroll_layer, ScrollbarRegistrationOperation operation) argument
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service.h122 // Returns the status generated by the last operation.
133 // operation is reported through |callback|. If successful, the updated device
147 // Stores a policy blob to session_manager. The result of the operation is
184 // Enqueues a new operation. Takes ownership of |operation| and starts it
185 // right away if there is no active operation currently.
186 void Enqueue(SessionManagerOperation* operation);
188 // Enqueues a load operation.
191 // Makes sure there's a reload operation so changes to the settings (and key,
195 // Runs the next pending operation
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_button.h33 // Returns YES if a drag operation should lock the fullscreen overlay bar
53 operation:(NSDragOperation)operation;
82 // Returns YES if a drag operation should lock the fullscreen overlay bar
196 // end of a drag operation (or, in fact, can be dragged to a completely
/external/chromium_org/remoting/host/
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/devtools/front_end/cm/
H A Dcomment.js58 self.operation(function() {
93 self.operation(function() {
127 self.operation(function() {
167 self.operation(function() {
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Ddigestsign.c104 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX;
113 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_x509.c87 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
92 switch(operation) {
/external/openssl/crypto/asn1/
H A Dx_x509.c84 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
89 switch(operation) {
/external/openssl/crypto/evp/
H A Dm_sigver.c94 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX;
105 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
/external/pcre/dist/
H A Dar-lib79 # func_at_file at_file operation archive
87 operation=$2
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
/external/chromium_org/base/win/
H A Dshortcut.h120 // |operation|: a choice from the ShortcutOperation enum.
121 // If |operation| is SHORTCUT_REPLACE_EXISTING or SHORTCUT_UPDATE_EXISTING and
126 ShortcutOperation operation);
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service.h98 // Calls |operation| for each element in |entries| and appends the changes to
101 DatabaseOperation operation,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_event_emitter.h59 Error SendMessageToJS(PP_Var operation, PP_Var payload);
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h64 CacheAddr transaction; // In-flight operation target.
65 int32 operation; // Actual in-flight operation. member in struct:disk_cache::LruData
66 int32 operation_list; // In-flight operation list.

Completed in 1127 milliseconds

1234567891011>>