Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java72 String testPackage = testComponent.getPackageName(); in isDeviceOwnerAppShouldReturnFalseForNonDeviceOwnerApp() local
83 String testPackage = testComponent.getPackageName(); in isDeviceOwnerShouldReturnFalseForProfileOwner() local
95 String testPackage = testComponent.getPackageName(); in isDeviceOwnerShouldReturnTrueForDeviceOwner() local
107 String testPackage = testComponent.getPackageName(); in getDeviceOwnerShouldReturnDeviceOwnerPackageName() local
146 String testPackage = testComponent.getPackageName(); in isProfileOwnerAppShouldReturnFalseForNonProfileOwnerApp() local
157 String testPackage = testComponent.getPackageName(); in isProfileOwnerShouldReturnFalseForDeviceOwner() local
169 String testPackage = testComponent.getPackageName(); in isProfileOwnerShouldReturnTrueForProfileOwner() local
DShadowNetworkScoreManagerTest.java25 String testPackage = "com.package.test"; in testGetActiveScorerPackage() local
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp87 TestPackage* const testPackage = static_cast<TestPackage*>(curNode); in iterate() local
156 void TestSessionExecutor::enterTestPackage (TestPackage* testPackage) in enterTestPackage()
164 void TestSessionExecutor::leaveTestPackage (TestPackage* testPackage) in leaveTestPackage()
DtcuTestHierarchyIterator.cpp54 void DefaultHierarchyInflater::enterTestPackage (TestPackage* testPackage, vector<TestNode*>& child… in enterTestPackage()
72 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/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp141 TestPackage *const testPackage = static_cast<TestPackage *>(curNode); in seekToCase() local
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py186 def testPackage(self): member in GeneratorTest
/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py192 def testPackage(self): member in GeneratorTest
/external/python/cpython2/Lib/test/
Dtest_zipimport.py187 def testPackage(self): member in UncompressedZipImportTestCase
/external/python/cpython3/Lib/test/
Dtest_zipimport.py256 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