| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_stat.cpp | 19 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_stat.cpp | 20 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
|
| /third_party/skia/docs/examples/ |
| H A D | Path_Effect_Methods.cpp | 10 SkScalar intervals[] = {30, 10}; in REG_FIDDLE() local
|
| H A D | Paint_move_SkPaint.cpp | 8 float intervals[] = { 5, 5 }; in REG_FIDDLE() local
|
| H A D | Path_addRect.cpp | 10 float intervals[] = { 5, 21.75f }; in REG_FIDDLE() local
|
| H A D | Path_addRect_3.cpp | 10 float intervals[] = { 5, 21.75f }; in REG_FIDDLE() local
|
| H A D | Paint_refPathEffect.cpp | 8 SkScalar intervals[] = {1, 2}; in REG_FIDDLE() local
|
| H A D | Canvas_drawArc_b.cpp | 12 float intervals[] = { 5, 5 }; in REG_FIDDLE() local
|
| H A D | Paint_equal_operator.cpp | 11 float intervals[] = { 5, 5 }; in REG_FIDDLE() local
|
| H A D | compose_path.cpp | 16 const SkScalar intervals[] = {10.0f, 5.0f, 2.0f, 5.0f}; in REG_FIDDLE() local
|
| H A D | RRect_setRectRadii.cpp | 11 float intervals[] = { 5, 21.75f }; in REG_FIDDLE() local
|
| H A D | skpaint_dash_path_effect.cpp | 16 const SkScalar intervals[] = {10.0f, 5.0f, 2.0f, 5.0f}; in REG_FIDDLE() local
|
| H A D | skpaint_compose_path_effect.cpp | 16 const SkScalar intervals[] = {10.0f, 5.0f, 2.0f, 5.0f}; in REG_FIDDLE() local
|
| H A D | pong2.cpp | 26 const float intervals[] = { 12, 6 }; in REG_FIDDLE_ANIMATED() local
|
| H A D | TextBlob_getIntercepts.cpp | 22 std::vector<SkScalar> intervals; in REG_FIDDLE() local
|
| /third_party/skia/gm/ |
| H A D | pathmeasure.cpp | 22 float intervals[] = { 0, 10e9f }; in path_measure_explosion() local
|
| H A D | drawregionmodes.cpp | 69 float intervals[] = { 5.0f, 5.0f }; variable
|
| H A D | bug530095.cpp | 26 SkScalar intervals[] = {700, 700 }; in DEF_SIMPLE_GM() local 62 const SkScalar intervals[] = { 100, 100 }; in DEF_SIMPLE_GM() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| H A D | set_operations_property_test.cpp | 40 void ClassifySize(size_t size, const Intervals &intervals) in ClassifySize() argument 55 Intervals intervals = {{0, 10}, {11, 30}, {31, 10000}}; in RC_GTEST_PROP() local
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativePathEffectTest.cpp | 49 float intervals[] = {1, 1, 1}; in HWTEST_F() local 64 float intervals[] = {1, 1}; in HWTEST_F() local 90 float intervals[] = {1, 1, 1}; in HWTEST_F() local 117 float intervals[] = {1, 1}; HWTEST_F() local 135 float intervals[] = {1, 1, 1}; HWTEST_F() local [all...] |
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | NativeDrawingPathEffectTest.cpp | 50 float intervals[] = {1, 1, 1}; in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | live_registers_test.cpp | 27 auto intervals = ArenaVector<LifeIntervals *>(GetGraph()->GetAllocator()->Adapter()); in TEST_F() local 34 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local 42 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local 98 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); TEST_F() local 135 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); TEST_F() local 158 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); TEST_F() local 213 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); TEST_F() local [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrTestUtils.h | 75 static sk_sp<SkPathEffect> Make(const SkScalar* intervals, int count, SkScalar phase) { in Make() argument
|
| /third_party/skia/tests/ |
| H A D | GpuDrawPathTest.cpp | 72 const SkScalar intervals[] = { 1, 1 }; in test_drawSameRectOvals() local
|
| H A D | DashPathEffectTest.cpp | 29 SkScalar intervals[] = { 1.76934361e+36f, 2.80259693e-45f }; // Values from bug. in DEF_TEST() local 40 const SkScalar intervals[] = { 1.0f, 1.0f }; in DEF_TEST() local 103 SkScalar intervals[2] = { 1, 1 }; in DEF_TEST() local 123 const SkScalar intervals[] = { 1, 1 }; in DEF_TEST() local [all...] |