Home
last modified time | relevance | path

Searched defs:value (Results 3626 - 3650 of 10253) sorted by relevance

1...<<141142143144145146147148149150>>...411

/third_party/python/Include/cpython/
H A Dpyerrors.h70 PyObject *value; member
/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py213 value = make_property('value') variable in Synchronized
239 value = make_property('value') variable in SynchronizedString
/third_party/openssl/crypto/dsa/
H A Ddsa_pmeth.c186 pkey_dsa_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_dsa_ctrl_str() argument
/third_party/openssl/crypto/
H A Dprovider_conf.c80 provider_conf_params_internal(OSSL_PROVIDER *prov, OSSL_PROVIDER_INFO *provinfo, const char *name, const char *value, const CONF *cnf, STACK_OF(OPENSSL_CSTRING) *visited) provider_conf_params_internal() argument
161 provider_conf_params(OSSL_PROVIDER *prov, OSSL_PROVIDER_INFO *provinfo, const char *name, const char *value, const CONF *cnf) provider_conf_params() argument
200 provider_conf_load(OSSL_LIB_CTX *libctx, const char *name, const char *value, const CONF *cnf) provider_conf_load() argument
[all...]
H A Dcpuid.c40 static WCHAR value[48]; in ossl_getenv() local
/third_party/openssl/crypto/asn1/
H A Dtasn_utl.c48 int ossl_asn1_set_choice_selector(ASN1_VALUE **pval, int value, in ossl_asn1_set_choice_selector() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp160 void set (size_t ndx, bool value) in set() argument
168 void setRange (size_t offset, size_t count, bool value) in setRange() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp168 SizeType value; member
180 deUint64 value; member
183 const SizeUnit* getBestSizeUnit (deUint64 value) in getBestSizeUnit() argument
220 prettySize(SizeType value, int precision = 2) prettySize() argument
[all...]
H A DvktTestCase.hpp153 void resultSetOnValidation (bool value) { m_resultSetOnValidation = value; } in resultSetOnValidation() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DIntermRebuild.h91 T value; member
H A DDebugSink.h107 DebugSink &operator<<(const T &value) in operator <<() argument
110 mParent << value; in operator <<() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.cpp19 cl_int Device::getInfo(DeviceInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
[all...]
H A DCLEvent.cpp28 cl_int Event::getInfo(EventInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
106 getProfilingInfo(ProfilingInfo name, size_t valueSize, void *value, size_t *valueSizeRet) getProfilingInfo() argument
H A DDevice.cpp104 Error Device::getAttribute(EGLint attribute, EGLAttrib *value) in getAttribute() argument
H A DSizedMRUCache.h27 const Value *put(const Key &key, Value &&value, size_t size) in put() argument
131 Value value; global() member
[all...]
H A DCLMemory.cpp52 cl_int Memory::getInfo(MemInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp59 bool GetKernelInfo(cl_kernel kernel, cl::KernelInfo name, T &value, cl_int &errorCode) in GetKernelInfo() argument
131 void *value = nullptr; in setArg() local
31 GetWorkGroupInfo(cl_kernel kernel, cl_device_id device, cl::KernelWorkGroupInfo name, T &value, cl_int &errorCode) GetWorkGroupInfo() argument
43 GetArgInfo(cl_kernel kernel, cl_uint index, cl::KernelArgInfo name, T &value, cl_int &errorCode) GetArgInfo() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp121 egl::Error WindowSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math.h44 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() argument
53 constexpr CheckedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in CheckedNumeric() argument
203 CheckedNumeric value = *this; operator ++() local
217 const CheckedNumeric value = *this; operator --() local
257 CheckedNumeric(Src value, bool is_valid) CheckedNumeric() argument
266 static constexpr Src value(Src value) { return value; } value() function
273 static constexpr Src value(const CheckedNumeric<Src> v) { return v.state_.value(); } value() function
280 static constexpr Src value(const StrictNumeric<Src> v) { return static_cast<Src>(v); } value() function
286 IsValidForType(const CheckedNumeric<Src> value) IsValidForType() argument
292 ValueOrDieForType(const CheckedNumeric<Src> value) ValueOrDieForType() argument
298 ValueOrDefaultForType(const CheckedNumeric<Src> value, const Default default_value) ValueOrDefaultForType() argument
307 MakeCheckedNum(const T value) MakeCheckedNum() argument
[all...]
H A Dsafe_conversions.h102 IsValueInRangeForNumericType(Src value) IsValueInRangeForNumericType() argument
114 checked_cast(Src value) checked_cast() argument
149 saturated_cast_impl(Src value, RangeCheck constraint) saturated_cast_impl() argument
215 saturated_cast(Src value) saturated_cast() argument
231 strict_cast(Src value) strict_cast() argument
254 static constexpr bool value = false; global() member
264 static constexpr bool value = global() member
294 StrictNumeric(Src value) StrictNumeric() argument
323 MakeStrictNum(const T value) MakeStrictNum() argument
331 operator <<(std::ostream &os, const StrictNumeric<T> &value) operator <<() argument
378 ClampFloor(Src value) ClampFloor() argument
386 ClampCeil(Src value) ClampCeil() argument
394 ClampRound(Src value) ClampRound() argument
[all...]
H A Dclamped_math.h43 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() argument
52 constexpr ClampedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in ClampedNumeric() argument
135 ClampedNumeric value in operator ++() local
148 ClampedNumeric value = *this; operator --() local
191 static constexpr Src value(Src value) value() function
201 MakeClampedNum(const T value) MakeClampedNum() argument
209 operator <<(std::ostream &os, const ClampedNumeric<T> &value) operator <<() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DPbufferSurfaceCGL.cpp82 egl::Error PbufferSurfaceCGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_posix.cpp64 bool SetEnvironmentVar(const char *variableName, const char *value) in SetEnvironmentVar() argument
71 const char *value = getenv(variableName); in GetEnvironmentVar() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDirectiveHandler.cpp54 handlePragma(const angle::pp::SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl) handlePragma() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DPbufferSurfaceEAGL.cpp84 egl::Error PbufferSurfaceEAGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument

Completed in 13 milliseconds

1...<<141142143144145146147148149150>>...411