HomeSort by relevance Sort by last modified time
    Searched defs:pruned (Results 1 - 7 of 7) sorted by null

  /external/guice/core/src/com/google/inject/internal/
InterceptorStackCallback.java 109 List<StackTraceElement> pruned = Lists.newArrayList(); local
113 pruned.add(element);
116 t.setStackTrace(pruned.toArray(new StackTraceElement[pruned.size()]));
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
FilterChainInvocation.java 129 List<StackTraceElement> pruned = Lists.newArrayList(); local
133 pruned.add(element);
136 t.setStackTrace(pruned.toArray(new StackTraceElement[pruned.size()]));
  /external/eigen/Eigen/src/SparseCore/
SparseView.h 39 * It is the return type of MatrixBase::sparseView() and SparseMatrixBase::pruned()
42 * \sa MatrixBase::sparseView(), SparseMatrixBase::pruned()
223 * \sa SparseMatrixBase::pruned(), class SparseView */
237 * C = (A*B).pruned(); // suppress numerical zeros (exact)
238 * C = (A*B).pruned(ref);
239 * C = (A*B).pruned(ref,epsilon);
245 SparseMatrixBase<Derived>::pruned(const Scalar& reference, function in class:Eigen::SparseMatrixBase
  /system/core/logd/
LogStatistics.cpp 305 std::string(isprune ? "+/- Pruned" : "")) +
342 std::string pruned = ""; local
360 pruned = android::base::StringPrintf("%zu", dropped);
386 pruned.length() - change.length();
387 if ((spaces <= 0) && pruned.length()) {
393 pruned = change + pruned;
397 std::string output = formatLine(name, size, pruned);
438 return formatLine(name, std::string("Size"), std::string("Pruned")) +
452 std::string pruned = "" local
476 std::string pruned = ""; local
510 std::string pruned = ""; local
570 std::string pruned = ""; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.h 500 bool pruned() const { return pruned_; } function in class:cricket::Connection
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 

Completed in 223 milliseconds