Searched defs:before (Results 1 - 20 of 20) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
H A DPerspectiveProgram.cpp32 void PerspectiveProgram::before(Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveProgram
33 Program::before(model, view, projection);
H A DProgram.cpp21 void Program::before(Matrix& model, Matrix& view, Matrix& projection) { function in class:Program
H A DProgramNode.cpp21 void ProgramNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:ProgramNode
22 program.before(model, view, projection);
H A DTransformationNode.cpp24 void TransformationNode::before(Program& program, Matrix& model, Matrix& view, function in class:TransformationNode
H A DPerspectiveMeshNode.cpp23 void PerspectiveMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveMeshNode
H A DTexturedMeshNode.cpp21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:TexturedMeshNode
/cts/tests/openglperf2/jni/reference/scene/flocking/
H A DWaterMeshNode.cpp23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:WaterMeshNode
/cts/tests/openglperf2/jni/reference/scene/glowing/
H A DBlurMeshNode.cpp23 void BlurMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:BlurMeshNode
/cts/tests/tests/provider/src/android/provider/cts/
H A DMediaStore_FilesTest.java393 + " before running", dir.exists());
484 private static File[] dropFirst(File[] before) { argument
485 final File[] after = new File[before.length - 1];
486 System.arraycopy(before, 1, after, 0, after.length);
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
H A DCommonExternalStorageTest.java213 private static File[] dropFirst(File[] before) { argument
214 final File[] after = new File[before.length - 1];
215 System.arraycopy(before, 1, after, 0, after.length);
/cts/tests/tests/print/src/android/print/cts/
H A DPrintJobTest.java315 private static boolean isStateTransitionAllowed(int before, int after) { argument
316 switch (before) {
354 throw new IllegalArgumentException("Cannot switch from " + before);
/cts/tests/tests/text/src/android/text/cts/
H A DSpannableStringBuilderTest.java729 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/cts/tests/tests/text/src/android/text/method/cts/
H A DPasswordTransformationMethodTest.java294 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
295 super.onTextChanged(s, start, before, count);
/cts/tests/tests/widget/src/android/widget/cts/
H A DDialerFilterTest.java416 public void onTextChanged(final CharSequence s, final int start, final int before, 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);
753 mBefore = before;
H A DAbsListViewTest.java963 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
965 super.onTextChanged(s, start, before, count);
H A DTextViewTest.java2030 // prepare TextView for before saveInstanceState
2045 // prepare TextView for before saveInstanceState
2065 // prepare TextView for before saveInstanceState
2084 // prepare TextView for before saveInstanceState
2109 // prepare TextView for before saveInstanceState
2880 mTextView.setText("text with URL http://android.com/before");
2888 urlSpans[0].getURL(), "http://android.com/before");
2891 assertEquals("text with URL http://android.com/before text with URL http://android.com",
5495 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
5575 public void onTextChanged(CharSequence s, int start, int before, in 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.java1278 // We should now have reading access, even before taking the persistable
1285 long before = System.currentTimeMillis();
1288 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after);
1305 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after);
1313 before = System.currentTimeMillis();
1316 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after);
1319 before = System.currentTimeMillis();
1325 before, after);
1329 assertPersistedUriPermission(target, Intent.FLAG_GRANT_WRITE_URI_PERMISSION, before, after);
1345 private void assertPersistedUriPermission(Uri uri, int flags, long before, lon argument
[all...]

Completed in 808 milliseconds