| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | AbstractMessage.java | 171 private static ByteString toByteString(Object value) { in toByteString() argument 277 private static int hashMapField(Object value) { in hashMapField() argument [all...] |
| /third_party/pulseaudio/src/modules/jack/ |
| H A D | module-jackdbus-detect.c | 162 const void *value; in proplist_to_arg() local
|
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | module-raop-discover.c | 196 char *key, *value; in resolver_cb() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-zeroconf-discover.c | 161 char *key, *value; in resolver_cb() local [all...] |
| /third_party/python/Lib/http/ |
| H A D | cookies.py | 302 def value(sel member in Morsel [all...] |
| /third_party/pulseaudio/src/modules/dbus/ |
| H A D | iface-module.c | 134 const char *value = NULL; in append_modargs_variant() local
|
| /third_party/pulseaudio/sonic/ |
| H A D | wave.c | 120 int value = 0, i; in readInt() local 56 writeInt( waveFile file, int value) writeInt() argument 71 writeShort( waveFile file, short value) writeShort() argument 135 int value = 0, i; readShort() local [all...] |
| /third_party/python/Include/internal/ |
| H A D | pycore_frame.h | 88 static inline void _PyFrame_StackPush(_PyInterpreterFrame *f, PyObject *value) { in _PyFrame_StackPush() argument
|
| /third_party/python/Lib/distutils/command/ |
| H A D | install.py | 58 value = re.sub(r"\{(.+?)\}", r"$\g<1>", value) variable 59 value = value.replace("$installed_base", "$base") variable 60 value = value.replace("$py_version_nodot_plat", "$py_version_nodot") variable 65 value = value variable [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | proplist.c | 38 void *value; member 76 int pa_proplist_sets(pa_proplist *p, const char *key, const char *value) { in pa_proplist_sets() argument 104 static int proplist_setn(pa_proplist *p, const char *key, size_t key_length, const char *value, size_ argument 155 proplist_sethex(pa_proplist *p, const char *key, size_t key_length, const char *value, size_t value_length) proplist_sethex() argument 424 const void *value; pa_proplist_to_string_sep() local 465 const char *p, *key = NULL, *value = NULL; pa_proplist_from_string() local [all...] |
| /third_party/openssl/crypto/dh/ |
| H A D | dh_pmeth.c | 224 pkey_dh_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_dh_ctrl_str() argument
|
| /third_party/openssl/crypto/objects/ |
| H A D | o_names.c | 156 const char *value = NULL; in OBJ_NAME_get() local
|
| /third_party/openssl/apps/ |
| H A D | asn1parse.c | 291 ASN1_VALUE *value = ASN1_item_d2i(NULL, &p, length, it); in asn1parse_main() local
|
| /third_party/openssl/crypto/ |
| H A D | initthread.c | 140 CRYPTO_THREAD_LOCAL value; member
|
| H A D | packet.c | 210 static int put_value(unsigned char *data, uint64_t value, size_t len) in put_value() argument
|
| /third_party/openssl/crypto/ocsp/ |
| H A D | ocsp_local.h | 105 } value; member 132 } value; member
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_pmeth.c | 392 pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_ec_ctrl_str() argument
|
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_sbag.c | 116 PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len) PKCS12_SAFEBAG_create_secret() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| H A D | vktBitstreamBufferImpl.cpp | 147 int64_t BitstreamBufferImpl::MemsetData(deUint32 value, VkDeviceSize offset, VkDeviceSize size) in MemsetData() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SymbolEnv.h | 87 Value(bool value) : b(value) {} in Value() argument 88 Value(int value) : i(value) {} in Value() argument 89 Value(unsigned value) : u(value) {} in Value() argument 90 Value(const TType &value) : t(&value) {} in Value() argument 107 Value value() const { return mValue; } value() function in sh::TemplateArg [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
| H A D | IOSurfaceSurfaceCGL.cpp | 149 egl::Error IOSurfaceSurfaceCGL::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 | safe_conversions_impl.h | 33 static const int value = std::is_floating_point<NumericType>::value member 43 static const int value = member 52 static const size_t value = IntegerBitsPlusSign<Integer>::value - 1; member 58 constexpr bool IsValueNegative(T value) in IsValueNegative() argument 85 SafeUnsignedAbs(T value) SafeUnsignedAbs() argument 176 static const NumericRangeRepresentation value = global() member 189 static const NumericRangeRepresentation value = global() member 201 static const NumericRangeRepresentation value = NUMERIC_RANGE_NOT_CONTAINED; global() member [all...] |
| H A D | checked_math_impl.h | 551 static const NumericRepresentation value = global() member 581 constexpr T value() const { return value_; } value() function in angle::base::internal::CheckedNumericState 586 WellDefinedConversionOrZero(Src value, bool is_valid) WellDefinedConversionOrZero() argument 623 constexpr T value() const { return value_; } value() function in angle::base::internal::CheckedNumericState 628 WellDefinedConversionOrNaN(Src value, bool is_valid) WellDefinedConversionOrNaN() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | QueryGL.cpp | 268 GLint value = 0; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | CLPlatform.cpp | 110 getInfo(PlatformInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getInfo() argument
|