HomeSort by relevance Sort by last modified time
    Searched full:clustered (Results 1 - 25 of 34) sorted by null

1 2

  /external/valgrind/main/massif/tests/
ignoring.c 22 // clustered much more closely than those in the first half.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ClusteredSuggestionsView.java 25 * Suggestions view that displays suggestions clustered by corpus type.
  /external/eigen/unsupported/test/
matrix_function.cpp 24 // Returns a matrix with eigenvalues clustered around 0, 1 and 2.
44 // Returns a matrix with eigenvalues clustered around 0 and +/- i.
173 // Matrices with clustered eigenvalue lead to different code paths
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 128 final Multimap<String, DownloadInfo> clustered = ArrayListMultimap.create(); local
132 clustered.put(tag, info);
137 for (String tag : clustered.keySet()) {
139 final Collection<DownloadInfo> cluster = clustered.get(tag);
298 if (!clustered.containsKey(tag)) {
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 50 * {@link LoggingEvents#EXTRA_EVENT}, clustered with keys to additional
75 * {@link LoggingEvents#EXTRA_EVENT}, clustered with keys to additional
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 30 // A clustered album (not including album set) and its base sets are fixed.
137 // if this is a clustered album, set underCluster to true.
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 556 // the few cameras that have not been clustered.
563 // If the view was not clustered, randomly assign it to one of the
566 // clustered, it may lead to some quality degradation though.
569 // been clustered and deal with it?
  /external/chromium/chrome/browser/userfeedback/proto/
config.proto 120 // Send notification per clustered group of similar feedbacks.
  /external/chromium_org/chrome/browser/feedback/proto/
config.proto 121 // Send notification per clustered group of similar feedbacks.
  /frameworks/native/include/input/
VelocityTracker.h 145 // Weight by time delta. Data points clustered together are weighted less.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
tsql.php 59 'CLASS', 'CLOB', 'CLOSE', 'CLUSTERED', 'COALESCE', 'COLLATE', 'COLLATION', 'COLUMN', 'COMMIT', 'COMPLETION', 'COMPUTE', 'CONNECT',
  /external/llvm/test/CodeGen/X86/
misched-matrix.ll 59 ; scheduled independently, and that the imull/adds are clustered.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 34 // clustered. The main use is intended to be for heap-profiling.
151 // will be clustered. We take advantage of this fact by splitting
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 34 // clustered. The main use is intended to be for heap-profiling.
151 // will be clustered. We take advantage of this fact by splitting
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 14 // The organization of information is primarily clustered around the source
ScheduleDAG.h 70 Cluster ///< Weak DAG edge linking a chain of clustered instrs.
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 27 * matrix is divided in clustered of eigenvalues that lies close together. This class delegates the
MatrixLogarithm.h 80 /** \brief Compute logarithm of triangular matrix with clustered eigenvalues. */
  /external/kernel-headers/original/linux/
mm.h 157 #define VM_RAND_READ 0x00010000 /* App will not benefit from clustered reads */
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 38 STATISTIC(LoadsClustered, "Number of loads clustered together");
    [all...]
ScheduleDAGRRList.cpp     [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 223 * States that this table index is a clustered index.
233 * States this table's index is neither a clustered index, not a hashed
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 184 // Debugging stuff are clustered here.
    [all...]
  /external/aac/libAACenc/include/
aacenc_lib.h 218 All input and output buffer must be clustered in input and output buffer arrays.
    [all...]

Completed in 874 milliseconds

1 2