| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | MatcherCompilerTest.java | 108 private static Byte single(int value) { in single() argument
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/ |
| H A D | RangeTableSubject.java | 114 public RangeTreeSubject assigned(Column<?> column, Object value) { in assigned() argument
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | var.rs | 407 let mut value = None; get_integer_literal_from_cursor() variables [all...] |
| /third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
| H A D | extern_impl.rs | 413 pub fn value<T>(&self, value: T) -> StyledValue<T> { value() functions [all...] |
| /third_party/python/Python/ |
| H A D | thread.c | 194 PyObject *threadinfo, *value; in PyThread_GetInfo() local [all...] |
| /third_party/python/Tools/peg_generator/peg_extension/ |
| H A D | peg_extension.c | 139 PyObject *value = PyList_GetItem(list, i); // Borrowed reference. in Py_UNUSED() local
|
| /third_party/python/Tools/unicode/ |
| H A D | mkstringprep.py | 102 value = value.strip() variable 104 value = [int(v, 16) for v in value.split(" ")] variable 107 value = None variable
|
| /third_party/openssl/test/ |
| H A D | stack_test.c | 59 int value; in test_int_stack() member 72 int value; in test_int_stack() member
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| H A D | ReadOnlyDictionary.cs | 51 public void Add(TKey key, TValue value)
in Add() argument 71 public bool TryGetValue(TKey key, out TValue value)
in TryGetValue() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | LimitedInputStream.cs | 100 public override void SetLength(long value) in SetLength() argument
|
| H A D | UnknownField.cs | 236 AddVarint(ulong value) AddVarint() argument 245 AddFixed32(uint value) AddFixed32() argument 254 AddFixed64(ulong value) AddFixed64() argument 263 AddLengthDelimited(ByteString value) AddLengthDelimited() argument 269 AddGroup(UnknownFieldSet value) AddGroup() argument 280 Add(List<T> list, T value) Add() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | CustomOptions.cs | 80 public bool TryGetBool(int field, out bool value) => TryGetPrimitiveValue(field, out value); in TryGetBool() argument 88 TryGetInt32(int field, out int value) TryGetInt32() argument 96 TryGetInt64(int field, out long value) TryGetInt64() argument 105 TryGetFixed32(int field, out uint value) TryGetFixed32() argument 114 TryGetFixed64(int field, out ulong value) TryGetFixed64() argument 123 TryGetSFixed32(int field, out int value) TryGetSFixed32() argument 132 TryGetSFixed64(int field, out long value) TryGetSFixed64() argument 141 TryGetSInt32(int field, out int value) TryGetSInt32() argument 150 TryGetSInt64(int field, out long value) TryGetSInt64() argument 158 TryGetUInt32(int field, out uint value) TryGetUInt32() argument 166 TryGetUInt64(int field, out ulong value) TryGetUInt64() argument 174 TryGetFloat(int field, out float value) TryGetFloat() argument 182 TryGetDouble(int field, out double value) TryGetDouble() argument 190 TryGetString(int field, out string value) TryGetString() argument 198 TryGetBytes(int field, out ByteString value) TryGetBytes() argument 239 value = null; global() field in Google.Protobuf.Reflection.CustomOptions 243 TryGetPrimitiveValue(int field, out T value) TryGetPrimitiveValue() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | DurationPartial.cs | 119 public static Duration operator -(Duration value) in operator -() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| H A D | CodedOutputStreamTest.cs | 47 private static void AssertWriteVarint(byte[] data, ulong value)
in AssertWriteVarint() argument 167 AssertWriteLittleEndian32(byte[] data, uint value) AssertWriteLittleEndian32() argument 205 AssertWriteLittleEndian64(byte[] data, ulong value) AssertWriteLittleEndian64() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
| H A D | CustomOptionsTest.cs | 56 delegate bool OptionFetcher<T>(int field, out T value); in OptionFetcher() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | shmasyncq.c | 56 static int reduce(pa_shmasyncq *l, int value) { in reduce() argument
|
| /third_party/python/Include/ |
| H A D | moduleobject.h | 62 void *value; member
|
| /third_party/pulseaudio/src/modules/rtp/ |
| H A D | headerlist.c | 37 void *value; member 60 int pa_headerlist_puts(pa_headerlist *p, const char *key, const char *value) { in pa_headerlist_puts() argument 83 int pa_headerlist_putsappend(pa_headerlist *p, const char *key, const char *value) { in pa_headerlist_putsappend() argument [all...] |
| /third_party/python/Lib/ctypes/test/ |
| H A D | test_win32.py | 40 value = getattr(res, f[0]) variable in ReturnStructSizesTestCase.test_sizes.S
|
| /third_party/openssl/crypto/asn1/ |
| H A D | a_mbstr.c | 209 traverse_string(const unsigned char *p, int len, int inform, int (*rfunc) (unsigned long value, void *in), void *arg) traverse_string() argument 213 unsigned long value; traverse_string() local 249 in_utf8(unsigned long value, void *arg) in_utf8() argument 262 out_utf8(unsigned long value, void *arg) out_utf8() argument 279 type_str(unsigned long value, void *arg) type_str() argument 305 cpy_asc(unsigned long value, void *arg) cpy_asc() argument 317 cpy_bmp(unsigned long value, void *arg) cpy_bmp() argument 330 cpy_univ(unsigned long value, void *arg) cpy_univ() argument 345 cpy_utf8(unsigned long value, void *arg) cpy_utf8() argument [all...] |
| H A D | x_long.c | 66 static int num_bits_ulong(unsigned long value) in num_bits_ulong() argument
|
| /third_party/openssl/crypto/ |
| H A D | der_writer.c | 81 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value) in ossl_DER_w_octet_string_uint32() argument 112 const uint32_t *value = v; in int_put_bytes_uint32() local
|
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_local.h | 30 } value; member 42 } value; member
|
| /third_party/openssl/crypto/property/ |
| H A D | property_query.c | 45 const char *value = NULL; in ossl_property_get_string_value() local 54 int64_t value = 0; in ossl_property_get_number_value() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageLoadStoreUtil.cpp | 115 bool isRepresentableIntegerValue (tcu::Vector<deInt64, 4> value, tcu::TextureFormat format) in isRepresentableIntegerValue() argument
|