/frameworks/rs/ |
D | rsPath.cpp | 28 Allocation *vtx, Allocation *loops, float quality) in Path() argument 36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops); in Path() 74 RsAllocation vtx, RsAllocation loops, float quality) { in rsi_PathCreate() argument 75 return new Path(rsc, pp, isStatic, (Allocation *)vtx, (Allocation *)loops, quality); in rsi_PathCreate()
|
D | rs_hal.h | 250 …l (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
|
D | rs.spec | 480 param RsAllocation loops
|
/frameworks/rs/driver/ |
D | rsdPath.cpp | 53 DrvPathStatic(const Allocation *vtx, const Allocation *loops); 73 const Allocation *vtx, const Allocation *loops) { in rsdPathInitStatic() argument 77 DrvPathStatic *dps = new DrvPathStatic(vtx, loops); in rsdPathInitStatic() 112 DrvPathStatic::DrvPathStatic(const Allocation *vtx, const Allocation *loops) { in DrvPathStatic() argument
|
D | rsdPath.h | 26 const android::renderscript::Allocation *loops);
|
/frameworks/compile/libbcc/tests/data/src/ |
D | iops.c | 3 void loops() { in loops() function 21 loops(); in main()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Path.java | 75 …h createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { in createStaticPath() argument 83 … createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { in createDynamicPath() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyUtilsTest.java | 72 int loops = 10; in testRetryManagerSimplest() local 74 for (int i = 0; i < loops; i++) { in testRetryManagerSimplest() 82 assertFalse(count == loops); in testRetryManagerSimplest()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | RsBenchRS.java | 57 public void init(RenderScriptGL rs, Resources res, int width, int height, int loops) { in init() argument 63 mLoops = loops; in init()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rs_hal.h | 249 …l (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
|
/frameworks/base/docs/html/guide/basics/ |
D | appmodel.jd | 231 long or blocking operations (such as networking calls or computation loops)
|
/frameworks/base/docs/html/guide/components/ |
D | activities.jd | 432 methods, you can monitor three nested loops in the activity lifecycle: </p> 466 <p>Figure 1 illustrates these loops and the paths an activity might take between states.
|
D | services.jd | 804 <p>By implementing these methods, you can monitor two nested loops of the service's lifecycle: </p>
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 1608 code executes these loops a million or so times, and then runs through afterward
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 1589 /sdcard/android/layout_tests/fast/js/codegen-loops-logical-nodes.html
|