HomeSort by relevance Sort by last modified time
    Searched refs:nullable (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /system/bt/binder/android/bluetooth/
IBluetoothSocketManager.aidl 30 @nullable ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in @nullable ParcelUuid uuid, int port, int flag);
31 @nullable ParcelFileDescriptor createSocketChannel(int type, in @nullable String serviceName, in @nullable ParcelUuid uuid, int port, int flag);
  /system/connectivity/wificond/aidl/android/net/wifi/
IWificond.aidl 28 @nullable IApInterface createApInterface(@utf8InCpp String iface_name);
31 @nullable IClientInterface createClientInterface(@utf8InCpp String iface_name);
51 @nullable int[] getAvailable2gChannels();
55 @nullable int[] getAvailable5gNonDFSChannels();
60 @nullable int[] getAvailableDFSChannels();
IClientInterface.aidl 49 @nullable IWifiScannerImpl getWifiScannerImpl();
  /external/webrtc/webrtc/api/objc/
RTCIceServer.h 21 @property(nonatomic, copy, readonly, nullable) NSString *username;
24 @property(nonatomic, copy, readonly, nullable) NSString *credential;
36 username:(nullable NSString *)username
37 credential:(nullable NSString *)credential
RTCMediaConstraints.h 21 (nullable NSDictionary<NSString *, NSString *> *)mandatory
23 (nullable NSDictionary<NSString *, NSString *> *)optional
RTCIceCandidate.h 21 @property(nonatomic, readonly, nullable) NSString *sdpMid;
39 sdpMid:(nullable NSString *)sdpMid
RTCVideoFrame.h 26 @property(nonatomic, readonly, nullable) const uint8_t *yPlane;
27 @property(nonatomic, readonly, nullable) const uint8_t *uPlane;
28 @property(nonatomic, readonly, nullable) const uint8_t *vPlane;
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 21 void createUserData(@nullable @utf8InCpp String uuid, int userId, int userSerial, int flags);
22 void destroyUserData(@nullable @utf8InCpp String uuid, int userId, int flags);
24 long createAppData(@nullable @utf8InCpp String uuid, in @utf8InCpp String packageName,
26 void restoreconAppData(@nullable @utf8InCpp String uuid, @utf8InCpp String packageName,
28 void migrateAppData(@nullable @utf8InCpp String uuid, @utf8InCpp String packageName,
30 void clearAppData(@nullable @utf8InCpp String uuid, @utf8InCpp String packageName,
32 void destroyAppData(@nullable @utf8InCpp String uuid, @utf8InCpp String packageName,
35 void fixupAppData(@nullable @utf8InCpp String uuid, int flags);
37 long[] getAppSize(@nullable @utf8InCpp String uuid, in @utf8InCpp String[] packageNames,
40 long[] getUserSize(@nullable @utf8InCpp String uuid, int userId, int flags, in int[] appIds)
    [all...]
  /system/tools/aidl/tests/android/aidl/tests/
ITestService.aidl 89 @nullable int[] RepeatNullableIntArray(in @nullable int[] input);
90 @nullable String RepeatNullableString(in @nullable String input);
91 @nullable List<String> RepeatNullableStringList(in @nullable List<String> input);
92 @nullable SimpleParcelable RepeatNullableParcelable(in @nullable SimpleParcelable input);
96 void TakesANullableIBinder(in @nullable IBinder input);
97 void TakesANullableIBinderList(in @nullable List<IBinder> input)
    [all...]
  /external/protobuf/objectivec/
GPBDescriptor.h 57 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields;
58 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs;
59 @property(nonatomic, readonly, nullable) const GPBExtensionRange *extensionRanges;
66 - (nullable GPBFieldDescriptor *)fieldWithNumber:(uint32_t)fieldNumber;
67 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
68 - (nullable GPBOneofDescriptor *)oneofWithName:(NSString *)name;
83 - (nullable GPBFieldDescriptor *)fieldWithNumber:(uint32_t)fieldNumber;
84 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
101 @property(nonatomic, readonly, assign, nullable) GPBOneofDescriptor *containingOneof;
104 @property(nonatomic, readonly, assign, nullable) Class msgClass
    [all...]
GPBMessage.h 80 @property(nonatomic, copy, nullable) GPBUnknownFieldSet *unknownFields;
118 extensionRegistry:(nullable GPBExtensionRegistry *)extensionRegistry
137 (nullable GPBExtensionRegistry *)extensionRegistry
157 (nullable GPBExtensionRegistry *)extensionRegistry
186 extensionRegistry:(nullable GPBExtensionRegistry *)extensionRegistry
204 (nullable GPBExtensionRegistry *)extensionRegistry
228 - (nullable NSData *)data;
269 - (nullable id)getExtension:(GPBExtensionDescriptor *)extension;
275 - (void)setExtension:(GPBExtensionDescriptor *)extension value:(nullable id)value;
300 extensionRegistry:(nullable GPBExtensionRegistry *)extensionRegistry
    [all...]
GPBExtensionRegistry.h 77 - (nullable GPBExtensionDescriptor *)extensionForDescriptor:(GPBDescriptor *)descriptor
GPBUnknownFieldSet.h 52 - (nullable GPBUnknownField *)getField:(int32_t)number;
  /external/clang/test/SemaCXX/
nullability.cpp 72 // Check different forms of assignment to a nonull type from a nullable one.
74 void *_Nullable nullable; local
75 void *_Nonnull p(nullable); // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
76 void *_Nonnull p2{nullable}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
77 void *_Nonnull p3 = {nullable}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}
    [all...]
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-2.h 13 @property (retain,nullable) SomeClass *property2;
14 - (nullable SomeClass *)method1;
nullability-pragmas-generics-1.h 13 - (nullable T)maybeTee;
  /frameworks/base/core/java/android/os/
IIncidentManager.aidl 41 @nullable IIncidentReportStatusListener listener,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DeviceStateMonitorTest.java 24 import static org.mockito.Matchers.nullable;
88 nullable(Message.class)); method
97 nullable(Message.class)); method
100 eq(true), nullable(Message.class)); method
111 eq(true), nullable(Message.class)); method
119 nullable(Message.class)); method
122 eq(true), nullable(Message.class)); method
125 eq(false), nullable(Message.class)); method
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
WorkSoundPreferenceControllerTest.java 20 import static org.mockito.ArgumentMatchers.nullable;
93 when(mAudioHelper.getManagedProfileId(nullable(UserManager.class)))
95 when(mAudioHelper.isUserUnlocked(nullable(UserManager.class), anyInt())).thenReturn(true);
103 when(mAudioHelper.getManagedProfileId(nullable(UserManager.class)))
105 when(mAudioHelper.isUserUnlocked(nullable(UserManager.class), anyInt())).thenReturn(true);
113 when(mAudioHelper.getManagedProfileId(nullable(UserManager.class)))
115 when(mAudioHelper.isUserUnlocked(nullable(UserManager.class), anyInt())).thenReturn(true);
127 when(mAudioHelper.getManagedProfileId(nullable(UserManager.class)))
136 when(mAudioHelper.getManagedProfileId(nullable(UserManager.class)))
149 when(mAudioHelper.getManagedProfileId(nullable(UserManager.class))
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
PremiumSmsAccessTest.java 19 import static org.mockito.ArgumentMatchers.nullable;
54 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
59 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
64 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
ZonePickerTest.java 19 import static org.mockito.ArgumentMatchers.nullable;
62 nullable(LayoutInflater.class),
63 nullable(ViewGroup.class), method
64 nullable(Bundle.class)); method
  /external/guice/core/src/com/google/inject/spi/
