Home
last modified time | relevance | path

Searched refs:setStringValue (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Mac/PythonLauncher/
DPreferencesWindowController.m31 [interpreter setStringValue: [settings interpreter]];
39 [others setStringValue: [settings others]];
42 [commandline setStringValue: [settings commandLineForScript: @"<your script here>"]];
DMyDocument.m51 [interpreter setStringValue: [settings interpreter]];
59 [others setStringValue: [settings others]];
60 [scriptargs setStringValue: [settings scriptargs]];
63 [commandline setStringValue: [settings commandLineForScript: script]];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp73 MIToken &MIToken::setStringValue(StringRef StrVal) { in setStringValue() function in MIToken
177 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName()
269 .setStringValue(Identifier); in maybeLexIdentifier()
304 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock()
340 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexIndexAndName()
419 .setStringValue(Range.upto(C).drop_front(1)); // Drop the '%' in lexNamedVirtualRegister()
444 .setStringValue(Range.upto(C).drop_front(1)); // Drop the '$' in maybeLexRegister()
494 Token.reset(MIToken::MCSymbol, Start.upto(C)).setStringValue(String); in maybeLexMCSymbol()
682 Token.reset(MIToken::QuotedIRValue, Range.upto(C)).setStringValue(Value); in maybeLexEscapedIRValue()
DMILexer.h177 MIToken &setStringValue(StringRef StrVal);
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java62 assertThat(Values.of("")).isEqualTo(Value.newBuilder().setStringValue("").build()); in testOfString_ConstructsValue()
63 assertThat(Values.of("foo")).isEqualTo(Value.newBuilder().setStringValue("foo").build()); in testOfString_ConstructsValue()
DJsonFormatTest.java821 structBuilder.putFields("string_value", Value.newBuilder().setStringValue("hello").build()); in testStruct()
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
DHello.m49 [label1 setStringValue: _(@"Hello, world!")];
58 …[label2 setStringValue: [NSString stringWithFormat: _(@"This program is running as process number …
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java60 return Value.newBuilder().setStringValue(value).build(); in of()
/third_party/protobuf/php/src/Google/Protobuf/
DValue.php134 public function setStringValue($var) function in Google\\Protobuf\\Value
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php259 public function setStringValue($var) function in Google\\Protobuf\\Internal\\UninterpretedOption
DMessage.php1195 $this->setStringValue($array);
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_mac.mm112 [field setStringValue:base::SysUTF16ToNSString(default_prompt_text)];
/third_party/protobuf/php/tests/
DWellKnownTest.php284 $m->setStringValue("a");
DEncodeDecodeTest.php1003 $m->setStringValue("a");
/third_party/cef/tests/cefclient/browser/
Droot_window_mac.mm542 [url_textfield_ setStringValue:str];