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

1 23 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
dwarf_hasform.c 1 /* Check whether given attribute has specific form.
31 return attr->form == search_form;
dwarf_whatform.c 1 /* Return form code of given attribute.
27 return attr == NULL ? 0 : attr->form;
dwarf_getattrs.c 61 /* Get attribute name and form. */
65 get_uleb128 (attr.form, attrp);
68 if (attr.code == 0 && attr.form == 0)
80 if (attr.form != 0)
82 size_t len = __libdw_form_val_len (dbg, die->cu, attr.form,
  /external/icu4c/i18n/
esctrn.h 23 * form. Examples of escape forms are "U+4E01" and "".
29 * but some, such as the Java form, intentionally break them into two
36 * of a form that requires this is the C form, which uses "\\uFFFF"
49 * The prefix of the escape form; may be empty, but usually isn't.
54 * The prefix of the escape form; often empty.
77 * The form to be used for supplementals. If this is null then
78 * the same form is used for BMP characters and supplementals. If
  /external/webkit/LayoutTests/http/tests/appcache/resources/
cyrillic-uri-form.html 6 <form method=GET action="?">
8 </form>
  /external/webkit/WebCore/manual-tests/
form-value-restore.html 1 <p>This tests if form values get their values properly restored when you go back.
6 Check that the form elements have the values that selected.</p>
onblur-remove.html 26 <form id='f'>
28 </form>
select-onchange-after-js.html 11 <form action="" method="post" name="areaform" id="areaform">
16 </form>
17 <form action="" method="post" name="areaform2" id="areaform2">
22 </form>
autofill-popup-width-and-item-direction.html 16 the form autofill pop-up should show up now with the width the same as
31 <form action="form_action.asp" method="get">
35 </form>
bugzilla-3855.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=3855">Bugzilla Bug 3855</a> Table with Form Field and Hidden DIV crashes Safari</p>
21 <form>
31 </form>
  /external/webkit/WebKit/gtk/resources/
error.html 53 <form name="bl">
55 </form>
  /external/wpa_supplicant/wpa_gui/
eventhistory.ui.h 2 ** ui.h extension file, included from the uic-generated form implementation.
9 ** These will automatically be called by the form's constructor and
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui.h 2 ** ui.h extension file, included from the uic-generated form implementation.
9 ** These will automatically be called by the form's constructor and
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 5 manipulate the most common form of error code in a fashion that does not \
  /dalvik/dx/src/com/android/dx/util/
ToHuman.java 21 * a complete but often hard to read) string form.
25 * Return the "human" string form of this instance. This is
28 * @return {@code non-null;} the human string form
  /external/bzip2/
words3 25 It is available in Postscript form (manual.ps), PDF form (manual.pdf),
26 and HTML form (manual.html).
  /external/webkit/WebKit/chromium/src/
WebPasswordFormData.cpp 10 * * Redistributions in binary form must reproduce the above
53 // an old password (e.g on a "make new password" form), if any.
111 // Helper to gather up the final form data and create a PasswordForm.
121 // query and ref portions of URL, for the form action and form origin.
125 // Naming is confusing here because we have both the HTML form origin URL
126 // the page where the form was seen), and the "origin" components of the url
152 RefPtr<HTMLFormElement> form = webForm.operator PassRefPtr<HTMLFormElement>(); local
154 Frame* frame = form->document()->frame();
159 findPasswordFormFields(form.get(), &fields)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSHTMLFormElementCustom.cpp 9 * 2. Redistributions in binary form must reproduce the above copyright
40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, const Identifier& propertyName)
43 form->getNamedElements(propertyName, namedItems);
50 HTMLFormElement* form = static_cast<HTMLFormElement*>(jsForm->impl()); local
53 form->getNamedElements(propertyName, namedItems);
  /external/webkit/WebKit/win/Interfaces/
