Searched refs:Operation (Results 76 - 100 of 117) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.h142 QNetworkAccessManager::Operation m_method;
/external/webkit/Source/WebKit2/Platform/
H A DRegion.h99 template<typename Operation>
/external/chromium/net/disk_cache/
H A Dentry_impl.h26 enum Operation { enum in class:disk_cache::EntryImpl
125 void ReportIOTime(Operation op, const base::TimeTicks& start);
H A Din_flight_backend_io.h82 enum Operation { enum in class:disk_cache::BackendIO
115 Operation operation_;
H A Drankings.cc21 enum Operation { enum in namespace:__anon2468
38 Operation op, int list);
46 disk_cache::Addr addr, Operation op, int list)
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java59 public enum Operation { enum in class:JmDNSImpl
1251 public void updateRecord(long now, DNSRecord rec, Operation operation) {
1330 Operation cacheOperation = Operation.Noop;
1354 cacheOperation = Operation.Noop;
1358 cacheOperation = Operation.Remove;
1365 cacheOperation = Operation.Update;
1369 cacheOperation = Operation.Add;
1379 cacheOperation = Operation.Add;
1397 if (typeAdded && (cacheOperation == Operation
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.h75 void load(const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
H A Dqwebview.h65 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,
H A Dqwebframe.h128 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,
H A Dqgraphicswebview.cpp711 \fn void QGraphicsWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
723 QNetworkAccessManager::Operation operation,
H A Dqwebview.cpp435 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
447 QNetworkAccessManager::Operation operation,
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch_test.java40 private diff_match_patch.Operation DELETE = diff_match_patch.Operation.DELETE;
41 private diff_match_patch.Operation EQUAL = diff_match_patch.Operation.EQUAL;
42 private diff_match_patch.Operation INSERT = diff_match_patch.Operation.INSERT;
926 if (myDiff.operation != diff_match_patch.Operation.INSERT) {
929 if (myDiff.operation != diff_match_patch.Operation.DELETE) {
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1532 StringRef Operation; local
1534 case AtomicRMWInst::Xchg: Operation = "AtomicRMWInst::Xchg"; break;
1535 case AtomicRMWInst::Add: Operation = "AtomicRMWInst::Add"; break;
1536 case AtomicRMWInst::Sub: Operation = "AtomicRMWInst::Sub"; break;
1537 case AtomicRMWInst::And: Operation = "AtomicRMWInst::And"; break;
1538 case AtomicRMWInst::Nand: Operation = "AtomicRMWInst::Nand"; break;
1539 case AtomicRMWInst::Or: Operation = "AtomicRMWInst::Or"; break;
1540 case AtomicRMWInst::Xor: Operation = "AtomicRMWInst::Xor"; break;
1541 case AtomicRMWInst::Max: Operation = "AtomicRMWInst::Max"; break;
1542 case AtomicRMWInst::Min: Operation
[all...]
/external/mesa3d/docs/
H A DMESA_swap_control.spec53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
H A DMESA_swap_frame_usage.spec89 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec113 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
H A DMESA_packed_depth_stencil.spec72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
/external/valgrind/main/helgrind/tests/
H A Dtc20_verifywrap.stderr.exp49 with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint)
113 with error code 1 (EPERM: Operation not permitted)
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3819 AtomicRMWInst::BinOp Operation;
3826 case lltok::kw_xchg: Operation = AtomicRMWInst::Xchg; break;
3827 case lltok::kw_add: Operation = AtomicRMWInst::Add; break;
3828 case lltok::kw_sub: Operation = AtomicRMWInst::Sub; break;
3829 case lltok::kw_and: Operation = AtomicRMWInst::And; break;
3830 case lltok::kw_nand: Operation = AtomicRMWInst::Nand; break;
3831 case lltok::kw_or: Operation = AtomicRMWInst::Or; break;
3832 case lltok::kw_xor: Operation = AtomicRMWInst::Xor; break;
3833 case lltok::kw_max: Operation = AtomicRMWInst::Max; break;
3834 case lltok::kw_min: Operation
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java55 import org.apache.xpath.operations.Operation;
205 * @return reference to {@link org.apache.xpath.operations.Operation} instance.
209 private Expression compileOperation(Operation operation, int opPos)
/external/v8/tools/
H A Dtickprocessor.js90 var op = Profile.Operation;
199 var op = Profile.Operation;
H A Dtest.py850 class Operation(Expression): class in inherits:Expression
1015 left = Operation(left, op, right)
1027 left = Operation(left, 'if', right)
1041 left = Operation(left, op, right)
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js959 this.info((arguments[2] || 'Operation') + ' finished ' +
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl181 <th align="left">Operation</th>
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h168 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,

Completed in 354 milliseconds

12345