Home
last modified time | relevance | path

Searched defs:value (Results 1426 - 1450 of 20326) sorted by relevance

1...<<51525354555657585960>>...814

/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.h178 ValueAsString(T value) ValueAsString() argument
183 ValueAsString(float value) ValueAsString() argument
188 ValueAsString(double value) ValueAsString() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexponential_biased.cc67 double value = std::rint(interval); in GetSkipCount() local
H A Datomic_hook_test.cc26 int value = 0; member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dtraits.h57 static constexpr bool value = member in absl::random_internal::is_widening_convertible
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dcommandlineflag.h104 T value; in TryGet() member
[all...]
/third_party/skia/include/sksl/
H A DDSLCore.h176 DSLPossibleStatement StaticSwitch(DSLExpression value, Cases... cases) { in StaticSwitch() argument
193 Switch(DSLExpression value, Cases... cases) Switch() argument
[all...]
H A DDSLCase.h27 DSLCase(DSLExpression value, Statements... statements) in DSLCase() argument
/third_party/skia/modules/svg/src/
H A DSkSVGFilter.cpp16 bool SkSVGFilter::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
H A DSkSVGFeGaussianBlur.cpp15 bool SkSVGFeGaussianBlur::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
/third_party/skia/include/core/
H A DSkMath.h28 template <typename T> constexpr inline bool SkIsPow2(T value) { in SkIsPow2() argument
/third_party/skia/bench/
H A DResultsWriter.h50 void appendMetric(const char* name, double value) { in appendMetric() argument
/third_party/spirv-tools/source/
H A Dinstruction.h45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuSeedBuilder.hpp69 operator <<(SeedBuilder& builder, const tcu::Vector<T, Size>& value) operator <<() argument
72 builder << value[i]; operator <<() local
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadLocal.hpp42 inline void set (void* value) { deThreadLocal_set(m_var, value); } in set() argument
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolHeap.c33 int value; member
36 DE_INLINE HeapItem HeapItem_create (int priority, int value) in HeapItem_create() argument
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c70 void deThreadLocal_set (deThreadLocal threadLocal, void* value) in deThreadLocal_set() argument
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeThreadLocalWin32.c54 void deThreadLocal_set (deThreadLocal threadLocal, void* value) in deThreadLocal_set() argument
/foundation/ability/form_fwk/services/config/
H A Dform_resource_param.cpp45 char value[MAX_LEN] = {0}; in GetSystemParam() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_enum_type_emitter.h25 explicit HdiEnumValueEmitter(const std::string &name, const std::string &value) : mName_(name), value_(value) {} in HdiEnumValueEmitter() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params_wrapper.h41 inline DistributedWantParamWrapper(const DistributedWantParams& value) : wantParams_(value) in DistributedWantParamWrapper() argument
46 inline DistributedWantParamWrapper(DistributedWantParams&& value) : wantParams_(std::move(value)) in DistributedWantParamWrapper() argument
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_enum_type.cpp85 AutoPtr<ASTExpr> value = it->GetExprValue(); in Dump() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dget_topn.h37 float value = 0.0; in GetTopN() local
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dapplication_util.h33 [[maybe_unused]] static void AppFwkBootEventCallback(const char *key, const char *value, void *context) in AppFwkBootEventCallback() argument
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Ddouble_wrapper.cpp22 ErrCode Double::GetValue(double &value) /* [out] */ in GetValue() argument
41 sptr<IDouble> Double::Box(double value) /* [in] */ in Box() argument
49 double value; in Unbox() local
58 double value = std::stod(str, &idx); in Parse() local
[all...]
H A Dshort_wrapper.cpp22 ErrCode Short::GetValue(short &value) /* [out] */ in GetValue() argument
41 sptr<IShort> Short::Box(short value) /* [in] */ in Box() argument
49 short value; in Unbox() local
58 short value = (short)std::stoi(str, &idx); in Parse() local
[all...]

Completed in 8 milliseconds

1...<<51525354555657585960>>...814