Home
last modified time | relevance | path

Searched defs:value (Results 9376 - 9400 of 11260) sorted by relevance

1...<<371372373374375376377378379380>>...451

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc117 int value = 0; member
149 value_type value; member
229 CopyNoAssign(int value) CopyNoAssign() argument
256 int value; global() member in absl::__anon19503::NonCopyable
272 int value = 5; global() member
385 int value = 5; global() member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h141 bool c_linear_search(const C& c, EqualityComparable&& value) { in c_linear_search() argument
215 container_algorithm_internal::ContainerIter<C> c_find(C& c, T&& value) { in c_find() argument
321 c_count( const C& c, T&& value) c_count() argument
475 c_search_n( Sequence& sequence, Size count, T&& value) c_search_n() argument
486 c_search_n( Sequence& sequence, Size count, T&& value, BinaryPredicate&& pred) c_search_n() argument
670 c_fill(C& c, T&& value) c_fill() argument
680 c_fill_n(C& c, Size n, T&& value) c_fill_n() argument
719 c_remove_copy(const C& c, OutputIterator result, T&& value) c_remove_copy() argument
1066 c_lower_bound( Sequence& sequence, T&& value) c_lower_bound() argument
1076 c_lower_bound( Sequence& sequence, T&& value, LessThan&& comp) c_lower_bound() argument
1089 c_upper_bound( Sequence& sequence, T&& value) c_upper_bound() argument
1099 c_upper_bound( Sequence& sequence, T&& value, LessThan&& comp) c_upper_bound() argument
1113 c_equal_range(Sequence& sequence, T&& value) c_equal_range() argument
1123 c_equal_range(Sequence& sequence, T&& value, LessThan&& comp) c_equal_range() argument
1135 c_binary_search(Sequence&& sequence, T&& value) c_binary_search() argument
1144 c_binary_search(Sequence&& sequence, T&& value, LessThan&& comp) c_binary_search() argument
1662 c_iota(Sequence& sequence, T&& value) c_iota() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h183 char value[N]; global() member
235 HelpArg(const FixedCharArray<N>& value) HelpArg() argument
343 std::atomic<int64_t> value; global() member
348 T value; global() variable
401 alignas(T) char value[sizeof(T)]; global() member
662 T value; Get() member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc1186 bool FormatFails(const char* test_format, T value) { in FormatFails() argument
1193 << "format=" << test_format << " value=" << value; in FormatFails() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc921 int value = 3; in TEST() local
930 int value = 0; in TEST() local
939 int value = 3; in TEST() local
969 int value; // times condition function is called; under mu0, global() member
1430 bool value = false; // condition value (under mu) global() local
1464 bool value = false; // condition value (under mu) global() local
1499 bool value = false; // condition value (under mu) global() local
1535 bool value = false; // condition value (under mu) global() local
[all...]
/third_party/skia/include/core/
H A DSkTypes.h537 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument
541 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument
610 static inline int32_t SkAbs32(int32_t value) { in SkAbs32() argument
618 SkTAbs(T value) SkTAbs() argument
[all...]
H A DSkMatrix.h481 set(int index, SkScalar value) set() argument
[all...]
/third_party/skia/modules/svg/include/
H A DSkSVGTypes.h45 explicit SkSVGProperty(const T& value) : fState(SkSVGPropertyState::kValue) { in SkSVGProperty() argument
49 explicit SkSVGProperty(T&& value) : fState(SkSVGPropertyState::kValue) { in SkSVGProperty() argument
74 void set(const T& value) { in set() argument
79 void set(T&& value) { in set() argument
128 const SkScalar& value() const { return fValue; } in value() function in SkSVGLength
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c88 int value_isvalid(uint32_t value, uint32_t nprim) in value_isvalid() argument
96 static int validate_value(uint32_t value, const validate_t *flavor) in validate_value() argument
471 validate_simpletype(uint32_t value, const policydb_t *p, validate_t flavors[]) validate_simpletype() argument
[all...]
H A Dwrite.c1863 unsigned int i, value; only_process() local
[all...]
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs912 let mut value: MaybeUninit<u64> = MaybeUninit::uninit(); core_scheduling_cookie() variables
[all...]
/third_party/rust/crates/syn/src/
H A Dlit.rs133 pub fn value(&self) -> String { in value() functions
273 pub fn value(&self) -> Vec<u8> { value() functions
308 pub fn value(&self) -> u8 { value() functions
343 pub fn value(&self) -> char { value() functions
537 pub fn value(&self) -> bool { value() functions
1020 mod value { global() modules
1493 let mut value = BigInt::new(); global() variables
[all...]
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c258 uint32_t value; in create_role() local
393 uint32_t value = 0; create_type() local
503 uint32_t value; create_user() local
621 get_local_type(char *id, uint32_t value, unsigned char isattr) get_local_type() argument
667 get_local_role(char *id, uint32_t value, unsigned char isattr) get_local_role() argument
[all...]
/third_party/rust/crates/serde/serde/src/de/
H A Dmod.rs119 pub mod value; modules
[all...]
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp534 auto* value = context()->get_def_use_mgr()->GetDef( in IsDeclareVisibleToInstr() local
H A Dir_builder.h369 Instruction* GetSintConstant(int32_t value) { in GetSintConstant() argument
393 Instruction* GetUintConstant(uint32_t value) { in GetUintConstant() argument
397 uint32_t GetUintConstantId(uint32_t value) { in GetUintConstantId() argument
408 GetIntConstant(T value, bool sign) GetIntConstant() argument
443 GetBoolConstant(bool value) GetBoolConstant() argument
454 GetBoolConstantId(bool value) GetBoolConstantId() argument
[all...]
/third_party/spirv-tools/source/util/
H A Dhex_float.h201 operator >>(std::istream& is, FloatProxy<T>& value) operator >>() argument
297 T value() const { return value_; } value() function in spvtools::utils::round_direction::HexFloat
739 operator <<(std::ostream& os, const HexFloat<T, Traits>& value) operator <<() argument
814 RejectParseDueToLeadingSign(std::istream& is, bool negate_value, HexFloat<T, Traits>& value) RejectParseDueToLeadingSign() argument
840 ParseNormalFloat(std::istream& is, bool negate_value, HexFloat<T, Traits>& value) ParseNormalFloat() argument
879 ParseNormalFloat( std::istream& is, bool negate_value, HexFloat<FloatProxy<Float16>, HexFloatTraits<FloatProxy<Float16>>>& value) ParseNormalFloat() argument
906 set_nth_most_significant_bit(UINT_TYPE value, UINT_TYPE bit, UINT_TYPE n) set_nth_most_significant_bit() argument
919 saturated_inc(INT_TYPE& value) saturated_inc() argument
931 saturated_dec(INT_TYPE& value) saturated_dec() argument
960 operator >>(std::istream& is, HexFloat<T, Traits>& value) operator >>() argument
1232 operator <<(std::ostream& os, const FloatProxy<T>& value) operator <<() argument
1250 Float16(std::ostream& os, const FloatProxy<Float16>& value) Float16() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp237 const auto value = _.FindDef(value_id); in ValidateReturnValue() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp59 int value = -1; in getInteger() local
73 int value = -1; in getVectorsFromComps() local
H A Des3fShaderCommonFunctionTests.cpp117 inline float getEpsFromMaxUlpDiff (float value, deUint32 ulpDiff) in getEpsFromMaxUlpDiff() argument
131 inline float getEpsFromBits (float value, int numAccurateBits) in getEpsFromBits() argument
249 const float value; member
260 const deUint32 value; member
272 const void* value; global() member
779 const deUint32 value = (sign << 31) | (exp << 23) | mantissa; getInputValues() local
860 const deUint32 value = (sign << 31) | (exp << 23) | mantissa; getInputValues() local
[all...]
H A Des3fTransformFeedbackTests.cpp523 static deUint32 signExtend (deUint32 value, deUint32 numBits) in signExtend() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp60 static inline std::map<string, string> singleMap (const string& key, const string& value) in singleMap() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp532 const deUint32 value = counters[counterNdx]; in checkAndLogCounterValues() local
[all...]
H A Des31fShaderCommonFunctionTests.cpp121 inline float getEpsFromMaxUlpDiff (float value, deUint32 ulpDiff) in getEpsFromMaxUlpDiff() argument
135 inline float getEpsFromBits (float value, int numAccurateBits) in getEpsFromBits() argument
324 const float value; member
335 const deUint32 value; member
347 const void* value; global() member
854 const deUint32 value = (sign << 31) | (exp << 23) | mantissa; getInputValues() local
937 const deUint32 value = (sign << 31) | (exp << 23) | mantissa; getInputValues() local
[all...]
H A Des31fShaderIntegerFunctionTests.cpp60 const float value; member
72 const void* value; member
754 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local
879 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local
928 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local
944 findLSB(deUint32 value) findLSB() argument
988 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local
1004 toPrecision(deUint32 value, int numIntegerBits) toPrecision() argument
1009 toPrecision(deInt32 value, int numIntegerBits) toPrecision() argument
1048 const deUint32 value = ((const deUint32*)inputs[0])[compNdx]; compare() local
[all...]

Completed in 41 milliseconds

1...<<371372373374375376377378379380>>...451