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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/pkgconfig/
ncurses++.pc 11 Requires: panel menu form ncurses tinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/pkgconfig/
ncurses++.pc 11 Requires: panel menu form ncurses tinfo
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5358.go 7 // issue 5358: incorrect error message when using f(g()) form on ... args.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5358.go 7 // issue 5358: incorrect error message when using f(g()) form on ... args.
  /toolchain/binutils/binutils-2.25/intl/
config.intl.in 1 # This file records the configuration of libintl in a form that
  /bionic/tools/relocation_packer/src/
packer.h 5 // Pack relative relocations into a more compact form.
22 // Pack relocations into a more compact form.
28 // Unpack relocations from their more compact form.
  /dalvik/dexgen/src/com/android/dexgen/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
  /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
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/
simple_form.html 24 <form method="POST" action="{{ action }}">
25 <table class="form" cellpadding="0" cellspacing="0">
36 </form>
  /external/bzip2/
words3 25 It is available in Postscript form (manual.ps), PDF form (manual.pdf),
26 and HTML form (manual.html).
  /external/curl/tests/data/
test39 29 http://%HOSTIP:%HTTPPORT/we/want/39 -F name=daniel -F tool=curl --form-string "str1=@literal" --form-string "str2=<verbatim;type=xxx/yyy" -F "file=@log/test39.txt;type=moo/foobar;filename=fakerfile" -F file2=@log/test39.txt -F "file3=@\"log/test39.txt\";type=mo/foo;filename=\"f\\\\\\\\ak\\\\\\er,\\\\an\\d;.t\\\"xt\"" -F 'file4=@"log/test39.txt"; filename="A\\AA\"\"\\\"ZZZ"'
43 ^(User-Agent:|Content-Type: multipart/form-data;|-------).*
52 Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32
55 Content-Disposition: form-data; name="name"
59 Content-Disposition: form-data; name="tool"
63 Content-Disposition: form-data; name="str1"
67 Content-Disposition: form-data; name="str2"
71 Content-Disposition: form-data; name="file"; filename="fakerfile"
80 Content-Disposition: form-data; name="file2"; filename="test39.txt"
    [all...]
test304 44 ^(User-Agent:|Content-Type: multipart/form-data;|------).*
53 Content-Type: multipart/form-data; boundary=----------------------------c3b2ef7f0bb8
56 Content-Disposition: form-data; name="name"
60 Content-Disposition: form-data; name="tool"
64 Content-Disposition: form-data; name="file"; filename="test304.txt"
test44 43 ^(User-Agent:|Content-Type: multipart/form-data;|------).*
51 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
54 Content-Disposition: form-data; name="name"
58 Content-Disposition: form-data; name="tool"
62 Content-Disposition: form-data; name="file"; filename="test44.txt"
test71 49 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
58 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
61 Content-Disposition: form-data; name="name"
65 Content-Disposition: form-data; name="tool"
69 Content-Disposition: form-data; name="file"; filename="test71.txt"
test9 43 ^(User-Agent:|Content-Type: multipart/form-data;|------------).*
52 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
55 Content-Disposition: form-data; name="name"
59 Content-Disposition: form-data; name="tool"
63 Content-Disposition: form-data; name="file"; filename="test9.txt"
  /external/dexmaker/src/dx/java/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/libchrome/base/strings/
string_util_constants.cc 13 0x000C, /* FORM FEED (FF) */ \
49 0x0C, // FORM FEED (FF)
59 0x0C, // FORM FEED (FF)
  /external/libxml2/test/schemas/
element-err_0.xsd 12 form="qualified" id="b12" nillable="true"
20 form="qualified" id="b13" nillable="true"
28 form="qualified" id="b14" nillable="true"
  /system/keymaster/include/keymaster/
keymaster_configuration.h 36 * Parses OS version string, returning in integer form. For example, "6.1.2" will be returned as
43 * Parses OS patch level string, returning year and month in integer form. For example, "2016-03-25"
44 * will be returned as 201603. Returns 0 if the string doesn't contain a date in the form
  /external/autotest/client/cros/
httpd.py 5 """Spins up a trivial HTTP cgi form listener in a thread.
8 need to call back to the Autotest test case with some form value, e.g.
34 """Implements a form handler (for POST requests only) which simply
37 If the form submission is a file upload, the file will be written
58 form = cgi.FieldStorage(
63 # You'd think form.keys() would just return [], like it does for empty
66 if form:
67 for field in form.keys():
68 field_item = form[field]
72 self.server._url_handlers[path](self, form)
    [all...]
  /external/autotest/tko/
compose_query.cgi 20 <form action="/tko/compose_query.cgi" method="get">
49 </form>
50 <form action="/tko/save_query.cgi" method="get">
67 </form>
89 def parse_field(form, form_field, field_default):
90 if not form_field in form:
92 field_input = form[form_field].value.lower()
98 def parse_condition(form, form_field, field_default):
99 if not form_field in form:
101 return form[form_field].valu
104 form = cgi.FieldStorage() variable
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
bisect-button.html 10 <link rel="import" href="/dashboard/elements/bisect-form.html">
21 * element inside paper-button is a div, not a form element.
44 <bisect-form
50 bugId="{{bugId}}"></bisect-form>
97 * Displays the bisect-form when the bisect button is clicked.
  /external/chromium-trace/catapult/dashboard/dashboard/templates/
edit_bug_labels.html 14 // The user's XSRF token string, required to submit the form.
18 * Initializes the event listeners for events on the form.
31 * Hides or shows some form elements when the "add" or "remove" radio buttons
55 <form method="POST">
90 </form>
  /external/curl/docs/examples/
postit2.c 23 * "HTML form based" (as described in RFC1738) uploads using HTTP POST.
25 * The imaginary form we'll fill in looks like:
27 * <form method="post" enctype="multipart/form-data" action="examplepost.cgi">
31 * </form>
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 47 uint16_t Form = Data.getULEB128(OffsetPtr);
52 if (Attr == 0 && Form == 0)
54 AttributeSpecs.push_back(AttributeSpec(Attr, Form));
80 const char *formString = FormEncodingString(Spec.Form);
84 OS << format("DW_FORM_Unknown_%x", Spec.Form);

Completed in 806 milliseconds

1 2 3 4 56 7 8 91011>>