/external/lzma/CPP/7zip/Common/ |
MethodProps.h | 18 struct CMethod
26 CObjectVector<CMethod> Methods;
39 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder);
|
MethodProps.cpp | 14 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder)
|
/external/clang/test/SemaObjC/ |
super.m | 8 + cMethod; 34 [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}} 66 [FooTD cMethod]; 67 [super cMethod];
|
no-warning-unavail-unimp.m | 10 + CMethod __attribute__((unavailable));
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 15 struct CMethodFull: public CMethod
|
/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/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
python-proto2.cc | 199 #define CMETHOD(name, args, doc) \ 202 CMETHOD(AddMessage, METH_O, 204 CMETHOD(AddRepeatedScalar, METH_VARARGS, 206 CMETHOD(AssignRepeatedScalar, METH_VARARGS, 208 CMETHOD(ByteSize, METH_NOARGS, 210 CMETHOD(Clear, METH_O, 212 CMETHOD(ClearField, METH_VARARGS, 214 CMETHOD(ClearFieldByDescriptor, METH_O, 216 CMETHOD(CopyFrom, METH_O, 218 CMETHOD(DebugString, METH_NOARGS [all...] |
/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);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 750 def cmethod(self): member in class:ClassPropertiesAndMethods.test_multiple_inheritence.C 763 self.assertEqual(m.cmethod(), "C a") 781 self.assertEqual(m.cmethod(), "C a") 793 self.assertEqual(m.cmethod(), "C a") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 750 def cmethod(self): member in class:ClassPropertiesAndMethods.test_multiple_inheritence.C 763 self.assertEqual(m.cmethod(), "C a") 781 self.assertEqual(m.cmethod(), "C a") 793 self.assertEqual(m.cmethod(), "C a") [all...] |