Home
last modified time | relevance | path

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

12345678910>>...21

/aosp_15_r20/external/google-smali/third_party/util/src/test/java/com/android/tools/smali/util/
H A 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 …]
/aosp_15_r20/external/skia/tests/
H A 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
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A 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()
H A 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()
H A Dtfprof_code.cc489 std::vector<CodeNode*> roots = Account(root_->children, opts); in ShowInternal() local
548 std::vector<CodeNode*> TFCode::SearchRoot(std::vector<CodeNode*> roots, in SearchRoot()
573 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope()
610 std::vector<CodeNode*> TFCode::Account(const std::vector<CodeNode*>& roots, in Account()
/aosp_15_r20/external/stg/
H A 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
/aosp_15_r20/external/skia/src/pathops/
H A 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()
H A DSkPathOpsRect.cpp18 int roots = 0; in setBounds() local
35 int roots = 0; in setBounds() local
52 int roots = 0; in setBounds() local
H A 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()
H A 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()
/aosp_15_r20/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
H A DPsiSourceParserTest.kt146 val roots = sourceSet.extractRoots(reporter).sourcePath in <lambda>() constant
177 val roots = sourceSet.extractRoots(reporter).sourcePath in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kapt/gen/stubs/dagger/hilt/processor/internal/root/ir/
DProcessedRootSentinelIr.java13 private final java.util.List<java.lang.String> roots = null; field in ProcessedRootSentinelIr
17 java.util.List<java.lang.String> roots) { in ProcessedRootSentinelIr()
44 java.util.List<java.lang.String> roots) { in copy()
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectExportApis/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/exportimport/api/
DDocumentProvider.java14 …util.List<com.android.healthconnect.controller.exportimport.api.DocumentProviderRoot> roots = null; field in DocumentProvider
18java.util.List<com.android.healthconnect.controller.exportimport.api.DocumentProviderRoot> roots) { in DocumentProvider()
45java.util.List<com.android.healthconnect.controller.exportimport.api.DocumentProviderRoot> roots) { in copy()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/memory_tracker/
H A 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()
/aosp_15_r20/system/extras/verity/fec/tests/
H A Dfec.py24 roots = 2 variable
33 def corruptmax(image, roots): argument
44 def encode(image, fec, roots): argument
/aosp_15_r20/external/skia/fuzz/
H A 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
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.cpp28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d) in db_SolveCubic()
94 void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double e) in db_SolveQuartic()
166 void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e) in db_SolveQuarticForced()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A 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()
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A 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
/aosp_15_r20/art/runtime/
H A Dgc_root.h137 void VisitRoots(mirror::Object*** roots, size_t count, const RootInfo& info) override in VisitRoots()
144 void VisitRoots(mirror::CompressedReference<mirror::Object>** roots, size_t count, in VisitRoots()
204 mirror::CompressedReference<mirror::Object>* roots[1] = { &root_ }; in VisitRoot() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp936 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
944 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
974 std::queue<uint32_t>* roots) { in ProcessCallTreeFromRoots()
994 std::queue<uint32_t> roots; in CollectCallTreeFromRoots() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dir_context.cpp962 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
970 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
1000 std::queue<uint32_t>* roots) { in ProcessCallTreeFromRoots()
1020 std::queue<uint32_t> roots; in CollectCallTreeFromRoots() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.cpp933 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local
941 std::queue<uint32_t> roots; in ProcessReachableCallTree() local
971 std::queue<uint32_t>* roots) { in ProcessCallTreeFromRoots()
991 std::queue<uint32_t> roots; in CollectCallTreeFromRoots() local
/aosp_15_r20/system/extras/libfec/include/fec/
H A Decc.h30 #define FEC_PARAMS(roots) \ argument
57 inline uint64_t fec_ecc_get_size(uint64_t file_size, int roots) in fec_ecc_get_size()

12345678910>>...21