/external/chromium_org/base/json/ |
D | json_value_converter.h | 118 FieldType StructType::* field, in FieldConverter() 144 virtual bool Convert(const base::Value& value, int* field) const OVERRIDE { in Convert() 158 const base::Value& value, std::string* field) const OVERRIDE { in Convert() 172 const base::Value& value, string16* field) const OVERRIDE { in Convert() 185 virtual bool Convert(const base::Value& value, double* field) const OVERRIDE { in Convert() 198 virtual bool Convert(const base::Value& value, bool* field) const OVERRIDE { in Convert() 215 FieldType* field) const OVERRIDE { in Convert() 234 FieldType* field) const OVERRIDE { in Convert() 252 const base::Value& value, NestedType* field) const OVERRIDE { in Convert() 267 const base::Value& value, ScopedVector<Element>* field) const OVERRIDE { in Convert() [all …]
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_queue.h | 168 #define SLIST_FOREACH(var, head, field) \ argument 173 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 178 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument 187 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 192 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 197 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 199 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 213 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument 218 #define SLIST_REMOVE_HEAD(head, field) do { \ argument 260 #define STAILQ_FOREACH(var, head, field) \ argument [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | compat-queue.h | 127 #define SLIST_FOREACH(var, head, field) \ argument 132 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 137 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument 146 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 151 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 156 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 158 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 171 #define SLIST_REMOVE_HEAD(head, field) do { \ argument 207 #define STAILQ_FOREACH(var, head, field) \ argument 213 #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument [all …]
|
/external/qemu/include/qemu/ |
D | queue.h | 107 #define QLIST_INSERT_AFTER(listelm, elm, field) do { \ argument 115 #define QLIST_INSERT_BEFORE(listelm, elm, field) do { \ argument 122 #define QLIST_INSERT_HEAD(head, elm, field) do { \ argument 129 #define QLIST_INSERT_HEAD_RCU(head, elm, field) do { \ argument 140 #define QLIST_REMOVE(elm, field) do { \ argument 147 #define QLIST_FOREACH(var, head, field) \ argument 152 #define QLIST_FOREACH_SAFE(var, head, field, next_var) \ argument 162 #define QLIST_NEXT(elm, field) ((elm)->field.le_next) argument 188 #define QSLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 193 #define QSLIST_INSERT_HEAD(head, elm, field) do { \ argument [all …]
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
D | FieldInitializer.java | 30 private Field field; field in FieldInitializer 44 public FieldInitializer(Object fieldOwner, Field field) { in FieldInitializer() 59 … public FieldInitializer(Object fieldOwner, Field field, ConstructorArgumentResolver argResolver) { in FieldInitializer() 63 private FieldInitializer(Object fieldOwner, Field field, ConstructorInstantiator instantiator) { in FieldInitializer() 93 private void checkNotLocal(Field field) { in checkNotLocal() 99 private void checkNotInner(Field field) { in checkNotInner() 105 private void checkNotInterface(Field field) { in checkNotInterface() 111 private void checkNotAbstract(Field field) { in checkNotAbstract() 162 private Field field; field in FieldInitializer.NoArgConstructorInstantiator 168 NoArgConstructorInstantiator(Object testClass, Field field) { in NoArgConstructorInstantiator() [all …]
|
/external/chromium_org/third_party/libevent/compat/sys/ |
D | queue.h | 109 #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/chromium_org/components/autofill/core/browser/ |
D | autofill_field_unittest.cc | 53 AutofillField field; in TEST() local 77 AutofillField field; in TEST() local 89 AutofillField field; in TEST() local 114 AutofillField field; in TEST() local 140 AutofillField field; in TEST() local 168 AutofillField field( in TEST() local 187 AutofillField field( in TEST() local 206 AutofillField field( in TEST() local 220 AutofillField field( in TEST() local 234 AutofillField field( in TEST() local [all …]
|
D | credit_card_field_unittest.cc | 58 FormFieldData field; in TEST_F() local 74 FormFieldData field; in TEST_F() local 86 FormFieldData field; in TEST_F() local 117 FormFieldData field; in TEST_F() local 170 FormFieldData field; in TEST_F() local 208 FormFieldData field; in TEST_F() local 246 FormFieldData field; in TEST_F() local 277 FormFieldData field; in TEST_F() local 308 FormFieldData field; in TEST_F() local 325 FormFieldData field; in TEST_F() local [all …]
|
D | name_field_unittest.cc | 37 FormFieldData field; in TEST_F() local 68 FormFieldData field; in TEST_F() local 99 FormFieldData field; in TEST_F() local 123 FormFieldData field; in TEST_F() local 147 FormFieldData field; in TEST_F() local 178 FormFieldData field; in TEST_F() local 202 FormFieldData field; in TEST_F() local 233 FormFieldData field; in TEST_F() local 264 FormFieldData field; in TEST_F() local 283 FormFieldData field; in TEST_F() local
|
D | form_structure_unittest.cc | 66 FormFieldData field; in TEST() local 98 FormFieldData field; in TEST() local 150 FormFieldData field; in TEST() local 214 FormFieldData field; in TEST() local 294 FormFieldData field; in TEST() local 362 FormFieldData field; in TEST() local 402 FormFieldData field; in TEST() local 445 FormFieldData field; in TEST() local 492 FormFieldData field; in TEST() local 555 FormFieldData field; in TEST() local [all …]
|
D | address_field_unittest.cc | 51 FormFieldData field; in TEST_F() local 68 FormFieldData field; in TEST_F() local 92 FormFieldData field; in TEST_F() local 122 FormFieldData field; in TEST_F() local 139 FormFieldData field; in TEST_F() local 156 FormFieldData field; in TEST_F() local 173 FormFieldData field; in TEST_F() local 190 FormFieldData field; in TEST_F() local 214 FormFieldData field; in TEST_F() local 231 FormFieldData field; in TEST_F() local [all …]
|
D | autofill_field.cc | 45 FormFieldData* field) { in SetSelectControlValue() 77 FormFieldData* field) { in SetSelectControlValueSubstringMatch() 108 FormFieldData* field) { in SetSelectControlValueTokenMatch() 136 FormFieldData* field) { in FillNumericSelectControl() 151 FormFieldData* field) { in FillStateSelectControl() 200 FormFieldData* field) { in FillExpirationMonthSelectControl() 228 FormFieldData* field) { in FillYearSelectControl() 247 FormFieldData* field) { in FillCreditCardTypeSelectControl() 280 void FillPhoneNumberField(const AutofillField& field, in FillPhoneNumberField() 292 void FillCreditCardNumberField(const AutofillField& field, in FillCreditCardNumberField() [all …]
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 129 #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/chromium_org/chrome/browser/ui/webui/options/ |
D | autofill_options_browsertest.js | 10 function getField(field) { argument 90 {field: 'postalCode', length: 'short'}, property 91 {field: 'sortingCode', length: 'short'}, property 92 {field: 'dependentLocality', length: 'short'}, property 93 {field: 'city', length: 'short'}, property 94 {field: 'state', length: 'short'}, property 95 {field: 'addrLines', length: 'long'}, property 96 {field: 'companyName', length: 'long'}, property 97 {field: 'country', length: 'long'}, property 98 {field: 'fullName', length: 'long', placeholder: 'Add name'} property [all …]
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 13 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 …]
|
D | decode_alltypes_callback.c | 18 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() 81 static bool read_emptymsg(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_emptymsg() 87 static bool read_repeated_varint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_varint() 98 static bool read_repeated_svarint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_svarint() 109 static bool read_repeated_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_fixed32() [all …]
|
/external/smack/src/org/jivesoftware/smackx/ |
D | Form.java | 115 public void addField(FormField field) { in addField() 134 FormField field = getField(variable); in setAnswer() local 160 FormField field = getField(variable); in setAnswer() local 184 FormField field = getField(variable); in setAnswer() local 208 FormField field = getField(variable); in setAnswer() local 232 FormField field = getField(variable); in setAnswer() local 256 FormField field = getField(variable); in setAnswer() local 283 private void setAnswer(FormField field, Object value) { in setAnswer() 310 FormField field = getField(variable); in setAnswer() local 344 FormField field = getField(variable); in setDefaultAnswer() local [all …]
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
D | FormOptions.java | 72 boolean isHidden(AddressField field) { in isHidden() 76 boolean isReadonly(AddressField field) { in isReadonly() 80 boolean isRequired(AddressField field) { in isRequired() 91 String getCustomLabel(AddressField field) { in getCustomLabel() 116 Integer getCustomMaxLength(AddressField field) { in getCustomMaxLength() 161 public Builder hide(AddressField field) { in hide() 172 public Builder readonly(AddressField field) { in readonly() 183 public Builder required(AddressField field) { in required() 194 public Builder customizeLabel(AddressField field, String label) { in customizeLabel() 275 public Builder customizeMaxLength(AddressField field, int maxLength) { in customizeMaxLength()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Message.java | 82 boolean hasField(Descriptors.FieldDescriptor field); in hasField() 91 Object getField(Descriptors.FieldDescriptor field); in getField() 100 int getRepeatedFieldCount(Descriptors.FieldDescriptor field); in getRepeatedFieldCount() 110 Object getRepeatedField(Descriptors.FieldDescriptor field, int index); in getRepeatedField() 216 Builder newBuilderForField(Descriptors.FieldDescriptor field); in newBuilderForField() 219 boolean hasField(Descriptors.FieldDescriptor field); in hasField() 222 Object getField(Descriptors.FieldDescriptor field); in getField() 229 Builder setField(Descriptors.FieldDescriptor field, Object value); in setField() 235 Builder clearField(Descriptors.FieldDescriptor field); in clearField() 240 int getRepeatedFieldCount(Descriptors.FieldDescriptor field); in getRepeatedFieldCount() [all …]
|
D | DynamicMessage.java | 154 public boolean hasField(FieldDescriptor field) { in hasField() 159 public Object getField(FieldDescriptor field) { in getField() 172 public int getRepeatedFieldCount(FieldDescriptor field) { in getRepeatedFieldCount() 177 public Object getRepeatedField(FieldDescriptor field, int index) { in getRepeatedField() 240 private void verifyContainingType(FieldDescriptor field) { in verifyContainingType() 349 public Builder newBuilderForField(FieldDescriptor field) { in newBuilderForField() 360 public boolean hasField(FieldDescriptor field) { in hasField() 365 public Object getField(FieldDescriptor field) { in getField() 378 public Builder setField(FieldDescriptor field, Object value) { in setField() 384 public Builder clearField(FieldDescriptor field) { in clearField() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | DateTimeEditElement.cpp | 151 …RefPtrWillBeRawPtr<DateTimeFieldElement> field = DateTimeDayFieldElement::create(document, m_editE… in visitField() local 162 …RefPtrWillBeRawPtr<DateTimeFieldElement> field = DateTimeHour11FieldElement::create(document, m_ed… in visitField() local 173 …RefPtrWillBeRawPtr<DateTimeFieldElement> field = DateTimeHour12FieldElement::create(document, m_ed… in visitField() local 184 …RefPtrWillBeRawPtr<DateTimeFieldElement> field = DateTimeHour23FieldElement::create(document, m_ed… in visitField() local 195 …RefPtrWillBeRawPtr<DateTimeFieldElement> field = DateTimeHour24FieldElement::create(document, m_ed… in visitField() local 206 …RefPtrWillBeRawPtr<DateTimeNumericFieldElement> field = DateTimeMinuteFieldElement::create(documen… in visitField() local 225 RefPtrWillBeRawPtr<DateTimeFieldElement> field; in visitField() local 247 …RefPtrWillBeRawPtr<DateTimeFieldElement> field = DateTimeAMPMFieldElement::create(document, m_edit… in visitField() local 258 …RefPtrWillBeRawPtr<DateTimeNumericFieldElement> field = DateTimeSecondFieldElement::create(documen… in visitField() local 274 …RefPtrWillBeRawPtr<DateTimeNumericFieldElement> field = DateTimeMillisecondFieldElement::create(do… in visitField() local [all …]
|
/external/chromium_org/third_party/bsdtrees/ |
D | tree.h | 75 #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/chromium_org/components/search_engines/ |
D | prepopulated_engines_schema.json | 15 { "field": "name", "type": "string16" }, string 16 { "field": "keyword", "type": "string16" }, string 17 { "field": "favicon_url", "type": "string" }, string 18 { "field": "search_url", "type": "string" }, string 20 "field": "encoding", string 46 { "field": "suggest_url_post_params", "type": "string", "optional": true }, string 47 { "field": "instant_url_post_params", "type": "string", "optional": true }, string 48 { "field": "image_url_post_params", "type": "string", "optional": true }, string 68 "field": "type", string
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 73 const UnknownField& field = (*fields_)[i]; in SpaceUsedExcludingSelf() local 95 UnknownField field; in AddVarint() local 104 UnknownField field; in AddFixed32() local 113 UnknownField field; in AddFixed64() local 122 UnknownField field; in AddLengthDelimited() local 132 UnknownField field; in AddGroup() local 140 void UnknownFieldSet::AddField(const UnknownField& field) { in AddField()
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | array_data_model.js | 66 compareFunction: function(field) { argument 76 setCompareFunction: function(field, compareFunction) { argument 88 isSortable: function(field) { argument 290 createSortStatus: function(field, direction) { argument 305 prepareSort: function(field, callback) { argument 316 delayedSort_: function(field, direction) { argument 334 sort: function(field, direction) { argument 351 doSort_: function(field, direction) { argument 395 createCompareFunction_: function(field) { argument 414 sortFunction_: function(field, direction) { argument
|