Searched defs:operation (Results 1 - 25 of 231) sorted by path

12345678910

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java69 * of operation codes (op map) and then builds from that into an Expression
200 * Bottle-neck compilation of an operation with left and right operands.
202 * @param operation non-null reference to parent operation.
203 * @param opPos The op map position of the parent operation.
209 private Expression compileOperation(Operation operation, int opPos) argument
216 operation.setLeftRight(compile(leftPos), compile(rightPos));
218 return operation;
222 * Bottle-neck compilation of a unary operation.
224 * @param unary The parent unary 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/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h409 UINT8 operation; /* one logic channel can have one operation active */ member in struct:__anon1292
410 UINT8 op_subtype; /* operation subtype */
411 UINT8 status; /* operation status */
H A Dgatt_utils.c1177 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
1234 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY &&
2116 UINT8 op = p_clcb->operation, disc_type=GATT_DISC_MAX;
2119 UINT8 operation; local
2122 status, p_clcb->operation, p_clcb->op_subtype);
2124 if (p_cmpl_cb != NULL && p_clcb->operation != 0)
2126 if (p_clcb->operation == GATTC_OPTYPE_READ)
2135 if (p_clcb->operation == GATTC_OPTYPE_WRITE)
2153 if (p_clcb->operation == GATTC_OPTYPE_CONFIG)
2156 if (p_clcb->operation
[all...]
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc158 int operation,
191 drag_operation_ = operation;
153 StartDragAndDrop( const ui::OSExchangeData& data, aura::Window* root_window, aura::Window* source_window, const gfx::Point& root_location, int operation, ui::DragDropTypes::DragEventSource source) argument
H A Ddrag_image_view.cc84 void DragImageView::SetTouchDragOperation(int operation) { argument
85 if (touch_drag_operation_ == operation)
87 touch_drag_operation_ = operation;
/external/chromium_org/base/mac/
H A Dlaunchd.cc14 // mapping |operation| to |job_label|, and returns the result of calling
18 const char* operation) {
38 operation)) {
17 MessageForJob(const std::string& job_label, const char* operation) argument
/external/chromium_org/base/
H A Dsync_socket_win.cc111 // on an event that can be used to cancel the operation. If the operation
114 size_t CancelableFileOperation(Function operation, argument
147 const BOOL operation_ok = operation(
185 // Quit the operation if we can't write/read anymore.
/external/chromium_org/base/win/
H A Dshortcut.cc47 ShortcutOperation operation) {
50 // A target is required unless |operation| is SHORTCUT_UPDATE_EXISTING.
51 if (operation != SHORTCUT_UPDATE_EXISTING &&
66 switch (operation) {
45 CreateOrUpdateShortcutLink(const FilePath& shortcut_path, const ShortcutProperties& properties, ShortcutOperation operation) argument
/external/chromium_org/cc/animation/
H A Dtransform_operation.cc31 static bool IsOperationIdentity(const TransformOperation* operation) { argument
32 return !operation || operation->IsIdentity();
/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/ownership/
H A Downer_settings_service_chromeos.cc197 SignAndStoreSettingsOperation* operation = new SignAndStoreSettingsOperation( local
202 operation->set_owner_settings_service(weak_factory_.GetWeakPtr());
203 pending_operations_.push_back(operation);
204 if (pending_operations_.front() == operation)
297 SessionManagerOperation* operation,
299 DCHECK_EQ(operation, pending_operations_.front());
303 service->set_policy_data(operation->policy_data().Pass());
304 service->set_device_settings(operation->device_settings().Pass());
307 if ((operation->public_key().get() && !public_key_.get()) ||
308 (operation
295 HandleCompletedOperation( const base::Closure& callback, SessionManagerOperation* operation, DeviceSettingsService::Status status) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service.cc249 // the next SessionManagerOperation completes. If no operation is pending,
250 // start a load operation to fetch the key and report the result.
306 void DeviceSettingsService::Enqueue(SessionManagerOperation* operation) { argument
307 pending_operations_.push_back(operation);
308 if (pending_operations_.front() == operation)
313 SessionManagerOperation* operation = local
318 operation->set_force_key_load(force_key_load);
319 operation->set_username(username_);
320 operation->set_owner_settings_service(owner_settings_service_);
321 Enqueue(operation);
344 HandleCompletedOperation( const base::Closure& callback, SessionManagerOperation* operation, Status status) 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/browser/extensions/api/copresence/
H A Dcopresence_api_unittest.cc121 bool ExecuteOperation(scoped_ptr<Operation> operation) { argument
123 operation_list->Append(operation->ToValue().release());
152 scoped_ptr<Operation> operation(new Operation);
153 operation->publish = publish.Pass();
156 EXPECT_TRUE(ExecuteOperation(operation.Pass()));
179 scoped_ptr<Operation> operation(new Operation);
180 operation->subscribe = subscribe.Pass();
183 EXPECT_TRUE(ExecuteOperation(operation.Pass()));
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_service.cc221 bool DialServiceImpl::DialSocket::CheckResult(const char* operation, argument
224 VLOG(2) << "Operation " << operation << " result " << result;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation_unittest.cc98 scoped_refptr<OperationForTest> operation(
105 operation->Start();
106 return operation;
116 scoped_refptr<OperationForTest> operation = local
119 operation->GetDownloadTarget(base::Bind(&base::DoNothing));
122 operation->GetImagePath().BaseName().value());
124 operation->Cancel();
128 scoped_refptr<OperationForTest> operation = local
131 operation->GetDownloadTarget(base::Bind(&base::DoNothing));
134 operation
146 scoped_refptr<OperationForTest> operation = local
188 scoped_refptr<OperationForTest> operation = local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.cc279 InstallVerifier::PendingOperation* operation = local
281 operation->ids.insert(ids.begin(), ids.end());
283 operation_queue_.push(linked_ptr<PendingOperation>(operation));
316 InstallVerifier::PendingOperation* operation =
318 operation->ids = ids;
320 operation_queue_.push(linked_ptr<PendingOperation>(operation));
536 // hold (set of ids, list of operation type) pairs.
538 const PendingOperation& operation = *operation_queue_.front(); local
544 if (operation.type == InstallVerifier::REMOVE) {
545 for (ExtensionIdSet::const_iterator i = operation
604 linked_ptr<PendingOperation> operation = operation_queue_.front(); local
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc453 ShellUtil::ShortcutOperation operation = local
466 operation = ShellUtil::SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL;
474 distribution, properties, operation);
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc461 bool BookmarkChangeProcessor::PlaceSyncNode(MoveOrCreate operation, argument
473 success = (operation == CREATE) ?
489 success = (operation == CREATE) ?
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc37 QueueableTask(base::WeakPtr<SyncableFileSystemOperation> operation, argument
39 : operation_(operation),
41 target_paths_(operation->target_paths_) {}
190 // This is a read operation and there'd be no hard to let it go even if
191 // directory operation is disabled. (And we should allow this if it's made
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc365 operation(ui::DragDropTypes::DRAG_NONE),
379 int operation; member in struct:BookmarkBarView::DropLocation
811 drop_info_->location.operation != 0 && drop_info_->location.index != -1 &&
884 // The location of the mouse didn't change, return the last operation.
885 return drop_info_->location.operation;
896 // operation we calculated. Copy of the operation in case it changed.
897 drop_info_->location.operation = location.operation;
898 return drop_info_->location.operation;
[all...]
H A Dbookmark_drag_drop_views.cc42 int operation = ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK; local
45 operation |= ui::DragDropTypes::DRAG_MOVE;
50 widget->RunShellDrag(NULL, data, gfx::Point(), operation, source);
54 views::RunShellDrag(view, data, gfx::Point(), operation, source);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.cc157 std::string operation; local
158 if (!args->GetString(1, &operation))
171 if (operation == "load") {
173 } else if (operation == "pem") {
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.cc328 PrivetRegisterOperation* operation,
351 PrivetRegisterOperation* operation,
375 PrivetRegisterOperation* operation,
377 std::string name = operation->GetHTTPClient()->GetName();
327 OnPrivetRegisterClaimToken( PrivetRegisterOperation* operation, const std::string& token, const GURL& url) argument
350 OnPrivetRegisterError( PrivetRegisterOperation* operation, const std::string& action, PrivetRegisterOperation::FailureReason reason, int printer_http_code, const base::DictionaryValue* json) argument
374 OnPrivetRegisterDone( PrivetRegisterOperation* operation, const std::string& device_id) argument

Completed in 877 milliseconds

12345678910