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

12345

/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jar ... org/eclipse/equinox/internal/p2/ org/eclipse/equinox/internal/p2/operations/ org/eclipse/equinox/internal/p2/operations/Activator.class Activator ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/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;
H A DNeg.java21 package org.apache.xpath.operations;
H A DNumber.java21 package org.apache.xpath.operations;
H A DPlus.java21 package org.apache.xpath.operations;
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp91 , operations ((Operation)0)
101 Operation operations; member in struct:deqp::gles31::Functional::__anon4396::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;
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java43 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
[all...]
/external/clang/tools/clang-format/
H A Dclang-format.el122 (let (status stderr operations)
149 (setq operations (clang-format--extract (car (xml-parse-region)))))
151 (let ((replacements (nth 0 operations))
152 (cursor (nth 1 operations))
153 (incomplete-format (nth 2 operations)))

Completed in 276 milliseconds

12345