Home
last modified time | relevance | path

Searched defs:intervals (Results 1 - 25 of 76) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.cpp19 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.cpp20 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
/third_party/skia/docs/examples/
H A DPath_Effect_Methods.cpp10 SkScalar intervals[] = {30, 10}; in REG_FIDDLE() local
H A DPaint_move_SkPaint.cpp8 float intervals[] = { 5, 5 }; in REG_FIDDLE() local
H A DPath_addRect.cpp10 float intervals[] = { 5, 21.75f }; in REG_FIDDLE() local
H A DPath_addRect_3.cpp10 float intervals[] = { 5, 21.75f }; in REG_FIDDLE() local
H A DPaint_refPathEffect.cpp8 SkScalar intervals[] = {1, 2}; in REG_FIDDLE() local
H A DCanvas_drawArc_b.cpp12 float intervals[] = { 5, 5 }; in REG_FIDDLE() local
H A DPaint_equal_operator.cpp11 float intervals[] = { 5, 5 }; in REG_FIDDLE() local
H A Dcompose_path.cpp16 const SkScalar intervals[] = {10.0f, 5.0f, 2.0f, 5.0f}; in REG_FIDDLE() local
H A DRRect_setRectRadii.cpp11 float intervals[] = { 5, 21.75f }; in REG_FIDDLE() local
H A Dskpaint_dash_path_effect.cpp16 const SkScalar intervals[] = {10.0f, 5.0f, 2.0f, 5.0f}; in REG_FIDDLE() local
H A Dskpaint_compose_path_effect.cpp16 const SkScalar intervals[] = {10.0f, 5.0f, 2.0f, 5.0f}; in REG_FIDDLE() local
H A Dpong2.cpp26 const float intervals[] = { 12, 6 }; in REG_FIDDLE_ANIMATED() local
H A DTextBlob_getIntercepts.cpp22 std::vector<SkScalar> intervals; in REG_FIDDLE() local
/third_party/skia/gm/
H A Dpathmeasure.cpp22 float intervals[] = { 0, 10e9f }; in path_measure_explosion() local
H A Ddrawregionmodes.cpp69 float intervals[] = { 5.0f, 5.0f }; variable
H A Dbug530095.cpp26 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 Dset_operations_property_test.cpp40 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 DDrawingNativePathEffectTest.cpp49 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 DNativeDrawingPathEffectTest.cpp50 float intervals[] = {1, 1, 1}; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlive_registers_test.cpp27 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 DGrTestUtils.h75 static sk_sp<SkPathEffect> Make(const SkScalar* intervals, int count, SkScalar phase) { in Make() argument
/third_party/skia/tests/
H A DGpuDrawPathTest.cpp72 const SkScalar intervals[] = { 1, 1 }; in test_drawSameRectOvals() local
H A DDashPathEffectTest.cpp29 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...]

Completed in 5 milliseconds

1234