IWebHTMLRepresentation.idl 9 * 2. Redistributions in binary form must reproduce the above copyright
67 - (DOMElement *)elementWithName:(NSString *)name inForm:(DOMElement *)form;
69 HRESULT elementWithName([in] BSTR name, [in] IDOMElement* form, [out, retval] IDOMElement** element);
84 HRESULT formForElement([in] IDOMElement* element, [out, retval] IDOMElement** form);
89 HRESULT currentForm([out, retval] IDOMElement** form);
92 - (NSArray *)controlsInForm:(DOMElement *)form;
94 HRESULT controlsInForm([in] IDOMElement* form, [in, out] IDOMElement** controls, [in, out] int* cControls);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesTreePage.java 33 * Page for instrumentation settings, part of the AndroidManifest form editor.
48 * Creates the content in the form hosted in this page.
50 * @param managedForm the form hosted in this page.
55 ScrolledForm form = managedForm.getForm(); local
70 form.setText(String.format("Android Resources (%1$s)", configText));
72 form.setText("Android Resources");
75 form.setImage(AdtPlugin.getAndroidLogo());
  /external/webkit/WebCore/html/
HTMLFormCollection.cpp 39 inline CollectionCache* HTMLFormCollection::formCollectionInfo(HTMLFormElement* form)
41 if (!form->collectionInfo)
42 form->collectionInfo = new CollectionCache;
43 return form->collectionInfo;
46 HTMLFormCollection::HTMLFormCollection(PassRefPtr<HTMLFormElement> form)
47 : HTMLCollection(form.get(), OtherCollection, formCollectionInfo(form.get()))
51 PassRefPtr<HTMLFormCollection> HTMLFormCollection::create(PassRefPtr<HTMLFormElement> form)
53 return adoptRef(new HTMLFormCollection(form));
108 HTMLFormElement* form = static_cast<HTMLFormElement*>(base()) local
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java 187 DecimalFormat form = (DecimalFormat) DecimalFormat local
189 assertFalse(form.isParseBigDecimal());
190 form.setParseBigDecimal(true);
191 assertTrue(form.isParseBigDecimal());
194 Number result = form.parse("123.123");
200 form.setParseBigDecimal(false);
201 assertFalse(form.isParseBigDecimal());
204 Number result = form.parse("123.123");
211 assertFalse(form.isParseIntegerOnly());
282 DecimalFormat form = (DecimalFormat) DecimalForma local
569 DecimalFormat form = (DecimalFormat) nform; local
598 DecimalFormat form = (DecimalFormat) nform; local
626 DecimalFormat form = new DecimalFormat("00.###E0"); local
669 DecimalFormat form = new DecimalFormat("00.###E0"); local
707 DecimalFormat form = (DecimalFormat) nform; local
733 DecimalFormat form = (DecimalFormat) nform; local
894 DecimalFormat form = (DecimalFormat) nform; local
910 DecimalFormat form = (DecimalFormat) nform; local
926 DecimalFormat form = (DecimalFormat) nform; local
942 DecimalFormat form = (DecimalFormat) nform; local
961 DecimalFormat form = (DecimalFormat) nform; local
994 DecimalFormat form = (DecimalFormat) nform; local
1996 DecimalFormat form = (DecimalFormat) nform; local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 91 * Encodes a string into its Base64 form using the specified charset. Unsafe characters are escaped.
94 * string to convert to Base64 form
114 * Encodes a string into its Base64 form using the default charset. Unsafe characters are escaped.
117 * string to convert to Base64 form
131 * Decodes a Base64 string into its original form. Escaped characters are converted back to their original
135 * Base64 string to convert into its original form
154 * Encodes an object into its Base64 form using the default charset. Unsafe characters are escaped.
157 * object to convert to Base64 form
176 * Decodes a Base64 object into its original form. Escaped characters are converted back to their original
180 * Base64 object to convert into its original form
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java 31 * Page for instrumentation settings, part of the AndroidManifest form editor.
48 * Creates the content in the form hosted in this page.
50 * @param managedForm the form hosted in this page.
55 ScrolledForm form = managedForm.getForm(); local
56 form.setText("Android Manifest Instrumentation");
57 form.setImage(AdtPlugin.getAndroidLogo());
PermissionPage.java 31 * Page for permissions settings, part of the AndroidManifest form editor.
52 * Creates the content in the form hosted in this page.
54 * @param managedForm the form hosted in this page.
59 ScrolledForm form = managedForm.getForm(); local
60 form.setText("Android Manifest Permissions");
61 form.setImage(AdtPlugin.getAndroidLogo());

Completed in 208 milliseconds

1 23 4 5 6 7 8 91011>>