/external/guice/core/src/com/google/inject/internal/ |
D | InterceptorStackCallback.java | 109 List<StackTraceElement> pruned = Lists.newArrayList(); in pruneStacktrace() local 113 pruned.add(element); in pruneStacktrace() 116 t.setStackTrace(pruned.toArray(new StackTraceElement[pruned.size()])); in pruneStacktrace()
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
D | FilterChainInvocation.java | 129 List<StackTraceElement> pruned = Lists.newArrayList(); in pruneStacktrace() local 133 pruned.add(element); in pruneStacktrace() 136 t.setStackTrace(pruned.toArray(new StackTraceElement[pruned.size()])); in pruneStacktrace()
|
/external/tcpdump/tests/ |
D | pimv2_sm-v.out | 19 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 53 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 89 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 123 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 159 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 195 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 229 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 265 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 285 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1 286 pruned source #1: 1.1.1.1(SWR)
|
D | pimv2_dm-v.out | 21 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1 22 pruned source #1: 172.16.40.10 129 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1 130 pruned source #1: 172.16.40.10 223 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1 224 pruned source #1: 172.16.40.10
|
/external/eigen/test/ |
D | sparse_product.cpp | 97 VERIFY_IS_APPROX(m4=(m2*m3).pruned(0), refMat4=refMat2*refMat3); in sparse_product() 98 VERIFY_IS_APPROX(m4=(m2t.transpose()*m3).pruned(0), refMat4=refMat2t.transpose()*refMat3); in sparse_product() 99 …VERIFY_IS_APPROX(m4=(m2t.transpose()*m3t.transpose()).pruned(0), refMat4=refMat2t.transpose()*refM… in sparse_product() 100 VERIFY_IS_APPROX(m4=(m2*m3t.transpose()).pruned(0), refMat4=refMat2*refMat3t.transpose()); in sparse_product()
|
/external/ant-glob/ |
D | README.txt | 24 * FileUtils was pruned to keep only 2 methods, which brought OS (which
|
/external/clang/test/Modules/ |
D | prune.m | 21 // but nothing gets pruned because the module files are new enough.
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseProduct.h | 109 …SparseSparseProduct pruned(const Scalar& reference = 0, const RealScalar& epsilon = NumTraits<Real…
|
/external/eigen/doc/ |
D | TutorialSparse.dox | 296 sm3 = (sm1 * sm2).pruned(); // removes numerical zeros 297 sm3 = (sm1 * sm2).pruned(ref); // removes elements much smaller than ref 298 sm3 = (sm1 * sm2).pruned(ref,epsilon); // removes elements smaller than ref*epsilon
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 1939 EXPECT_TRUE_WAIT(conn1->pruned(), 3000); in TEST_F() 2216 EXPECT_TRUE_WAIT(conn1->pruned(), 3000); in TEST_F() 2228 WAIT(conn3->pruned(), 1000); in TEST_F() 2229 EXPECT_FALSE(conn3->pruned()); in TEST_F() 2250 EXPECT_TRUE_WAIT(conn2->pruned(), 1000); in TEST_F()
|
D | port.h | 500 bool pruned() const { return pruned_; } in pruned() function
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.m | 98 // NULL dereferences which are pruned out by RegionStore's symbolic reasoning 340 // Test that Objective-C instance variables aren't prematurely pruned 405 // would incorrectly be pruned from the state after the call to 961 // to get prematurely pruned from the state.
|
D | retain-release-region-store.m | 227 // pruned from the store.
|
/external/llvm/test/Transforms/JumpThreading/ |
D | phi-eq.ll | 7 ; NB: this function should be pruned down more.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-branchweights.ll | 112 ;; test6 - Some cases of the second switch are pruned during optimization.
|
/external/opencv3/modules/ml/doc/ |
D | ml_intro.markdown | 155 When the tree is built, it may be pruned using a cross-validation procedure, if necessary. That is, 265 default. None of the built trees are pruned.
|
/external/selinux/libsepol/ |
D | ChangeLog | 547 * Merged fix for pruned types in expand code from Joshua Brindle.
|
/external/llvm/docs/ |
D | Passes.rst | 880 This is just the standard SSA construction algorithm to construct "pruned" SSA
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 2965 # not pruned. The recursion helpers ignore their second argument, so
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1132 the rest of routes are pruned.
|
/external/curl/ |
D | CHANGES.0 | 2158 subsequence TCP connect failed. It would thus never get pruned and refreshed 8416 happened when the dns cache entry for the connection was pruned while the 9987 - Old DNS cache entries are now only pruned after curl is done with a request,
|