Searched defs:operation (Results 151 - 175 of 231) sorted by relevance

12345678910

/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
1339 TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, useBranch).c_str(), operationToDescription(operation, useBranch).c_str());
1362 spec.operations = operation;
1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
1411 TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, false).c_str(), operationToDescription(operation, false).c_str());
1440 spec.operations = operation;
/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/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c83 uint32_t operation; member in struct:drm_radeon_gem_va
589 va.operation = RADEON_VA_MAP;
595 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
603 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
915 va.operation = RADEON_VA_MAP;
923 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
928 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
/external/opencv/cv/include/
H A Dcv.hpp345 int get_operation() const { return operation; }
364 int operation; member in class:CvMorphology
/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/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...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc501 std::string operation; local
502 if (args->GetSize() != 1 || !args->GetString(0, &operation)) {
506 if (operation == kTagSimOpConfigure) {
512 // 3. If card is locked it will first call PIN unlock operation
517 if (operation == kTagSimOpSetLocked) {
519 } else if (operation == kTagSimOpSetUnlocked) {
521 } else if (operation == kTagSimOpUnlock) {
523 } else if (operation == kTagSimOpChangePin) {
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc964 ShellUtil::ShortcutOperation operation) {
965 switch (operation) {
1529 ShellUtil::ShortcutOperation operation) {
1543 operation == SHELL_SHORTCUT_CREATE_ALWAYS ||
1544 operation == SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL);
1566 } else if (operation != SHELL_SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL ||
1570 // variant of this shortcut is present on the machine and |operation| states
1593 TranslateShortcutOperation(operation);
2146 // We can do this operation directly.
2175 // Main operation t
963 TranslateShortcutOperation( ShellUtil::ShortcutOperation operation) argument
1525 CreateOrUpdateShortcut( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc723 WebDragOperation operation) {
727 operation));
1189 // 2. We initiate a native DnD operation.
1190 // 3. DnD operation immediately ends since mouse is not held down. DnD events
721 DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y, WebDragOperation operation) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc1256 void WebContentsViewAura::UpdateDragCursor(blink::WebDragOperation operation) { argument
1257 current_drag_op_ = operation;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp219 * * The two operands are scalars. In this case the operation is
226 * In this case, the scalar operation is applied independently to each
245 * operation is done component-wise resulting in the same size
270 * number of columns. In this case, the operation is done component-
277 * right operand. Then, the multiply (*) operation does a linear
379 * \brief Return the result type of a bit-logic operation.
542 * \brief Return the result type of a bit-shift operation.
801 do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1) argument
806 if (operation == ir_binop_all_equal)
816 return new(mem_ctx) ir_expression(operation, op
[all...]
H A Dir.h796 * Comparison operation in the loop terminator.
1044 * Constructor for unary operation expressions
1050 * Constructor for binary operation expressions
1091 return (this->operation == ir_quadop_vector)
1092 ? this->type->vector_elements : get_num_operands(operation);
1118 ir_expression_operation operation; member in class:ir_expression
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc861 int operation,
863 views::RunShellDrag(content_window_, data, location, operation, source);
857 RunShellDrag( View* view, const ui::OSExchangeData& data, const gfx::Point& location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc606 int operation,
609 views::RunShellDrag(window_, data, location, operation, source);
603 RunShellDrag(View* view, const ui::OSExchangeData& data, const gfx::Point& location, int operation, ui::DragDropTypes::DragEventSource source) argument
H A Dwidget.cc787 int operation,
791 native_widget_->RunShellDrag(view, data, location, operation, source);
792 // If the view is removed during the drag operation, dragged_view_ is set to
784 RunShellDrag(View* view, const ui::OSExchangeData& data, const gfx::Point& location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java148 * Replaces the value corresponding to this entry with the specified value (optional operation). This implementation simply throws <tt>UnsupportedOperationException</tt>, as this class implements an <i>immutable</i> map entry.
1248 * @param operation
1249 * DNS cache operation
1251 public void updateRecord(long now, DNSRecord rec, Operation operation) { argument
1284 logger.finest(this.getName() + ".updating record for event: " + event + " list " + serviceListenerList + " operation: " + operation);
1289 switch (operation) {
/external/libpng/contrib/libtests/
H A Dpngimage.c501 const char *operation; /* Operation being performed */ member in struct:display
502 int transforms; /* Transform used in operation */
554 dp->operation = NULL;
655 dp->filename != NULL ? dp->filename : "<stdin>", lp, dp->operation);
781 read_png(struct display *dp, struct buffer *bp, const char *operation, argument
787 /* This cleans out any previous read and sets operation and transforms to
792 if (operation != NULL) /* else this is a verify and do not overwrite info */
794 dp->operation = operation;
1240 dp->operation
[all...]
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java330 * <p>This operation is recursive, and travels up the class hierarchy, in order to set all
739 * @param operation the name of the operation, used for generating a helpful message
741 private void checkSpecialObjectMethods(Method method, String operation) { argument
745 fail("cannot " + operation + " call to " + method);
/external/mdnsresponder/Clients/
H A Ddns-sd.c210 static int operation; variable
314 // Sample callback functions for each of the operation types
354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
509 // cancel the current operation when we've got a multiple of five results
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
577 switch (operation)
648 if (operation == 'A' || operation == 'U' || operation == 'N')
752 if (operation
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp219 * * The two operands are scalars. In this case the operation is
226 * In this case, the scalar operation is applied independently to each
245 * operation is done component-wise resulting in the same size
270 * number of columns. In this case, the operation is done component-
277 * right operand. Then, the multiply (*) operation does a linear
379 * \brief Return the result type of a bit-logic operation.
542 * \brief Return the result type of a bit-shift operation.
801 do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1) argument
806 if (operation == ir_binop_all_equal)
816 return new(mem_ctx) ir_expression(operation, op
[all...]
H A Dir.h796 * Comparison operation in the loop terminator.
1044 * Constructor for unary operation expressions
1050 * Constructor for binary operation expressions
1091 return (this->operation == ir_quadop_vector)
1092 ? this->type->vector_elements : get_num_operands(operation);
1118 ir_expression_operation operation; member in class:ir_expression
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c541 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
619 ** (adds and subtracts being nearly the same operation)
1032 ** an 80387 in this operation.
1052 /* if the operation is addition */
1055 /* if the operation is multiplication */
1068 static void AddSubInternalFPF(uchar operation, argument
1087 if (x->sign ^ y->sign ^ operation)
1119 z->sign ^= operation;
1173 z->sign = locy.sign ^ operation;
1177 if (locx.sign ^ locy.sign ^ operation)
[all...]
/external/vixl/src/a64/
H A Dsimulator-a64.cc592 Instr operation = instr->Mask(AddSubOpMask); local
594 switch (operation) {
688 // Switch on the logical operation, stripping out the NOT bit, as it has a
1643 // The exponent is irrelevant in the rounding operation, so we treat the
2203 // If the operation would produce a NaN, return the default NaN.
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c60 enum hs20_session_operation operation)
66 "operation,password,redirect_uri) "
71 operation, pw ? pw : "",
1475 val = db_get_session_val(ctx, user, realm, session_id, "operation");
1512 val = db_get_session_val(ctx, user, realm, session_id, "operation");
1541 val = db_get_session_val(ctx, user, realm, session_id, "operation");
1752 "operation");
1767 "No pending operation in session %s",
2013 val = db_get_session_val(ctx, user, realm, session_id, "operation");
2226 debug_print(ctx, 1, "Unsupported operation '
56 db_add_session(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *pw, const char *redirect_uri, enum hs20_session_operation operation) argument
[all...]

Completed in 271 milliseconds

12345678910