Home
last modified time | relevance | path

Searched defs:roots (Results 1 – 25 of 156) sorted by relevance

1234567

/external/google-smali/third_party/util/src/test/java/com/android/tools/smali/util/
DPathUtilTest.java36 File[] roots = File.listRoots(); in pathUtilTest1() local
50 File[] roots = File.listRoots(); in pathUtilTest2() local
65 File[] roots = File.listRoots(); in pathUtilTest3() local
77 File[] roots = File.listRoots(); in pathUtilTest4() local
89 File[] roots = File.listRoots(); in pathUtilTest5() local
101 File[] roots = File.listRoots(); in pathUtilTest6() local
113 File[] roots = File.listRoots(); in pathUtilTest7() local
125 File[] roots = File.listRoots(); in pathUtilTest8() local
137 File[] roots = File.listRoots(); in pathUtilTest9() local
149 File[] roots = File.listRoots(); in pathUtilTest10() local
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc62 std::vector<ScopeNode*> roots; in Build() local
86 std::vector<ScopeNode*> roots = Account(root_->children, opts); in ShowInternal() local
109 void TFScope::Format(const std::vector<ScopeNode*> roots, string* display_str, in Format()
120 std::vector<ScopeNode*> roots, const std::vector<string>& regexes) { in SearchRoot()
144 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope()
194 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account()
Dtfprof_graph.cc62 std::vector<GraphNode*> roots; in Build() local
90 std::vector<GraphNode*> roots = Account(root_->children, opts, &visits); in ShowInternal() local
119 const std::vector<GraphNode*>& roots, const std::vector<string>& regexes, in SearchRoot()
149 void TFGraph::Format(const std::vector<GraphNode*> roots, string* display_str, in Format()
159 std::vector<GraphNode*> TFGraph::PrintGraph(const std::vector<GraphNode*> roots, in PrintGraph()
213 std::vector<GraphNode*> TFGraph::Account(const std::vector<GraphNode*>& roots, in Account()
/external/skia/tests/
DCubicRootsTest.cpp51 double roots[3] = {0, 0, 0}; in testCubicRootsReal() local
73 double roots[3] = {0, 0, 0}; in testCubicRootsReal() local
251 double roots[3] = {0, 0, 0}; in DEF_TEST() local
316 double roots[3] = {0, 0, 0}; in testCubicValidT() local
338 double roots[3] = {0, 0, 0}; in testCubicValidT() local
360 double roots[3] = {0, 0, 0}; in testCubicValidT() local
428 double roots[3] = {0, 0, 0}; in DEF_TEST() local
444 double roots[3] = {0, 0, 0}; in DEF_TEST() local
DQuadRootsTest.cpp48 double roots[2] = {0, 0}; in testQuadRootsReal() local
70 double roots[2] = {0, 0}; in testQuadRootsReal() local
182 double roots[2]; in DEF_TEST() local
/external/cronet/tot/third_party/boringssl/src/pki/
Dverify_unittest.cc53 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
83 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
106 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
127 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
/external/cronet/stable/third_party/boringssl/src/pki/
Dverify_unittest.cc53 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
83 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
106 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
127 std::unique_ptr<VerifyTrustStore> roots = MozillaRootStore(); in TEST() local
/external/skia/src/pathops/
DSkPathOpsRect.cpp18 int roots = 0; in setBounds() local
35 int roots = 0; in setBounds() local
52 int roots = 0; in setBounds() local
DSkPathOpsCurve.h366 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h()
375 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v()
384 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h()
389 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v()
394 static int conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) { in conic_intercept_h()
399 static int conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) { in conic_intercept_v()
404 static int cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) { in cubic_intercept_h()
409 static int cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) { in cubic_intercept_v()
DSkDConicLineIntersection.cpp89 double roots[2]; in horizontalIntersect() local
115 int roots = this->intersectRay(rootVals); in intersect() local
167 double roots[2]; in verticalIntersect() local
388 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept()
393 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept()
DSkDQuadLineIntersection.cpp183 int roots = intersectRay(rootVals); in intersect() local
212 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local
268 int roots = verticalIntersect(axisIntercept, rootVals); in verticalIntersect() local
460 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept()
465 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept()
/external/stg/
Dstgdiff.cc55 std::vector<stg::Id> roots; in Read() local
64 const std::vector<stg::Id>& roots) { in RunFidelity()
78 const std::vector<stg::Id>& roots) { in RunExact()
102 const std::vector<stg::Id>& roots, const Outputs& outputs, in Run()
259 const auto roots = Read(runtime, inputs, graph, opt_read_options); in main() local
/external/skia/fuzz/
DFuzzCubicRoots.cpp18 double roots[3]; in fuzz_cubic_real_roots() local
35 double roots[3]; in fuzz_cubic_roots_valid_t() local
54 double roots[3]; in fuzz_cubic_roots_binary_search() local
DFuzzQuadRoots.cpp18 double roots[2]; in fuzz_quad_real_roots() local
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph.cc60 std::vector<Node*> roots; in VisitInDepthFirstPreOrder() local
70 std::vector<Node*> roots; in VisitInDepthFirstPostOrder() local
189 PreOrderIterator::PreOrderIterator(std::vector<Node*>&& roots) in PreOrderIterator()
232 PostOrderIterator::PostOrderIterator(std::vector<Node*>&& roots) in PostOrderIterator()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTerritoryContainment.java74 Set<String> roots = ImmutableSet.copyOf(Sets.difference(graph.keySet(), allContained)); in TerritoryContainment() local
76 "world region '%s' must be the only containment graph root (was %s)", WORLD, roots); in TerritoryContainment() local
/external/eigen/unsupported/test/
Dpolynomialutils.cpp36 EvalRootsType roots = EvalRootsType::Random(deg); in realRoots_to_monicPolynomial_test() local
74 EvalRootsType roots = EvalRootsType::Random(deg); in CauchyBounds() local
/external/mesa3d/src/mapi/new/
DgenCommon.py66 def getFunctionsFromRoots(roots): argument
97 def getExportNamesFromRoots(target, roots): argument
/external/dagger2/java/dagger/hilt/internal/processedrootsentinel/
DProcessedRootSentinel.java29 String[] roots(); in roots() method
/external/rust/android-crates-io/crates/tokio/src/runtime/task/trace/
Dtree.rs15 roots: HashSet<Symbol>, field
24 let mut roots: HashSet<Symbol> = HashSet::default(); in from_trace() localVariable
/external/eigen/unsupported/doc/examples/
DPolynomialUtils1.cpp9 Vector4d roots = Vector4d::Random(); in main() local
/external/pytorch/torch/csrc/distributed/autograd/
Dautograd.cpp13 const variable_list& roots, in backward()
/external/pytorch/torch/csrc/lazy/core/
Dir_dump_util.cpp92 c10::ArrayRef<const Node*> roots) { in GetRootsIds()
188 c10::ArrayRef<const Node*> roots) { in PostOrderToDot()
228 c10::ArrayRef<const Node*> roots) { in PostOrderToText()
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DFileTree.java50 private final ImmutableSortedMap<Name, Directory> roots; field in FileTree
53 FileTree(Map<Name, Directory> roots) { in FileTree()
DConfiguration.java241 final ImmutableSet<String> roots; field in Configuration
349 private ImmutableSet<String> roots = ImmutableSet.of(); field in Configuration.Builder
643 List<String> roots = Lists.asList(first, more); in setRoots() local

1234567