/external/testng/src/test/java/test/ |
D | MethodTest.java | 9 private static final String CLASS_NAME = Sample2.class.getName(); field in MethodTest 13 addClass(CLASS_NAME); in includeMethodsOnly() 15 addIncludedMethod(CLASS_NAME, ".*method2"); in includeMethodsOnly() 28 addClass(CLASS_NAME); in excludeMethodsOnly() 30 addExcludedMethod(CLASS_NAME, ".*method2"); in excludeMethodsOnly() 43 addClass(CLASS_NAME); in excludePackage() 45 addExcludedMethod(CLASS_NAME, ".*"); in excludePackage()
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | XPathFactoryImpl.java | 42 private static final String CLASS_NAME = "XPathFactoryImpl"; field in XPathFactoryImpl 143 new Object[] { CLASS_NAME, new Boolean( value) } ); in setFeature() 159 new Object[] { name, CLASS_NAME, new Boolean(value) } ); in setFeature() 193 new Object[] { CLASS_NAME } ); in getFeature() 205 new Object[] { name, CLASS_NAME } ); in getFeature() 230 new Object[] { CLASS_NAME } ); in setXPathFunctionResolver() 256 new Object[] { CLASS_NAME } ); in setXPathVariableResolver()
|
/external/caliper/caliper/src/test/java/com/google/caliper/options/ |
D | ParsedOptionsTest.java | 102 CaliperOptions options = ParsedOptions.from(new String[] {CLASS_NAME}, true); in testDefaults_RequireBenchmarkClassName() 104 assertEquals(CLASS_NAME, options.benchmarkClassName()); in testDefaults_RequireBenchmarkClassName() 145 CLASS_NAME, in testKitchenSink() 149 assertEquals(CLASS_NAME, options.benchmarkClassName()); in testKitchenSink() 170 private static final String CLASS_NAME = FakeBenchmark.class.getName(); field in ParsedOptionsTest
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
D | PolymorphicList1451SerTest.java | 19 private final String CLASS_NAME = getClass().getSimpleName(); field in PolymorphicList1451SerTest 44 "[{'@class':'."+CLASS_NAME+"$A','a':'a1'},{'@class':'."+CLASS_NAME+"$B','a':'a2','b':'b'}]" in testCollectionWithTypeInfo()
|
/external/python/cffi/cffi/ |
D | cffi_opcode.py | 12 classname = CLASS_NAME[self.op] 27 classname = CLASS_NAME.get(self.op, self.op) 184 CLASS_NAME = {} variable 187 CLASS_NAME[_value] = _name[3:]
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | TemplateCompiler.java | 50 private static final String CLASS_NAME = "$CompiledTemplate"; field in TemplateCompiler 113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus)); in translateAstToJavaSource() 133 new CompilingClassLoader(parentClassLoader, CLASS_NAME, javaSource, diagnosticCollector); in compileAndLoad() 134 return templateClassLoader.loadClass(PACKAGE_NAME + "." + CLASS_NAME); in compileAndLoad()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
D | Bug62060793TestDataGenerator.java | 74 private static final String CLASS_NAME = field in Bug62060793TestDataGenerator 77 private static final String INTERFACE_TYPE_NAME = CLASS_NAME + "$Interface"; 88 String className = CLASS_NAME + ".class"; in main() 109 CLASS_NAME, in createClass() 114 CLASS_NAME, in createClass() 274 CLASS_NAME, in createClass() 299 CLASS_NAME, in createInterface()
|
/external/testng/src/test/java/test/multiple/ |
D | TestMultiple.java | 9 private static final String CLASS_NAME = "test.multiple.ThisFactory"; field in TestMultiple 13 addClass(CLASS_NAME); in multiple()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
D | TestBackRefsWithPolymorphic.java | 200 private final String CLASS_NAME = getClass().getName(); field in TestBackRefsWithPolymorphic 203 …"{\"@class\":\""+CLASS_NAME+"$PropertySheetImpl\",\"id\":0,\"properties\":{\"p1name\":{\"@class\":" 204 … +"\"" +CLASS_NAME+ "$StringPropertyImpl\",\"id\":0,\"name\":\"p1name\",\"value\":\"p1value\"}," 205 +"\"p2name\":{\"@class\":\""+CLASS_NAME+"$StringPropertyImpl\",\"id\":0,"
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowContextImpl.java | 42 @Implements(className = ShadowContextImpl.CLASS_NAME) 45 public static final String CLASS_NAME = "android.app.ContextImpl"; field in ShadowContextImpl 67 ShadowContextImpl.CLASS_NAME, in getSystemService() 312 ShadowContextImpl.CLASS_NAME, in startActivityAsUser()
|
D | ShadowApplicationPackageManager.java | 127 from(Class.forName(ShadowContextImpl.CLASS_NAME), contextImpl), in __constructor__() 143 from(Class.forName(ShadowContextImpl.CLASS_NAME), contextImpl), in __constructor__()
|
/external/volley/src/main/java/com/android/volley/ |
D | VolleyLog.java | 40 private static final String CLASS_NAME = VolleyLog.class.getName(); field in VolleyLog 95 if (!clazz.equals(VolleyLog.CLASS_NAME)) { in buildMessage()
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/ |
D | ParallelUniverse.java | 183 getClass().getClassLoader(), ShadowContextImpl.CLASS_NAME); in setUpApplicationState() 281 getClass().getClassLoader(), ShadowContextImpl.CLASS_NAME); in createInitialApplication()
|
/external/libyuv/files/tools/ubsan/ |
D | vptr_blacklist.txt | 84 # avoid link errors; e.g., undefined reference to 'typeinfo for [CLASS_NAME]'.
|