Home
last modified time | relevance | path

Searched refs:NSString (Results 1 - 25 of 32) sorted by relevance

12

/third_party/python/Mac/PythonLauncher/
H A DFileSettings.h12 - (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 DMyDocument.h29 NSString *script;
30 NSString *filetype;
H A DPreferencesWindowController.h33 - (unsigned int)comboBox:(NSComboBox *)aComboBox indexOfItemWithStringValue:(NSString *)aString;
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h68 @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 DGPBApi.pbobjc.h86 @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 DGPBDictionary.h4658 * 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 DGPBCodedInputStream.h45 extern NSString *const GPBCodedInputStreamException;
48 extern NSString *const GPBCodedInputStreamUnderlyingErrorKey;
51 extern NSString *const GPBCodedInputStreamErrorDomain;
173 - (NSString *)readString;
H A DGPBType.pbobjc.h206 @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 DGPBDescriptor_PackagePrivate.h212 - (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 DGPBWellKnownTypes.h54 extern NSString *const GPBWellKnownTypesErrorDomain;
170 typeURLPrefix:(nonnull NSString *)typeURLPrefix
197 typeURLPrefix:(nonnull NSString *)typeURLPrefix
224 typeURLPrefix:(nonnull NSString *)typeURLPrefix
H A DGPBMessage.h48 extern NSString *const GPBMessageErrorDomain;
62 extern NSString *const GPBErrorReasonKey;
H A DGPBStruct.pbobjc.h101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields;
148 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue;
H A DGPBUtilities_PackagePrivate.h309 NSString *GPBDecodeTextFormatName(const uint8_t *decodeData, int32_t key,
310 NSString *inputString);
347 GPB_MESSAGE_SIGNATURE_ENTRY(NSString *, String)
H A DGPBRuntimeTypes.h70 GPB_UNSAFE_UNRETAINED NSString *valueString;
H A DGPBAny.pbobjc.h170 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL;
H A DGPBSourceContext.pbobjc.h67 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
H A DGPBFieldMask.pbobjc.h261 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray;
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh47 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 Dmtl_utils.h94 NSDictionary<NSString *, NSObject *> *substitutionDictionary,
106 NSDictionary<NSString *, NSObject *> *substitutionDictionary,
114 NSDictionary<NSString *, NSObject *> *substitutionDictionary,
194 NSString *shaderName,
200 NSString *_Nonnull shaderName,
H A Dmtl_command_buffer.h187 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 DGrMtlUtil.h60 NSError* GrCreateMtlError(NSString* description, GrMtlErrorCode errorCode);
96 id<MTLLibrary> GrMtlNewLibraryWithSource(id<MTLDevice>, NSString* mslCode,
H A DGrMtlRenderCommandEncoder.h32 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 Dplistlib_generate_testdata.py3 from Cocoa import NSMutableDictionary, NSMutableArray, NSString, NSDate, NSNumber namespace
21 return NSString.alloc().initWithString_(value)
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlRenderCommandEncoder.h31 void setLabel(NSString* label) { in setLabel()
35 void pushDebugGroup(NSString* string) { in pushDebugGroup()
41 void insertDebugSignpost(NSString* string) { in insertDebugSignpost()
H A DMtlBlitCommandEncoder.h31 void pushDebugGroup(NSString* string) { in pushDebugGroup()

Completed in 13 milliseconds

12