Home
last modified time | relevance | path

Searched defs:CLASS_NAME (Results 1 – 17 of 17) sorted by relevance

/external/testng/src/test/java/test/multiple/
DTestMultiple.java9 private static final String CLASS_NAME = "test.multiple.ThisFactory"; field in TestMultiple
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSpeechRecognizerProxy.java43 protected static final String CLASS_NAME = "android.speech.SpeechRecognizerProxy"; field in ShadowSpeechRecognizerProxy
DShadowSpeechRecognizerImpl.java52 protected static final String CLASS_NAME = "android.speech.SpeechRecognizerImpl"; field in ShadowSpeechRecognizerImpl
DShadowContextImpl.java59 public static final String CLASS_NAME = "android.app.ContextImpl"; field in ShadowContextImpl
/external/testng/src/test/java/test/
DMethodTest.java9 private static final String CLASS_NAME = Sample2.class.getName(); field in MethodTest
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DPolymorphicList1451SerTest.java19 private final String CLASS_NAME = getClass().getSimpleName(); field in PolymorphicList1451SerTest
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/junit/
DMutatorTest.java51 private static final String CLASS_NAME = "com.example.MutatorFuzzTest"; field in MutatorTest
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathFactoryImpl.java42 private static final String CLASS_NAME = "XPathFactoryImpl"; field in XPathFactoryImpl
/external/caliper/caliper/src/test/java/com/google/caliper/options/
DParsedOptionsTest.java170 private static final String CLASS_NAME = FakeBenchmark.class.getName(); field in ParsedOptionsTest
/external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/
DAnalyzerWithSimpleVerifierTest.java55 private static final String CLASS_NAME = "C"; field in AnalyzerWithSimpleVerifierTest
DAnalyzerWithBasicInterpreterTest.java60 private static final String CLASS_NAME = "C"; field in AnalyzerWithBasicInterpreterTest
DAnalyzerWithBasicVerifierTest.java53 private static final String CLASS_NAME = "C"; field in AnalyzerWithBasicVerifierTest
DAnalyzerTest.java53 private static final String CLASS_NAME = "C"; field in AnalyzerTest
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateCompiler.java50 private static final String CLASS_NAME = "$CompiledTemplate"; field in TemplateCompiler
/external/volley/core/src/main/java/com/android/volley/
DVolleyLog.java40 private static final String CLASS_NAME = VolleyLog.class.getName(); field in VolleyLog
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DCheckFrameAnalyzerTest.java61 private static final String CLASS_NAME = "C"; field in CheckFrameAnalyzerTest
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestBackRefsWithPolymorphic.java200 private final String CLASS_NAME = getClass().getName(); field in TestBackRefsWithPolymorphic