Home
last modified time | relevance | path

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

12345678910>>...43

/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/libmojo/mojo/public/tools/bindings/generators/
Dmojom_js_generator.py49 def JavaScriptDefaultValue(field): argument
209 def JavaScriptNullableParam(field): argument
224 def JavaScriptValidateArrayParams(field): argument
236 def JavaScriptValidateEnumParams(field): argument
239 def JavaScriptValidateStructParams(field): argument
244 def JavaScriptValidateUnionParams(field): argument
249 def JavaScriptValidateMapParams(field): argument
288 def IsArrayPointerField(field): argument
291 def IsEnumField(field): argument
294 def IsStringPointerField(field): 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()
373 std::string StructType::* field) { in RegisterStringField()
380 string16 StructType::* field) { in RegisterStringField()
[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/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/golang-protobuf/proto/
Dpointer_unsafe.go73 type field uintptr type
89 func structPointer_Bytes(p structPointer, f field) *[]byte {
94 func structPointer_BytesSlice(p structPointer, f field) *[][]byte {
99 func structPointer_Bool(p structPointer, f field) **bool {
104 func structPointer_BoolVal(p structPointer, f field) *bool {
109 func structPointer_BoolSlice(p structPointer, f field) *[]bool {
114 func structPointer_String(p structPointer, f field) **string {
119 func structPointer_StringVal(p structPointer, f field) *string {
124 func structPointer_StringSlice(p structPointer, f field) *[]string {
129 func structPointer_Extensions(p structPointer, f field) *XXX_InternalExtensions {
[all …]
Dpointer_reflect.go69 type field []int type
83 func structPointer_field(p structPointer, f field) reflect.Value {
98 func structPointer_ifield(p structPointer, f field) interface{} {
103 func structPointer_Bytes(p structPointer, f field) *[]byte {
108 func structPointer_BytesSlice(p structPointer, f field) *[][]byte {
113 func structPointer_Bool(p structPointer, f field) **bool {
118 func structPointer_BoolVal(p structPointer, f field) *bool {
123 func structPointer_BoolSlice(p structPointer, f field) *[]bool {
128 func structPointer_String(p structPointer, f field) **string {
133 func structPointer_StringVal(p structPointer, f field) *string {
[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/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/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()
158 public int getGreatestMinimum(int field) { in getGreatestMinimum()
163 public int getLeastMaximum(int field) { in getLeastMaximum()
168 public int getMaximum(int field) { in getMaximum()
178 public int getMinimum(int field) { in getMinimum()
[all …]
/external/flatbuffers/include/flatbuffers/
Dreflection.h71 template<typename T> T GetFieldDefaultI(const reflection::Field &field) { in GetFieldDefaultI()
77 template<typename T> T GetFieldDefaultF(const reflection::Field &field) { in GetFieldDefaultF()
84 const reflection::Field &field) { in GetFieldI()
92 const reflection::Field &field) { in GetFieldF()
100 const reflection::Field &field) { in GetFieldS()
107 const reflection::Field &field) { in GetFieldV()
117 const reflection::Field &field) { in GetFieldAnyV()
123 const reflection::Field &field) { in GetFieldT()
131 const reflection::Field &field) { in GetFieldStruct()
140 const reflection::Field &field) { in GetFieldStruct()
[all …]
/external/dhcpcd-6.8.2/compat/
Dqueue.h68 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next) argument
71 #define TAILQ_PREV(elm, headname, field) \ argument
77 #define TAILQ_FOREACH(var, head, field) \ argument
82 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
94 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ argument
104 #define TAILQ_INSERT_TAIL(head, elm, field) do { \ argument
111 #define TAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ argument
122 #define TAILQ_INSERT_BEFORE(listelm, elm, field) do { \ argument
129 #define TAILQ_REMOVE(head, elm, field) do { \ argument
140 #define TAILQ_REPLACE(head, elm, elm2, field) do { \ argument
[all …]
/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/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/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/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/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/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/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 …]
/external/flatbuffers/src/
Didl_gen_php.cpp176 static void GetVectorLen(const FieldDef &field, in GetVectorLen()
194 static void GetUByte(const FieldDef &field, in GetUByte()
210 static void GetScalarFieldOfStruct(const FieldDef &field, in GetScalarFieldOfStruct()
234 void GetScalarFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetScalarFieldOfTable()
257 void GetStructFieldOfStruct(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfStruct()
276 void GetStructFieldOfTable(const FieldDef &field, std::string *code_ptr) { in GetStructFieldOfTable()
302 void GetStringField(const FieldDef &field, std::string *code_ptr) { in GetStringField()
319 void GetUnionField(const FieldDef &field, std::string *code_ptr) { in GetUnionField()
339 const FieldDef &field, std::string *code_ptr) { in GetMemberOfVectorOfStruct()
401 void GetMemberOfVectorOfNonStruct(const FieldDef &field, in GetMemberOfVectorOfNonStruct()
[all …]
/external/nanopb-c/tests/callbacks/
Dencode_callbacks.c9 bool encode_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_string()
19 bool encode_int32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_int32()
27 bool encode_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed32()
37 bool encode_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed64()
47 bool encode_repeatedstring(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_repeatedstring()
/external/smali/smali/src/test/java/org/jf/smali/
DImplicitReferenceTest.java121 fields.put(field.getName(), field); in testImplicitMethodLiteral() local
124 Field field = fields.get("field1"); in testImplicitMethodLiteral() local
185 FieldReference field = (FieldReference)instruction.getReference(); in testImplicitFieldReference() local
215 fields.put(field.getName(), field); in testImplicitFieldLiteral() local
218 Field field = fields.get("field1"); in testImplicitFieldLiteral() local

12345678910>>...43