/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 33 /* $Id: form.h,v 0.20 2004/12/04 22:22:10 tom Exp $ */ 83 short page; /* page on form */ 84 short index; /* into form -> field */ 92 struct formnode * form; /* containing form */ member in struct:fieldnode 131 * FORM * 159 } FORM; 161 typedef void (*Form_Hook)(FORM *); 185 /* form options */ 189 /* form driver commands * [all...] |
cursesf.h | 46 # include <form.h> 296 // Return the index of the field in the field array of a form 297 // or -1 if the field is not associated to a form 329 void _nc_xx_frm_init(FORM *); 330 void _nc_xx_frm_term(FORM *); 331 void _nc_xx_fld_init(FORM *); 332 void _nc_xx_fld_term(FORM *); 337 // The class representing a form, wrapping the lowlevel FORM struct 343 FORM* form; // the lowlevel structur member in class:NCursesForm [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 33 /* $Id: form.h,v 0.20 2004/12/04 22:22:10 tom Exp $ */ 83 short page; /* page on form */ 84 short index; /* into form -> field */ 92 struct formnode * form; /* containing form */ member in struct:fieldnode 131 * FORM * 159 } FORM; 161 typedef void (*Form_Hook)(FORM *); 185 /* form options */ 189 /* form driver commands * [all...] |
cursesf.h | 46 # include <form.h> 296 // Return the index of the field in the field array of a form 297 // or -1 if the field is not associated to a form 329 void _nc_xx_frm_init(FORM *); 330 void _nc_xx_frm_term(FORM *); 331 void _nc_xx_fld_init(FORM *); 332 void _nc_xx_fld_term(FORM *); 337 // The class representing a form, wrapping the lowlevel FORM struct 343 FORM* form; // the lowlevel structur member in class:NCursesForm [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 33 /* $Id: form.h,v 0.20 2004/12/04 22:22:10 tom Exp $ */ 83 short page; /* page on form */ 84 short index; /* into form -> field */ 92 struct formnode * form; /* containing form */ member in struct:fieldnode 131 * FORM * 159 } FORM; 161 typedef void (*Form_Hook)(FORM *); 185 /* form options */ 189 /* form driver commands * [all...] |
cursesf.h | 46 # include <form.h> 296 // Return the index of the field in the field array of a form 297 // or -1 if the field is not associated to a form 329 void _nc_xx_frm_init(FORM *); 330 void _nc_xx_frm_term(FORM *); 331 void _nc_xx_fld_init(FORM *); 332 void _nc_xx_fld_term(FORM *); 337 // The class representing a form, wrapping the lowlevel FORM struct 343 FORM* form; // the lowlevel structur member in class:NCursesForm [all...] |
/external/elfutils/src/ |
ylwrap | 131 sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from" >"$target" ||
|
/external/libmtp/src/ |
libmtp.c | [all...] |
ptp-pack.c | 738 values). In both cases Form Flag should be set to 0x00 and FORM is 749 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.MinimumValue, dpd->DataType); 751 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.MaximumValue, dpd->DataType); 753 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.StepSize, dpd->DataType); 758 #define N dpd->FORM.Enum.NumberOfValues 761 dpd->FORM.Enum.SupportedValue = malloc(N*sizeof(dpd->FORM.Enum.SupportedValue[0])); 762 if (!dpd->FORM.Enum.SupportedValue) 765 memset (dpd->FORM.Enum.SupportedValue,0 , N*sizeof(dpd->FORM.Enum.SupportedValue[0])) [all...] |
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLButtonElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 103 fNode = testNode.form;
|
HTMLFieldSetElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 103 fNode = testNode.form;
|
HTMLInputElement03.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute of the 1st INPUT element and examine its value. 103 fNode = testNode.form;
|
HTMLIsIndexElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 107 fNode = testNode.form;
|
HTMLLabelElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 103 fNode = testNode.form;
|
HTMLLegendElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute from the first LEGEND element 104 fNode = testNode.form;
|
HTMLObjectElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 103 fNode = testNode.form;
|
HTMLOptionElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute from the first SELECT element 104 fNode = testNode.form;
|
HTMLSelectElement06.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute from the first SELECT element 104 fNode = testNode.form;
|
HTMLTextAreaElement02.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute from the first TEXTAREA element 104 fNode = testNode.form;
|
button01.js | 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form. 100 vform = testNode.form;
|
object01.js | 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form. 79 The value of attribute form of the object element is read and checked against the expected value. 101 vform = testNode.form;
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLButtonElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 103 fNode = testNode.form;
|
HTMLFieldSetElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 103 fNode = testNode.form;
|
HTMLInputElement03.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute of the 1st INPUT element and examine its value. 103 fNode = testNode.form;
|
HTMLIsIndexElement01.js | 78 The form attribute returns the FORM element containing this control. 80 Retrieve the form attribute and examine its value. 107 fNode = testNode.form;
|