| /third_party/skia/include/sksl/ |
| H A D | DSLExpression.h | 57 DSLExpression(double value, PositionInfo pos = PositionInfo::Capture()) in DSLExpression() argument [all...] |
| H A D | DSLWrapper.h | 28 DSLWrapper(T value) { in DSLWrapper() argument
|
| /third_party/skia/docs/examples/ |
| H A D | pong2.cpp | 7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED() local
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGFeTurbulence.cpp | 16 bool SkSVGFeTurbulence::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeDisplacementMap.cpp | 15 bool SkSVGFeDisplacementMap::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeComposite.cpp | 14 bool SkSVGFeComposite::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeMorphology.cpp | 15 bool SkSVGFeMorphology::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeColorMatrix.cpp | 17 bool SkSVGFeColorMatrix::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument 101 SkSVGNumberType value; in parse() local
|
| H A D | SkSVGFeBlend.cpp | 15 bool SkSVGFeBlend::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| /third_party/skia/modules/svg/include/ |
| H A D | SkSVGAttributeParser.h | 31 template <typename T> static ParseResult<T> parse(const char* value) { in parse() argument 41 parse(const char* expectedName, const char* name, const char* value) parse() argument 52 parseProperty(const char* expectedName, const char* name, const char* value) parseProperty() argument
|
| /third_party/rust/crates/minimal-lexical/fuzz/fuzz_targets/ |
| H A D | parse.rs | 78 let mut value: i32 = 0; in parse_exponent() variables [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_lexer.h | 47 char * value; member
|
| /third_party/skia/bench/ |
| H A D | ImageCacheBench.cpp | 17 TestKey(intptr_t value) : fValue(value) { in TestKey() argument
|
| /third_party/rust/crates/minimal-lexical/examples/ |
| H A D | simple.rs | 125 let mut value: i32 = 0; in parse_exponent() variables [all...] |
| /third_party/selinux/libselinux/src/ |
| H A D | fgetfilecon.c | 11 static ssize_t fgetxattr_wrapper(int fd, const char *name, void *value, size_t size) { in fgetxattr_wrapper() argument
|
| /third_party/selinux/libsepol/tests/ |
| H A D | test-linker-types.c | 104 unsigned int value; in test_type_datum() local
|
| /third_party/spirv-tools/source/ |
| H A D | spirv_endian.cpp | 29 uint32_t value; member
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_memory_semantics.cpp | 32 uint32_t value = 0; in ValidateMemorySemantics() local [all...] |
| H A D | validate_misc.cpp | 51 uint32_t value = 0; in ValidateShaderClock() local
|
| H A D | validate_scopes.cpp | 46 uint32_t value = 0; in ValidateScope() local 93 spv::Scope value = spv::Scope(tmp_value); in ValidateExecutionScope() local 205 spv::Scope value = spv::Scope(tmp_value); ValidateMemoryScope() local [all...] |
| /third_party/spirv-tools/test/ |
| H A D | diagnostic_test.cpp | 71 spv_result_t value; in TEST() local
|
| H A D | text_to_binary_test.cpp | 52 uint32_t value; in TEST_P() local 97 uint32_t value; in TEST_P() local
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuSeedBuilder.cpp | 72 SeedBuilder& operator<< (SeedBuilder& builder, bool value) in operator <<() argument 80 SeedBuilder& operator<< (SeedBuilder& builder, deInt8 value) in operator <<() argument 88 SeedBuilder& operator<< (SeedBuilder& builder, deUint8 value) in operator <<() argument 96 SeedBuilder& operator<< (SeedBuilder& builder, deInt16 value) in operator <<() argument 109 SeedBuilder& operator<< (SeedBuilder& builder, deUint16 value) in operator <<() argument 122 operator <<(SeedBuilder& builder, deInt32 value) operator <<() argument 137 operator <<(SeedBuilder& builder, deUint32 value) operator <<() argument 152 operator <<(SeedBuilder& builder, deInt64 value) operator <<() argument 172 operator <<(SeedBuilder& builder, deUint64 value) operator <<() argument 192 operator <<(SeedBuilder& builder, float value) operator <<() argument 213 operator <<(SeedBuilder& builder, double value) operator <<() argument 237 operator <<(SeedBuilder& builder, const std::string& value) operator <<() argument [all...] |
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deMemory.h | 52 DE_INLINE void deMemset (void* ptr, int value, size_t numBytes) in deMemset() argument
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deSha1.hpp | 74 const deUint8 value = b ? 1 : 0; in operator <<() local 75 stream.process(sizeof(value), &value); in operator <<() local 79 inline Sha1Stream& operator<< (Sha1Stream& stream, deUint32 value) in operator <<() argument 93 inline Sha1Stream& operator<< (Sha1Stream& stream, deInt32 value) in operator <<() argument 98 operator <<(Sha1Stream& stream, deUint64 value) operator <<() argument 116 operator <<(Sha1Stream& stream, deInt64 value) operator <<() argument [all...] |