/external/guice/core/src/com/google/inject/internal/ |
D | InterceptorStackCallback.java | 113 List<StackTraceElement> pruned = Lists.newArrayList(); in pruneStacktrace() local 117 pruned.add(element); in pruneStacktrace() 120 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/tensorflow/tensorflow/python/eager/ |
D | wrap_function_test.py | 99 pruned = f_wrapped.prune( 102 self.assertAllEqual(6.0, pruned()) 105 pruned = f_wrapped.prune( 108 self.assertAllEqual(6.0, pruned()) 171 pruned = f_wrapped.prune( 178 out = pruned(x) 192 pruned = f_wrapped.prune( 195 self.assertEqual((None,), pruned())
|
/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/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | boosted_trees.proto | 119 // If the node was pruned, it will have new_node_id equal to the id of a node 120 // that this node was collapsed into. For a node that didn't get pruned, it is 122 // corresponding id in the pruned tree. 124 // nodes got pruned), this list will be empty.
|
/external/eigen/test/ |
D | sparse_product.cpp | 92 VERIFY_IS_APPROX(m4=(m2*m3).pruned(0), refMat4=refMat2*refMat3); in sparse_product() 93 VERIFY_IS_APPROX(m4=(m2t.transpose()*m3).pruned(0), refMat4=refMat2t.transpose()*refMat3); in sparse_product() 94 …VERIFY_IS_APPROX(m4=(m2t.transpose()*m3t.transpose()).pruned(0), refMat4=refMat2t.transpose()*refM… in sparse_product() 95 VERIFY_IS_APPROX(m4=(m2*m3t.transpose()).pruned(0), refMat4=refMat2*refMat3t.transpose()); in sparse_product() 101 VERIFY_EVALUATION_COUNT(m4 = (m2*m3).pruned(0), 1); in sparse_product() 102 VERIFY_EVALUATION_COUNT(m4 = (m2*m3).eval().pruned(0), 4); in sparse_product() 112 VERIFY_IS_EQUAL( (As*As.transpose()).pruned(1e-6).eval().nonZeros(), 2); in sparse_product()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | prune_unreachable.ll | 1 ; This tests that unreachable basic blocks are pruned from the CFG, so that
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | regcoalesce-prune.mir | 3 # Checks for a bug where subregister liveranges were not properly pruned for
|
/external/v8/tools/mb/docs/ |
D | design_spec.md | 152 pruned in the sense of 5) and which targets should be returned unchanged 160 tests to run. Any meta targets in this list should *not* be pruned. 163 present in this list should be pruned (we don't need to return the 169 * `compile_targets`, which is a list of pruned targets to be 171 pruned targets by a meta target if it turns out that all of the 275 Note how `webkit_tests` was pruned in compile_targets but not in test_targets. 298 Here `blink_tests` was pruned in the output compile_targets, and 342 test_targets was returned unchanged, compile_targets was pruned.
|
/external/ant-glob/ |
D | README.txt | 24 * FileUtils was pruned to keep only 2 methods, which brought OS (which
|
/external/tensorflow/tensorflow/contrib/model_pruning/ |
D | README.md | 5 into the training graph so the model can be pruned while it is being trained. 79 The convolution layer tensors are always pruned used block dimensions of [1,1]. 148 To train the pruned version of cifar10:
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseView.h | 245 SparseMatrixBase<Derived>::pruned(const Scalar& reference,
|
D | SparseMatrixBase.h | 390 …pruned(const Scalar& reference = Scalar(0), const RealScalar& epsilon = NumTraits<Scalar>::dummy_p…
|
/external/clang/test/Modules/ |
D | prune.m | 21 // but nothing gets pruned because the module files are new enough.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | bfi-update.ll | 5 ; succeeds. a's BFI is updated incrementally. As c's blocks get pruned, the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | cache.ll | 65 ; files to avoid a race condition with the cached files being pruned, since the
|
/external/tensorflow/tensorflow/contrib/tensor_forest/proto/ |
D | tensor_forest_params.proto | 36 // Pruning strategies define how candidates are pruned over time.
|
/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/eigen/doc/ |
D | TutorialSparse.dox | 300 sm3 = (sm1 * sm2).pruned(); // removes numerical zeros 301 sm3 = (sm1 * sm2).pruned(ref); // removes elements much smaller than ref 302 sm3 = (sm1 * sm2).pruned(ref,epsilon); // removes elements smaller than ref*epsilon
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | phi-eq.ll | 7 ; NB: this function should be pruned down more.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | cache.ll | 47 ; will be pruned
|