| /third_party/toybox/toys/other/ |
| H A D | sysctl.c | 32 char *value = strchr(key, '='); in split_key() local 51 static int write_key(char *path, char *key, char *value) in write_key() argument 94 process_key(char *key, char *value) process_key() argument [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | getconf.c | 51 long long value; member
|
| /third_party/vixl/test/aarch64/ |
| H A D | test-disasm-aarch64.cc | 692 uint64_t value = 0x7fffffff; in TEST() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| H A D | Glfw3Fuchsia.cpp | 37 void glfwWindowHint(int hint, int value) { in glfwWindowHint() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set_inl.h | 147 int value = val; ParseFieldWithExtensionInfo() local 164 std::string* value = ParseFieldWithExtensionInfo() local 176 MessageLite* value = ParseFieldWithExtensionInfo() local 189 MessageLite* value = ParseFieldWithExtensionInfo() local 226 MessageLite* value = ParseMessageSetItemTmpl() local [all...] |
| H A D | any_lite.cc | 56 AnyMetadata::AnyMetadata(UrlType* type_url, ValueType* value) in AnyMetadata() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | LazyField.java | 117 public Object setValue(Object value) { in setValue() argument
|
| H A D | ByteBufferWriter.java | 141 private static void setBuffer(byte[] value) { in setBuffer() argument
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | field.cc | 62 DescrSet(PyMessageFieldProperty* self, PyObject* obj, PyObject* value) DescrSet() argument
|
| /third_party/python/Modules/_sqlite/ |
| H A D | util.c | 147 long long value = PyLong_AsLongLongAndOverflow(py_val, &overflow); in _pysqlite_long_as_int64() local
|
| /third_party/python/Objects/clinic/ |
| H A D | dictobject.c.h | 22 PyObject *value = Py_None; in dict_fromkeys() local [all...] |
| H A D | odictobject.c.h | 26 PyObject *value = Py_None; in OrderedDict_fromkeys() local [all...] |
| /third_party/python/Modules/ |
| H A D | _weakref.c | 40 is_dead_weakref(PyObject *value) in is_dead_weakref() argument
|
| /third_party/protobuf/objectivec/ |
| H A D | GPBType.pbobjc.h | 432 @property(nonatomic, readwrite, strong, null_resettable) GPBAny *value; global() variable [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | CodedOutputStream.php | 118 $value = ($value >> 7) & ~(0x7F << ((PHP_INT_SIZE << 3) - 7)); global() variable [all...] |
| H A D | GPBJsonWire.php | 155 $value variable 163 $value = bcadd($value, "18446744073709551616"); global() variable 229 $value = json_encode($value, JSON_UNESCAPED_UNICODE); global() variable [all...] |
| H A D | EnumDescriptorProto.php | 27 private $value; variable 120 $this->value = $arr; variable [all...] |
| H A D | EnumDescriptor.php | 14 private $value; variable [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | code_generator.cc | 108 std::pair<std::string, std::string> value; in ParseGeneratorParameter() local
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| H A D | csharp_doc_comment.cc | 104 void WriteEnumValueDocComment(io::Printer* printer, const EnumValueDescriptor* value) { in WriteEnumValueDocComment() argument
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | LazyStringArrayListTest.java | 285 private static <T> void assertGenericListImmutable(List<T> list, T value) { in assertGenericListImmutable() argument
|
| H A D | Utf8Utils.java | 44 final int value; field in Utf8Utils.MaxCodePoint
|
| /third_party/pulseaudio/src/tests/ |
| H A D | atomic-test.c | 71 size_t value = 0; in read_func() local 85 size_t value = 0; in write_func() local [all...] |
| H A D | hashmap-test.c | 10 int value; member [all...] |
| /third_party/python/Doc/includes/ |
| H A D | custom3.c | 81 Custom_setfirst(CustomObject *self, PyObject *value, void *closure) in Custom_setfirst() argument 108 Custom_setlast(CustomObject *self, PyObject *value, void *closure) in Custom_setlast() argument [all...] |