Searched refs:super (Results 1 – 25 of 64) sorted by relevance
123
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor.py | 65 if super(DescriptorMetaclass, cls).__instancecheck__(obj): 161 super(_NestedDescriptorBase, self).__init__( 280 super(Descriptor, self).__init__( 353 super(Descriptor, self).CopyToProto(proto) 518 super(FieldDescriptor, self).__init__(options, 'FieldOptions') 612 super(EnumDescriptor, self).__init__( 630 super(EnumDescriptor, self).CopyToProto(proto) 661 super(EnumValueDescriptor, self).__init__(options, 'EnumValueOptions') 693 super(OneofDescriptor, self).__init__(options, 'OneofOptions') 729 super(ServiceDescriptor, self).__init__( [all …]
|
D | service_reflection.py | 104 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary)
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/ |
D | ACTIVITY.java.template | 30 super.onCreate(icicle); 41 super.onResume(); 49 super.onPause();
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/ |
D | ACTIVITY.java.template | 30 super.onCreate(icicle); 45 super.onResume(); 53 super.onPause();
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/ |
D | ACTIVITY.java.template | 30 super.onCreate(icicle); 45 super.onResume(); 53 super.onPause();
|
/frameworks/ml/nn/tools/ |
D | sync_enums_to_hal.py | 107 super(Types10Reader, self).__init__() 142 super(Types11Reader, self).__init__() 192 super(NeuralNetworksReader, self).__init__()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | test_base_remote.py | 33 super(TestBaseRemote, self).__init__(device_port, device, timer, *args, **kwargs) 171 return super(TestBaseRemote, self).run(dbg, remote_pid, lldb)
|
D | decorators.py | 65 super(skip_test, self).__init__(True, *args, **kwargs)
|
D | test_base.py | 332 return super(TestBaseNoTargetProcess, self).run(self, dbg, remote_pid)
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/ |
D | DriverView.java.template | 32 super(context); 50 super.onAttachedToWindow();
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 164 if ((self = [super init])) { 177 [super dealloc]; 266 self = [super init]; 276 [super dealloc]; 286 self = [super init]; 301 [super dealloc]; 371 self = [super init]; 382 if ((self = [super init])) { 456 [super dealloc]; 687 if ((self = [super init])) { [all …]
|
D | GPBWellKnownTypes.m | 58 if ((self = [super init])) { 93 if ((self = [super init])) {
|
D | GPBExtensionRegistry.m | 43 if ((self = [super init])) { 51 [super dealloc];
|
D | GPBDictionary.m | 633 //% self = [super init]; 742 //% self = [super init]; 834 //% [super dealloc]; 1224 //% self = [super init]; 1255 //% [super dealloc]; 1427 //% self = [super init]; 1459 //% [super dealloc]; 1571 self = [super init]; 1603 [super dealloc]; 1778 self = [super init]; [all …]
|
D | GPBArray.m | 102 //% self = [super init]; 164 //% [super dealloc]; 329 self = [super init]; 375 [super dealloc]; 577 self = [super init]; 623 [super dealloc]; 825 self = [super init]; 871 [super dealloc]; 1073 self = [super init]; 1119 [super dealloc]; [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadTest.java.broken | 36 super("TestHandlerThread"); 65 super.setUp(); 76 super.tearDown();
|
D | GSMTestHandler.java.broken | 47 super("GSMPhoneTest");
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ |
D | ViewController.m | 40 [super viewDidLoad]; 45 [super didReceiveMemoryWarning];
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 338 super (AndroidStatus, self).__init__(name, cat) 428 super (StartAndroidApp, self).__init__(adb, name, cat, verbose) 582 super (RunAndroidApp, self).__init__(adb, name, cat, verbose) 592 super (AttachAndroidApp, self).__init__(adb, name, cat, verbose) 659 super (LoadApp, self).__init__(adb, name, cat, verbose) 729 super (SetAndroidDevice, self).__init__(name, cat)
|
/frameworks/rs/ |
D | update-prebuilts.py | 41 super(ArgParser, self).__init__(
|
/frameworks/compile/slang/tests/P_reflection3264_multifile/ |
D | ScriptC_reflection3264_multifile_2.java.expect | 37 super(rs,
|
D | ScriptC_reflection3264_multifile_1.java.expect | 37 super(rs,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | containers.py | 246 super(RepeatedScalarFieldContainer, self).__init__(message_listener) 365 super(RepeatedCompositeFieldContainer, self).__init__(message_listener)
|
/frameworks/compile/slang/tests/P_reduce_general_struct/ |
D | ScriptC_reduce_general_struct.java.expect | 37 super(rs,
|
/frameworks/compile/slang/tests/P_struct_field/ |
D | ScriptC_struct_field.java.expect | 37 super(rs,
|
123