|   /cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ | 
| ITest.aidl  | 57     @nullable IBinder RepeatNullableBinder(@nullable IBinder value); 59     @nullable IEmpty RepeatNullableInterface(@nullable IEmpty value); 62     @nullable ParcelFileDescriptor RepeatNullableFd(in @nullable ParcelFileDescriptor fd); 65     @nullable String RepeatNullableString(@nullable String value); 83     // Nullable Arrays 84     @nullable boolean[] RepeatNullableBooleanArray(in @nullable boolean[] input)     [all...] | 
|   /external/grpc-grpc/src/objective-c/GRPCClient/private/ | 
| GRPCHost.h  | 35 @property(nonatomic, copy, nullable) NSString *userAgentPrefix; 36 @property(nonatomic, nullable) struct grpc_channel_credentials *channelCreds; 51 @property(nonatomic, copy, nullable) NSString *hostNameOverride; 54 @property(nonatomic, strong, nullable) NSNumber *responseSizeLimitOverride; 56 - (nullable instancetype)init NS_UNAVAILABLE; 58 + (nullable instancetype)hostWithAddress:(NSString *)address; 59 - (nullable instancetype)initWithAddress:(NSString *)address NS_DESIGNATED_INITIALIZER; 60 - (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts 61             withPrivateKey:(nullable NSString *)pemPrivateKey 62              withCertChain:(nullable NSString *)pemCertChai     [all...] | 
| GRPCChannel.h  | 33 - (nullable instancetype)init NS_UNAVAILABLE; 40 + (nullable GRPCChannel *)secureChannelWithHost:(nonnull NSString *)host; 46 + (nullable GRPCChannel *)secureCronetChannelWithHost:(nonnull NSString *)host 56                                    channelArgs:(nullable NSDictionary *)channelArgs; 62                                      channelArgs:(nullable NSDictionary *)channelArgs; 64 - (nullable grpc_call *)unmanagedCallWithPath:(nonnull NSString *)path
  | 
|   /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;
  | 
|   /external/grpc-grpc/src/objective-c/GRPCClient/ | 
| GRPCCall+ChannelCredentials.h  | 27 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCert 35 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts 36             withPrivateKey:(nullable NSString *)pemPrivateKey 37              withCertChain:(nullable NSString *)pemCertChain
  | 
| GRPCCall+ChannelCredentials.m  | 25 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts 26             withPrivateKey:(nullable NSString *)pemPrivateKey 27              withCertChain:(nullable NSString *)pemCertChain 40 + (BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts
  | 
|   /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;
  | 
| GPBDictionary.h  | 66 - (BOOL)valueForKey:(uint32_t)key value:(nullable uint32_t *)value; 101 - (BOOL)valueForKey:(uint32_t)key value:(nullable int32_t *)value; 136 - (BOOL)valueForKey:(uint32_t)key value:(nullable uint64_t *)value; 171 - (BOOL)valueForKey:(uint32_t)key value:(nullable int64_t *)value; 206 - (BOOL)valueForKey:(uint32_t)key value:(nullable BOOL *)value; 241 - (BOOL)valueForKey:(uint32_t)key value:(nullable float *)value; 276 - (BOOL)valueForKey:(uint32_t)key value:(nullable double *)value; 298 + (instancetype)dictionaryWithValidationFunction:(nullable GPBEnumValidationFunc)func; 299 + (instancetype)dictionaryWithValidationFunction:(nullable GPBEnumValidationFunc)func 302 + (instancetype)dictionaryWithValidationFunction:(nullable GPBEnumValidationFunc)fun     [all...] | 
|   /external/tensorflow/tensorflow/lite/experimental/objc/sources/ | 
| TFLInterpreter+Internal.h  | 46 - (nullable NSData *)dataFromTensor:(TFLTensor *)tensor error:(NSError **)error; 59 - (nullable NSArray<NSNumber *> *)shapeOfTensor:(TFLTensor *)tensor error:(NSError **)error;
  | 
| TFLTensor+Internal.h  | 61              quantizationParameters:(nullable TFLQuantizationParameters *)quantizationParameters;
  | 
|   /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;
  | 
|   /external/tensorflow/tensorflow/lite/experimental/objc/apis/ | 
| TFLTensor.h  | 68 @property(nonatomic, readonly, nullable) TFLQuantizationParameters *quantizationParameters; 95 - (nullable NSData *)dataWithError:(NSError **)error; 107 - (nullable NSArray<NSNumber *> *)shapeWithError:(NSError **)error;
  | 
| TFLInterpreter.h  | 98 - (nullable instancetype)initWithModelPath:(NSString *)modelPath error:(NSError **)error; 112 - (nullable instancetype)initWithModelPath:(NSString *)modelPath 137 - (nullable TFLTensor *)inputTensorAtIndex:(NSUInteger)index error:(NSError **)error; 150 - (nullable TFLTensor *)outputTensorAtIndex:(NSUInteger)index error:(NSError **)error;
  | 
|   /external/skia/src/sksl/ast/ | 
| SkSLASTType.h  | 24     ASTType(int offset, StringFragment name, Kind kind, std::vector<int> sizes, bool nullable) 29     , fNullable(nullable) {}
  | 
|   /external/guice/core/src/com/google/inject/spi/ | 
| Dependency.java  | 42   private final boolean nullable;  field in class:Dependency  45   Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { 48     this.nullable = nullable; 54    * nullable. 76     return nullable;
  | 
|   /external/clang/test/Analysis/Inputs/ | 
| system-header-simulator-for-nullability.h  | 20 - (id)copyWithZone:(nullable NSZone *)zone; 24 - (id)mutableCopyWithZone:(nullable NSZone *)zone;
  | 
|   /external/libchrome/mojo/public/js/lib/ | 
| validator.js  | 190   Validator.prototype.validateHandle = function(offset, nullable) { 194       return nullable ? 204       nullable) { 208       return nullable ? validationError.NONE : 219   Validator.prototype.validateInterface = function(offset, nullable) { 220     return this.validateHandle(offset, nullable); 223   Validator.prototype.validateInterfaceRequest = function(offset, nullable) { 224     return this.validateHandle(offset, nullable); 228       nullable) { 229     return this.validateAssociatedEndpointHandle(offset, nullable);     [all...] |