HomeSort by relevance Sort by last modified time
    Searched full:form (Results 151 - 175 of 37766) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/nanohttpd/core/src/test/resources/
multipart-form-test.htm 13 2. Redistributions in binary form must reproduce the above copyright notice,
35 <p>This is a multipart-form test for NanoHTTPD.</p>
36 <form action="http://localhost:8080/" enctype="multipart/form-data" method="post">
44 </form>
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
trace-form.html 8 The trace-form element includes the form for all of the different stages of
16 <link rel="import" href="/dashboard/elements/base-form.html">
19 <polymer-element name="trace-form" extends="base-form"
58 <form on-submit="{{onSendToTrybot}}">
93 </form>
114 * TODO(qyearsley): Extract common code in trace-form and bisect-form.
127 Polymer('trace-form', {
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/docs/
testing-applications.txt 102 them ids) to identify the form. See `Form Submissions <#form-submissions>`_ for
103 more on the form objects.
116 Form Submissions
120 form::
123 form = res.forms[0]
128 form['name'] = 'Bob'
130 form.set('age', '45', index=1)
135 form.submit(
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests20.dat 122 <!doctype html><p><button><form>
131 | <form>
297 <!doctype html><form><table><form>
304 | <form>
308 <!doctype html><table><form><form>
316 | <form>
319 <!doctype html><table><form></table><form>
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 112 // First, check DWARF4 form classes.
113 if (Form < makeArrayRef(DWARF4FormClasses).size() &&
114 DWARF4FormClasses[Form] == FC)
117 switch (Form) {
130 return (Form == DW_FORM_data4 || Form == DW_FORM_data8) &&
139 // Read the value for the form into value and follow and DW_FORM_indirect
143 switch (Form) {
149 (Form == DW_FORM_addr)
211 Form = data.getULEB128(offset_ptr)
    [all...]
  /external/webrtc/webrtc/base/
multipart_unittest.cc 24 "multipart/form-data; boundary=123456789987654321";
29 MultipartStream multipart("multipart/form-data", kTestMultipartBoundary);
55 MultipartStream multipart("multipart/form-data", kTestMultipartBoundary);
58 multipart.GetPartSize(kTestData, "form-data; name=\"text\"", "text");
59 EXPECT_TRUE(multipart.AddPart(kTestData, "form-data; name=\"text\"", "text"));
69 multipart.GetPartSize("", "form-data; name=\"stream\"", "stream");
74 "form-data; name=\"stream\"",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesTreePage.java 39 * Page for instrumentation settings, part of the AndroidManifest form editor.
71 * Creates the content in the form hosted in this page.
73 * @param managedForm the form hosted in this page.
78 ScrolledForm form = managedForm.getForm(); local
93 form.setText(String.format("Android Resources (%1$s)", configText));
95 form.setText("Android Resources");
98 form.setImage(AdtPlugin.getAndroidLogo());
  /external/icu/icu4c/source/data/unidata/norm2/
uts46.txt     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 56 // plural - english, special form for 1
57 // dual - special form for 1 and 2
58 // paucal - russian, special form for 1, for 2-4 and n > 20 && n % 10 == 2-4
59 // rpt_dual_few - slovenian, special form for 1, 2, 3-4 and n as above
60 // hebrew, dual plus singular form for years > 11
61 // arabic, dual, plus singular form for all terms > 10
197 int form = computeForm(unit, count, cv, multiple && last); local
198 if (form == FORM_SINGULAR_SPELLED) {
200 form = FORM_SINGULAR;
201 name = dr.pluralNames[px][form];
603 int form = FORM_PLURAL; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 54 // plural - english, special form for 1
55 // dual - special form for 1 and 2
56 // paucal - russian, special form for 1, for 2-4 and n > 20 && n % 10 == 2-4
57 // rpt_dual_few - slovenian, special form for 1, 2, 3-4 and n as above
58 // hebrew, dual plus singular form for years > 11
59 // arabic, dual, plus singular form for all terms > 10
195 int form = computeForm(unit, count, cv, multiple && last); local
196 if (form == FORM_SINGULAR_SPELLED) {
198 form = FORM_SINGULAR;
199 name = dr.pluralNames[px][form];
601 int form = FORM_PLURAL; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java 63 DecimalFormat form = (DecimalFormat) DecimalFormat.getInstance(Locale.US); local
64 assertFalse(form.isParseBigDecimal());
65 form.setParseBigDecimal(true);
66 assertTrue(form.isParseBigDecimal());
68 Number result = form.parse("123.123");
71 form.setParseBigDecimal(false);
72 assertFalse(form.isParseBigDecimal());
74 result = form.parse("123.123");
95 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
96 Number number = form.parse("23.1", new ParsePosition(0))
366 DecimalFormat form = (DecimalFormat) DecimalFormat.getInstance(Locale.US); local
385 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
407 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
431 DecimalFormat form = new DecimalFormat("00.###E0"); local
461 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
484 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
502 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
518 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
1750 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 96 * Encodes a string into its Base64 form using the specified charset. Unsafe characters are escaped.
99 * string to convert to Base64 form
119 * Encodes a string into its Base64 form using the default charset. Unsafe characters are escaped.
122 * string to convert to Base64 form
136 * Decodes a Base64 string into its original form. Escaped characters are converted back to their original
140 * Base64 string to convert into its original form
159 * Encodes an object into its Base64 form using the default charset. Unsafe characters are escaped.
162 * object to convert to Base64 form
181 * Decodes a Base64 object into its original form. Escaped characters are converted back to their original
185 * Base64 object to convert into its original form
    [all...]
  /external/google-breakpad/src/common/dwarf/
functioninfo.h 9 // * Redistributions in binary form must reproduce the above
142 // beginning of the .debug_info section, has a name of ATTR, a form of
143 // FORM, and the actual data of the attribute is in DATA.
146 enum DwarfForm form,
151 // beginning of the .debug_info section, has a name of ATTR, a form of
152 // FORM, and the offset of the referenced DIE from the start of the
156 enum DwarfForm form,
161 // beginning of the .debug_info section, has a name of ATTR, a form of
162 // FORM, and the actual data of the attribute is in DATA.
165 enum DwarfForm form,
    [all...]
dwarf2diehandler.cc 9 // * Redistributions in binary form must reproduce the above
139 enum DwarfForm form,
144 current.handler_->ProcessAttributeUnsigned(attr, form, data);
149 enum DwarfForm form,
154 current.handler_->ProcessAttributeSigned(attr, form, data);
159 enum DwarfForm form,
164 current.handler_->ProcessAttributeReference(attr, form, data);
169 enum DwarfForm form,
175 current.handler_->ProcessAttributeBuffer(attr, form, data, len);
180 enum DwarfForm form,
    [all...]
  /system/webservd/libwebserv/
request.h 41 // POST request using multipart/form-data request.
80 // pre-parsed by the server (e.g. "application/x-www-form-urlencoded" and
81 // "multipart/form-data"). If there is no request body, or the data has been
95 // (e.g. "http://server.com/?foo=bar") and the non-file form fields in the
103 // Returns a list of key-value pairs for the non-file form fields in the
111 // Gets the values of form field with given |name|. This includes both
112 // values provided on the URL and as part of form data in POST request.
115 // Gets the values of form field with given |name| for form data in POST
122 // Gets the file upload parameters for a file form field of given |name|
    [all...]
  /frameworks/base/docs/html/reference/
packages-wearable-support.html 225 <form class="dac-header-search-form" onsubmit="return submit_search()">
232 </form>
657 <form action="https://docs.google.com/forms/d/1QgnkzbEJIDu9lMEea0mxqWrXUJu0oBCLD7ar23V0Yys/formResponse" class="dac-form" method="post" target="dac-newsletter-iframe">
659 <fieldset class="dac-form-fieldset">
662 <div class="dac-form-input-group">
663 <label for="newsletter-full-name" class="dac-form-floatlabel">Full name</label>
664 <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required>
665 <span class="dac-form-required">*</span
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlStreamRendererTest.java 10 // Redistributions in binary form must reproduce the above copyright
243 renderer.text("<form>Hello, World</form>");
247 assertEquals("<pre>&lt;form&gt;Hello, World&lt;/form&gt;</pre>",
254 renderer.text("<form>Hello, World</form>");
258 assertEquals("<pre>&lt;form&gt;Hello, World&lt;/form&gt;</pre>",
265 renderer.text("<form>Hello, World</form>")
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 355 sanitize("<fieldset form=\"formId\">something</fieldset>",
356 "<fieldset form=\"formId\">something</fieldset>");
383 sanitize("<form></form>", "<form></form>");
384 sanitize("<form accept=\"something\"></form>", "<form accept=\"something\"></form>");
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
inet.py 38 """Convert the textual form of a network address into its binary form.
57 """Convert the binary form of a network address into its textual form.
75 """Determine the address family of a textual-form network address.
93 """Is the textual-form network address a multicast address?
  /external/curl/src/
tool_mfiles.c 70 multi->form.option = CURLFORM_FILE;
71 multi->form.value = file_name;
82 multi_type->form.option = CURLFORM_CONTENTTYPE;
83 multi_type->form.value = type_name;
95 multi_name->form.option = CURLFORM_FILENAME;
96 multi_name->form.value = show_filename;
  /external/curl/tests/data/
test554 57 Content-Type: multipart/form-data; boundary=----------------------------
60 Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
65 Content-Disposition: form-data; name="callbackdata"
70 Content-Disposition: form-data; name="filename"
74 Content-Disposition: form-data; name="submit"
78 Content-Disposition: form-data; name="somename"; filename="somefile.txt"
  /external/elfutils/libdw/
dwarf_formref_die.c 1 /* Look up the DIE in a reference-form attribute.
47 if (attr->form == DW_FORM_ref_addr || attr->form == DW_FORM_GNU_ref_alt)
51 uint8_t ref_size = (cu->version == 2 && attr->form == DW_FORM_ref_addr
55 Dwarf *dbg_ret = (attr->form == DW_FORM_GNU_ref_alt
73 if (attr->form == DW_FORM_ref_sig8)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java 54 * Creates the content in the form hosted in this page.
56 * @param managedForm the form hosted in this page.
61 ScrolledForm form = managedForm.getForm(); local
62 form.setText("Android Export Properties");
63 form.setImage(AdtPlugin.getAndroidLogo());
65 Composite body = form.getBody();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java 34 * Page for instrumentation settings, part of the AndroidManifest form editor.
58 * Creates the content in the form hosted in this page.
60 * @param managedForm the form hosted in this page.
65 ScrolledForm form = managedForm.getForm(); local
66 form.setText("Android Manifest Instrumentation");
67 form.setImage(AdtPlugin.getAndroidLogo());
PermissionPage.java 34 * Page for permissions settings, part of the AndroidManifest form editor.
62 * Creates the content in the form hosted in this page.
64 * @param managedForm the form hosted in this page.
69 ScrolledForm form = managedForm.getForm(); local
70 form.setText("Android Manifest Permissions");
71 form.setImage(AdtPlugin.getAndroidLogo());

Completed in 751 milliseconds

1 2 3 4 5 67 8 91011>>