Dependency.java 43 private final boolean nullable; field in class:Dependency
46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) {
49 this.nullable = nullable;
55 * nullable.
83 return nullable;
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
SystemPropPokerTest.java 21 import static org.mockito.ArgumentMatchers.nullable;
56 .transact(anyInt(), any(Parcel.class), nullable(Parcel.class), anyInt()); method
63 .transact(anyInt(), any(Parcel.class), nullable(Parcel.class), anyInt()); method
71 .transact(anyInt(), any(Parcel.class), nullable(Parcel.class), anyInt()); method
75 .transact(anyInt(), any(Parcel.class), nullable(Parcel.class), anyInt()); method
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 28 import static org.mockito.Matchers.nullable;
447 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(),
448 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
449 anyInt(), anyBoolean(), nullable(String.class)); method
460 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(),
461 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
462 anyInt(), anyBoolean(), nullable(String.class)); method
475 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean()
476 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
477 anyInt(), anyBoolean(), nullable(String.class)); method
505 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
506 anyInt(), anyBoolean(), nullable(String.class)); method
516 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
517 anyInt(), anyBoolean(), nullable(String.class)); method
532 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
533 anyInt(), anyBoolean(), nullable(String.class)); method
550 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
551 anyInt(), anyBoolean(), nullable(String.class)); method
582 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
583 anyInt(), anyBoolean(), nullable(String.class)); method
593 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
594 anyInt(), anyBoolean(), nullable(String.class)); method
620 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
621 anyInt(), anyBoolean(), nullable(String.class)); method
639 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
640 anyInt(), anyBoolean(), nullable(String.class)); method
665 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
666 anyInt(), anyBoolean(), nullable(String.class)); method
677 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
678 anyInt(), anyBoolean(), nullable(String.class)); method
703 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
704 anyInt(), anyBoolean(), nullable(String.class)); method
715 nullable(String.class), nullable(String.class), anyInt(), anyInt(), method
716 anyInt(), anyBoolean(), nullable(String.class)); method
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-nullability.h 20 - (id)copyWithZone:(nullable NSZone *)zone;
24 - (id)mutableCopyWithZone:(nullable NSZone *)zone;

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 9