HomeSort by relevance Sort by last modified time
    Searched refs:operations (Results 126 - 150 of 248) sorted by null

1 2 3 4 56 7 8 910

  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 2085 ArrayList<SyncOperation> operations = new ArrayList<SyncOperation>(); local
    [all...]
  /external/blktrace/doc/
blktrace.tex 32 information about request queue operations up to user space. There are
411 queue & \emph{queue} operations \\ \hline
413 requeue & \emph{requeue} operations \\ \hline
423 normal read/write operations, ie any type of read or write from a
651 a 'B' (for barrier operations) or 'S' (for synchronous operations).
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 283 ArrayList<ContentProviderOperation> operations)
  /external/chromium/base/
string_util.h 159 #error Define string operations appropriately for your platform
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 194 that subsequent operations can use binary comparison.</td>
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 687 // transform-origin brackets the transform with translate operations.
691 unsigned s = rareNonInheritedData->m_transform->m_operations.operations().size();
695 TransformOperation::OperationType type = rareNonInheritedData->m_transform->m_operations.operations()[i]->getOperationType();
713 rareNonInheritedData->m_transform->m_operations.operations()[i]->apply(transform, borderBoxSize);
725 transform.operations().append(ScaleTransformOperation::create(scale, scale, ScaleTransformOperation::SCALE));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 40 import org.apache.xpath.operations.Variable;
41 import org.apache.xpath.operations.VariableSafeAbsRef;
    [all...]
  /external/ceres-solver/docs/
faq.tex 14 Most non-linear solvers we are aware of, define the problem and residuals in terms of scalars and it is possible to do this with Ceres also. However, it is our experience that in most problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. Same is true for residuals, where it is common to have small vectors of residuals rather than just scalars. There are a number of advantages of using blocks. It saves on indexing information, which for large problems can be substantial. Blocks translate into contiguous storage in memory which is more cache friendly and last but not the least, it allows us to use SIMD/SSE based BLAS routines to significantly speed up various matrix operations.
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 211 int PreferredDropOperation(int source_operations, int operations) {
212 int common_ops = (source_operations & operations);
  /external/eigen/blas/
chbmv.f 195 * Start the operations. In this version the elements of the array A
chpmv.f 157 * Start the operations. In this version the elements of the array AP
chpr.f 136 * Start the operations. In this version the elements of the array AP
chpr2.f 159 * Start the operations. In this version the elements of the array AP
ctpsv.f 160 * Start the operations. In this version the elements of AP are
dsbmv.f 189 * Start the operations. In this version the elements of the array A
dspmv.f 150 * Start the operations. In this version the elements of the array AP
dspr2.f 153 * Start the operations. In this version the elements of the array AP
dtpsv.f 156 * Start the operations. In this version the elements of AP are
ssbmv.f 191 * Start the operations. In this version the elements of the array A
sspmv.f 150 * Start the operations. In this version the elements of the array AP
sspr2.f 153 * Start the operations. In this version the elements of the array AP
stpsv.f 156 * Start the operations. In this version the elements of AP are
zhbmv.f 195 * Start the operations. In this version the elements of the array A
zhpmv.f 157 * Start the operations. In this version the elements of the array AP

Completed in 352 milliseconds

1 2 3 4 56 7 8 910