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

  /external/clang/test/SemaObjC/
super.m 8 + cMethod;
34 [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}}
67 [FooTD cMethod];
68 [super cMethod];
no-warning-unavail-unimp.m 7 + CMethod __attribute__((unavailable));
  /external/webkit/Source/WebCore/bridge/c/
c_runtime.h 51 class CMethod : public Method
54 CMethod(NPIdentifier ident) : _methodIdentifier(ident) { }
c_class.cpp 90 Method* aMethod = new CMethod(ident); // deleted in the CClass destructor
c_instance.cpp 149 CMethod* method = static_cast<CMethod*>(methodList[0]);
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 85 cMethod();
107 cMethod();
121 count += cMethod();
136 count += cMethod();
145 private int cMethod() {
  /external/qemu/
loadpng.c 22 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
68 &imethod, &cmethod, &fmethod);
160 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
200 &imethod, &cmethod, &fmethod);

Completed in 248 milliseconds