/external/smali/util/src/test/java/org/jf/util/ |
D | PathUtilTest.java | 39 File[] roots = File.listRoots(); in pathUtilTest1() local 53 File[] roots = File.listRoots(); in pathUtilTest2() local 68 File[] roots = File.listRoots(); in pathUtilTest3() local 80 File[] roots = File.listRoots(); in pathUtilTest4() local 92 File[] roots = File.listRoots(); in pathUtilTest5() local 104 File[] roots = File.listRoots(); in pathUtilTest6() local 116 File[] roots = File.listRoots(); in pathUtilTest7() local 128 File[] roots = File.listRoots(); in pathUtilTest8() local 140 File[] roots = File.listRoots(); in pathUtilTest9() local 152 File[] roots = File.listRoots(); in pathUtilTest10() local [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_scope.cc | 63 std::vector<ScopeNode*> roots; in Build() local 87 std::vector<ScopeNode*> roots = Account(root_->children, opts); in ShowInternal() local 110 void TFScope::Format(const std::vector<ScopeNode*> roots, string* display_str, in Format() 121 std::vector<ScopeNode*> roots, const std::vector<string>& regexes) { in SearchRoot() 145 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope() 196 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account()
|
D | tfprof_graph.cc | 62 std::vector<GraphNode*> roots; in Build() local 89 std::vector<GraphNode*> roots = Account(root_->children, opts, &visits); in ShowInternal() local 118 const std::vector<GraphNode*>& roots, const std::vector<string>& regexes, in SearchRoot() 148 void TFGraph::Format(const std::vector<GraphNode*> roots, string* display_str, in Format() 158 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()
|
D | tfprof_code.cc | 476 std::vector<CodeNode*> roots = Account(root_->children, opts); in ShowInternal() local 535 std::vector<CodeNode*> TFCode::SearchRoot(std::vector<CodeNode*> roots, in SearchRoot() 560 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope() 597 std::vector<CodeNode*> TFCode::Account(const std::vector<CodeNode*>& roots, in Account()
|
/external/v8/src/objects/ |
D | hash-table-inl.h | 76 int HashTable<Derived, Shape>::FindEntry(ReadOnlyRoots roots, Key key, in FindEntry() 99 bool HashTable<Derived, Shape>::IsKey(ReadOnlyRoots roots, Object* k) { in IsKey() 104 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, int entry, in ToKey() 113 bool BaseShape<KeyT>::IsKey(ReadOnlyRoots roots, Object* key) { in IsKey() 118 bool BaseShape<KeyT>::IsLive(ReadOnlyRoots roots, Object* k) { in IsLive()
|
D | api-callbacks-inl.h | 105 ReadOnlyRoots roots = GetReadOnlyRoots(); in ACCESSORS() local 113 ReadOnlyRoots roots = GetReadOnlyRoots(); in IsSideEffectCallHandlerInfo() local 126 ReadOnlyRoots roots = GetReadOnlyRoots(); in NextCallHasNoSideEffect() local
|
/external/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 17 int roots = 0; in setBounds() local 34 int roots = 0; in setBounds() local 51 int roots = 0; in setBounds() local
|
D | SkPathOpsCurve.h | 360 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h() 369 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v() 378 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h() 383 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v() 388 static int conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) { in conic_intercept_h() 393 static int conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) { in conic_intercept_v() 398 static int cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) { in cubic_intercept_h() 403 static int cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) { in cubic_intercept_v()
|
D | SkDConicLineIntersection.cpp | 77 double roots[2]; in horizontalIntersect() local 103 int roots = this->intersectRay(rootVals); in intersect() local 155 double roots[2]; in verticalIntersect() local 376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept() 381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept()
|
D | SkDQuadLineIntersection.cpp | 175 int roots = intersectRay(rootVals); in intersect() local 204 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local 260 int roots = verticalIntersect(axisIntercept, rootVals); in verticalIntersect() local 452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept() 457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept()
|
/external/skqp/src/pathops/ |
D | SkPathOpsRect.cpp | 17 int roots = 0; in setBounds() local 34 int roots = 0; in setBounds() local 51 int roots = 0; in setBounds() local
|
D | SkPathOpsCurve.h | 360 static int line_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in line_intercept_h() 369 static int line_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in line_intercept_v() 378 static int quad_intercept_h(const SkPoint a[2], SkScalar , SkScalar y, double* roots) { in quad_intercept_h() 383 static int quad_intercept_v(const SkPoint a[2], SkScalar , SkScalar x, double* roots) { in quad_intercept_v() 388 static int conic_intercept_h(const SkPoint a[2], SkScalar w, SkScalar y, double* roots) { in conic_intercept_h() 393 static int conic_intercept_v(const SkPoint a[2], SkScalar w, SkScalar x, double* roots) { in conic_intercept_v() 398 static int cubic_intercept_h(const SkPoint a[3], SkScalar , SkScalar y, double* roots) { in cubic_intercept_h() 403 static int cubic_intercept_v(const SkPoint a[3], SkScalar , SkScalar x, double* roots) { in cubic_intercept_v()
|
D | SkDConicLineIntersection.cpp | 77 double roots[2]; in horizontalIntersect() local 103 int roots = this->intersectRay(rootVals); in intersect() local 155 double roots[2]; in verticalIntersect() local 376 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) { in HorizontalIntercept() 381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept()
|
D | SkDQuadLineIntersection.cpp | 175 int roots = intersectRay(rootVals); in intersect() local 204 int roots = horizontalIntersect(axisIntercept, rootVals); in horizontalIntersect() local 260 int roots = verticalIntersect(axisIntercept, rootVals); in verticalIntersect() local 452 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) { in HorizontalIntercept() 457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept()
|
/external/eigen/unsupported/test/ |
D | polynomialutils.cpp | 36 EvalRootsType roots = EvalRootsType::Random(deg); in realRoots_to_monicPolynomial_test() local 74 EvalRootsType roots = EvalRootsType::Random(deg); in CauchyBounds() local
|
D | polynomialsolver.cpp | 45 const RootsType& roots( psolve.roots() ); in aux_evalSolver() local 96 void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const REAL_ROOTS& real_ro… in evalSolverSugarFunction()
|
/external/mesa3d/src/egl/generate/ |
D | genCommon.py | 61 def getFunctionsFromRoots(roots): argument 79 def getExportNamesFromRoots(target, roots): argument
|
/external/eigen/unsupported/doc/examples/ |
D | PolynomialUtils1.cpp | 9 Vector4d roots = Vector4d::Random(); in main() local
|
D | PolynomialSolver1.cpp | 12 Vector5d roots = Vector5d::Random(); in main() local
|
/external/skqp/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 50 int roots = i.intersect(cubic, line); in testFail() local 152 int roots = doIntersect(i, cubic, line); in testOne() local
|
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 50 int roots = i.intersect(cubic, line); in testFail() local 152 int roots = doIntersect(i, cubic, line); in testOne() local
|
/external/u-boot/lib/ |
D | bch.c | 549 unsigned int *roots) in find_affine4_roots() 585 unsigned int *roots) in find_poly_deg1_roots() 600 unsigned int *roots) in find_poly_deg2_roots() 642 unsigned int *roots) in find_poly_deg3_roots() 675 unsigned int *roots) in find_poly_deg4_roots() 914 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 954 struct gf_poly *p, unsigned int *roots) in chien_search() 1207 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_context.cpp | 701 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local 709 std::queue<uint32_t> roots; in ProcessReachableCallTree() local 739 std::queue<uint32_t>* roots) { in ProcessCallTreeFromRoots()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_context.cpp | 717 std::queue<uint32_t> roots; in ProcessEntryPointCallTree() local 725 std::queue<uint32_t> roots; in ProcessReachableCallTree() local 755 std::queue<uint32_t>* roots) { in ProcessCallTreeFromRoots()
|
/external/skqp/src/core/ |
D | SkQuadClipper.cpp | 34 SkScalar roots[2]; // we only expect one, but make room for 2 for safety in chopMonoQuadAt() local
|