OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otherclass
(Results
1 - 15
of
15
) sorted by null
/dalvik/tests/031-class-attributes/src/
OtherClass.java
1
class
OtherClass
{
ClassAttrs.java
26
printClassAttrs(
OtherClass
.class);
41
printClassAttrs((new
OtherClass
() { int i = 5; }).getClass());
/external/clang/test/Modules/
on-demand-build.m
7
@interface
OtherClass
15
OtherClass
*other = [Module alloc]; // expected-error{{init}}
/external/clang/test/Index/
complete-cxx-inline-methods.cpp
16
class
OtherClass
: public MyCls {
18
OtherClass
(const
OtherClass
&other) : MyCls(other), value(value) { }
/dalvik/tests/031-class-attributes/
expected.txt
27
***** class
OtherClass
:
28
name:
OtherClass
29
canonical:
OtherClass
30
simple:
OtherClass
136
super: class
OtherClass
137
genericSuperclass: class
OtherClass
/external/clang/test/SemaObjC/
warn-isa-ref.m
46
@interface
OtherClass
{
72
OtherClass
*z;
/dalvik/tests/064-field-access/src/
Main.java
148
Class
otherClass
= OtherPackage.class;
168
otherPubCharField =
otherClass
.getDeclaredField("pubCharField");
169
otherProtShortField =
otherClass
.getDeclaredField("protShortField");
170
otherProtObjectField =
otherClass
.getDeclaredField("protObjectField");
171
otherPkgDoubleField =
otherClass
.getDeclaredField("pkgDoubleField");
/development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java
322
* Merges the fields and methods from "
otherClass
" into this class.
327
private void mergeFrom(ClassInfo
otherClass
) {
329
mFieldList.size() + "/" +
otherClass
.mFieldList.size() +
331
mMethodList.size() + "/" +
otherClass
.mMethodList.size());*/
333
mFieldList.putAll(
otherClass
.mFieldList);
334
mMethodList.putAll(
otherClass
.mMethodList);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XI.h
231
#define
OtherClass
6
XInput.h
114
FindTypeAndClass(d, type, _class,
OtherClass
, _deviceStateNotify)
117
FindTypeAndClass(d, type, _class,
OtherClass
, _deviceMappingNotify)
120
FindTypeAndClass(d, type, _class,
OtherClass
, _changeDeviceNotify)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XI.h
231
#define
OtherClass
6
XInput.h
114
FindTypeAndClass(d, type, _class,
OtherClass
, _deviceStateNotify)
117
FindTypeAndClass(d, type, _class,
OtherClass
, _deviceMappingNotify)
120
FindTypeAndClass(d, type, _class,
OtherClass
, _changeDeviceNotify)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XI.h
231
#define
OtherClass
6
XInput.h
114
FindTypeAndClass(d, type, _class,
OtherClass
, _deviceStateNotify)
117
FindTypeAndClass(d, type, _class,
OtherClass
, _deviceMappingNotify)
120
FindTypeAndClass(d, type, _class,
OtherClass
, _changeDeviceNotify)
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 3267 milliseconds