/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | RegexTransformerTest.java | 43 CldrValue.parseValue("//ldml/numbers/defaultNumberingSystem", "foobar"); in testSingleResults_singleCapture() 48 CldrValue.parseValue("//ldml/numbers/defaultNumberingSystem[@alt=\"foo\"]", "bar"); in testSingleResults_singleCapture() 53 CldrValue.parseValue("//ldml/numbers/otherNumberingSystems/finance", "foo bar"); in testSingleResults_singleCapture() 67 CldrValue lenient = CldrValue.parseValue( in testSingleResults_multipleCapture() 75 CldrValue stricter = CldrValue.parseValue( in testSingleResults_multipleCapture() 95 CldrValue value = CldrValue.parseValue( in testMultipleResults() 127 CldrValue personList = CldrValue.parseValue( in testImplicitArgumentSplitting() 142 CldrValue mapZone = CldrValue.parseValue( in testImplicitArgumentSplitting() 170 CldrValue parentLocale = CldrValue.parseValue( in testValueSplitting() 178 CldrValue mapZone = CldrValue.parseValue( in testValueSplitting() [all …]
|
/third_party/boost/libs/math/tools/ |
D | bessel_derivative_append_negative.cpp | 123 std::pair<std::string, std::string::iterator> parseValue(std::string::iterator& iter) in parseValue() function 150 ::parseValue(iter); in addMinusToValue() 151 auto value_begin = ::parseValue(iter).second; in addMinusToValue() 158 auto value_begin = ::parseValue(iter).second; in addMinusToValue() 165 auto v_value_begin = ::parseValue(iter).second; in addMinusToValue() 170 ::parseValue(iter); in addMinusToValue() 171 auto x_value_begin = ::parseValue(iter).second; in addMinusToValue() 186 auto v = FloatType{::parseValue(iter).first}; in replaceResultInLine() 187 auto x = FloatType{::parseValue(iter).first}; in replaceResultInLine()
|
D | bessel_derivative_data_from_bessel_ipps.cpp | 95 std::string parseValue(std::string::iterator& iter) in parseValue() function 118 auto v = FloatType{::parseValue(iter)}; in replaceResultInLine() 119 auto x = FloatType{::parseValue(iter)}; in replaceResultInLine()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | CollationMapperTest.java | 47 cldrData(CldrValue.parseValue("//ldml/collations/defaultCollation", "any value")); in testDefault() 139 … CldrValue.parseValue("//ldml/special/icu:UCARules[@icu:uca_rules=\"special rule\"]", ""), in testSpecials() 140 … CldrValue.parseValue("//ldml/special/icu:depends[@icu:dependency=\"special deps\"]", "")); in testSpecials() 160 return CldrValue.parseValue(cldrPath.toString(), Joiner.on('\n').join(lines)); in collationRule()
|
D | BreakIteratorMapperTest.java | 130 return CldrValue.parseValue(cldrPath.toString(), value); in suppression() 138 return CldrValue.parseValue(cldrPath.toString(), ""); in dictionary() 148 return CldrValue.parseValue(cldrPath.toString(), ""); in boundaries()
|
D | Bcp47MapperTest.java | 226 return CldrValue.parseValue(cldrPath.toString(), ""); in simpleType() 243 return CldrValue.parseValue(cldrPath.toString(), ""); in alias() 267 return CldrValue.parseValue(cldrPath.toString(), ""); in deprecated() 277 return CldrValue.parseValue(cldrPath.toString(), ""); in valueType()
|
D | SupplementalMapperTest.java | 5 import static org.unicode.cldr.api.CldrValue.parseValue; 95 return parseValue("//supplementalData/" + path, ""); in supplementalData()
|
D | LocaleMapperTest.java | 9 import static org.unicode.cldr.api.CldrValue.parseValue; 396 return parseValue("//ldml/" + path, value); in ldml()
|
D | TransformsMapperTest.java | 217 return CldrValue.parseValue( in oneWay() 237 return CldrValue.parseValue( in both()
|
/third_party/skia/modules/skottie/src/animator/ |
D | Animator.cpp | 66 builder.parseValue(abuilder, jpropK); in bindImpl() 80 if (builder.parseValue(abuilder, jpropK)) { in bindImpl()
|
D | VectorKeyframeAnimator.h | 30 bool parseValue(const AnimationBuilder&, const skjson::Value&) const override;
|
D | ScalarKeyframeAnimator.cpp | 88 bool parseValue(const AnimationBuilder&, const skjson::Value& jv) const override { in parseValue() function in skottie::internal::__anon97e8ef6a0111::ScalarAnimatorBuilder
|
D | KeyframeAnimator.h | 120 virtual bool parseValue(const AnimationBuilder&, const skjson::Value&) const = 0;
|
D | TextKeyframeAnimator.cpp | 93 bool parseValue(const AnimationBuilder& abuilder, const skjson::Value& jv) const override { in parseValue() function in skottie::internal::__anondffcde190111::TextAnimatorBuilder
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAnimator.cpp | 64 virtual int parseValue(const skjson::Value&, const AnimationBuilder* abuilder) = 0; 103 const auto v0_idx = this->parseValue((*jframe)["s"], abuilder), in parseKeyFrames() 104 v1_idx = this->parseValue((*jframe)["e"], abuilder); in parseKeyFrames() 267 int parseValue(const skjson::Value& jv, const AnimationBuilder* abuilder) override { in parseValue() function in skottie::internal::__anon0dc4a3ee0111::KeyframeAnimator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | JSON.cpp | 216 bool parseValue(Value &Out); 254 bool Parser::parseValue(Value &Out) { in parseValue() function in llvm::json::__anona3f707000111::Parser 290 if (!parseValue(A.back())) in parseValue() 322 if (!parseValue(O[std::move(K)])) in parseValue() 514 if (P.parseValue(E)) in parse()
|
/third_party/typescript/tests/baselines/reference/ |
D | APISample_jsdoc.js | 43 definition[name] = this.parseValue(text); 151 definition[name] = _this.parseValue(text);
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | PseudoLocales.java | 294 return CldrValue.parseValue(fullPath, "[H:mm]"); in filter() 298 return CldrValue.parseValue(fullPath, text); in filter() 312 return CldrValue.parseValue(path.toString(), exemplarList.toString()); in getExemplarValue()
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | JSON.kt | 133 parseValue(data, nextToken(data), null) in parse() 144 private fun parseValue(data: ReadBuffer, token: Token, key: String? = null): FlexBufferType { in parseValue() method in com.google.flatbuffers.kotlin.JSONParser 170 parseValue(data, nextToken(data), childKey) in parseObject() 199 val newType = parseValue(data, tok, null) in parseArray()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 214 parseValue(driOptionValue *v, driOptionType type, const char *string) in parseValue() function 388 if (parseValue(&v, opt->info.type, envVal) && in driParseOptionInfo() 627 if (!parseValue(&info->range.start, info->type, cp) || in parseRange() 628 !parseValue(&info->range.end, info->type, sep+1)) { in parseRange() 670 if (!parseValue(&screenNum, DRI_INT, screen)) in parseDeviceAttr() 812 } else if (!parseValue(&cache->values[opt], cache->info[opt].type, value)) in parseOptConfAttr()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
D | SupplementalDataTest.java | 8 import static org.unicode.cldr.api.CldrValue.parseValue; 343 return parseValue(String.format("//supplementalData/" + path, args), ""); in supplementalData()
|
D | FilteredDataTest.java | 99 return CldrValue.parseValue("//ldml/" + path, value); in ldml()
|
D | PseudoLocalesTest.java | 143 return CldrValue.parseValue(path.toString(), value); in value()
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_jsdoc.ts | 47 definition[name] = this.parseValue(text);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 178 void parseValue(ShaderCase::ValueBlock& valueBlock); 804 void ShaderParser::parseValue(ShaderCase::ValueBlock& valueBlock) in parseValue() function in deqp::sl::ShaderParser 887 parseValue(valueBlock); in parseValueBlock()
|