/third_party/python/Include/cpython/ |
H A D | pyerrors.h | 70 PyObject *value; member
|
/third_party/python/Lib/multiprocessing/ |
H A D | sharedctypes.py | 213 value = make_property('value') variable in Synchronized 239 value = make_property('value') variable in SynchronizedString
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_pmeth.c | 186 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 D | provider_conf.c | 80 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 D | cpuid.c | 40 static WCHAR value[48]; in ossl_getenv() local
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 48 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 D | vktMemoryMappingTests.cpp | 160 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 D | vktInfoTests.cpp | 168 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 D | vktTestCase.hpp | 153 void resultSetOnValidation (bool value) { m_resultSetOnValidation = value; } in resultSetOnValidation() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | IntermRebuild.h | 91 T value; member
|
H A D | DebugSink.h | 107 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 D | CLDevice.cpp | 19 cl_int Device::getInfo(DeviceInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument [all...] |
H A D | CLEvent.cpp | 28 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 D | Device.cpp | 104 Error Device::getAttribute(EGLint attribute, EGLAttrib *value) in getAttribute() argument
|
H A D | SizedMRUCache.h | 27 const Value *put(const Key &key, Value &&value, size_t size) in put() argument 131 Value value; global() member [all...] |
H A D | CLMemory.cpp | 52 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 D | CLKernelCL.cpp | 59 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 D | WindowSurfaceWGL.cpp | 121 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 D | checked_math.h | 44 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 D | safe_conversions.h | 102 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 D | clamped_math.h | 43 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 D | PbufferSurfaceCGL.cpp | 82 egl::Error PbufferSurfaceCGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_posix.cpp | 64 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 D | DirectiveHandler.cpp | 54 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 D | PbufferSurfaceEAGL.cpp | 84 egl::Error PbufferSurfaceEAGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
|