Home
last modified time | relevance | path

Searched defs:value (Results 2051 - 2075 of 17218) sorted by relevance

1...<<81828384858687888990>>...689

/third_party/skia/src/sksl/ir/
H A DSkSLSwitchCase.h24 SwitchCase(int line, std::unique_ptr<Expression> value, std::unique_ptr<Statement> statement) in SwitchCase() argument
29 std::unique_ptr<Expression>& value() { in value() function in SkSL::final
33 const std::unique_ptr<Expression>& value() const { in value() function in SkSL::final
/third_party/skia/src/utils/
H A DSkJSONWriter.cpp18 void SkJSONWriter::appendS64(int64_t value) { in appendS64() argument
23 void SkJSONWriter::appendU64(uint64_t value) { in appendU64() argument
28 void SkJSONWriter::appendHexU64(uint64_t value) { in appendHexU64() argument
/third_party/skia/src/sfnt/
H A DSkOTTableTypes.h43 static const SK_OT_ULONG value = SkTEndian_SwapBE32( member in SkOTTableTAG
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DHistogramWriter.h49 addSample(const std::string &measurement, const std::string &story, double value, const std::string &units) addSample() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefBase.h56 RefBase(T value) : mValue(value) { in RefBase() argument
60 RefBase<T, Traits>& operator=(const T& value) { in operator =() argument
143 Acquire(T value) Acquire() argument
159 Reference(T value) Reference() argument
164 Release(T value) Release() argument
170 Set(T value) Set() argument
[all...]
H A DHashUtils.h28 size_t Hash(const T& value) { in Hash() argument
34 size_t Hash(const TypedInteger<Tag, T>& value) { in Hash() argument
47 void HashCombine(size_t* hash, const T& value) { in HashCombine() argument
59 void HashCombine(size_t* hash, const T& value, const Args&... args) { in HashCombine() argument
77 size_t Hash(const std::bitset<N>& value) { in Hash() argument
[all...]
H A DLog.h69 LogMessage& operator<<(T&& value) { in operator <<() argument
70 mStream << value; in operator <<() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DConstantFoldingTest.h44 ConstantFinder(const T &value) in ConstantFinder() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUTexture.cpp60 void GPUTexture::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DEnumMaskIteratorTests.cpp29 static constexpr unsigned value = 3; member
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-04-generate-java-literals.py29 value = ord(b) variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DObjectContentHasher.h31 void Record(const T& value, const Args&... args) { in Record() argument
H A DBindingInfo.cpp21 AbslFormatConvert( BindingInfoType value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
H A DPersistentCache.cpp44 void PersistentCache::StoreData(const PersistentCacheKey& key, const void* value, size_t size) { in StoreData() argument
51 mCache->StoreData(ToAPI(mDevice), key.data(), key.size(), value, size); in StoreData() local
/third_party/openssl/crypto/asn1/
H A Dt_bitst.c33 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, in ASN1_BIT_STRING_set_asc() argument
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmort4.c89 GXV_LookupValueDesc value; in gxv_mort_subtable_type4_lookupfmt4_transit() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h55 void set_format_version(int32_t value) { format_version_ = value; } in set_format_version() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() argument
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { in write() argument
38 inline void write<double>(raw_ostream &os, double value, in write() argument
H A DPointerLikeTypeTraits.h36 static const bool value = false; member
42 static const bool value = true; member
46 static const bool value = HasPointerLikeTypeTraits<T>::value; member
50 static const bool value = true; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadicDetails.h58 static bool const value = member in llvm::detail::has_FormatProvider
H A DSwapByteOrder.h30 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() argument
44 inline uint32_t SwapByteOrder_32(uint32_t value) { in SwapByteOrder_32() argument
60 SwapByteOrder_64(uint64_t value) SwapByteOrder_64() argument
[all...]
H A Dtype_traits.h39 static const bool value = std::is_trivially_copyable<T>::value; member
55 static const bool value = isPodLike<T>::value && isPodLike<U>::value; member
69 static const bool value member in llvm::is_integral_or_enum
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt.c19 uint32_t __Sz_fptoui_f32_i32(float value) { return (uint32_t)value; } in __Sz_fptoui_f32_i32() argument
21 uint32_t __Sz_fptoui_f64_i32(double value) { return (uint32_t)value; } in __Sz_fptoui_f64_i32() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DChrono.cpp18 const char llvm::detail::unit<std::ratio<3600>>::value[] = "h"; member in llvm::llvm::detail::unit
19 const char llvm::detail::unit<std::ratio<60>>::value[] = "m"; member in llvm::llvm::detail::unit
20 const char llvm::detail::unit<std::ratio<1>>::value[] = "s"; member in llvm::llvm::detail::unit
21 const char llvm::detail::unit<std::milli>::value[] = "ms"; member in llvm::llvm::detail::unit
22 const char llvm::detail::unit<std::micro>::value[] = "us"; member in llvm::llvm::detail::unit
23 const char llvm::detail::unit<std::nano>::value[] = "ns"; member in llvm::llvm::detail::unit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.h46 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument

Completed in 10 milliseconds

1...<<81828384858687888990>>...689