Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_struct_field.java53 ScriptField_Outer.Item outer = new ScriptField_Outer.Item(); in run() local
54 outer.innerOneA = makeInnerOne(); in run()
55 outer.l = r.nextLong(); in run()
56 outer.innerOneB = makeInnerOne(); in run()
58 outer.innerTwo3[i] = makeInnerTwo(); in run()
60 outer.innerTwo2[i] = makeInnerTwo(); in run()
62 outer.innerOne4[i] = makeInnerOne(); in run()
63 outer.innerOneC = makeInnerOne(); in run()
64 s.set_outer(outer); in run()
67 outer.innerOneA.x, outer.innerOneA.y, outer.innerOneA.f, in run()
[all …]
Dstruct_field.rscript23 // variable "outer", and then calls a verification invokable
50 struct Outer outer;
107 // variable "outer" against incoming argument values.
108 // Compares "outer."outerFieldName".x" to outerFieldName"_x", etc.
110 CHECK_INNERONE_(outer.outerFieldName, outerFieldName)
113 // instance within global variable "outer" against incoming argument values.
114 // Compares "outer"outerFieldName"["index"].x" to outerFieldName"_"index"_x", etc.
116 CHECK_INNERONE_(outer.outerFieldName[index], outerFieldName ## _ ## index)
119 // instance within global variable "outer" against incoming argument values.
120 // Compares "outer."outerFieldName"["index"].z" to outerFieldName"_"index"_z",
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_struct_field.java51 ScriptField_Outer.Item outer = new ScriptField_Outer.Item(); in run() local
52 outer.innerOneA = makeInnerOne(); in run()
53 outer.l = r.nextLong(); in run()
54 outer.innerOneB = makeInnerOne(); in run()
56 outer.innerTwo3[i] = makeInnerTwo(); in run()
58 outer.innerTwo2[i] = makeInnerTwo(); in run()
60 outer.innerOne4[i] = makeInnerOne(); in run()
61 outer.innerOneC = makeInnerOne(); in run()
62 s.set_outer(outer); in run()
65 outer.innerOneA.x, outer.innerOneA.y, outer.innerOneA.f, in run()
[all …]
Dstruct_field.rscript21 // variable "outer", and then calls a verification invokable
48 struct Outer outer;
105 // variable "outer" against incoming argument values.
106 // Compares "outer."outerFieldName".x" to outerFieldName"_x", etc.
108 CHECK_INNERONE_(outer.outerFieldName, outerFieldName)
111 // instance within global variable "outer" against incoming argument values.
112 // Compares "outer"outerFieldName"["index"].x" to outerFieldName"_"index"_x", etc.
114 CHECK_INNERONE_(outer.outerFieldName[index], outerFieldName ## _ ## index)
117 // instance within global variable "outer" against incoming argument values.
118 // Compares "outer."outerFieldName"["index"].z" to outerFieldName"_"index"_z",
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DBlackFrame.java85 Rect outer, Rect inner, int layer, DisplayContent dc, boolean forceDefaultOrientation, in BlackFrame() argument
94 mOuterRect = new Rect(outer); in BlackFrame()
97 if (outer.top < inner.top) { in BlackFrame()
99 outer.left, outer.top, inner.right, inner.top, dc, surfaceControl); in BlackFrame()
101 if (outer.left < inner.left) { in BlackFrame()
103 outer.left, inner.top, inner.left, outer.bottom, dc, surfaceControl); in BlackFrame()
105 if (outer.bottom > inner.bottom) { in BlackFrame()
107 inner.left, inner.bottom, outer.right, outer.bottom, dc, in BlackFrame()
110 if (outer.right > inner.right) { in BlackFrame()
112 inner.right, outer.top, outer.right, inner.bottom, dc, surfaceControl); in BlackFrame()
DLetterbox.java121 public void layout(Rect outer, Rect inner, Point surfaceOrigin) { in layout() argument
122 mOuter.set(outer); in layout()
125 mTop.layout(outer.left, outer.top, outer.right, inner.top, surfaceOrigin); in layout()
126 mLeft.layout(outer.left, outer.top, inner.left, outer.bottom, surfaceOrigin); in layout()
127 mBottom.layout(outer.left, inner.bottom, outer.right, outer.bottom, surfaceOrigin); in layout()
128 mRight.layout(inner.right, outer.top, outer.right, outer.bottom, surfaceOrigin); in layout()
129 mFullWindowSurface.layout(outer.left, outer.top, outer.right, outer.bottom, surfaceOrigin); in layout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLetterboxAppearanceCalculator.kt173 val outer = letterboxDetails.letterboxFullBounds in getVisibleOuterBounds() constant
174 val top = Rect(outer.left, outer.top, outer.right, inner.top) in getVisibleOuterBounds()
175 val left = Rect(outer.left, outer.top, inner.left, outer.bottom) in getVisibleOuterBounds()
176 val right = Rect(inner.right, outer.top, outer.right, outer.bottom) in getVisibleOuterBounds()
177 val bottom = Rect(outer.left, inner.bottom, outer.right, outer.bottom) in getVisibleOuterBounds()
/frameworks/base/core/tests/coretests/src/android/util/
DXmlTest.java142 final PersistableBundle outer = new PersistableBundle(); in buildPersistableBundle() local
144 outer.putBoolean("boolean", true); in buildPersistableBundle()
145 outer.putInt("int", 42); in buildPersistableBundle()
146 outer.putLong("long", 43L); in buildPersistableBundle()
147 outer.putDouble("double", 44d); in buildPersistableBundle()
148 outer.putString("string", "com.example <and></and> &amp; more"); in buildPersistableBundle()
150 outer.putBooleanArray("boolean[]", new boolean[] { true, false, true }); in buildPersistableBundle()
151 outer.putIntArray("int[]", new int[] { 42, 43, 44 }); in buildPersistableBundle()
152 outer.putLongArray("long[]", new long[] { 43L, 44L, 45L }); in buildPersistableBundle()
153 outer.putDoubleArray("double[]", new double[] { 43d, 44d, 45d }); in buildPersistableBundle()
[all …]
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/
DClassWidePolicyPropagatingFilter.kt62 val outer = getDirectOuterClassName(currentClass) in <lambda>() constant
63 if (outer == null) { in <lambda>()
66 currentClass = outer in <lambda>()
/frameworks/compile/slang/tests/P_odr_nested_records_1/
Dodr2.rscript15 extern struct Outer *outer;
18 uint32_ret = outer->current.y;
Dodr1.rscript15 extern struct Outer *outer;
18 uint32_ret = outer->current.y;
/frameworks/compile/slang/tests/F_odr_nested_records_7/
Dodr2.rscript12 extern struct Outer *outer;
15 uint32_ret = outer->current[1];
Dodr1.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current[1].x;
/frameworks/compile/slang/tests/F_odr_nested_records_5/
Dodr1.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current[1].x;
Dodr2.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current[1].y;
/frameworks/compile/slang/tests/F_odr_nested_records_6/
Dodr1.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current[1].x;
Dodr2.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current[1].x;
/frameworks/compile/slang/tests/F_odr_nested_records_2/
Dodr1.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current.x;
Dodr2.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current.y;
/frameworks/compile/slang/tests/F_odr_nested_records_8/
Dodr1.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current[1].x;
Dodr2.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current[1].x;
/frameworks/compile/slang/tests/F_odr_nested_records_1/
Dodr1.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current.y;
Dodr2.rscript16 extern struct Outer *outer;
19 uint32_ret = outer->current.y;
/frameworks/compile/slang/tests/F_odr_nested_records_4/
Dodr1.rscript20 extern struct Outer *outer;
23 ret = outer->m.i1.i;
Dodr2.rscript20 extern struct Outer *outer;
23 ret = outer->m.i1.i;

123