Home
last modified time | relevance | path

Searched defs:value (Results 2251 - 2275 of 7579) sorted by relevance

1...<<919293949596979899100>>...304

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompilerTest.java108 private static Byte single(int value) { in single() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DRangeTableSubject.java114 public RangeTreeSubject assigned(Column<?> column, Object value) { in assigned() argument
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dvar.rs407 let mut value = None; get_integer_literal_from_cursor() variables
[all...]
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dextern_impl.rs413 pub fn value<T>(&self, value: T) -> StyledValue<T> { value() functions
[all...]
/third_party/python/Python/
H A Dthread.c194 PyObject *threadinfo, *value; in PyThread_GetInfo() local
[all...]
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c139 PyObject *value = PyList_GetItem(list, i); // Borrowed reference. in Py_UNUSED() local
/third_party/python/Tools/unicode/
H A Dmkstringprep.py102 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 Dstack_test.c59 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 DReadOnlyDictionary.cs51 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 DLimitedInputStream.cs100 public override void SetLength(long value) in SetLength() argument
H A DUnknownField.cs236 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 DCustomOptions.cs80 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 DDurationPartial.cs119 public static Duration operator -(Duration value) in operator -() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs47 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 DCustomOptionsTest.cs56 delegate bool OptionFetcher<T>(int field, out T value); in OptionFetcher() argument
/third_party/pulseaudio/src/pulsecore/
H A Dshmasyncq.c56 static int reduce(pa_shmasyncq *l, int value) { in reduce() argument
/third_party/python/Include/
H A Dmoduleobject.h62 void *value; member
/third_party/pulseaudio/src/modules/rtp/
H A Dheaderlist.c37 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 Dtest_win32.py40 value = getattr(res, f[0]) variable in ReturnStructSizesTestCase.test_sizes.S
/third_party/openssl/crypto/asn1/
H A Da_mbstr.c209 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 Dx_long.c66 static int num_bits_ulong(unsigned long value) in num_bits_ulong() argument
/third_party/openssl/crypto/
H A Dder_writer.c81 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 Dp12_local.h30 } value; member
42 } value; member
/third_party/openssl/crypto/property/
H A Dproperty_query.c45 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 DvktImageLoadStoreUtil.cpp115 bool isRepresentableIntegerValue (tcu::Vector<deInt64, 4> value, tcu::TextureFormat format) in isRepresentableIntegerValue() argument

Completed in 10 milliseconds

1...<<919293949596979899100>>...304