/external/clang/test/SemaObjCXX/ |
instantiate-message.mm | 5 @interface ClassMethods 6 + (ClassMethods *)method1:(void*)ptr; 18 R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type 'ClassMethods2 *' with an rvalue of type 'ClassMethods *'}} 21 template void test_class_method<ClassMethods, ClassMethods>(void*); 22 template void test_class_method<ClassMethods, ClassMethods>(int*);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rails.php | 124 'ActionController::Benchmarking::ClassMethods', 130 'ActionController::Caching::Pages::ClassMethods', 133 'ActionController::Components::ClassMethods', 136 'ActionController::Filters::ClassMethods', 139 'ActionController::Helpers::ClassMethods', 142 'ActionController::Layout::ClassMethods', 144 'ActionController::Macros::AutoComplete::ClassMethods', 145 'ActionController::Macros::InPlaceEditing::ClassMethods', 148 'ActionController::Pagination::ClassMethods', 154 'ActionController::Scaffolding::ClassMethods', [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
template.rb | 12 module ClassMethods 35 Class === klass and klass.extend( ClassMethods ) 62 Class === klass and klass.extend( Builder::ClassMethods )
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
user.py | 63 # FIXME: These are @classmethods because bugzilla.py doesn't have a Tool object (thus no User instance).
|
/external/chromium_org/third_party/bintrees/bintrees/ |
__init__.py | 134 Classmethods
|
treemixin.py | 135 Classmethods
|
/external/chromium_org/third_party/bintrees/ |
README.txt | 141 Classmethods
|
/external/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 49 not functions or classmethods are (deep)copied to self.__dict__. [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations.py | 236 # FIXME: Seems like these should be classmethods on TestExpectationLine instead of TestExpectationParser. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | [all...] |
doctest.py | 790 classmethods, and properties. [all...] |
tarfile.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | [all...] |
doctest.py | 790 classmethods, and properties. [all...] |
tarfile.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_doctest.py | 416 modules, functions, classes, methods, staticmethods, classmethods, and 481 methods, classmethods, staticmethods, properties, and nested classes. [all...] |
test_descr.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest.py | 416 modules, functions, classes, methods, staticmethods, classmethods, and 481 methods, classmethods, staticmethods, properties, and nested classes. [all...] |
test_descr.py | [all...] |
/external/chromium_org/third_party/pymock/ |
mock.py | 182 # instance methods and classmethods need to lose the self argument [all...] |