HomeSort by relevance Sort by last modified time
    Searched full:instancetype (Results 201 - 225 of 450) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_isinstance.py 19 # - inst isn't an InstanceType
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_isinstance.py 19 # - inst isn't an InstanceType
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 19 # - inst isn't an InstanceType
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 19 # - inst isn't an InstanceType
  /external/clang/test/SemaObjC/
parameterized_classes_subst.m 11 + (instancetype)alloc;
12 - (instancetype)init;
38 -(instancetype)initWithArray:(NSArray<T> *)array; // expected-note{{passing argument}}
attr-availability.m 106 + (instancetype)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
  /external/clang/test/SemaObjCXX/
parameterized_classes_subst.mm 8 + (instancetype)alloc;
9 - (instancetype)init;
34 -(instancetype)initWithArray:(NSArray<T> *)array; // expected-note{{passing argument}}
  /external/protobuf/objectivec/
GPBMessage.m 755 + (instancetype)allocWithZone:(NSZone *)zone {
762 + (instancetype)alloc {
788 + (instancetype)message {
792 - (instancetype)init {
801 - (instancetype)initWithData:(NSData *)data error:(NSError **)errorPtr {
805 - (instancetype)initWithData:(NSData *)data
836 - (instancetype)initWithCodedInputStream:(GPBCodedInputStream *)input
    [all...]
  /external/python/futures/concurrent/futures/
_base.py 340 # types.InstanceType, but "except types.InstanceType:" does
407 if isinstance(self._exception, types.InstanceType):
  /external/google-styleguide/
objcguide.md 102 + (instancetype)fooWithBar:(Bar *)bar;
109 - (instancetype)initWithBar:(Bar *)bar;
135 + (instancetype)fooWithBar:(Bar *)bar {
139 - (instancetype)init {
145 - (instancetype)initWithBar:(Bar *)bar {
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
traceback.py 171 isinstance(etype, types.InstanceType) or
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
traceback.py 171 isinstance(etype, types.InstanceType) or
  /external/clang/include/clang/Frontend/
FrontendOptions.h 183 /// \brief Enable migration of ObjC methods to 'instancetype'.
  /external/clang/test/Analysis/
localization-aggressive.m 29 + (instancetype)localizedStringWithFormat:(NSString *)format, ...;
  /external/protobuf/objectivec/Tests/
GPBDictionaryTests.pddm     [all...]
  /external/python/cpython2/Lib/plat-mac/
aetools.py 175 elif type(signature) == InstanceType and hasattr(signature, '__aepack__'):
  /external/python/cpython2/Lib/
traceback.py 171 isinstance(etype, types.InstanceType) or
  /external/v8/src/ic/
handler-compiler.cc 357 InstanceType instance_type = receiver_map->instance_type();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 194 /// \brief Enable migration of ObjC methods to 'instancetype'.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 194 /// \brief Enable migration of ObjC methods to 'instancetype'.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetools.py 175 elif type(signature) == InstanceType and hasattr(signature, '__aepack__'):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
traceback.py 171 isinstance(etype, types.InstanceType) or
  /prebuilts/gdb/linux-x86/lib/python2.7/
traceback.py 171 isinstance(etype, types.InstanceType) or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 175 elif type(signature) == InstanceType and hasattr(signature, '__aepack__'):

Completed in 530 milliseconds

1 2 3 4 5 6 7 891011>>