| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | utility.h | 178 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 D | exponential_biased.cc | 67 double value = std::rint(interval); in GetSkipCount() local
|
| H A D | atomic_hook_test.cc | 26 int value = 0; member [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | traits.h | 57 static constexpr bool value = member in absl::random_internal::is_widening_convertible
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
| H A D | commandlineflag.h | 104 T value; in TryGet() member [all...] |
| /third_party/skia/include/sksl/ |
| H A D | DSLCore.h | 176 DSLPossibleStatement StaticSwitch(DSLExpression value, Cases... cases) { in StaticSwitch() argument 193 Switch(DSLExpression value, Cases... cases) Switch() argument [all...] |
| H A D | DSLCase.h | 27 DSLCase(DSLExpression value, Statements... statements) in DSLCase() argument
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGFilter.cpp | 16 bool SkSVGFilter::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| H A D | SkSVGFeGaussianBlur.cpp | 15 bool SkSVGFeGaussianBlur::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
|
| /third_party/skia/include/core/ |
| H A D | SkMath.h | 28 template <typename T> constexpr inline bool SkIsPow2(T value) { in SkIsPow2() argument
|
| /third_party/skia/bench/ |
| H A D | ResultsWriter.h | 50 void appendMetric(const char* name, double value) { in appendMetric() argument
|
| /third_party/spirv-tools/source/ |
| H A D | instruction.h | 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuSeedBuilder.hpp | 69 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 D | deThreadLocal.hpp | 42 inline void set (void* value) { deThreadLocal_set(m_var, value); } in set() argument
|
| /third_party/vk-gl-cts/framework/delibs/depool/ |
| H A D | dePoolHeap.c | 33 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 D | deThreadLocalUnix.c | 70 void deThreadLocal_set (deThreadLocal threadLocal, void* value) in deThreadLocal_set() argument
|
| /third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
| H A D | deThreadLocalWin32.c | 54 void deThreadLocal_set (deThreadLocal threadLocal, void* value) in deThreadLocal_set() argument
|
| /foundation/ability/form_fwk/services/config/ |
| H A D | form_resource_param.cpp | 45 char value[MAX_LEN] = {0}; in GetSystemParam() local
|
| /foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
| H A D | hdi_enum_type_emitter.h | 25 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 D | distributed_want_params_wrapper.h | 41 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 D | ast_enum_type.cpp | 85 AutoPtr<ASTExpr> value = it->GetExprValue();
in Dump() local
|
| /foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
| H A D | get_topn.h | 37 float value = 0.0; in GetTopN() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
| H A D | application_util.h | 33 [[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 D | double_wrapper.cpp | 22 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 D | short_wrapper.cpp | 22 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...] |