HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 76 - 93 of 93) sorted by null

1 2 34

  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 711 \fn void QGraphicsWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
713 Loads a network request, \a request, using the method specified in \a operation.
723 QNetworkAccessManager::Operation operation,
726 page()->mainFrame()->load(request, operation, body);
qwebview.cpp 435 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
437 Loads a network request, \a request, using the method specified in \a operation.
447 QNetworkAccessManager::Operation operation,
450 page()->mainFrame()->load(request, operation, body);
    [all...]
qwebframe.cpp 875 operation.
884 QNetworkAccessManager::Operation operation,
894 switch (operation) {
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 168 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,
qdeclarativewebview.cpp 815 void QDeclarativeWebView::load(const QNetworkRequest& request, QNetworkAccessManager::Operation operation, const QByteArray& body)
817 page()->mainFrame()->load(request, operation, body);
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 181 // User confirmation timeout for a full backup/restore operation. It's this long in
351 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation
357 class Operation {
361 Operation(int initialState, BackupRestoreTask callbackObj) {
366 final SparseArray<Operation> mCurrentOperations = new SparseArray<Operation>();
614 // can't be in the middle of an actual restore operation because
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 60 /// for a select operation, otherwise return null.
138 /// to a push_back style of operation. This grows the number of ops by 1.5
229 /// push_back style of operation. This grows the number of ops by 2 times.
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 211 /// getSetCCSwappedOperands - Return the operation corresponding to (Y op X)
212 /// when given the operation for (X op Y).
213 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) {
214 // To perform this operation, we just need to swap the L and G bits of the
215 // operation.
216 unsigned OldL = (Operation >> 2) & 1;
217 unsigned OldG = (Operation >> 1) & 1;
218 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
223 /// getSetCCInverse - Return the operation corresponding to !(X op Y), where
224 /// 'op' is a valid SetCC operation
    [all...]
LegalizeDAG.cpp 87 /// LegalizeOp - Return a legal replacement for the given operation, with
102 /// ShuffleWithNarrowerEltType - Return a vector shuffle operation which
160 /// ShuffleWithNarrowerEltType - Return a vector shuffle operation which
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 155 Additions to Chapter 2 of the OpenGL 2.0 Specification (OpenGL Operation)
410 operation.
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 30 // operation from the actual net class.
224 // See if we can fulfill the first part of the operation.
687 void EntryImpl::ReportIOTime(Operation op, const base::TimeTicks& start) {
959 // Complete the operation locally.
1044 // Complete the operation locally.
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 127 \subsection{\texttt{btrecord/btreplay} Method of Operation}
514 to store information concerning each \emph{stall} and IO operation
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 413 virtual QNetworkReply* createRequest(Operation op, const QNetworkRequest &request, QIODevice* outgoingData) {
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 816 % which makes an entry in a two-level index such as the operation index.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 706 milliseconds

1 2 34