Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 3186) sorted by relevance

12345678910>>...128

/external/elfutils/tests/
Drun-show-abbrev.sh25 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
26 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
27 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
28 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
29 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
30 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10
31 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12
33 abbrev[19]: attr[0]: code = 1, form = 19, offset = 19
34 abbrev[19]: attr[1]: code = 63, form = 12, offset = 21
35 abbrev[19]: attr[2]: code = 3, form = 8, offset = 23
[all …]
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc70 const char *form = "'Rds, 'Rns, 'IAddSub"; in VisitAddSubImmediate() local
80 form = form_mov; in VisitAddSubImmediate()
89 form = form_cmp; in VisitAddSubImmediate()
102 form = form_cmp; in VisitAddSubImmediate()
109 Format(instr, mnemonic, form); in VisitAddSubImmediate()
117 const char *form = "'Rd, 'Rn, 'Rm'NDP"; in VisitAddSubShifted() local
131 form = form_cmp; in VisitAddSubShifted()
140 form = form_neg; in VisitAddSubShifted()
149 form = form_cmp; in VisitAddSubShifted()
152 form = form_neg; in VisitAddSubShifted()
[all …]
/external/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc49 const char* form = "'Rds, 'Rns, 'IAddSub"; in VisitAddSubImmediate() local
59 form = form_mov; in VisitAddSubImmediate()
68 form = form_cmp; in VisitAddSubImmediate()
81 form = form_cmp; in VisitAddSubImmediate()
88 Format(instr, mnemonic, form); in VisitAddSubImmediate()
95 const char* form = "'Rd, 'Rn, 'Rm'NDP"; in VisitAddSubShifted() local
109 form = form_cmp; in VisitAddSubShifted()
118 form = form_neg; in VisitAddSubShifted()
127 form = form_cmp; in VisitAddSubShifted()
130 form = form_neg; in VisitAddSubShifted()
[all …]
/external/curl/lib/
Dformdata.c207 FormInfo *first_form, *current_form, *form = NULL; in FormAdd() local
364 form = AddFormInfo(fname, NULL, current_form); in FormAdd()
365 if(!form) { in FormAdd()
370 form->value_alloc = TRUE; in FormAdd()
371 current_form = form; in FormAdd()
372 form = NULL; in FormAdd()
453 form = AddFormInfo(NULL, type, current_form); in FormAdd()
454 if(!form) { in FormAdd()
459 form->contenttype_alloc = TRUE; in FormAdd()
460 current_form = form; in FormAdd()
[all …]
/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt11 // Add PC Immediate Shifted DX-form p69
17 // Decimal Convert From National VX-form p352
20 // Decimal Convert From Zoned VX-form p353
23 // Decimal Convert To National VX-form p354
26 // Decimal Convert To Zoned VX-form p355
29 // Decimal Convert From Signed Quadword VX-form p356
32 // Decimal Convert To Signed Quadword VX-form p356
37 // Decimal Copy Sign VX-form p358
40 // Decimal Set Sign VX-form p358
43 // Decimal Shift VX-form p359
[all …]
/external/pdfium/samples/
Dpdfium_test_event_helper.cc17 void SendCharCodeEvent(FPDF_FORMHANDLE form, in SendCharCodeEvent() argument
26 FORM_OnChar(form, page, keycode, 0); in SendCharCodeEvent()
29 void SendKeyCodeEvent(FPDF_FORMHANDLE form, in SendKeyCodeEvent() argument
38 FORM_OnKeyDown(form, page, keycode, 0); in SendKeyCodeEvent()
39 FORM_OnKeyUp(form, page, keycode, 0); in SendKeyCodeEvent()
54 void SendMouseDownEvent(FPDF_FORMHANDLE form, in SendMouseDownEvent() argument
67 FORM_OnLButtonDown(form, page, modifiers, x, y); in SendMouseDownEvent()
69 FORM_OnRButtonDown(form, page, modifiers, x, y); in SendMouseDownEvent()
74 void SendMouseUpEvent(FPDF_FORMHANDLE form, in SendMouseUpEvent() argument
86 FORM_OnLButtonUp(form, page, modifiers, x, y); in SendMouseUpEvent()
[all …]
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_tree.in27 testROProperty(xfa.form, "all", "[object XFAObject]");
28 testROProperty(xfa.form, "classAll", "[object XFAObject]");
29 testROProperty(xfa.form, "classIndex", 0);
30 testROProperty(xfa.form, "index", 0);
31 testROProperty(xfa.form, "nodes", "[object XFAObject]");
32 testROProperty(xfa.form, "parent", "[object XFAObject]");
33 testROProperty(xfa.form, "somExpression", "xfa[0].form[0]");
34 expect("typeof xfa.form.resolveNode", "function");
35 expect("typeof xfa.form.resolveNodes", "function");
36 expectError("xfa.form.resolveNode()");
[all …]
Dxfa_model_expected.txt5 Alert: PASS: typeof xfa.form.clearErrorList = function
6 Alert: PASS: typeof xfa.form.createNode = function
7 Alert: PASS: typeof xfa.form.isCompatibleNS = function
8 Alert: PASS: xfa.form.clearErrorList('args', 'ignored') = undefined
9 Alert: PASS: xfa.form.createNode() threw XFAObject.createNode: Incorrect number of parameters passe…
10 Alert: PASS: xfa.form.createNode('bogus') = null
11 Alert: PASS: xfa.form.createNode('template') = [object XFAObject]
12 Alert: PASS: xfa.form.isCompatibleNS() threw XFAObject.isCompatibleNS: Incorrect number of paramete…
13 Alert: PASS: xfa.form.isCompatibleNS('bogus') = false
14 Alert: PASS: xfa.form.isCompatibleNS('') = true
Dxfa_model.in27 testRIProperty(xfa.form, "aliasNode", undefined);
28 testRIProperty(xfa.form, "context", undefined);
29 expect("typeof xfa.form.clearErrorList", "function");
30 expect("typeof xfa.form.createNode", "function");
31 expect("typeof xfa.form.isCompatibleNS", "function");
32 expect("xfa.form.clearErrorList('args', 'ignored')", undefined);
33 expectError("xfa.form.createNode()");
34 expect("xfa.form.createNode('bogus')", undefined);
35 expect("xfa.form.createNode('template')", "[object XFAObject]");
36 expectError("xfa.form.isCompatibleNS()");
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dflp.doc6 almost anything to be done with the loaded form.
16 definition file or creating a form.
21 take the following form:
28 Parse_form parses a single form, and returns a tuple (ftmp, otmplist).
29 Ftmp is a template for a form, otmplist is a list of templates for
38 formname is the name of the form to load. This argument is mandatory,
39 even if the file only contains one form.
41 The form template and object template are structures that contain all
42 the information read from the fd file, in 'natural' form. A form
46 "Name", the name of the form;
[all …]
Dflp.py47 form = _parse_fd_form(fp, None)
48 forms[form[0].Name] = form
216 form = _parse_object(file)
217 if form.Name == name or name is None:
219 for j in range(form.Numberofobjects):
222 return (form, objs)
224 for j in range(form.Numberofobjects):
334 form = create_form(fdata)
337 create_object_instance(inst, form, odata)
343 def merge_full_form(inst, form, (fdata, odatalist)): argument
[all …]
/external/python/cpython2/Lib/plat-irix5/
Dflp.doc6 almost anything to be done with the loaded form.
16 definition file or creating a form.
21 take the following form:
28 Parse_form parses a single form, and returns a tuple (ftmp, otmplist).
29 Ftmp is a template for a form, otmplist is a list of templates for
38 formname is the name of the form to load. This argument is mandatory,
39 even if the file only contains one form.
41 The form template and object template are structures that contain all
42 the information read from the fd file, in 'natural' form. A form
46 "Name", the name of the form;
[all …]
Dflp.py48 form = _parse_fd_form(fp, None)
49 forms[form[0].Name] = form
217 form = _parse_object(file)
218 if form.Name == name or name is None:
220 for j in range(form.Numberofobjects):
223 return (form, objs)
225 for j in range(form.Numberofobjects):
335 form = create_form(fdata)
338 create_object_instance(inst, form, odata)
344 def merge_full_form(inst, form, (fdata, odatalist)): argument
[all …]
/external/python/cpython2/Doc/library/
Dfl.rst29 the 'current form' maintained by the library to which new FORMS objects are
30 added, all functions that add a FORMS object to a form are methods of the Python
31 object representing the form. Consequently, there are no Python equivalents for
36 :dfn:`object` for the buttons, sliders etc. that you can place in a form. In
38 new Python object types: form objects (representing an entire form) and FORMS
62 Create a form with given type, width and height. This returns a :dfn:`form`
167 whose first argument is a form pointer; please refer to the official FORMS
176 .. method:: form.show_form(placement, bordertype, name)
178 Show the form.
181 .. method:: form.hide_form()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64SchedVulcan.td263 // Divide, W-form
270 // Divide, X-form
277 // Multiply accumulate, W-form
280 // Multiply accumulate, X-form
375 // Store pair, immed offset, W-form
376 // Store pair, immed offset, X-form
382 // Store pair, immed post-index, W-form
383 // Store pair, immed post-index, X-form
384 // Store pair, immed pre-index, W-form
385 // Store pair, immed pre-index, X-form
[all …]
/external/fmtlib/doc/bootstrap/
Dforms.less8 // Restyle and baseline non-control form elements.
40 // Normalize form controls
42 // While most of our form styles require extra classes, some basic normalization
64 // Make range inputs behave like textual form controls
93 // Common form controls
95 // Shared size and type resets for form controls. Apply `.form-control` to any
96 // of the following form controls:
115 .form-control {
131 .form-control-focus();
163 // `.form-control` class can properly style them. Note that this cannot simply
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DAttributeCertificateIssuer.java20 final ASN1Encodable form; field in AttributeCertificateIssuer
29 form = issuer.getIssuer(); in AttributeCertificateIssuer()
34 form = new V2Form(new GeneralNames(new GeneralName(principal))); in AttributeCertificateIssuer()
41 if (form instanceof V2Form) in getNames()
43 name = ((V2Form)form).getIssuerName(); in getNames()
47 name = (GeneralNames)form; in getNames()
87 return new AttributeCertificateIssuer(AttCertIssuer.getInstance(form)); in clone()
104 return this.form.equals(other.form); in equals()
109 return this.form.hashCode(); in hashCode()
121 if (form instanceof V2Form) in match()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.h199 enum DwarfForm form, in ProcessAttributeUnsigned() argument
202 enum DwarfForm form, in ProcessAttributeSigned() argument
205 enum DwarfForm form, in ProcessAttributeReference() argument
208 enum DwarfForm form, in ProcessAttributeBuffer() argument
212 enum DwarfForm form, in ProcessAttributeString() argument
215 enum DwarfForm form, in ProcessAttributeSignature() argument
299 enum DwarfForm form,
303 enum DwarfForm form,
307 enum DwarfForm form,
311 enum DwarfForm form,
[all …]
Ddwarf2diehandler.cc139 enum DwarfForm form, in ProcessAttributeUnsigned() argument
144 current.handler_->ProcessAttributeUnsigned(attr, form, data); in ProcessAttributeUnsigned()
149 enum DwarfForm form, in ProcessAttributeSigned() argument
154 current.handler_->ProcessAttributeSigned(attr, form, data); in ProcessAttributeSigned()
159 enum DwarfForm form, in ProcessAttributeReference() argument
164 current.handler_->ProcessAttributeReference(attr, form, data); in ProcessAttributeReference()
169 enum DwarfForm form, in ProcessAttributeBuffer() argument
175 current.handler_->ProcessAttributeBuffer(attr, form, data, len); in ProcessAttributeBuffer()
180 enum DwarfForm form, in ProcessAttributeString() argument
185 current.handler_->ProcessAttributeString(attr, form, data); in ProcessAttributeString()
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c78 point_conversion_form_t form, in ec_GFp_simple_point2oct() argument
80 if (form != POINT_CONVERSION_COMPRESSED && in ec_GFp_simple_point2oct()
81 form != POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_point2oct()
93 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_point2oct()
109 form == POINT_CONVERSION_COMPRESSED ? y_buf : buf + 1 + field_len, in ec_GFp_simple_point2oct()
119 if (form == POINT_CONVERSION_COMPRESSED) { in ec_GFp_simple_point2oct()
120 buf[0] = form + (y_buf[field_len - 1] & 1); in ec_GFp_simple_point2oct()
122 buf[0] = form; in ec_GFp_simple_point2oct()
140 point_conversion_form_t form = buf[0]; in ec_GFp_simple_oct2point() local
141 const int y_bit = form & 1; in ec_GFp_simple_oct2point()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DAttributeCertificateIssuer.java31 final ASN1Encodable form; field in AttributeCertificateIssuer
40 form = issuer.getIssuer(); in AttributeCertificateIssuer()
51 form = new V2Form(GeneralNames.getInstance(new DERSequence(new GeneralName(principal)))); in AttributeCertificateIssuer()
58 if (form instanceof V2Form) in getNames()
60 name = ((V2Form)form).getIssuerName(); in getNames()
64 name = (GeneralNames)form; in getNames()
140 return new AttributeCertificateIssuer(AttCertIssuer.getInstance(form)); in clone()
152 if (form instanceof V2Form) in match()
154 V2Form issuer = (V2Form)form; in match()
169 GeneralNames name = (GeneralNames)form; in match()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DAttributeCertificateIssuer.java29 final ASN1Encodable form; field in AttributeCertificateIssuer
38 form = issuer.getIssuer(); in AttributeCertificateIssuer()
49 form = new V2Form(GeneralNames.getInstance(new DERSequence(new GeneralName(principal)))); in AttributeCertificateIssuer()
56 if (form instanceof V2Form) in getNames()
58 name = ((V2Form)form).getIssuerName(); in getNames()
62 name = (GeneralNames)form; in getNames()
138 return new AttributeCertificateIssuer(AttCertIssuer.getInstance(form)); in clone()
150 if (form instanceof V2Form) in match()
152 V2Form issuer = (V2Form)form; in match()
167 GeneralNames name = (GeneralNames)form; in match()
[all …]
/external/python/cpython2/Lib/plat-mac/
Dfindertools.py141 …aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=N…
142 …aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt…
155 …aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=N…
156 …aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt…
179 …args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknow…
197 …aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('ab…
198 …args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(…
251 …aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="name", seld=processname, fr=No…
252 …aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(prope…
273 …aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('cfol'), form="alis", seld=object_alias, fr=No…
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DPeriodFormatterData.java197 int form = computeForm(unit, count, cv, multiple && last); in appendUnit() local
198 if (form == FORM_SINGULAR_SPELLED) { in appendUnit()
200 form = FORM_SINGULAR; in appendUnit()
201 name = dr.pluralNames[px][form]; in appendUnit()
205 } else if (form == FORM_SINGULAR_NO_OMIT) { in appendUnit()
207 } else if (form == FORM_HALF_SPELLED) { in appendUnit()
211 name = dr.pluralNames[px][form]; in appendUnit()
213 …ointer in PeriodFormatterData["+localeName+"].au px: " + px + " form: " + form + " pn: " + Arrays.… in appendUnit()
218 form = FORM_PLURAL; in appendUnit()
219 name = dr.pluralNames[px][form]; in appendUnit()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DPeriodFormatterData.java199 int form = computeForm(unit, count, cv, multiple && last); in appendUnit() local
200 if (form == FORM_SINGULAR_SPELLED) { in appendUnit()
202 form = FORM_SINGULAR; in appendUnit()
203 name = dr.pluralNames[px][form]; in appendUnit()
207 } else if (form == FORM_SINGULAR_NO_OMIT) { in appendUnit()
209 } else if (form == FORM_HALF_SPELLED) { in appendUnit()
213 name = dr.pluralNames[px][form]; in appendUnit()
215 …ointer in PeriodFormatterData["+localeName+"].au px: " + px + " form: " + form + " pn: " + Arrays.… in appendUnit()
220 form = FORM_PLURAL; in appendUnit()
221 name = dr.pluralNames[px][form]; in appendUnit()
[all …]

12345678910>>...128