Searched refs:operations (Results 1 – 25 of 676) sorted by relevance
12345678910>>...28
... org/eclipse/equinox/internal/p2/operations/ org/eclipse/equinox/internal/p2
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
91 , operations ((Operation)0) in TestSpec()101 Operation operations; member140 if (m_spec.operations & OPERATION_INC) in getOperationCount()143 if (m_spec.operations & OPERATION_DEC) in getOperationCount()146 if (m_spec.operations == OPERATION_GET) in getOperationCount()148 else if (m_spec.operations & OPERATION_GET) in getOperationCount()241 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) in generateShaderSource()244 if ((spec.operations & OPERATION_INC) != 0) in generateShaderSource()247 if ((spec.operations & OPERATION_DEC) != 0) in generateShaderSource()250 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET) in generateShaderSource()[all …]
57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) in set() argument59 reactor_op_queue<socket_type>::iterator i = operations.begin(); in set()60 while (i != operations.end()) in set()66 operations.cancel_operations(op_iter, ops, ec); in set()86 void perform(reactor_op_queue<socket_type>& operations, in perform() argument89 reactor_op_queue<socket_type>::iterator i = operations.begin(); in perform()90 while (i != operations.end()) in perform()94 operations.perform_operations(op_iter, ops); in perform()
30 import org.apache.xpath.operations.Div;31 import org.apache.xpath.operations.Minus;32 import org.apache.xpath.operations.Mod;33 import org.apache.xpath.operations.Mult;34 import org.apache.xpath.operations.Plus;35 import org.apache.xpath.operations.Quo;36 import org.apache.xpath.operations.Variable;109 (pred instanceof org.apache.xpath.operations.Number) || in visitPredicate()
3 …s/Promise) that makes it easy, among other things, to chain synchronous or asynchronous operations.5 `Task` is an object defined in trace_viewer/base that can be used to chain synchronous operations.7 Since both tasks and promises allow chaining operations it's easy to confuse them. The goal of this…11 A first important difference is that tasks cannot be used with asynchronous operations. In a `Promi…13 … in the chain is completed. This is made possible by the fact that all operations in the task queu…15 … a queue of dependent operations, promises are more flexible and allow creating a more complex dep…19 Chaining operations is similar:26 … makes it possible to insert tasks in the execution chain, even as the operations in the chain are…36 …operations you want to chain are asynchronous then you don't have a choice and must use `Promise`.…
43 import org.apache.xpath.operations.And;44 import org.apache.xpath.operations.Div;45 import org.apache.xpath.operations.Equals;46 import org.apache.xpath.operations.Gt;47 import org.apache.xpath.operations.Gte;48 import org.apache.xpath.operations.Lt;49 import org.apache.xpath.operations.Lte;50 import org.apache.xpath.operations.Minus;51 import org.apache.xpath.operations.Mod;52 import org.apache.xpath.operations.Mult;[all …]
7 PURPOSE = "Stress-test all connman 3G operations, waiting for dormancy."18 Stress-tests all connman 3G operations.20 This test runs a long series of 3G operations in a fixedorder. All of these 3G21 operations must return a succesful result. When we connect, we wait for the23 cases we request operations after the previous one completes.
212 operations = @operations.reverse215 until operations.empty?216 operation = operations.shift221 operations.delete_if do |prior_operation|236 operations.delete_if do |prior_operation|284 operations = reduce288 if operation = operations.delete( cursor )296 if operation = operations.delete( cursor ) and
25 …wo queues - one supporting sparse binding operations, the second one supporting compute and transf…30 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…32 … sparse buffer to output buffer. The transer queue waits on a semaphore, before transfer operations44 …wo queues - one supporting sparse binding operations, the second one supporting compute and transf…49 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…51 … sparse image to output buffer. The transfer queue waits on a semaphore, before transfer operations64 …wo queues - one supporting sparse binding operations, the second one supporting compute and transf…69 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…83 …wo queues - one supporting sparse binding operations, the second one supporting compute and transf…88 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…[all …]
7 PURPOSE = "Stress-test all connman 3G operations."17 Stress-tests all connman 3G operations.19 This test runs a long series of 3G operations in pseudorandom order. All of20 these 3G operations must return a convincing result (EINPROGRESS or no error).
7 PURPOSE = "Stress-test all connman 3G operations."20 Stress-tests all connman 3G operations.22 This test runs a long series of 3G operations in pseudorandom order. All of23 these 3G operations must return a convincing result (EINPROGRESS or no error).
7 PURPOSE = "Stress-test all connman 3G operations."19 Stress-tests all connman 3G operations.21 This test runs a long series of 3G operations in pseudorandom order. All of22 these 3G operations must return a convincing result (EINPROGRESS or no error).
3 /** \eigenManualPage TutorialArrayClass The Array class and coefficient-wise operations14 perform coefficient-wise operations, which might not have a linear algebraic meaning,109 \section TutorialArrayClassCwiseOther Other coefficient-wise operations111 The Array class defines other coefficient-wise operations besides the addition, subtraction and mul…116 arrays. These operations are illustrated in the following example.127 More coefficient-wise operations can be found in the \ref QuickRefPage.133 apply Matrix operations on arrays, or Array operations on matrices. Thus, if you need to do linear …134 operations such as matrix multiplication, then you should use matrices; if you need to do coefficie…135 operations, then you should use arrays. However, sometimes it is not that simple, but you need to u…136 Matrix and Array operations. In that case, you need to convert a matrix to an array or reversely. T…[all …]