| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | sysinfo.cc | 189 static bool ReadLongFromFile(const char *file, long *value) { in ReadLongFromFile() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | container_memory.h | 293 static constexpr bool value = std::is_standard_layout<K>() && member [all...] |
| H A D | compressed_tuple_test.cc | 34 constexpr CallType value() const& { return CallType::kConstRef; } in value() function 35 constexpr CallType value() const&& { return CallType::kConstMove; } in value() function 40 T value; member 120 struct DerivedType : IncompleteType {int value = 0;}; in TEST() member 341 constexpr int value() const { return v; } TEST() function 346 constexpr int value() const { return v; } TEST() function [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | distribution_test_util.cc | 263 double value = kErr; in BetaIncompleteInvImpl() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | checker.h | 91 int value; member
|
| H A D | bind.cc | 28 inline bool BindFromPosition(int position, int* value, in BindFromPosition() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | str_split_test.cc | 630 CopyToHeap(const T& value) CopyToHeap() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| H A D | variant.h | 167 T value[Size]; member 184 constexpr T AccessSimpleArray(const T& value) { in AccessSimpleArray() argument 340 static constexpr std::size_t value = member 347 static constexpr std::size_t value = 1; member 468 static constexpr std::size_t value member 474 static constexpr std::size_t value = (I % HeadSize); global() member [all...] |
| /third_party/skia/modules/skshaper/include/ |
| H A D | SkShaper.h | 118 uint32_t value; member
|
| /third_party/skia/modules/skshaper/src/ |
| H A D | SkShaper_coretext.cpp | 123 static void dict_add_double(CFMutableDictionaryRef d, const void* name, double value) { in dict_add_double() argument
|
| /third_party/skia/include/gpu/ |
| H A D | GrTypes.h | 27 constexpr explicit GrTFlagsMask(TFlags value) : GrTFlagsMask(static_cast<int>(value)) {} in GrTFlagsMask() argument 28 constexpr explicit GrTFlagsMask(int value) : fValue(value) {} in GrTFlagsMask() argument 29 constexpr int value() const { return fValue; } in value() function in GrTFlagsMask [all...] |
| /third_party/skia/include/core/ |
| H A D | SkStream.h | 244 bool write8(U8CPU value) { in write8() argument 248 bool write16(U16CPU value) { in write16() argument
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGText.cpp | 534 bool SkSVGTextContainer::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument 661 parseAndSetAttribute(const char* name, const char* value) parseAndSetAttribute() argument [all...] |
| /third_party/rust/crates/nom/src/character/ |
| H A D | streaming.rs | 651 let mut value: $t = 0; variables 712 let mut value: $t = 0; global() variables [all...] |
| H A D | complete.rs | 745 let mut value: $t = 0; variables 806 let mut value: $t = 0; global() variables [all...] |
| /third_party/selinux/libselinux/src/ |
| H A D | regex.c | 192 void *value; in match_data_thread_free() local
|
| H A D | booleans.c | 264 int security_set_boolean(const char *name, int value) in security_set_boolean() argument
|
| /third_party/selinux/libsepol/src/ |
| H A D | ebitmap.c | 377 int ebitmap_set_bit(ebitmap_t * e, unsigned int bit, int value) in ebitmap_set_bit() argument
|
| H A D | util.c | 131 uint16_t value; in sepol_extended_perms_to_string() local [all...] |
| /third_party/spirv-tools/source/fuzz/ |
| H A D | transformation_access_chain.cpp | 387 uint32_t value = index_instruction->GetSingleWordInOperand(0); GetStructIndexValue() local [all...] |
| /third_party/spirv-tools/source/ |
| H A D | operand.cpp | 78 spvOperandTableValueLookup(spv_target_env, const spv_operand_table table, const spv_operand_type_t type, const uint32_t value, spv_operand_desc* pEntry) spvOperandTableValueLookup() argument
|
| H A D | table.h | 49 const uint32_t value; member
|
| /third_party/spirv-tools/source/opt/ |
| H A D | fold_spec_constant_op_and_composite_pass.cpp | 237 EncodeIntegerAsWords(const analysis::Type& type, uint32_t value) EncodeIntegerAsWords() argument
|
| H A D | iterator.h | 317 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() argument
|
| H A D | scalar_analysis_nodes.h | 217 SEConstantNode(ScalarEvolutionAnalysis* parent_analysis, int64_t value) in SEConstantNode() argument [all...] |