Searched refs:setStringValue (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Mac/PythonLauncher/ |
D | PreferencesWindowController.m | 31 [interpreter setStringValue: [settings interpreter]]; 39 [others setStringValue: [settings others]]; 42 [commandline setStringValue: [settings commandLineForScript: @"<your script here>"]];
|
D | MyDocument.m | 51 [interpreter setStringValue: [settings interpreter]]; 59 [others setStringValue: [settings others]]; 60 [scriptargs setStringValue: [settings scriptargs]]; 63 [commandline setStringValue: [settings commandLineForScript: script]];
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | PreferencesWindowController.m | 31 [interpreter setStringValue: [settings interpreter]]; 39 [others setStringValue: [settings others]]; 42 [commandline setStringValue: [settings commandLineForScript: @"<your script here>"]];
|
D | MyDocument.m | 51 [interpreter setStringValue: [settings interpreter]]; 59 [others setStringValue: [settings others]]; 60 [scriptargs setStringValue: [settings scriptargs]]; 63 [commandline setStringValue: [settings commandLineForScript: script]];
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 68 MIToken &MIToken::setStringValue(StringRef StrVal) { in setStringValue() function in MIToken 172 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName() 241 .setStringValue(Identifier); in maybeLexIdentifier() 273 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock() 309 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexIndexAndName() 379 .setStringValue(Range.upto(C).drop_front(1)); // Drop the '%' in maybeLexRegister() 557 Token.reset(MIToken::QuotedIRValue, Range.upto(C)).setStringValue(Value); in maybeLexEscapedIRValue()
|
D | MILexer.h | 137 MIToken &setStringValue(StringRef StrVal);
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 291 [dialogTitle_ setStringValue:[self shortDialogMessage]]; 294 [commentMessage_ setStringValue:[NSString stringWithFormat:@"%@\n\n%@", 304 [emailMessage_ setStringValue:NSLocalizedString(@"emailMsg", @"")]; 313 [emailLabel_ setStringValue:NSLocalizedString(@"emailLabel", @"")]; 318 [privacyLinkLabel_ setStringValue:NSLocalizedString(@"privacyLabel", @"")];
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 105 - (void)setStringValue:(NSString *)stringValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
|
D | objcmt-ns-nonatomic-iosonly.m | 112 - (void)setStringValue:(NSString *)stringValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
|
D | objcmt-property.m | 108 - (void)setStringValue:(NSString *)stringValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
D | APPRTCViewController.m | 148 [_roomLabel setStringValue:@"Enter AppRTC room id:"];
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LocalizationChecker.cpp | 251 ADD_UNARY_METHOD(NSCell, setStringValue, 0) in initUIMethods() 278 ADD_UNARY_METHOD(NSControl, setStringValue, 0) in initUIMethods()
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 756 "string_value", Value.newBuilder().setStringValue("hello").build()); in testStruct()
|