Searched defs:field (Results 26 - 50 of 695) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/Windows/
H A Dwrong_downcast_on_stack.cc6 int field; member in class:Parent
/external/icu/icu4c/source/common/unicode/
H A Dumisc.h29 /** A struct representing a range of text containing a specific field
34 * The field
37 int32_t field; member in struct:UFieldPosition
39 * The start of the text range containing field
44 * The limit of the text range containing field
/external/libvorbis/doc/
H A D05-comment.tex4 \section{comment field and header specification} \label{vorbis:spec:comment}
14 The comment field is meant to be used much like someone jotting a
67 That is, comment fields consist of a field name and a corresponding value and
77 The field name is case-insensitive and may consist of ASCII 0x20
83 The field name is immediately followed by ASCII 0x3D ('=');
84 this equals sign is used to terminate the field name.
88 field contents to the end of the field.
93 Below is a proposed, minimal list of standard field names with a
94 description of intended use. No single or group of field name
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Daddress_field_unittest.cc51 FormFieldData field; local
52 field.form_control_type = "text";
54 field.label = ASCIIToUTF16("Address");
55 field.name = ASCIIToUTF16("address");
56 list_.push_back(new AutofillField(field, ASCIIToUTF16("addr1")));
68 FormFieldData field; local
69 field.form_control_type = "text";
71 field.label = ASCIIToUTF16("Address");
72 field.name = ASCIIToUTF16("address");
73 list_.push_back(new AutofillField(field, ASCIIToUTF1
92 FormFieldData field; local
122 FormFieldData field; local
139 FormFieldData field; local
156 FormFieldData field; local
173 FormFieldData field; local
190 FormFieldData field; local
214 FormFieldData field; local
231 FormFieldData field; local
255 FormFieldData field; local
[all...]
H A Dname_field_unittest.cc37 FormFieldData field; local
38 field.form_control_type = "text";
40 field.label = ASCIIToUTF16("First Name");
41 field.name = ASCIIToUTF16("First");
42 list_.push_back(new AutofillField(field, ASCIIToUTF16("name1")));
44 field.label = ASCIIToUTF16("Middle Name");
45 field.name = ASCIIToUTF16("Middle");
46 list_.push_back(new AutofillField(field, ASCIIToUTF16("name2")));
48 field.label = ASCIIToUTF16("Last Name");
49 field
68 FormFieldData field; local
99 FormFieldData field; local
123 FormFieldData field; local
147 FormFieldData field; local
178 FormFieldData field; local
202 FormFieldData field; local
233 FormFieldData field; local
264 FormFieldData field; local
283 FormFieldData field; local
[all...]
H A Dphone_field_unittest.cc50 FormFieldData field; local
51 field.form_control_type = "text";
53 field.label = ASCIIToUTF16("Phone");
54 field.name = ASCIIToUTF16("phone");
55 list_.push_back(new AutofillField(field, ASCIIToUTF16("phone1")));
67 FormFieldData field; local
68 field.form_control_type = "text";
70 field.label = ASCIIToUTF16("Area Code");
71 field.name = ASCIIToUTF16("area code");
72 list_.push_back(new AutofillField(field, ASCIIToUTF1
96 FormFieldData field; local
140 FormFieldData field; local
171 FormFieldData field; local
207 FormFieldData field; local
[all...]
H A Dtest_autofill_external_delegate.cc15 FormFieldData field; local
16 field.is_focusable = true;
17 field.should_autocomplete = true;
19 autofill_external_delegate->OnQuery(query_id, form, field, bounds, false);
/external/chromium_org/components/autofill/core/common/
H A Dform_field_data_predictions.h15 // Stores information about a field in a form.
21 FormFieldData field; member in struct:autofill::FormFieldDataPredictions
/external/chromium_org/third_party/WebKit/ManualTests/resources/
H A DTestApplet.class ... .applet.Applet { public static int MAGIC_NUMBER public int field public void " href="/5.1.0_r1/s? ...
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_ui_component.h25 // A description of an input field in an address form. The user of the library
28 // The types of hints for how large the field should be in a multiline address
31 HINT_LONG, // The field should take up the whole line.
32 HINT_SHORT // The field does not need to take up the whole line.
35 // The address field type for this UI component, for example LOCALITY.
36 AddressField field; member in struct:i18n::addressinput::AddressUiComponent
38 // The name of the field, for example "City".
41 // The hint for how large the input field should be in a multiline address
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dformat_element.cc25 FormatElement::FormatElement(AddressField field) : field_(field), literal_() {} argument
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DStandardChecks.java63 AddressField field,
65 map.put(field, Collections.unmodifiableList(Arrays.asList(problems)));
62 addToMap(Map<AddressField, List<AddressProblemType>> map, AddressField field, AddressProblemType... problems) argument
/external/clang/test/CodeGenCXX/
H A Dcrash.cpp15 union U { int field; } u = U(); member in union:U
16 (void)U().field;
H A Dvtable-pointer-initialization.cpp19 Field field; member in struct:A
39 Field field; member in struct:B
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Devsel-tp-sched.c8 struct format_field *field = perf_evsel__field(evsel, name); local
12 if (field == NULL) {
13 pr_debug("%s: \"%s\" field not found!\n", evsel->name, name);
17 is_signed = !!(field->flags | FIELD_IS_SIGNED);
24 if (field->size != size) {
26 evsel->name, name, field->size, size);
/external/mockito/src/org/mockito/configuration/
H A DAnnotationEngine.java23 * Creates mock, ArgumentCaptor or wraps field instance in spy object.
27 * @param field Field details
30 Object createMockFor(Annotation annotation, Field field); argument
37 * @param clazz Class where to extract field information, check implementation for details
/external/mockito/src/org/mockito/internal/configuration/
H A DCaptorAnnotationProcessor.java15 * Instantiate {@link ArgumentCaptor} a field annotated by &#64;Captor.
18 public Object process(Captor annotation, Field field) { argument
19 Class<?> type = field.getType();
21 throw new MockitoException("@Captor field must be of the type ArgumentCaptor.\n" + "Field: '"
22 + field.getName() + "' has wrong type\n"
25 Class cls = new GenericMaster().getGenericType(field);
H A DFieldAnnotationProcessor.java14 Object process(A annotation, Field field); argument
H A DMockAnnotationProcessor.java14 * Instantiates a mock on a field annotated by {@link Mock}
17 public Object process(Mock annotation, Field field) { argument
23 mockSettings.name(field.getName());
33 return Mockito.mock(field.getType(), mockSettings);
H A DMockitoAnnotationsMockAnnotationProcessor.java13 * Instantiates a mock on a field annotated by {@link Mock}
18 public Object process(Mock annotation, Field field) { argument
19 return Mockito.mock(field.getType(), field.getName());
/external/mockito/src/org/mockito/internal/configuration/injection/
H A DSpyOnInjectedFieldsHandler.java21 * Handler for field annotated with &#64;InjectMocks and &#64;Spy.
24 * The handler assumes that field initialization AND injection already happened.
25 * So if the field is still null, then nothing will happen there.
31 protected boolean processInjection(Field field, Object fieldOwner, Set<Object> mockCandidates) { argument
32 FieldReader fieldReader = new FieldReader(fieldOwner, field);
35 if(!fieldReader.isNull() && field.isAnnotationPresent(Spy.class)) {
43 new FieldSetter(fieldOwner, field).set(
47 .name(field.getName()))
51 throw new MockitoException("Problems initiating spied field " + field
[all...]
/external/mockito/src/org/mockito/internal/util/reflection/
H A DFieldCopier.java11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException { argument
12 Object value = field.get(from);
13 field.set(to, value);
H A DFieldSetter.java12 private final Field field; field in class:FieldSetter
14 public FieldSetter(Object target, Field field) { argument
16 this.field = field;
21 changer.enableAccess(field);
23 field.set(target, value);
25 throw new RuntimeException("Access not authorized on field '" + field + "' of object '" + target + "' with value: '" + value + "'", e);
27 throw new RuntimeException("Wrong argument on field '" + field
[all...]
H A DGenericMaster.java15 * Finds the generic type (parametrized type) of the field. If the field is not generic it returns Object.class.
17 * @param field
19 public Class getGenericType(Field field) { argument
20 Type generic = field.getGenericType();
/external/proguard/src/proguard/classfile/attribute/
H A DConstantValueAttribute.java58 public void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor) argument
60 attributeVisitor.visitConstantValueAttribute(clazz, field, this);

Completed in 439 milliseconds

1234567891011>>