HomeSort by relevance Sort by last modified time
    Searched refs:pruned (Results 1 - 16 of 16) 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()]));
  /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...]
LogStatistics.h 182 const std::string &pruned) {
183 ssize_t drop_len = std::max(pruned.length() + 1,
189 if (pruned.length()) {
192 (int)drop_len, pruned.c_str());
  /external/eigen/test/
sparse_product.cpp 97 VERIFY_IS_APPROX(m4=(m2*m3).pruned(0), refMat4=refMat2*refMat3);
98 VERIFY_IS_APPROX(m4=(m2t.transpose()*m3).pruned(0), refMat4=refMat2t.transpose()*refMat3);
99 VERIFY_IS_APPROX(m4=(m2t.transpose()*m3t.transpose()).pruned(0), refMat4=refMat2t.transpose()*refMat3t.transpose());
100 VERIFY_IS_APPROX(m4=(m2*m3t.transpose()).pruned(0), refMat4=refMat2*refMat3t.transpose());
  /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);
  /external/v8/test/mjsunit/
regexp-capture-3.js 182 NoHang(/(a|b|(((.*)*)*x))?/); // 1 out of 3 branches pruned.
183 NoHang(/(a|(((.*)*)*x)?|(((.*)*)*x)?)/); // 2 out of 3 branches pruned.
  /art/runtime/
runtime.h 630 void SetPrunedDalvikCache(bool pruned) {
631 pruned_dalvik_cache_ = pruned;
866 // Whether the dalvik cache was pruned when initializing the runtime.
  /external/ImageMagick/www/api/
quantize.php 99 <dd> When a node to be pruned has offspring, the pruning procedure invokes itself recursively in order to prune the tree from the leaves upward. n2, Sr, Sg, and Sb in a node being pruned are always added to the corresponding data in that node's parent. This retains the pruned node's color characteristics for later averaging. </dd>
105 <dd> Assignment generates the output image from the pruned tree. The output </dd>
110 <dd> First, the assignment phase makes one pass over the pruned color description tree to establish the image's color map. For each node with n2 &gt; 0, it divides Sr, Sg, and Sb by n2 . This produces the mean color of all pixels that classify no lower than this node. Each of these colors becomes an entry in the color map. </dd>
112 <dd> Finally, the assignment phase reclassifies each pixel in the pruned tree to identify the deepest node containing the pixel's color. The pixel's value in the pixel array becomes the index of this node's mean color in the color map. </dd>
  /external/webrtc/webrtc/p2p/base/
port.h 500 bool pruned() const { return pruned_; } function in class:cricket::Connection
p2ptransportchannel_unittest.cc     [all...]
  /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 
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 

Completed in 4782 milliseconds