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

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Analysis/
DeallocMissingRelease.m 27 - (instancetype)initWithIvar:(NSObject *)ivar
53 - (instancetype)init
nullability.mm 397 - (instancetype _Nonnull)initWithNonnullReturnAndSelfCheckingIdiom {
406 - (instancetype _Nonnull)initWithNonnullReturnAndNilReturnViaLocal {
localization.m 24 + (instancetype)stringWithFormat:(NSString *)format, ...;
  /external/python/cpython2/Lib/bsddb/test/
test_dbshelve.py 241 from types import InstanceType
242 self.assertEqual(type(value), InstanceType)
  /external/python/cpython2/Lib/
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
  /external/v8/src/
objects-body-descriptors-inl.h 436 ReturnType BodyDescriptorApply(InstanceType type, T1 p1, T2 p2, T3 p3) {
614 void HeapObject::IterateBodyFast(InstanceType type, int object_size,
  /external/webrtc/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 196 - (instancetype)initWithContext:(EAGLContext*)context {
198 - (instancetype)initWithContext:(NSOpenGLContext*)context {
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbshelve.py 241 from types import InstanceType
242 self.assertEqual(type(value), InstanceType)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbshelve.py 241 from types import InstanceType
242 self.assertEqual(type(value), InstanceType)
  /prebuilts/gdb/linux-x86/lib/python2.7/
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 241 from types import InstanceType
242 self.assertEqual(type(value), InstanceType)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 241 from types import InstanceType
242 self.assertEqual(type(value), InstanceType)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy.py 141 d[types.InstanceType] = _copy_inst
304 d[types.InstanceType] = _deepcopy_inst
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_isinstance.py 19 # - inst isn't an InstanceType
  /external/clang/test/CodeGenObjC/
mrc-weak.m 5 - (instancetype) retain;
  /external/clang/test/CodeGenObjCXX/
mrc-weak.mm 5 - (instancetype) retain;
  /external/protobuf/objectivec/
GPBUnknownField.m 53 - (instancetype)initWithNumber:(int32_t)number {
  /external/python/cpython2/Doc/library/
types.rst 148 .. data:: InstanceType
  /external/python/cpython2/Lib/test/
test_isinstance.py 19 # - inst isn't an InstanceType
  /external/v8/src/compiler/
access-builder.h 212 static FieldAccess ForJSArrayIteratorIndex(InstanceType type = JS_OBJECT_TYPE,
  /external/walt/ios/WALT/
MIDIClient.m 168 - (instancetype)initWithName:(NSString *)name error:(NSError **)error {
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDStatsBuilder.m 73 - (instancetype)init {

Completed in 834 milliseconds

1 2 3 4 5 6 78 91011>>