/third_party/python/Mac/PythonLauncher/ |
H A D | FileSettings.h | 12 - (NSString *) interpreter; 20 - (NSString *) others; 22 - (NSString *) scriptargs; 27 NSString *interpreter; // The pathname of the interpreter to use 36 NSString *others; // other options 37 NSString *scriptargs; // script arguments (not for preferences) 41 NSString *prefskey; 44 + (id)getDefaultsForFileType: (NSString *)filetype; 45 + (id)getFactorySettingsForFileType: (NSString *)filetype; 46 + (id)newSettingsForFileType: (NSString *)filetyp [all...] |
H A D | MyDocument.h | 29 NSString *script; 30 NSString *filetype;
|
H A D | PreferencesWindowController.h | 33 - (unsigned int)comboBox:(NSComboBox *)aComboBox indexOfItemWithStringValue:(NSString *)aString;
|
/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor.h | 68 @property(nonatomic, readonly, copy) NSString *name; 90 @property(readonly, nullable) NSString *fullName; 108 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name; 117 - (nullable GPBOneofDescriptor *)oneofWithName:(NSString *)name; 127 @property(nonatomic, readonly, copy) NSString *package; 129 @property(nonatomic, readonly, copy, nullable) NSString *objcPrefix; 140 @property(nonatomic, readonly) NSString *name; 160 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name; 170 @property(nonatomic, readonly, copy) NSString *name; 209 - (nullable NSString *)textFormatNam [all...] |
H A D | GPBApi.pbobjc.h | 86 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 119 @property(nonatomic, readwrite, copy, null_resettable) NSString *version; 169 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 172 @property(nonatomic, readwrite, copy, null_resettable) NSString *requestTypeURL; 178 @property(nonatomic, readwrite, copy, null_resettable) NSString *responseTypeURL; 295 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 301 @property(nonatomic, readwrite, copy, null_resettable) NSString *root;
|
H A D | GPBDictionary.h | 4658 * Class used for map fields of <NSString, uint32_t> 4678 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys 4707 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(NSString *)key; 4718 (void (NS_NOESCAPE ^)(NSString *key, uint32_t value, BOOL *stop))block; 4734 - (void)setUInt32:(uint32_t)value forKey:(NSString *)key; 4741 - (void)removeUInt32ForKey:(NSString *)aKey; 4753 * Class used for map fields of <NSString, int32_t> 4773 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys 4802 - (BOOL)getInt32:(nullable int32_t *)value forKey:(NSString *)key; 4813 (void (NS_NOESCAPE ^)(NSString *ke [all...] |
H A D | GPBCodedInputStream.h | 45 extern NSString *const GPBCodedInputStreamException; 48 extern NSString *const GPBCodedInputStreamUnderlyingErrorKey; 51 extern NSString *const GPBCodedInputStreamErrorDomain; 173 - (NSString *)readString;
|
H A D | GPBType.pbobjc.h | 206 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 214 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray; 275 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 281 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL; 298 @property(nonatomic, readwrite, copy, null_resettable) NSString *jsonName; 301 @property(nonatomic, readwrite, copy, null_resettable) NSString *defaultValue; 345 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 393 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 424 @property(nonatomic, readwrite, copy, null_resettable) NSString *name;
|
H A D | GPBDescriptor_PackagePrivate.h | 212 - (void)setupMessageClassNameSuffix:(NSString *)suffix; 220 - (instancetype)initWithPackage:(NSString *)package 221 objcPrefix:(NSString *)objcPrefix 223 - (instancetype)initWithPackage:(NSString *)package 262 allocDescriptorForName:(NSString *)name 268 allocDescriptorForName:(NSString *)name 275 - (instancetype)initWithName:(NSString *)name
|
H A D | GPBWellKnownTypes.h | 54 extern NSString *const GPBWellKnownTypesErrorDomain; 170 typeURLPrefix:(nonnull NSString *)typeURLPrefix 197 typeURLPrefix:(nonnull NSString *)typeURLPrefix 224 typeURLPrefix:(nonnull NSString *)typeURLPrefix
|
H A D | GPBMessage.h | 48 extern NSString *const GPBMessageErrorDomain; 62 extern NSString *const GPBErrorReasonKey;
|
H A D | GPBStruct.pbobjc.h | 101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields; 148 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue;
|
H A D | GPBUtilities_PackagePrivate.h | 309 NSString *GPBDecodeTextFormatName(const uint8_t *decodeData, int32_t key, 310 NSString *inputString); 347 GPB_MESSAGE_SIGNATURE_ENTRY(NSString *, String)
|
H A D | GPBRuntimeTypes.h | 70 GPB_UNSAFE_UNRETAINED NSString *valueString;
|
H A D | GPBAny.pbobjc.h | 170 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL;
|
H A D | GPBSourceContext.pbobjc.h | 67 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
|
H A D | GPBFieldMask.pbobjc.h | 261 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray;
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 47 NSString *propertyName = [NSString stringWithUTF8String:property_getName(props[i])]; 58 NSString *methodName = 59 [NSString stringWithUTF8String:sel_getName(method_getName(methods[i]))]; 64 NSString *firstLetter = [methodName substringWithRange:NSMakeRange(3,1)]; 65 NSString *lowerFirstLetter = [firstLetter lowercaseString]; 72 NSString *restOfString = 82 for (NSString *item in array) {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_utils.h | 94 NSDictionary<NSString *, NSObject *> *substitutionDictionary, 106 NSDictionary<NSString *, NSObject *> *substitutionDictionary, 114 NSDictionary<NSString *, NSObject *> *substitutionDictionary, 194 NSString *shaderName, 200 NSString *_Nonnull shaderName,
|
H A D | mtl_command_buffer.h | 187 void insertDebugSign(NSString *label); 189 virtual void pushDebugGroup(NSString *label); 202 virtual void insertDebugSignImpl(NSString *marker); 480 void setLabel(NSString *label); 482 void pushDebugGroup(NSString *label) override; 494 void insertDebugSignImpl(NSString *label) override; 514 mtl::AutoObjCObj<NSString> mLabel;
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlUtil.h | 60 NSError* GrCreateMtlError(NSString* description, GrMtlErrorCode errorCode); 96 id<MTLLibrary> GrMtlNewLibraryWithSource(id<MTLDevice>, NSString* mslCode,
|
H A D | GrMtlRenderCommandEncoder.h | 32 void setLabel(NSString* label) { in setLabel() 36 void pushDebugGroup(NSString* string) { in pushDebugGroup() 42 void insertDebugSignpost(NSString* string) { in insertDebugSignpost()
|
/third_party/python/Mac/Tools/ |
H A D | plistlib_generate_testdata.py | 3 from Cocoa import NSMutableDictionary, NSMutableArray, NSString, NSDate, NSNumber namespace 21 return NSString.alloc().initWithString_(value)
|
/third_party/skia/experimental/graphite/src/mtl/ |
H A D | MtlRenderCommandEncoder.h | 31 void setLabel(NSString* label) { in setLabel() 35 void pushDebugGroup(NSString* string) { in pushDebugGroup() 41 void insertDebugSignpost(NSString* string) { in insertDebugSignpost()
|
H A D | MtlBlitCommandEncoder.h | 31 void pushDebugGroup(NSString* string) { in pushDebugGroup()
|