Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py65 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 …]
Dservice_reflection.py104 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary)
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
DACTIVITY.java.template30 super.onCreate(icicle);
41 super.onResume();
49 super.onPause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
DACTIVITY.java.template30 super.onCreate(icicle);
45 super.onResume();
53 super.onPause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
DACTIVITY.java.template30 super.onCreate(icicle);
45 super.onResume();
53 super.onPause();
/frameworks/ml/nn/tools/
Dsync_enums_to_hal.py107 super(Types10Reader, self).__init__()
142 super(Types11Reader, self).__init__()
192 super(NeuralNetworksReader, self).__init__()
/frameworks/rs/tests/lldb/tests/harness/
Dtest_base_remote.py33 super(TestBaseRemote, self).__init__(device_port, device, timer, *args, **kwargs)
171 return super(TestBaseRemote, self).run(dbg, remote_pid, lldb)
Ddecorators.py65 super(skip_test, self).__init__(True, *args, **kwargs)
Dtest_base.py332 return super(TestBaseNoTargetProcess, self).run(self, dbg, remote_pid)
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DDriverView.java.template32 super(context);
50 super.onAttachedToWindow();
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m164 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 …]
DGPBWellKnownTypes.m58 if ((self = [super init])) {
93 if ((self = [super init])) {
DGPBExtensionRegistry.m43 if ((self = [super init])) {
51 [super dealloc];
DGPBDictionary.m633 //% 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 …]
DGPBArray.m102 //% 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/
DUsimDataDownloadTest.java.broken36 super("TestHandlerThread");
65 super.setUp();
76 super.tearDown();
DGSMTestHandler.java.broken47 super("GSMPhoneTest");
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DViewController.m40 [super viewDidLoad];
45 [super didReceiveMemoryWarning];
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py338 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/
Dupdate-prebuilts.py41 super(ArgParser, self).__init__(
/frameworks/compile/slang/tests/P_reflection3264_multifile/
DScriptC_reflection3264_multifile_2.java.expect37 super(rs,
DScriptC_reflection3264_multifile_1.java.expect37 super(rs,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dcontainers.py246 super(RepeatedScalarFieldContainer, self).__init__(message_listener)
365 super(RepeatedCompositeFieldContainer, self).__init__(message_listener)
/frameworks/compile/slang/tests/P_reduce_general_struct/
DScriptC_reduce_general_struct.java.expect37 super(rs,
/frameworks/compile/slang/tests/P_struct_field/
DScriptC_struct_field.java.expect37 super(rs,

123