Searched defs:operation (Results 126 - 150 of 231) sorted by path

12345678910

/external/chromium_org/ui/views/examples/
H A Dexamples_window_with_content.cc13 void ShowExamplesWindowWithContent(Operation operation, argument
19 ShowExamplesWindow(operation, window_context, extra_examples.Pass());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc409 // while a drag operation is in progress.
609 int operation,
618 drag_operation_ = operation;
604 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 Ddesktop_drag_drop_client_win.cc32 int operation,
35 drag_operation_ = operation;
42 ui::DragDropTypes::DragOperationToDropEffect(operation),
27 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 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/chromium_org/v8/src/
H A Dapi.cc1030 RawOperationDescriptor* operation) {
1036 return NewDescriptor<DeclaredAccessorDescriptor>(isolate, data, operation);
1759 // This case won't happen during normal operation; we have compiled
1026 NewBitmaskCompare( Isolate* isolate, T bitmask, T compare_value, RawOperationDescriptor* operation) argument
H A Dhydrogen-instructions.cc1446 // Adding 0 is an identity operation except in case of -0: -0 + 0 = +0
1949 // The result of the modulo operation has the sign of its left operand.
2202 HAdd* operation = HAdd::cast(phi_operand); local
2203 if (operation->left() == phi &&
2204 operation->right()->IsInteger32Constant()) {
2205 return operation->right()->GetInteger32Constant();
2206 } else if (operation->right() == phi &&
2207 operation->left()->IsInteger32Constant()) {
2208 return operation->left()->GetInteger32Constant();
2211 HSub* operation local
[all...]
H A Dhydrogen-instructions.h819 // ToString() operation on this value.
825 // ToNumber() operation on this value.
5048 Operation operation() { return operation_; } function in class:v8::FINAL::FINAL
H A Dhydrogen.cc1998 // Count number to string operation in native code.
5650 // instead of the original since this operation changes the map
6540 // type feedback for the binary operation.
6541 BinaryOperation* operation = expr->binary_operation(); local
6549 CHECK_ALIVE(VisitForValue(operation));
6627 Push(BuildBinaryOperation(operation, left, right, PUSH_BEFORE_SIMULATE));
9930 // The input to the count operation is on top of the expression stack.
10007 // Argument of the count operation is a variable, not a property.
10062 // Argument of the count operation is a property.
10282 Add<HDeoptimize>("Insufficient type feedback for LHS of binary operation",
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc2070 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
2072 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge;
2088 if (operation == HMathMinMax::kMathMin) {
2104 if (operation == HMathMinMax::kMathMin) {
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc1368 Instr operation = instr->Mask(AddSubOpMask); local
1370 switch (operation) {
1470 // Switch on the logical operation, stripping out the NOT bit, as it has a
1630 // operation even when interrupted in the middle of it. The stack pointer
1780 // operation even when interrupted in the middle of it. The stack pointer
2509 // The exponent is irrelevant in the rounding operation, so we treat the
3062 // If the operation would produce a NaN, return the default NaN.
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1922 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
1925 Condition condition = (operation == HMathMinMax::kMathMin)
1946 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
1961 if (operation == HMathMinMax::kMathMin) {
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc1928 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
1929 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge;
1959 if (operation == HMathMinMax::kMathMin) {
3715 // Deopt if the operation did not succeed.
5028 // Deopt if the operation did not succeed (except_flag != 0).
5061 // Deopt if the operation did not succeed (except_flag != 0).
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc1896 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
1897 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge;
1927 if (operation == HMathMinMax::kMathMin) {
3744 // Deopt if the operation did not succeed.
5060 // Deopt if the operation did not succeed (except_flag != 0).
5093 // Deopt if the operation did not succeed (except_flag != 0).
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc1940 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
1943 Condition condition = (operation == HMathMinMax::kMathMin)
1980 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
1995 if (operation == HMathMinMax::kMathMin) {
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc2190 HMathMinMax::Operation operation = instr->hydrogen()->operation(); local
2193 Condition condition = (operation == HMathMinMax::kMathMin)
2214 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
2233 if (operation == HMathMinMax::kMathMin) {
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute.cc94 int RelaunchChrome(const DelegateExecuteOperation& operation) { argument
96 operation.mutex().c_str(), operation.relaunch_flags().c_str());
97 ScopedHandle mutex(OpenMutexW(SYNCHRONIZE, FALSE, operation.mutex().c_str()));
110 DWORD pid = operation.GetParentPid();
129 base::string16 relaunch_flags(operation.relaunch_flags());
133 sei.lpFile = operation.shortcut().value().c_str();
162 sei.lpFile = (launch_ash || operation.shortcut().empty()) ?
164 operation.shortcut().value().c_str();
186 DelegateExecuteOperation operation; local
[all...]
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp2715 static jint RSA_crypt_operation(RSACryptOperation operation, argument
2741 int resultSize = operation(static_cast<int>(flen),
6577 * the operation returns with clearCallbackState.
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp133 // Try execute operation
189 void Thread::addOperation (Operation* operation) argument
191 m_operations.push_back(operation);
199 // Reserve at least two messages for each operation
/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;
H A Des31fShaderImageLoadStoreTests.cpp384 //! An order-independent operation is one for which the end result doesn't depend on the order in which the operations are carried (i.e. is both commutative and associative).
395 //! Computes the result of an atomic operation where "a" is the data operated on and "b" is the parameter to the atomic function.
413 //! \note For floats, only the exchange operation is supported.
1553 * \brief Binary atomic operation case.
1581 BinaryAtomicOperationCase (Context& context, const char* name, const char* description, const TextureFormat& format, TextureType imageType, AtomicOperation operation, AtomicOperationCaseType caseType) argument
1585 , m_operation (operation)
1687 EndResultVerifier (AtomicOperation operation, TextureType imageType) : m_operation(operation), m_imageType(imageType) {} argument
1728 // Just accumulate the atomic args (and the initial value) according to the operation, and compare.
1780 ReturnValueVerifier (AtomicOperation operation, TextureTyp argument
1870 verifyOperationAccumulationIntermediateValues(AtomicOperation operation, T init, const T (&args)[NUM_INVOCATIONS_PER_PIXEL], const T (&returnValues)[NUM_INVOCATIONS_PER_PIXEL]) argument
1882 verifyRecursive(AtomicOperation operation, int index, T valueSoFar, bool (&argsUsed)[NUM_INVOCATIONS_PER_PIXEL], const T (&args)[NUM_INVOCATIONS_PER_PIXEL], const T (&returnValues)[NUM_INVOCATIONS_PER_PIXEL]) argument
3222 const AtomicOperation operation = (AtomicOperation)operationI; local
[all...]
/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/e2fsprogs/intl/
H A Dplural-exp.h47 module, /* Modulo operation. */
60 } operation; member in struct:expression
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... String[] configurations protected String mode private String flavor private String operation private String operationValue private String root private String rootVersion private ...

Completed in 760 milliseconds

12345678910