Home
last modified time | relevance | path

Searched defs:value (Results 251 - 275 of 10330) sorted by relevance

1...<<11121314151617181920>>...414

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dvideo.cpp29 Video::Video(UDType type, ValueType value) : File(type, value) in Video() argument
H A Dimage.cpp29 Image::Image(UDType type, ValueType value) : File(type, value) in Image() argument
H A Dfolder.cpp29 Folder::Folder(UDType type, ValueType value) : File(type, value) in Folder() argument
H A Daudio.cpp29 Audio::Audio(UDType type, ValueType value) : File(type, value) in Audio() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_hitrace.h27 inline HiTrace(const std::string &value) in HiTrace() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dhitrace.h27 inline HiTrace(const std::string &value) in HiTrace() argument
/foundation/distributeddatamgr/udmf/framework/common/
H A Dendian_converter.h24 static inline int8_t HostToNet(int8_t value) in HostToNet() argument
28 static inline int16_t HostToNet(int16_t value) in HostToNet() argument
33 static inline int16_t NetToHost(int16_t value) in NetToHost() argument
38 static inline int32_t HostToNet(int32_t value) in HostToNet() argument
43 static inline int8_t NetToHost(int8_t value) in NetToHost() argument
48 NetToHost(int32_t value) NetToHost() argument
53 HostToNet(int64_t value) HostToNet() argument
58 NetToHost(int64_t value) NetToHost() argument
63 HostToNet(uint8_t value) HostToNet() argument
67 HostToNet(uint16_t value) HostToNet() argument
72 NetToHost(uint16_t value) NetToHost() argument
77 HostToNet(uint32_t value) HostToNet() argument
82 NetToHost(uint8_t value) NetToHost() argument
87 NetToHost(uint32_t value) NetToHost() argument
92 HostToNet(uint64_t value) HostToNet() argument
97 NetToHost(uint64_t value) NetToHost() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dsysparam_dynamic.c20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter() argument
33 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
H A Dsysparam_static.c20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter() argument
29 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
/third_party/ffmpeg/libavcodec/
H A Dcelp_math.h81 bidir_sal(unsigned value, int offset) bidir_sal() argument
[all...]
H A Dvc1_pred.h39 static av_always_inline int scale_mv(int value, int bfrac, int inv, int qs) in scale_mv() argument
/third_party/eudev/src/shared/
H A Dsysctl-util.c59 int sysctl_write(const char *property, const char *value) { in sysctl_write() argument
/third_party/elfutils/libebl/
H A Deblcheckobjattr.c38 ebl_check_object_attribute(Ebl *ebl, const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) ebl_check_object_attribute() argument
/third_party/gn/src/base/memory/
H A Draw_scoped_refptr_mismatch_checker.h43 value = std::is_pointer<T>::value && enumerator
/third_party/benchmark/src/
H A Djson_reporter.cc67 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() argument
72 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() argument
77 std::string FormatKV(std::string const& key, bool value) { in FormatKV() argument
82 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() argument
88 std::string FormatKV(std::string const& key, double value) { in FormatKV() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DOutputInt.java27 public int value; field in OutputInt
47 public OutputInt(int value) { in OutputInt() argument
[all...]
H A DOutput.java21 public T value; field in Output
45 public Output(T value) { in Output() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DOutputInt.java29 public int value; field in OutputInt
49 public OutputInt(int value) { in OutputInt() argument
[all...]
H A DOutput.java20 public T value; field in Output
41 public Output(T value) { in Output() argument
[all...]
/third_party/json/docs/examples/
H A Dget__PointerType.cpp9 json value = 17; in main() local
H A Dget_ptr.cpp9 json value = 17; in main() local
/third_party/json/include/nlohmann/detail/meta/
H A Dcpp_future.hpp161 constexpr T static_const<T>::value; member in detail::static_const
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-initializer.js
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-lastindexof.js75 var value = array.lastIndexOf(4, { variable
85 var value = array.lastIndexOf(1, { variable
95 var value = array.indexOf(5, { variable
/third_party/node/src/
H A Dnode_report.h25 std::string ValueToHexString(T value) { in ValueToHexString() argument
29 value; in ValueToHexString() local

Completed in 7 milliseconds

1...<<11121314151617181920>>...414