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

  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 22 @interface PublicClass : NSObject {
36 @interface PublicSubClass : PublicClass
DynDispatchBifurcate.m 14 @interface PublicClass () {
21 @implementation PublicClass
45 @interface MyClassWithPublicParent : PublicClass
141 int testCallToPublicAPI(PublicClass *p) {
161 int testPublicProperty(PublicClass *p) {
169 int testExtension(PublicClass *p) {
178 int testPropertySynthesized(PublicClass *p) {
  /external/chromium_org/extensions/renderer/resources/
utils.js 87 var publicClass = createClassWrapper(name, cls, exposed.superclass);
91 publicClass.prototype[func] = function() {
100 $Object.defineProperty(publicClass.prototype, prop, {
116 $Object.defineProperty(publicClass.prototype, readonly, {
125 return publicClass;
  /art/test/064-field-access/src/
Main.java 17 import other.PublicClass;
204 * This is a sub-class of other.PublicClass, which should be allowed to access
205 * the various protected fields declared by other.PublicClass and its parent
208 class SubClass extends PublicClass {
513 PublicClass otherPkgInst = new PublicClass();
532 validInst = new PublicClass();
533 fields = PublicClass.class.getDeclaredFields();
535 methods = PublicClass.class.getDeclaredMethods();
539 validInst = new PublicClass();
    [all...]
  /art/test/064-field-access/src/other/
PublicClass.java 20 public class PublicClass extends ProtectedClass {
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_browsertest.cc 443 base::StringPrintf("Event.publicClass.%s [as dispatchToListener]",

Completed in 134 milliseconds