Searched defs:after (Results 1 - 17 of 17) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
H A DProgram.cpp25 void Program::after(Matrix& model, Matrix& view, Matrix& projection) { function in class:Program
H A DProgramNode.cpp25 void ProgramNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:ProgramNode
26 program.after(model, view, projection);
H A DTransformationNode.cpp32 void TransformationNode::after(Program& program, Matrix& model, Matrix& view, function in class:TransformationNode
H A DPerspectiveMeshNode.cpp64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveMeshNode
H A DTexturedMeshNode.cpp39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:TexturedMeshNode
/cts/tests/openglperf2/jni/reference/scene/flocking/
H A DWaterMeshNode.cpp68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:WaterMeshNode
/cts/tests/openglperf2/jni/reference/scene/glowing/
H A DBlurMeshNode.cpp55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:BlurMeshNode
/cts/tests/tests/print/src/android/print/cts/
H A DPrintJobTest.java315 private static boolean isStateTransitionAllowed(int before, int after) { argument
318 switch (after) {
329 switch (after) {
337 switch (after) {
/cts/tests/tests/text/src/android/text/cts/
H A DSpannableStringBuilderTest.java721 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/cts/tests/tests/text/src/android/text/method/cts/
H A DPasswordTransformationMethodTest.java51 /** text after transformation: ************(12 dots) */
191 // it will get transformed after a while
281 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
282 super.beforeTextChanged(s, start, count, after);
/cts/tests/tests/widget/src/android/widget/cts/
H A DDialerFilterTest.java412 final int after) {
411 beforeTextChanged(final CharSequence s, final int start, final int count, final int after) argument
H A DMockTextView.java152 protected void onTextChanged(CharSequence text, int start, int before, int after) { argument
153 super.onTextChanged(text, start, before, after);
H A DAutoCompleteTextViewTest.java748 protected void onTextChanged(CharSequence text, int start, int before, int after) { argument
749 super.onTextChanged(text, start, before, after);
754 mAfter = after;
H A DAbsListViewTest.java957 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
959 super.beforeTextChanged(s, start, count, after);
H A DTextViewTest.java247 + "regions of the text that will be visible after scrolling to "
1370 assertEquals("Text height should be same after removing the span",
2035 // prepare TextView for after saveInstanceState
2051 // prepare TextView for after saveInstanceState
2071 // prepare TextView for after saveInstanceState
2092 // prepare TextView for after saveInstanceState
2116 // prepare TextView for after saveInstanceState
2773 // after call set method
2870 assertEquals("URLSpan count should be one after appending a URL", 1, urlSpans.length);
2886 assertEquals("URLSpan count should be two after appendin
5491 beforeTextChanged(CharSequence s, int start, int count, int after) argument
5571 beforeTextChanged(CharSequence s, int start, int count, int after) argument
[all...]
/cts/tests/tests/view/src/android/view/cts/
H A DMockTextView.java152 protected void onTextChanged(CharSequence text, int start, int before, int after) { argument
153 super.onTextChanged(text, start, before, after);
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
H A DAccessPermissionWithDiffSigTest.java736 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI");
737 assertReadingClipNotAllowed(sub2Clip, "shouldn't read after losing granted URI");
844 assertWritingClipNotAllowed(subClip, "shouldn't write after losing granted URI");
845 assertWritingClipNotAllowed(sub2Clip, "shouldn't write after losing granted URI");
957 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI");
971 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI");
972 assertReadingClipNotAllowed(sub2Clip, "shouldn't read after losing granted URI");
1048 assertWritingClipNotAllowed(subClip, "shouldn't write after losing granted URI");
1062 assertWritingClipNotAllowed(subClip, "shouldn't write after losing granted URI");
1063 assertWritingClipNotAllowed(sub2Clip, "shouldn't write after losin
1345 assertPersistedUriPermission(Uri uri, int flags, long before, long after) argument
[all...]

Completed in 1712 milliseconds