Home
last modified time | relevance | path

Searched defs:testPackage (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp92 TestPackage *const testPackage = static_cast<TestPackage *>(curNode); in iterate() local
161 void TestSessionExecutor::enterTestPackage(TestPackage *testPackage) in enterTestPackage()
170 void TestSessionExecutor::leaveTestPackage(TestPackage *testPackage) in leaveTestPackage()
DtcuTestHierarchyIterator.cpp53 void DefaultHierarchyInflater::enterTestPackage(TestPackage *testPackage, vector<TestNode *> &child… in enterTestPackage()
71 void DefaultHierarchyInflater::leaveTestPackage(TestPackage *testPackage) in leaveTestPackage()
/external/antlr/gunit/src/main/java/org/antlr/gunit/
DGrammarInfo.java39 private String testPackage = null; // optional, package of junit code field in GrammarInfo
64 public void setTestPackage(String testPackage) { in setTestPackage()
DInterp.java38 static String testPackage; field in Interp
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowNetworkScoreManagerTest.java23 String testPackage = "com.package.test"; in testGetActiveScorerPackage() local
DShadowDevicePolicyManagerTest.java102 String testPackage = testComponent.getPackageName(); in isDeviceOwnerAppShouldReturnFalseForNonDeviceOwnerApp() local
112 String testPackage = testComponent.getPackageName(); in isDeviceOwnerShouldReturnFalseForProfileOwner() local
123 String testPackage = testComponent.getPackageName(); in isDeviceOwnerShouldReturnTrueForDeviceOwner() local
134 String testPackage = testComponent.getPackageName(); in getDeviceOwnerShouldReturnDeviceOwnerPackageName() local
171 String testPackage = testComponent.getPackageName(); in isProfileOwnerAppShouldReturnFalseForNonProfileOwnerApp() local
181 String testPackage = testComponent.getPackageName(); in isProfileOwnerShouldReturnFalseForDeviceOwner() local
192 String testPackage = testComponent.getPackageName(); in isProfileOwnerShouldReturnTrueForProfileOwner() local
DShadowPackageManagerTest.java1595 PackageInfo testPackage = in resolveExplicitIntent_noFilterMatch_targetBelowT() local
/external/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp141 TestPackage *const testPackage = static_cast<TestPackage *>(curNode); in seekToCase() local
/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py187 def testPackage(self): member in GeneratorTest
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dgenerator_test.py187 def testPackage(self): member in GeneratorTest
/external/python/cpython2/Lib/test/
Dtest_zipimport.py187 def testPackage(self): member in UncompressedZipImportTestCase
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/
DBaseChromiumAndroidJUnitRunner.java348 public TestRequestBuilder removeTestPackage(String testPackage) { in removeTestPackage()
/external/python/cpython3/Lib/test/
Dtest_zipimport.py263 def testPackage(self): member in UncompressedZipImportTestCase
/external/javassist/src/test/javassist/
DJvstTest.java1090 public void testPackage() throws Exception { in testPackage() method in JvstTest
DJvstTest4.java620 public void testPackage() throws Throwable { // JASSIST-147 in testPackage() method in JvstTest4