Home
last modified time | relevance | path

Searched defs:value (Results 12626 - 12650 of 21818) sorted by relevance

1...<<501502503504505506507508509510>>...873

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp147 void Stream::emit_json_array_value(const std::string &value) in emit_json_array_value() argument
159 emit_json_array_value(uint32_t value) emit_json_array_value() argument
169 emit_json_array_value(bool value) emit_json_array_value() argument
218 emit_json_key_value(const std::string &key, const std::string &value) emit_json_key_value() argument
224 emit_json_key_value(const std::string &key, uint32_t value) emit_json_key_value() argument
230 emit_json_key_value(const std::string &key, int32_t value) emit_json_key_value() argument
236 emit_json_key_value(const std::string &key, float value) emit_json_key_value() argument
242 emit_json_key_value(const std::string &key, bool value) emit_json_key_value() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dopcode.cpp45 uint32_t value; member
H A Dtext.cpp46 bool spvIsValidIDCharacter(const char value) { in spvIsValidIDCharacter() argument
405 uint32_t value; spvTextEncodeOperand() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.cpp112 uint64_t value = 0; in GetZeroExtendedValue() local
131 int64_t value = 0; in GetSignExtendedValue() local
[all...]
H A Ddesc_sroa.cpp349 ReplaceLoadedValue(Instruction* var, Instruction* value) ReplaceLoadedValue() argument
H A Dssa_rewrite_pass.cpp676 Instruction* value = nullptr; in AddDebugValuesForInvisibleDebugDecls() local
[all...]
H A Dupgrade_memory_model.cpp284 uint32_t value = 0; in UpgradeSemantics() local
422 uint64_t value = GetIndexValue(index_inst); in CheckType() local
508 bool UpgradeMemoryModel::HasDecoration(const Instruction* inst, uint32_t value, in HasDecoration() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.cpp45 uint32_t value; member
H A Dtext.cpp46 bool spvIsValidIDCharacter(const char value) { in spvIsValidIDCharacter() argument
405 uint32_t value; spvTextEncodeOperand() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp112 uint64_t value = 0; in GetZeroExtendedValue() local
131 int64_t value = 0; in GetSignExtendedValue() local
[all...]
H A Ddesc_sroa.cpp350 ReplaceLoadedValue(Instruction* var, Instruction* value) ReplaceLoadedValue() argument
H A Dssa_rewrite_pass.cpp676 Instruction* value = nullptr; in AddDebugValuesForInvisibleDebugDecls() local
[all...]
H A Dupgrade_memory_model.cpp284 uint32_t value = 0; in UpgradeSemantics() local
422 uint64_t value = GetIndexValue(index_inst); in CheckType() local
508 bool UpgradeMemoryModel::HasDecoration(const Instruction* inst, uint32_t value, in HasDecoration() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp51 std::string EncodeViaHexFloat(const T& value) { in EncodeViaHexFloat() argument
451 std::string EncodeViaFloatProxy(const T& value) { in EncodeViaFloatProxy() argument
453 ss << value; in EncodeViaFloatProxy() local
1231 input >> value; TEST_P() local
1258 input >> value; TEST_P() local
1285 input >> value; TEST_P() local
[all...]
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c285 static void PutLE16(uint8_t* const dst, uint32_t value) { in PutLE16() argument
290 static void PutLE32(uint8_t* const dst, uint32_t value) { in PutLE32() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchoicfmt.cpp170 ChoiceFormat::dtos(double value, in dtos() argument
H A Dcollationiterator.cpp752 int32_t value = digits[0]; in appendNumericSegmentCEs() local
[all...]
H A Dcollationruleparser.cpp515 int32_t value = UCOL_DEFAULT; in parseSetting() local
528 UColAttributeValue value = UCOL_DEFAULT; in parseSetting() local
540 int32_t value = UCOL_DEFAULT; parseSetting() local
559 UColAttributeValue value = UCOL_DEFAULT; parseSetting() local
573 UColAttributeValue value = getOnOffValue(v); parseSetting() local
580 UColAttributeValue value = getOnOffValue(v); parseSetting() local
587 UColAttributeValue value = getOnOffValue(v); parseSetting() local
594 UColAttributeValue value = getOnOffValue(v); parseSetting() local
[all...]
H A Ddatefmt.cpp699 void DateFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext() argument
H A Dfmtable.cpp133 Formattable::Formattable(double value) in Formattable() argument
143 Formattable::Formattable(int32_t value) in Formattable() argument
152 Formattable::Formattable(int64_t value) in Formattable() argument
[all...]
H A Dnumber_fluent.cpp538 FormattedNumber LocalizedNumberFormatter::formatInt(int64_t value, UErrorCode& status) const { in formatInt() argument
557 FormattedNumber LocalizedNumberFormatter::formatDouble(double value, UErrorCode& status) const { in formatDouble() argument
576 FormattedNumber LocalizedNumberFormatter::formatDecimal(StringPiece value, UErrorCod argument
[all...]
H A Dnumber_rounding.cpp68 int32_t getRoundingMagnitudeSignificant(const DecimalQuantity &value, int maxSig) { in getRoundingMagnitudeSignificant() argument
83 int32_t getDisplayMagnitudeSignificant(const DecimalQuantity &value, int minSig) { in getDisplayMagnitudeSignificant() argument
415 void RoundingImpl::apply(impl::DecimalQuantity &value, UErrorCode& status) const { in apply() argument
514 apply(impl::DecimalQuantity &value, int32_t minInt, UErrorCode ) apply() argument
[all...]
H A Dnumber_skeletons.cpp315 void enum_to_stem_string::roundingMode(UNumberFormatRoundingMode value, UnicodeString& sb) { in roundingMode() argument
355 void enum_to_stem_string::groupingStrategy(UNumberGroupingStrategy value, UnicodeString& sb) { in groupingStrategy() argument
377 void enum_to_stem_string::unitWidth(UNumberUnitWidth value, UnicodeString& sb) { in unitWidth() argument
405 void enum_to_stem_string::signDisplay(UNumberSignDisplay value, UnicodeString& sb) { in signDisplay() argument
440 enum_to_stem_string::decimalSeparatorDisplay(UNumberDecimalSeparatorDisplay value, UnicodeString& sb) { in decimalSeparatorDisplay() argument
[all...]
H A Dreldtfmt.cpp420 RelativeDateFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A Dstore.c223 ValueStruct* value = (ValueStruct*) obj; valueDeleter() local
244 ValueStruct* value = NULL; storeMappingData() local
364 ValueStruct *value = NULL; storeMapping() local
531 uint32_t value; getFoldedValue() local
[all...]

Completed in 34 milliseconds

1...<<501502503504505506507508509510>>...873