Searched defs:test (Results 201 - 222 of 222) sorted by relevance

123456789

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dtrans4m_freq_2_time_fxp.cpp587 Int32 test; local
672 test = *(pOverlap_and_Add_Buffer_1++);
676 limiter(*(pOutput_buffer++), (temp + test));
911 test = fxp_mul_16_by_16(dat1, win1);
913 limiter(*(pOutput_buffer++), (temp + (test >> shift)));
918 test = fxp_mul_16_by_16(dat1, win1);
919 limiter(*(pOutput_buffer_2++), (temp + (test >> shift)));
1339 test = fxp_mul_16_by_16(dat1, win1) >> shift;
1341 temp = *(pScrath_mem++) + test;
1344 test
1590 Int32 test; local
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java17 package com.android.internal.telephony.test;
H A DModelInterpreter.java17 package com.android.internal.telephony.test;
H A DSimulatedCommands.java17 package com.android.internal.telephony.test;
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java17 package android.test;
H A DMoreAsserts.java17 package android.test;
215 * in case the test needs access to any captured groups. Note that you can
243 * case the test needs access to any captured groups. Note that you can also
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java17 package android.test.mock;
150 * instance of {@link android.test.mock.MockContext}).
152 * test, which is available via {@link #getReadPermission()}.
154 * in the test, which is available via {@link #getWritePermission()}.
156 * in the test, which is available via {@link #getPathPermissions()}.
H A DMockCursor.java17 package android.test.mock;
31 * A mock {@link android.database.Cursor} class that isolates the test code from real
H A DMockResources.java17 package android.test.mock;
H A DMockContext.java17 package android.test.mock;
H A DMockPackageManager.java17 package android.test.mock;
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java17 package android.test.suitebuilder;
19 import android.test.ClassPathPackageInfo;
20 import android.test.ClassPathPackageInfoSource;
21 import android.test.PackageInfoSources;
40 * Represents a collection of test classes present on the classpath. You can add individual classes
109 * specified. Each of the given packages must contain at least one test class, either directly
251 (method.getName().startsWith("test")) &&
/frameworks/base/test-runner/src/junit/runner/
H A DBaseTestRunner.java10 * Base class for all test runners.
24 public synchronized void startTest(Test test) { argument
25 testStarted(test.toString());
55 public synchronized void endTest(Test test) { argument
56 testEnded(test.toString());
59 public synchronized void addError(final Test test, final Throwable t) { argument
60 testFailed(TestRunListener.STATUS_ERROR, test, t);
63 public synchronized void addFailure(final Test test, final AssertionFailedError t) { argument
64 testFailed(TestRunListener.STATUS_FAILURE, test, t);
73 public abstract void testFailed(int status, Test test, Throwabl argument
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestsAutoTest.java26 import android.test.ActivityInstrumentationTestCase2;
152 // Whether we should ignore the result for the corresponding test. Ordered same as mTestList.
156 // expected test results we use.
168 // Read test list.
181 Log.v(LOGTAG, "Test list has " + mTestList.size() + " test(s).");
183 Log.e(LOGTAG, "Error while reading test list : " + e.getMessage());
189 // read out the test name it stoped last time.
218 private String getResultFile(String test) { argument
219 String shortName = test.substring(0, test
225 getExpectedResultFile(String test) argument
305 runTestAndWaitUntilDone(TestShellActivity activity, String test, int timeout, boolean ignoreResult, int testNumber) argument
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java17 package com.android.test.hwui;
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java17 package com.test.tilebenchmark;
33 import com.test.tilebenchmark.RunData.TileData;
H A DProfileActivity.java17 package com.test.tilebenchmark;
/frameworks/base/native/android/
H A Dconfiguration.cpp223 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test, argument
225 return base->isBetterThan(*test, requested);
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java126 * @param className (optional) The class containing the method to test
127 * @param methodName (optional) The method in the class of which to test
128 * @param runnerName (optional) The name of the TestRunner of the test on the device to be run
147 // Add in any additional args to pass into the test
167 * @param className The class containing the method to test
168 * @param methodName The method in the class of which to test
169 * @param runnerName The name of the TestRunner of the test on the device to be run
171 * @return true if test passed, false otherwise.
190 * @return true if every test passed, false otherwise.
583 public void testEnded(TestIdentifier test, Ma argument
587 testFailed(TestFailure status, TestIdentifier test, String trace) argument
612 testStarted(TestIdentifier test) argument
[all...]
/frameworks/base/media/libstagefright/omx/tests/
H A DOMXHarness.cpp286 // test.
574 LOGI("Cannot perform seek test with this componentRole (%s)",
733 status_t Harness::test( function in class:android::Harness
766 err = test(componentName, componentRole);
785 "and role, tool will test all available OMX components "
838 printf("To reproduce the conditions for this test, launch "
849 if (h->test(argv[0], argv[1]) == OK) {
/frameworks/base/cmds/keystore/
H A Dkeystore.cpp564 static ResponseCode test(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { function
692 {test, 't', STATE_ANY, TEST, {0, 0}},
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp193 bool test(OP op, int v1, int v2);
206 bool MCameraClient::test(OP op, int v1, int v2) { function in class:MCameraClient
219 if (!test(op, v1, v2)) {
286 if (test(op, v, count)) {
298 if (test(op, v, count)) {
591 // Run a test case
602 // Base test case after the the camera is connected.
666 // Base test case after the the camera is connected and the preview is started.

Completed in 341 milliseconds

123456789