Home
last modified time | relevance | path

Searched refs:subclass (Results 1 – 25 of 118) sorted by relevance

12345

/external/proguard/src/proguard/classfile/editor/
DSubclassAdder.java35 private final Clazz subclass; field in SubclassAdder
41 public SubclassAdder(Clazz subclass) in SubclassAdder() argument
43 this.subclass = subclass; in SubclassAdder()
51 programClass.addSubClass(subclass); in visitProgramClass()
57 libraryClass.addSubClass(subclass); in visitLibraryClass()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DFieldTest.java307 SupportSubClass subclass = new SupportSubClass(); in testProtectedFieldAccess() local
350 subclass.setField(type, subclass, field, in testProtectedFieldAccess()
354 subclass.setField(type, subclass, field, null, value); in testProtectedFieldAccess()
355 subclass.setField(type, otherSubclass, field, null, value); in testProtectedFieldAccess()
356 subclass.setField(type, parentClass, field, illegalAccessExceptionClass, value); in testProtectedFieldAccess()
357 subclass.setField(type, plainObject, field, illegalAccessExceptionClass, value); in testProtectedFieldAccess()
364 subclass.setField(type, subclass, field, in testProtectedFieldAccess()
371 subclass.setField('Z', subclass, booleanField, null, booleanValue); in testProtectedFieldAccess()
372 subclass.setField('Z', otherSubclass, booleanField, null, booleanValue); in testProtectedFieldAccess()
373 subclass.setField('Z', parentClass, booleanField, illegalAccessExceptionClass, booleanValue); in testProtectedFieldAccess()
[all …]
/external/proguard/src/proguard/classfile/visitor/
DSubclassFilter.java34 private final Clazz subclass; field in SubclassFilter
44 public SubclassFilter(Clazz subclass, in SubclassFilter() argument
47 this.subclass = subclass; in SubclassFilter()
83 if (subclasses[index].equals(subclass)) in present()
/external/bluetooth/bluez/compat/
Dhidd.c249 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int b… in create_device() argument
308 req.subclass = class[0]; in create_device()
310 req.subclass = 0xc0; in create_device()
314 if (subclass != 0x00) in create_device()
315 req.subclass = subclass; in create_device()
320 if (encrypt && (req.subclass & 0x40)) { in create_device()
348 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int boo… in run_server() argument
381 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout); in run_server()
445 static void do_connect(int ctl, bdaddr_t *src, bdaddr_t *dst, uint8_t subclass, int fakehid, int bo… in do_connect() argument
472 if (subclass == 0x40 || !strcmp(name, "Cable Replacement")) { in do_connect()
[all …]
Dsdp.c114 req->subclass, req->country, req->parser, desc, in store_device_info()
132 unsigned int vendor, product, version, subclass, country, parser, pos; in get_stored_device_info() local
152 &vendor, &product, &version, &subclass, &country, in get_stored_device_info()
159 req->subclass = subclass; in get_stored_device_info()
274 req->subclass = pdlist ? pdlist->val.uint8 : 0; in get_sdp_device_info()
/external/kernel-headers/original/linux/
Drwsem.h76 extern void down_read_nested(struct rw_semaphore *sem, int subclass);
77 extern void down_write_nested(struct rw_semaphore *sem, int subclass);
87 # define down_read_nested(sem, subclass) down_read(sem) argument
88 # define down_write_nested(sem, subclass) down_write(sem) argument
Dmutex.h127 extern void mutex_lock_nested(struct mutex *lock, unsigned int subclass);
129 # define mutex_lock_nested(lock, subclass) mutex_lock(lock) argument
Dspinlock.h177 # define spin_lock_nested(lock, subclass) _spin_lock_nested(lock, subclass) argument
179 # define spin_lock_nested(lock, subclass) _spin_lock(lock) argument
Dlockdep.h87 unsigned int subclass; member
233 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
Dspinlock_api_smp.h23 void __lockfunc _spin_lock_nested(spinlock_t *lock, int subclass)
Dspinlock_api_up.h52 #define _spin_lock_nested(lock, subclass) __LOCK(lock) argument
/external/javassist/sample/vector/
DVectorAssistant.java60 CtClass subclass; in assist() local
63 subclass = makeSubclass2(pool, elementType); in assist()
65 subclass = makeSubclass(pool, elementType); in assist()
67 CtClass[] results = { subclass, pool.get(vec) }; in assist()
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m5 // Do not @synthesize-by-default in the subclass. P1
7 // (such as different type or attributes). Do not @synthesize-by-default in the subclass. P2
9 // same property. Do not @synthesize-by-default in the subclass. P3
11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
/external/proguard/src/proguard/classfile/util/
DClassSubHierarchyInitializer.java70 private void addSubclass(Clazz subclass, Clazz clazz) in addSubclass() argument
74 clazz.addSubClass(subclass); in addSubclass()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_window_controller.mm234 // subclass must implement
250 // subclass must implement
255 // subclass must implement
293 // subclass must implement
298 // subclass must implement
303 // subclass must implement
309 // subclass must implement
315 // subclass must implement
/external/clang/include/clang/AST/
DTypeLocNodes.def15 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is
18 // UNQUAL_TYPELOC(Class, Base, Type) - An UnqualTypeLoc subclass.
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py229 for subclass in class_to_crawl.__subclasses__():
230 if subclass not in seen_classes:
231 seen_classes.add(subclass)
232 cls._add_all_subclasses(subclass, seen_classes)
/external/kernel-headers/original/asm-arm/arch/
Dcpu.h93 #define IS_OMAP_SUBCLASS(subclass, id) \ argument
94 static inline int is_omap ##subclass (void) \
/external/android-mock/src/com/google/android/testing/mocking/
DAndroidMock.java2631 Class<T> subclass; in getSubclassFor() local
2639 subclass = (Class<T>) Class.forName(className); in getSubclassFor()
2647 Constructor<T> constructor = getConstructorFor(subclass, args); in getSubclassFor()
2653 + subclass.getName(), e); in getSubclassFor()
2660 Method[] methods = subclass.getMethods(); in getSubclassFor()
2663 setMethod = subclass.getMethod("setDelegate___AndroidMock", delegateInterface); in getSubclassFor()
2666 + subclass.getName() + " and param " + delegateInterface.getName(), e); in getSubclassFor()
/external/smali/baksmali/src/test/smali/deodex_test1/
Dsubclass.smali16 const-string v1, "subclass.somemethod"
/external/bluetooth/bluez/lib/bluetooth/
Dhidp.h52 uint8_t subclass; member
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckerBase.td27 // All checkers are an indirect subclass of this.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeAdaptor.m222 // subclass responsibility
227 // subclass responsibility
233 // subclass responsibility
/external/chromium/chrome/browser/ui/cocoa/
Dbackground_gradient_view_unittest.mm14 // create a subclass to call its draw method for us.
/external/webkit/Source/WebCore/bindings/objc/
DDOMUtility.mm125 // This must be after the HTMLOptionsCollection check, because it's a subclass in the JavaScript
126 // binding, but not a subclass in the ObjC binding.

12345