HomeSort by relevance Sort by last modified time
    Searched refs:FORM (Results 1 - 22 of 22) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/0.153/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...]
ptp.c 1275 * Gets form the responder the size of the specified object.
    [all...]
ptp.h     [all...]
  /external/chromium_org/tools/page_cycler/common/
start.js 46 var form = document.createElement('FORM');
47 form.onsubmit = function(e) {
53 form.appendChild(label);
60 form.appendChild(input);
65 form.appendChild(input);
67 document.body.appendChild(form);
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
stylesheet.css 200 FORM.search {
  /external/chromium_org/ppapi/c/documentation/
stylesheet.css 196 FORM.search {
  /external/chromium_org/ppapi/cpp/documentation/
stylesheet.css 196 FORM.search {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 7 * wraps a form element with logic that enables implementation of proxy
14 * Wraps the proxy configuration form, binding proper handlers to its various
18 * @param {string} id The form's DOM ID.
23 * The wrapped form element
29 // Throw an error if the element either doesn't exist, or isn't a form.
32 else if (this.form_.nodeName !== 'FORM')
124 * The form's current state.
328 * Calls the proxy API to read the current settings, and populates the form
340 * We can't render the form until we know what our access level is, so
396 * Binds event handlers for the various bits and pieces of the form tha
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/readability/js/
readability.js 438 readability.cleanConditionally(articleContent, "form");
506 case 'FORM':
755 /* We have a node that isn't a common block level element, like a form or td tag. Turn it into a div so it doesn't get filtered out later by accident. */
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 941 milliseconds