HomeSort by relevance Sort by last modified time
    Searched full:form (Results 26 - 50 of 13064) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tools/dasm/src/dasm/
DopInfo.java 23 import com.android.dx.dex.code.form.Form10t;
24 import com.android.dx.dex.code.form.Form10x;
25 import com.android.dx.dex.code.form.Form11n;
26 import com.android.dx.dex.code.form.Form11x;
27 import com.android.dx.dex.code.form.Form12x;
28 import com.android.dx.dex.code.form.Form20t;
29 import com.android.dx.dex.code.form.Form21c;
30 import com.android.dx.dex.code.form.Form21h;
31 import com.android.dx.dex.code.form.Form21s;
32 import com.android.dx.dex.code.form.Form21t
    [all...]
  /external/webkit/WebCore/bindings/js/
JSHTMLElementCustom.cpp 9 * 2. Redistributions in binary form must reproduce the above copyright
40 // The document is put on first, fall back to searching it only after the element and form.
43 // The form is next, searched before the document, but after the element itself.
44 if (HTMLFormElement* form = element->form())
45 scope.push(asObject(toJS(exec, globalObject(), form)));
  /external/icu4c/data/translit/
en.txt 12 // This is the English form of this resource.
16 // This is the English form of this resource.
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 34 """Represents django form for entering user info."""
41 """Inserts new users. GET presents a blank form. POST processes it."""
45 '<form method="POST" '
48 # This generates our shopping list form and writes it in the response
52 '</form></body></html>')
62 # Reprint the form
64 '<form method="POST" '
70 '</form></body></html>')
74 """Edits users. GET presents a form prefilled with user info
81 '<form method="POST"
    [all...]
  /dalvik/dx/tests/083-ssa-phi-placement/
info.txt 1 This is a test case for the phi placement algorthim used in the conversion to SSA form.
  /dalvik/dx/tests/086-ssa-edge-split/
info.txt 1 This is a test case for the edge-splitting algorthim used in the conversion to SSA form.
  /dalvik/libcore/archive/src/main/java/java/util/jar/
package.html 7 form of a MANIFEST file. This manifest can also be used
  /dalvik/tests/068-classloader/src/
DoubledExtend.java 4 * Doubled sub-class, form #1.
DoubledImplement.java 4 * Doubled sub-class, form #1.
  /dalvik/tests/068-classloader/src-ex/
DoubledExtend.java 4 * Doubled sub-class, form #2.
DoubledImplement.java 4 * Doubled sub-class, form #2.
  /external/iptables/extensions/
libip6t_mac.man 3 Match source MAC address. It must be of the form XX:XX:XX:XX:XX:XX.
libipt_mac.man 3 Match source MAC address. It must be of the form XX:XX:XX:XX:XX:XX.
  /external/webkit/WebCore/manual-tests/
clear-input-file.html 4 document.getElementById("form").reset();
20 <form id="form">
27 </form>
  /external/webkit/WebKitTools/iExploder/htdocs/
index.html 16 <form method="get" action="iexploder.cgi" name="test">
19 </form>
23 <form method="get" action="iexploder.cgi" name="test">
26 <input value="Lookup" type="submit"></form>
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
AttributeCertificateIssuer.java 28 final ASN1Encodable form; field in class:AttributeCertificateIssuer
36 form = issuer.getIssuer();
49 form = new V2Form(new GeneralNames(new DERSequence(new GeneralName(principal))));
56 if (form instanceof V2Form)
58 name = ((V2Form)form).getIssuerName();
62 name = (GeneralNames)form;
139 return new AttributeCertificateIssuer(AttCertIssuer.getInstance(form));
154 if (form instanceof V2Form)
156 V2Form issuer = (V2Form)form;
171 GeneralNames name = (GeneralNames)form;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtilsTest.java 105 assertEquals("<form><li style=\"image\" value=\"image\"></li></form>", DescriptorsUtils.formatFormText("", desc, docBaseUrl));
107 assertEquals("<form><li style=\"image\" value=\"image\"><a href=\"http://base/reference/android/R.styleable.html#TagApplication\">application</a></li></form>",
112 assertEquals("<form><li style=\"image\" value=\"image\"><b>android.content.Intent</b></li></form>",
117 assertEquals("<form><li style=\"image\" value=\"image\"><a href=\"http://base/reference/android/R.styleable.html#AndroidManifestPermission\">AndroidManifestPermission</a></li></form>",
122 assertEquals("<form><li style=\"image\" value=\"image\"><a href=\"http://base/reference/android/R.styleable.html#AndroidManifestPermission\">\"permission\"</a></li></form>",
    [all...]
  /external/elfutils/libdw/
dwarf_getabbrevattr.c 39 unsigned int form; local
45 /* Attribute code and form are encoded as ULEB128 values. */
47 get_uleb128 (form, attrp);
50 if (name == 0 && form == 0)
59 *formp = form;
  /external/webkit/WebCore/loader/
FormState.cpp 10 * 2. Redistributions in binary form must reproduce the above copyright
37 inline FormState::FormState(PassRefPtr<HTMLFormElement> form, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Frame> sourceFrame, FormSubmissionTrigger formSubmissionTrigger)
38 : m_form(form)
45 PassRefPtr<FormState> FormState::create(PassRefPtr<HTMLFormElement> form, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Frame> sourceFrame, FormSubmissionTrigger formSubmissionTrigger)
47 return adoptRef(new FormState(form, textFieldValuesToAdopt, sourceFrame, formSubmissionTrigger));
  /external/webkit/WebKit/chromium/public/
WebSearchableFormData.h 10 * * Redistributions in binary form must reproduce the above
41 // corresponds to a searchable form request.
44 // If the provided form is suitable for automated searching, isValid()
50 // URL for the searchable form request.
56 // Encoding used to encode the form parameters; never empty.
  /external/webkit/WebKit/chromium/src/
WebSearchableFormData.cpp 10 * * Redistributions in binary form must reproduce the above
52 // Gets the encoding for the form.
53 void GetFormEncoding(const HTMLFormElement* form, TextEncoding* encoding)
55 String str(form->getAttribute(HTMLNames::accept_charsetAttr));
64 const Frame* frame = form->document()->frame();
69 bool IsHTTPFormSubmit(const HTMLFormElement* form)
71 String action(form->action());
72 return form->document()->frame()->loader()->completeURL(action.isNull() ? "" : action).protocol() == "http";
75 // If the form does not have an activated submit button, the first submit
77 HTMLFormControlElement* GetButtonToActivate(HTMLFormElement* form)
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
display-form-data.html 11 <li><p><a href="https://bugs.webkit.org/show_bug.cgi?id=28970">Bug 28970: content-type parameters not taken into account when building form-data</a>
17 test-11, the -sync and -async versions should show the same Form Data,
23 <br>no Form Data, Request Payload or Query String Parameters
33 versions of the string. The decoded form is initially displayed.
34 The encoded form of parm2 is "g%20h+i".
37 <br>no Form Data, Request Payload or Query String Parameters
55 <br>Form Data (1): "parm1: abc"
58 <br>Form Data (2): "parm1: def" and "parm2: g h i"
62 <br>Form Data (2): "parm1: ghi" and "parm2: j k l"
66 <br>Form Data (2): "parm1: ghi" and "parm2: j k l
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 28 * Page for the menu form editor.
43 * Creates the content in the form hosted in this page.
45 * @param managedForm the form hosted in this page.
50 ScrolledForm form = managedForm.getForm(); local
51 form.setText("Android Menu");
52 form.setImage(AdtPlugin.getAndroidLogo());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
XmlTreePage.java 28 * Page for the xml form editor.
43 * Creates the content in the form hosted in this page.
45 * @param managedForm the form hosted in this page.
50 ScrolledForm form = managedForm.getForm(); local
51 form.setText("Android Xml");
52 form.setImage(AdtPlugin.getAndroidLogo());
  /external/clearsilver/man/man3/
cgi_filehandle.3 27 form_name - the form name that the file was uploaded as
36 multipart/form-data. The FILE pointer is positioned at

Completed in 383 milliseconds

12 3 4 5 6 7 8 91011>>