Searched defs:test (Results 251 - 259 of 259) sorted by relevance

<<11

/frameworks/base/telephony/java/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/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp286 // test.
574 ALOGI("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/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/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp192 bool test(OP op, int v1, int v2);
205 bool MCameraClient::test(OP op, int v1, int v2) { function in class:MCameraClient
218 if (!test(op, v1, v2)) {
285 if (test(op, v, count)) {
297 if (test(op, v, count)) {
590 // Run a test case
601 // Base test case after the the camera is connected.
665 // Base test case after the the camera is connected and the preview is started.
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java17 package android.test.mock;
H A DMockPackageManager.java17 package android.test.mock;
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp116 // so that we can test Google Test or code that builds on Google Test.
133 // The c'tor sets this object as the test part result reporter used
143 // The d'tor restores the previous test part result reporter.
209 // works. The AcceptsMacroThatExpandsToUnprotectedComma test in
269 // AcceptsMacroThatExpandsToUnprotectedComma test in gtest_unittest.cc
648 // disabled because it must only be applied to the original test
659 // Given the total number of shards, the shard index, and the test id,
660 // returns true iff the test should be run on this shard. The test id is
661 // some arbitrary but unique non-negative integer assigned to each test
3633 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
3993 PrintTestName(const char * test_case, const char * test) argument
[all...]
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
1587 // Determines whether to support stream redirection. This is used to test
1637 // Determines whether test results can be streamed to a socket.
2055 // instead. Thus, it's important to test in debug mode to make sure
2069 // Ensures that To is a sub-type of From *. This test is here only
2155 // Blocks until the controller thread notifies. Must be called from a test
3286 // Given directory = "dir", base_name = "test", number = 0,
3287 // extension = "xml", returns "dir/test.xml". If number is greater
3295 // Given directory = "dir", relative_path = "test
8032 ReturnSentinel(DeathTest* test) argument
[all...]

Completed in 226 milliseconds

<<11