HomeSort by relevance Sort by last modified time
    Searched defs:pruned (Results 1 - 9 of 9) 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/
SparseProduct.h 109 SparseSparseProduct pruned(const Scalar& reference = 0, const RealScalar& epsilon = NumTraits<RealScalar>::dummy_precision()) const function in class:Eigen::SparseSparseProduct
169 * The automatic pruning of the small values can be achieved by calling the pruned() function
172 * C = (A*B).pruned(); // supress numerical zeros (exact)
173 * C = (A*B).pruned(ref);
174 * C = (A*B).pruned(ref,epsilon);
  /system/core/logd/
LogStatistics.cpp 210 std::string(isprune ? "+/- Pruned" : ""))
229 std::string pruned = ""; local
246 pruned = android::base::StringPrintf("%zu", dropped);
274 - 2 - pruned.length() - change.length();
275 if ((spaces <= 0) && pruned.length()) {
281 pruned = change + pruned;
285 std::string output = formatLine(name, size, pruned);
327 std::string("Pruned"))
352 std::string pruned = "" local
392 std::string pruned = ""; local
431 std::string pruned = ""; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.h 500 bool pruned() const { return pruned_; } function in class:cricket::Connection
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 

Completed in 257 milliseconds