Searched refs:operations (Results 1 - 25 of 170) sorted by relevance

1234567

/external/parameter-framework/asio/include/asio/detail/
H A Dposix_fd_set_adapter.hpp57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) argument
59 reactor_op_queue<socket_type>::iterator i = operations.begin();
60 while (i != operations.end())
66 operations.cancel_operations(op_iter, ops, ec);
86 void perform(reactor_op_queue<socket_type>& operations, argument
89 reactor_op_queue<socket_type>::iterator i = operations.begin();
90 while (i != operations.end())
94 operations.perform_operations(op_iter, ops);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dposix_fd_set_adapter.hpp57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) argument
59 reactor_op_queue<socket_type>::iterator i = operations.begin();
60 while (i != operations.end())
66 operations.cancel_operations(op_iter, ops, ec);
86 void perform(reactor_op_queue<socket_type>& operations, argument
89 reactor_op_queue<socket_type>::iterator i = operations.begin();
90 while (i != operations.end())
94 operations.perform_operations(op_iter, ops);
/external/python/cpython3/Tools/pybench/
H A DNumbers.py6 operations = 30 * 5 variable in class:CompareIntegers
202 operations = 30 * 5 variable in class:CompareFloats
398 operations = 30 * 5 variable in class:CompareFloatsIntegers
594 operations = 30 * 5 variable in class:CompareLongs
H A DExceptions.py6 operations = 2 + 3 + 3 variable in class:TryRaiseExcept
58 operations = 15 * 10 variable in class:TryExcept
H A DImports.py10 operations = 5 * 5 variable in class:SecondImport
55 operations = 5 * 5 variable in class:SecondPackageImport
99 operations = 5 * 5 variable in class:SecondSubmoduleImport
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java30 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) ||
/external/python/cpython2/Tools/pybench/
H A DExceptions.py6 operations = 2 + 3 + 3 variable in class:TryRaiseExcept
58 operations = 15 * 10 variable in class:TryExcept
H A DImports.py10 operations = 5 * 5 variable in class:SecondImport
55 operations = 5 * 5 variable in class:SecondPackageImport
99 operations = 5 * 5 variable in class:SecondSubmoduleImport
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DString.java21 package org.apache.xpath.operations;
H A DGt.java21 package org.apache.xpath.operations;
H A DGte.java21 package org.apache.xpath.operations;
H A DLt.java21 package org.apache.xpath.operations;
H A DLte.java21 package org.apache.xpath.operations;
H A DNotEquals.java21 package org.apache.xpath.operations;
H A DQuo.java21 package org.apache.xpath.operations;
H A DBool.java21 package org.apache.xpath.operations;
H A DDiv.java21 package org.apache.xpath.operations;
H A DMinus.java21 package org.apache.xpath.operations;
H A DMod.java21 package org.apache.xpath.operations;
H A DMult.java21 package org.apache.xpath.operations;
/external/libcups/cups/
H A Dipp-private.h55 const ipp_op_t *operations; /* Allowed operations for this attr */ member in struct:__anon11117
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
H A DGraphTest.java80 Iterator<Operation> iterator = g.operations();
81 HashSet<Operation> operations;
85 operations = new HashSet<>();
86 operations.add(TestUtil.constant(g, "Const-A", Float.valueOf(1.0f)).op());
87 operations.add(TestUtil.constant(g, "Const-B", Integer.valueOf(23)).op());
88 operations.add(TestUtil.constant(g, "Const-C", Double.valueOf(1.618)).op());
90 iterator = g.operations();
93 assertTrue(operations.remove(iterator.next()));
96 assertTrue(operations.remove(iterator.next()));
99 assertTrue(operations
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp91 , operations ((Operation)0)
101 Operation operations; member in struct:deqp::gles31::Functional::__anon5331::AtomicCounterTest::TestSpec
140 if (m_spec.operations & OPERATION_INC)
143 if (m_spec.operations & OPERATION_DEC)
146 if (m_spec.operations == OPERATION_GET)
148 else if (m_spec.operations & OPERATION_GET)
241 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
244 if ((spec.operations & OPERATION_INC) != 0)
247 if ((spec.operations
1103 operationToName(const AtomicCounterTest::Operation& operations, bool useBranch) argument
1138 operationToDescription(const AtomicCounterTest::Operation& operations, bool useBranch) argument
1318 const AtomicCounterTest::Operation operations[] = local
1386 const AtomicCounterTest::Operation operations[] = local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java28 import org.apache.xpath.operations.Operation;
29 import org.apache.xpath.operations.UnaryOperation;
30 import org.apache.xpath.operations.Variable;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DVarNameCollector.java28 import org.apache.xpath.operations.Variable;

Completed in 5352 milliseconds

1234567