/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 104 builder.getOptionalNestedMessageBuilder().setValue(100); in setAllFields() 122 builder.addRepeatedNestedMessageBuilder().setValue(100); in setAllFields() 140 builder.addRepeatedNestedMessageBuilder().setValue(200); in setAllFields() 575 builder.putInt32ToMessageMap(8, NestedMessage.newBuilder().setValue(1234).build()); in testMapFields() 731 builder.getBoolValueBuilder().setValue(false); in testWrappers() 732 builder.getInt32ValueBuilder().setValue(0); in testWrappers() 733 builder.getInt64ValueBuilder().setValue(0); in testWrappers() 734 builder.getUint32ValueBuilder().setValue(0); in testWrappers() 735 builder.getUint64ValueBuilder().setValue(0); in testWrappers() 736 builder.getFloatValueBuilder().setValue(0.0f); in testWrappers() [all …]
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LiteEqualsAndHashTest.java | 62 .setValue(1) in testEquals() 66 .setValue(1) in testEquals() 70 .setValue(1) in testEquals() 100 .setValue(1) in testEqualsAndHashCodeWithUnknownFields() 104 .setValue(1) in testEqualsAndHashCodeWithUnknownFields()
|
D | AnyTest.java | 45 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testAnyGeneratedApi() 64 containerBuilder.getValueBuilder().setValue(ByteString.copyFrom(new byte[] {0x11})); in testAnyGeneratedApi() 79 TestAny container = TestAny.newBuilder().setValue(Any.pack(message, "xxx.com")).build(); in testCustomTypeUrls() 90 container = TestAny.newBuilder().setValue(Any.pack(message, "yyy.com/")).build(); in testCustomTypeUrls() 101 container = TestAny.newBuilder().setValue(Any.pack(message, "")).build(); in testCustomTypeUrls() 118 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testCachedUnpackResult()
|
D | MapForProto2Test.java | 73 1, MessageValue.newBuilder().setValue(11).build()); in setMapValuesUsingMutableMap() 75 2, MessageValue.newBuilder().setValue(22).build()); in setMapValuesUsingMutableMap() 77 3, MessageValue.newBuilder().setValue(33).build()); in setMapValuesUsingMutableMap() 98 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(11).build()) in setMapValuesUsingAccessors() 99 .putInt32ToMessageField(2, MessageValue.newBuilder().setValue(22).build()) in setMapValuesUsingAccessors() 100 .putInt32ToMessageField(3, MessageValue.newBuilder().setValue(33).build()) in setMapValuesUsingAccessors() 180 1, MessageValue.newBuilder().setValue(111).build()); in updateMapValuesUsingMutableMap() 183 4, MessageValue.newBuilder().setValue(44).build()); in updateMapValuesUsingMutableMap() 204 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(111).build()) in updateMapValuesUsingAccessors() 206 .putInt32ToMessageField(4, MessageValue.newBuilder().setValue(44).build()) in updateMapValuesUsingAccessors() [all …]
|
D | MapTest.java | 76 1, MessageValue.newBuilder().setValue(11).build()); in setMapValuesUsingMutableMap() 78 2, MessageValue.newBuilder().setValue(22).build()); in setMapValuesUsingMutableMap() 80 3, MessageValue.newBuilder().setValue(33).build()); in setMapValuesUsingMutableMap() 101 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(11).build()) in setMapValuesUsingAccessors() 102 .putInt32ToMessageField(2, MessageValue.newBuilder().setValue(22).build()) in setMapValuesUsingAccessors() 103 .putInt32ToMessageField(3, MessageValue.newBuilder().setValue(33).build()) in setMapValuesUsingAccessors() 183 1, MessageValue.newBuilder().setValue(111).build()); in updateMapValuesUsingMutableMap() 186 4, MessageValue.newBuilder().setValue(44).build()); in updateMapValuesUsingMutableMap() 207 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(111).build()) in updateMapValuesUsingAccessors() 209 .putInt32ToMessageField(4, MessageValue.newBuilder().setValue(44).build()) in updateMapValuesUsingAccessors() [all …]
|
/third_party/protobuf/php/tests/ |
D | WellKnownTest.php | 70 $this->assertSame($any, $any->setValue($data)); 116 $any->setValue("abc"); 257 $m->setValue(new Any()); 362 $m->setValue(1.0); 366 $m->setValue(1.0); 370 $m->setValue(1); 374 $m->setValue(1); 378 $m->setValue(1); 382 $m->setValue(1); 386 $m->setValue(true); [all …]
|
D | EncodeDecodeTest.php | 61 $m->setValue(true); 75 $m->setValue(1.5); 89 $m->setValue(1.5); 103 $m->setValue(1); 124 $m->setValue(1); 145 $m->setValue(1); 166 $m->setValue(1); 180 $m->setValue("a"); 208 $m->setValue("a"); 224 $m->setValue($data); [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LazyFieldLite.java | 133 lf.setValue(value); in fromValue() 233 public MessageLite setValue(MessageLite value) { in setValue() method in LazyFieldLite 279 setValue(mergeValueAndBytes(other.value, this.delayedBytes, this.extensionRegistry)); in merge() 282 setValue(mergeValueAndBytes(this.value, other.delayedBytes, other.extensionRegistry)); in merge() 287 setValue(this.value.toBuilder().mergeFrom(other.value).build()); in merge() 323 setValue(value.toBuilder().mergeFrom(input, extensionRegistry).build()); in mergeFrom()
|
D | LazyField.java | 117 public Object setValue(Object value) { in setValue() method in LazyField.LazyEntry 123 return entry.getValue().setValue((MessageLite) value); in setValue()
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | config_test.dart | 27 config.setValue('foo', 'bar'); 34 config.setValue('foo', true); 41 config.setValue('foo', 'bar'); 47 config.setValue('foo', 'bar');
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/ |
D | android_sdk_test.dart | 41 Config.instance.setValue('android-sdk', sdkDir.path); 52 Config.instance.setValue('android-sdk', sdkDir.path); 63 Config.instance.setValue('android-sdk', sdkDir.path); 73 Config.instance.setValue('android-sdk', sdkDir.path); 88 Config.instance.setValue('android-sdk', sdkDir.path); 105 Config.instance.setValue('android-sdk', sdkDir.path); 120 Config.instance.setValue('android-sdk', sdkDir.path); 138 Config.instance.setValue('android-sdk', sdkDir.path); 167 Config.instance.setValue('android-sdk', sdkDir.path); 202 Config.instance.setValue('android-sdk', sdkDir.path);
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBTestUtilities.m | 2149 [message setValue:@101 forKey:@"optionalInt32"]; 2150 [message setValue:@102 forKey:@"optionalInt64"]; 2151 [message setValue:@103 forKey:@"optionalUint32"]; 2152 [message setValue:@104 forKey:@"optionalUint64"]; 2153 [message setValue:@105 forKey:@"optionalSint32"]; 2154 [message setValue:@106 forKey:@"optionalSint64"]; 2155 [message setValue:@107 forKey:@"optionalFixed32"]; 2156 [message setValue:@108 forKey:@"optionalFixed64"]; 2157 [message setValue:@109 forKey:@"optionalSfixed32"]; 2158 [message setValue:@110 forKey:@"optionalSfixed64"]; [all …]
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MapEntry.php | 52 $this->setValue($value); 64 public function setValue($value) { function in Google\\Protobuf\\Internal\\MapEntry
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | NativeAudioContext.cpp | 332 mTriangleOscillator.frequency.setValue(1.0/kSweepPeriod); in configureForStart() 333 mTriangleOscillator.amplitude.setValue(1.0); in configureForStart() 348 sineOscillators[i].frequency.setValue(frequency); in configureForStart() 350 sineOscillators[i].amplitude.setValue(AMPLITUDE_SINE); in configureForStart() 500 sawPingGenerator.frequency.setValue(FREQUENCY_SAW_PING); in configureForStart() 501 sawPingGenerator.amplitude.setValue(AMPLITUDE_SAW_PING); in configureForStart() 608 sineOscillator->frequency.setValue(440.0); in configureForStart() 609 sineOscillator->amplitude.setValue(AMPLITUDE_SINE); in configureForStart()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgShaderGenerator.cpp | 117 state.getVariableManager().setValue(inVar, entry->getValueRange()); in genVertexPassthrough() 132 state.getVariableManager().setValue(inColorVariable, fragColorEntry->getValueRange()); in genFragmentPassthrough() 199 m_state.getVariableManager().setValue(variable, input->getValueRange()); in generate() 214 m_state.getVariableManager().setValue(fragColorVar, valueRange.asAccess()); in generate() 262 …m_state.getVariableManager().setValue(qpPosVariable, valueRange.asAccess()); // \todo [2011-05-24 … in generate()
|
D | rsgVariableManager.cpp | 203 void ValueScope::setValue (const Variable* variable, ConstValueRangeAccess value) in setValue() function in rsg::ValueScope 355 void VariableManager::setValue (const Variable* variable, ConstValueRangeAccess value) in setValue() function in rsg::VariableManager 371 curScope.setValue(variable, value); in setValue() 480 newTopScope.setValue(var, intersectedValue.asAccess()); in popValueScope() 499 setValue(var, oldEntry->getValueRange()); in popValueScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PackedVector.h | 37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 91 Vec.setValue(Vec.Bits, Idx, val);
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetSelector.java | 53 pvec.setValue(PropsVectors.ERROR_VALUE_CP, in generateSelectorData() 69 pvec.setValue(startChar, endChar, column, ~0, mask); in generateSelectorData() 81 pvec.setValue(startChar, endChar, col, ~0, ~0); in generateSelectorData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2935 setValue(&LP, Res); in visitLandingPad() 2998 setValue(&I, DAG.getNode(ISD::FNEG, getCurSDLoc(), in visitFSub() 3139 setValue(&I, UnNodeValue); in visitUnary() 3167 setValue(&I, BinNodeValue); in visitBinary() 3220 setValue(&I, Res); in visitShift() 3230 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1, in visitSDiv() 3258 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp() 3277 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp() 3412 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(), in visitSelect() 3421 setValue(&I, DAG.getNode(ISD::TRUNCATE, getCurSDLoc(), DestVT, N)); in visitTrunc() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | StringTrieBuilder.java | 269 public final void setValue(int v) { in setValue() method in StringTrieBuilder.ValueNode 304 node.setValue(value); in add() 319 setValue(v); in IntermediateValueNode() 386 setValue(sValue); in add() 396 suffixNode.setValue(sValue); in add() 412 branchNode.setValue(value); in add() 519 setValue(sValue); in add() 540 head.setValue(value); in register()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | StringTrieBuilder.java | 270 public final void setValue(int v) { in setValue() method in StringTrieBuilder.ValueNode 305 node.setValue(value); in add() 320 setValue(v); in IntermediateValueNode() 387 setValue(sValue); in add() 397 suffixNode.setValue(sValue); in add() 413 branchNode.setValue(value); in add() 520 setValue(sValue); in add() 541 head.setValue(value); in register()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 465 template <class DT> void setValue(const DT & /*V*/) {} in setValue() function 497 void setValue(const DataType &V) { in setValue() function 531 OptionValue(const DataType &V) { this->setValue(V); } 535 this->setValue(V); 549 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 552 setValue(V); 566 OptionValue(const std::string &V) { this->setValue(V); } 569 setValue(V); 1194 template <class T> void setValue(const T &V, bool initial = false) { 1224 template <class T> void setValue(const T &V, bool initial = false) { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleList.cpp | 26 setValue(); in DbiModuleSourceFilesIterator() 101 setValue(); in operator +=() 117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 542 template <class DT> void setValue(const DT & /*V*/) {} 574 void setValue(const DataType &V) { 608 OptionValue(const DataType &V) { this->setValue(V); } 612 this->setValue(V); 626 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 629 setValue(V); 643 OptionValue(const std::string &V) { this->setValue(V); } 646 setValue(V); 1339 template <class T> void setValue(const T &V, bool initial = false) { 1369 template <class T> void setValue(const T &V, bool initial = false) { [all …]
|
/third_party/protobuf/js/ |
D | maps_test.js | 289 mapEntryStringKey.setValue("a"); 292 mapEntryInt32Key.setValue("b"); 295 mapEntryInt64Key.setValue("c"); 298 mapEntryBoolKey.setValue("d");
|