HomeSort by relevance Sort by last modified time
    Searched full:superclass_name (Results 1 - 8 of 8) sorted by null

  /art/test/086-null-super/src/
Main.java 53 private static final String SUPERCLASS_NAME =
108 * Return null if the class's name is SUPERCLASS_NAME;
114 if (SUPERCLASS_NAME.equals(name)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 49 superclass_name = inheritance_tree.readline().rstrip()
51 last_exc = getattr(__builtin__, superclass_name)
53 self.fail("base class %s not a built-in" % superclass_name)
54 self.assertIn(superclass_name, exc_set)
55 exc_set.discard(superclass_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 49 superclass_name = inheritance_tree.readline().rstrip()
51 last_exc = getattr(__builtin__, superclass_name)
53 self.fail("base class %s not a built-in" % superclass_name)
54 self.assertIn(superclass_name, exc_set)
55 exc_set.discard(superclass_name)
  /art/test/087-gc-after-link/src/
Main.java 53 private static final String SUPERCLASS_NAME =
117 * Return null if the class's name is SUPERCLASS_NAME;
123 if (SUPERCLASS_NAME.equals(name)) {
  /cts/tools/dasm/src/dasm/
DAsm.java 97 String superclass_name; field in class:DAsm
259 superclass_name = null;
276 superclass_name = name;
329 superclass_name != null ? CstType.intern(Type
330 .internClassName(superclass_name)) : null, tl,
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 333 milliseconds