Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 38) sorted by relevance

12

/cts/suite/cts/deviceTests/opengl/jni/graphics/
DPerspectiveProgram.cpp32 void PerspectiveProgram::before(Matrix& model, Matrix& view, Matrix& projection) { in before() function in PerspectiveProgram
33 Program::before(model, view, projection); in before()
DProgramNode.cpp21 void ProgramNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() function in ProgramNode
22 program.before(model, view, projection); in before()
DProgram.cpp21 void Program::before(Matrix& model, Matrix& view, Matrix& projection) { in before() function in Program
DProgram.h25 virtual void before(Matrix& model, Matrix& view, Matrix& projection);
DPerspectiveProgram.h28 virtual void before(Matrix& model, Matrix& view, Matrix& projection);
DMeshNode.h27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
DPerspectiveMeshNode.h28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
DTexturedMeshNode.h28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
DTransformationNode.h26 virtual void before(Program& program, Matrix& model, Matrix& view,
DTransformationNode.cpp24 void TransformationNode::before(Program& program, Matrix& model, Matrix& view, in before() function in TransformationNode
DProgramNode.h27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
DSceneGraphNode.h27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
DSceneGraphNode.cpp27 before(program, model, view, projection); in draw()
DTexturedMeshNode.cpp21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() function in TexturedMeshNode
DPerspectiveMeshNode.cpp23 void PerspectiveMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection)… in before() function in PerspectiveMeshNode
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java1262 long before = System.currentTimeMillis(); in testGrantPersistableUriPermission() local
1265 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after); in testGrantPersistableUriPermission()
1282 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after); in testGrantPersistableUriPermission()
1290 before = System.currentTimeMillis(); in testGrantPersistableUriPermission()
1293 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after); in testGrantPersistableUriPermission()
1296 before = System.currentTimeMillis(); in testGrantPersistableUriPermission()
1302 before, after); in testGrantPersistableUriPermission()
1306 assertPersistedUriPermission(target, Intent.FLAG_GRANT_WRITE_URI_PERMISSION, before, after); in testGrantPersistableUriPermission()
1322 private void assertPersistedUriPermission(Uri uri, int flags, long before, long after) { in assertPersistedUriPermission() argument
1333 if (before != -1) { in assertPersistedUriPermission()
[all …]
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
DWaterMeshNode.h28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
DWaterMeshNode.cpp23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() function in WaterMeshNode
/cts/tests/src/android/widget/cts/
DMockTextView.java152 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() argument
153 super.onTextChanged(text, start, before, after); in onTextChanged()
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
DBlurMeshNode.h28 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
DBlurMeshNode.cpp23 void BlurMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() function in BlurMeshNode
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java152 private static File[] dropFirst(File[] before) { in dropFirst() argument
153 final File[] after = new File[before.length - 1]; in dropFirst()
154 System.arraycopy(before, 1, after, 0, after.length); in dropFirst()
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java253 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
254 super.onTextChanged(s, start, before, count); in onTextChanged()
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap-responsive.css15 .clearfix:before,
206 .row:before,
299 .row-fluid:before,
442 .row:before,
535 .row-fluid:before,
774 .nav-collapse .dropdown-menu:before,
/cts/tests/tests/widget/src/android/widget/cts/
DAutoCompleteTextViewTest.java727 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() argument
728 super.onTextChanged(text, start, before, after); in onTextChanged()
732 mBefore = before; in onTextChanged()

12