Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/external/protobuf/js/binary/
Dwriter.js132 jspb.BinaryWriter.prototype.beginDelimited_ = function(field) { argument
252 jspb.BinaryWriter.prototype.beginSubMessage = function(field) { argument
276 function(field, wireType) { argument
289 jspb.BinaryWriter.prototype.writeAny = function(fieldType, field, value) { argument
365 jspb.BinaryWriter.prototype.writeUnsignedVarint32_ = function(field, value) { argument
378 jspb.BinaryWriter.prototype.writeSignedVarint32_ = function(field, value) { argument
391 jspb.BinaryWriter.prototype.writeUnsignedVarint64_ = function(field, value) { argument
404 jspb.BinaryWriter.prototype.writeSignedVarint64_ = function(field, value) { argument
417 jspb.BinaryWriter.prototype.writeZigzagVarint32_ = function(field, value) { argument
430 jspb.BinaryWriter.prototype.writeZigzagVarint64_ = function(field, value) { argument
[all …]
/external/libchrome/base/json/
Djson_value_converter.h120 FieldType StructType::* field, in FieldConverter()
205 bool Convert(const base::Value& value, FieldType* field) const override { in Convert()
223 bool Convert(const base::Value& value, FieldType* field) const override { in Convert()
240 bool Convert(const base::Value& value, NestedType* field) const override { in Convert()
256 std::vector<std::unique_ptr<Element>>* field) const override { in Convert()
292 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert()
329 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert()
367 int StructType::* field) { in RegisterIntField()
374 std::string StructType::* field) { in RegisterStringField()
381 string16 StructType::* field) { in RegisterStringField()
[all …]
/external/u-boot/common/eeprom/
Deeprom_field.c13 static void __eeprom_field_print_bin(const struct eeprom_field *field, in __eeprom_field_print_bin()
27 static int __eeprom_field_update_bin(struct eeprom_field *field, in __eeprom_field_update_bin()
69 static int __eeprom_field_update_bin_delim(struct eeprom_field *field, in __eeprom_field_update_bin_delim()
112 void eeprom_field_print_bin(const struct eeprom_field *field) in eeprom_field_print_bin()
123 int eeprom_field_update_bin(struct eeprom_field *field, char *value) in eeprom_field_update_bin()
135 int eeprom_field_update_reserved(struct eeprom_field *field, char *value) in eeprom_field_update_reserved()
154 void eeprom_field_print_bin_rev(const struct eeprom_field *field) in eeprom_field_print_bin_rev()
170 int eeprom_field_update_bin_rev(struct eeprom_field *field, char *value) in eeprom_field_update_bin_rev()
185 void eeprom_field_print_mac(const struct eeprom_field *field) in eeprom_field_print_mac()
197 int eeprom_field_update_mac(struct eeprom_field *field, char *value) in eeprom_field_update_mac()
[all …]
/external/openssh/openbsd-compat/
Dsys-queue.h198 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
200 #define SLIST_FOREACH(var, head, field) \ argument
205 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
217 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
222 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
227 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument
231 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
235 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
272 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
274 #define LIST_FOREACH(var, head, field) \ argument
[all …]
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DFieldInitializer.java34 private final Field field; field in FieldInitializer
48 public FieldInitializer(Object fieldOwner, Field field) { in FieldInitializer()
63 … public FieldInitializer(Object fieldOwner, Field field, ConstructorArgumentResolver argResolver) { in FieldInitializer()
67 private FieldInitializer(Object fieldOwner, Field field, ConstructorInstantiator instantiator) { in FieldInitializer()
99 private void checkNotLocal(Field field) { in checkNotLocal()
105 private void checkNotInner(Field field) { in checkNotInner()
112 private void checkNotInterface(Field field) { in checkNotInterface()
118 private void checkNotAbstract(Field field) { in checkNotAbstract()
124 private void checkNotEnum(Field field) { in checkNotEnum()
176 private final Field field; field in FieldInitializer.NoArgConstructorInstantiator
[all …]
/external/iperf3/src/
Dqueue.h113 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
115 #define SLIST_FOREACH(var, head, field) \ argument
120 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
132 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
137 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
142 #define SLIST_REMOVE_NEXT(head, elm, field) do { \ argument
146 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
150 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
187 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
189 #define LIST_FOREACH(var, head, field) \ argument
[all …]
/external/libevent/compat/sys/
Dqueue.h109 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
111 #define SLIST_FOREACH(var, head, field) \ argument
123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
128 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
133 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
160 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
162 #define LIST_FOREACH(var, head, field) \ argument
174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument
182 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument
189 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
[all …]
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h129 #define SLIST_FOREACH(var, head, field) \ argument
138 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
143 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
148 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
150 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
163 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
191 #define STAILQ_FOREACH(var, head, field) \ argument
201 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument
207 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
213 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
[all …]
/external/flatbuffers/include/flatbuffers/
Dreflection.h74 template<typename T> T GetFieldDefaultI(const reflection::Field &field) { in GetFieldDefaultI()
80 template<typename T> T GetFieldDefaultF(const reflection::Field &field) { in GetFieldDefaultF()
87 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI()
95 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF()
103 const reflection::Field &field) { in GetFieldS()
110 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV()
120 const reflection::Field &field) { in GetFieldAnyV()
125 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT()
133 const reflection::Field &field) { in GetFieldStruct()
142 const reflection::Field &field) { in GetFieldStruct()
[all …]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java45 public void add(int field, int amount) { in add()
103 public int get(int field) { in get()
109 public int getActualMaximum(int field) { in getActualMaximum()
114 public int getActualMinimum(int field) { in getActualMinimum()
119 public String getDisplayName(int field, int style, Locale locale) { in getDisplayName()
135 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames()
163 public int getGreatestMinimum(int field) { in getGreatestMinimum()
168 public int getLeastMaximum(int field) { in getLeastMaximum()
173 public int getMaximum(int field) { in getMaximum()
183 public int getMinimum(int field) { in getMinimum()
[all …]
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Dencode_alltypes_callback.c13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint()
19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint()
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32()
31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64()
37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string()
43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg()
50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg()
57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint()
71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint()
85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32()
[all …]
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint()
19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint()
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32()
31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64()
37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string()
43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg()
50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg()
57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint()
71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint()
85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32()
[all …]
/external/nanopb-c/tests/alltypes_proto3_callback/
Dencode_alltypes_callback.c13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint()
19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint()
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32()
31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64()
37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string()
43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg()
50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg()
57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint()
71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint()
85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32()
[all …]
Ddecode_alltypes_callback.c18 static bool read_varint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_varint()
28 static bool read_svarint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_svarint()
38 static bool read_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed32()
48 static bool read_fixed64(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed64()
58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string()
70 static bool read_submsg(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_submsg()
84 static bool read_emptymsg(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_emptymsg()
90 static bool read_repeated_varint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_varint()
101 static bool read_repeated_svarint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_svarint()
112 static bool read_repeated_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_fixed32()
[all …]
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.cc26 repeated_field* field = in add_repeated_field() local
39 repeated_field* field = head; in destroy_repeated_field_list_identity() local
53 repeated_field* field = head; in destroy_repeated_field_list_string() local
77 bool encode_string_or_bytes_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_string_or_bytes_cb()
85 bool encode_repeated_identity_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_repeated_identity_cb()
98 bool encode_repeated_string_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_repeated_string_cb()
112 bool decode_string_or_bytes_cb(pb_istream_t* stream, const pb_field_t* field, in decode_string_or_bytes_cb()
124 bool decode_repeated_identity_cb(pb_istream_t* stream, const pb_field_t* field, in decode_repeated_identity_cb()
135 bool decode_repeated_string_cb(pb_istream_t* stream, const pb_field_t* field, in decode_repeated_string_cb()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java67 final Descriptors.FieldDescriptor field = entry.getKey(); in writeMessageTo() local
95 final Descriptors.FieldDescriptor field = entry.getKey(); in getSerializedSize() local
143 final Descriptors.FieldDescriptor field = entry.getKey(); in isInitialized() local
164 final Descriptors.FieldDescriptor field, in subMessagePrefix()
195 final Descriptors.FieldDescriptor field = entry.getKey(); in findMissingFields() local
254 public Object getField(Descriptors.FieldDescriptor field); in getField()
263 boolean hasField(Descriptors.FieldDescriptor field); in hasField()
271 MergeTarget setField(Descriptors.FieldDescriptor field, Object value); in setField()
277 MergeTarget clearField(Descriptors.FieldDescriptor field); in clearField()
288 MergeTarget setRepeatedField(Descriptors.FieldDescriptor field, in setRepeatedField()
[all …]
DMapEntry.java170 private void checkFieldDescriptor(FieldDescriptor field) { in checkFieldDescriptor()
179 public boolean hasField(FieldDescriptor field) { in hasField()
186 public Object getField(FieldDescriptor field) { in getField()
198 public int getRepeatedFieldCount(FieldDescriptor field) { in getRepeatedFieldCount()
204 public Object getRepeatedField(FieldDescriptor field, int index) { in getRepeatedField()
296 private void checkFieldDescriptor(FieldDescriptor field) { in checkFieldDescriptor()
306 FieldDescriptor field) { in newBuilderForField()
320 public Builder<K, V> setField(FieldDescriptor field, Object value) { in setField()
334 public Builder<K, V> clearField(FieldDescriptor field) { in clearField()
345 public Builder<K, V> setRepeatedField(FieldDescriptor field, int index, in setRepeatedField()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DFieldsSet.java52 public void clear(int field) { in clear()
57 public void set(int field, int amount) { in set()
62 public boolean isSet(int field) { in isSet()
66 public int get(int field) { in get()
139 int field = handleParseName(inheritFrom, key, value); in parseFrom() local
166 int field = -1; in handleParseName() local
186 protected void handleParseValue(FieldsSet inheritFrom, int field, in handleParseValue()
199 protected void parseValueDefault(FieldsSet inheritFrom, int field, in parseValueDefault()
222 protected void parseValueEnum(int type, FieldsSet inheritFrom, int field, in parseValueEnum()
232 public String fieldName(int field) { in fieldName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DFieldsSet.java49 public void clear(int field) { in clear()
54 public void set(int field, int amount) { in set()
59 public boolean isSet(int field) { in isSet()
63 public int get(int field) { in get()
136 int field = handleParseName(inheritFrom, key, value); in parseFrom() local
163 int field = -1; in handleParseName() local
183 protected void handleParseValue(FieldsSet inheritFrom, int field, in handleParseValue()
196 protected void parseValueDefault(FieldsSet inheritFrom, int field, in parseValueDefault()
219 protected void parseValueEnum(int type, FieldsSet inheritFrom, int field, in parseValueEnum()
229 public String fieldName(int field) { in fieldName()
/external/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc65 const FieldDescriptor* field = in TEST_F() local
72 const FieldDescriptor* field = in TEST_F() local
79 const FieldDescriptor* field = in TEST_F() local
86 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_int32"); in TEST_F() local
99 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_int64"); in TEST_F() local
112 const FieldDescriptor* field = in TEST_F() local
126 const FieldDescriptor* field = in TEST_F() local
140 const FieldDescriptor* field = in TEST_F() local
154 const FieldDescriptor* field = in TEST_F() local
168 const FieldDescriptor* field = in TEST_F() local
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dproc_cpuinfo_reader_unittest.cc68 const char *field; in TEST() local
77 const char *field; in TEST() local
90 const char *field; in TEST() local
105 const char* field; in TEST() local
122 const char* field; in TEST() local
135 const char* field; in TEST() local
148 const char* field; in TEST() local
161 const char* field; in TEST() local
178 const char* field; in TEST() local
191 const char* field; in TEST() local
/external/libevent/WIN32-Code/
Dtree.h75 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
76 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
81 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
87 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
93 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
99 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
105 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
114 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
156 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
313 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument
[all …]
/external/autotest/frontend/client/src/autotest/tko/
DHeaderFieldCollection.java23 HeaderField field = new SimpleHeaderField(fieldInfo.name, fieldInfo.field); in populateFromList() local
29 public boolean add(HeaderField field) { in add()
35 fieldsByName.put(field.getName(), field); in add() local
36 fieldsBySqlName.put(field.getSqlName(), field); in add() local
64 HeaderField field = (HeaderField) o; in contains() local
141 HeaderField field = (HeaderField) o; in remove() local
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtendableMessageNano.java52 FieldData field = unknownFieldData.dataAt(i); in computeSerializedSize() local
65 FieldData field = unknownFieldData.dataAt(i); in writeTo() local
78 FieldData field = unknownFieldData.get(WireFormatNano.getTagFieldNumber(extension.tag)); in hasExtension() local
89 FieldData field = unknownFieldData.get(WireFormatNano.getTagFieldNumber(extension.tag)); in getExtension() local
106 FieldData field = null; in setExtension() local
149 FieldData field = null; in storeUnknownField() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc67 void PrintFieldComment(io::Printer* printer, const T* field) { in PrintFieldComment()
109 inline static bool ShouldIgnoreRequiredFieldCheck(const FieldDescriptor* field, in ShouldIgnoreRequiredFieldCheck()
135 const FieldDescriptor* field = type->field(i); in HasRequiredFields() local
159 int EstimateAlignmentSize(const FieldDescriptor* field) { in EstimateAlignmentSize()
192 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup()
286 string MessageTypeProtoName(const FieldDescriptor* field) { in MessageTypeProtoName()
296 const FieldDescriptor* field) { in EmitFieldNonDefaultCondition()
330 bool HasHasMethod(const FieldDescriptor* field) { in HasHasMethod()
367 bool HasPrivateHasMethod(const FieldDescriptor* field) { in HasPrivateHasMethod()
471 const FieldDescriptor* field = descriptor_->field(i); in GenerateDependentFieldAccessorDeclarations() local
[all …]

12345678910>>...47