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

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
ExtensionValue.java 28 * Encoded form of the extension.
38 * Creates the object on the base of its encoded form.
45 * Returns encoded form of the object.
  /development/samples/BrowserPlugin/jni/
Android.mk 10 ## * Redistributions in binary form must reproduce the above copyright
36 form/FormPlugin.cpp \
48 $(LOCAL_PATH)/form \
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
build-generated-files.sh 17 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
26 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
34 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
  /external/webkit/WebCore/manual-tests/
secure-keyboard-enabled-after-submit.html 15 4) Press Return to submit the form.<br>
29 <form method="post" action="data:text/html,Can you enter non-Roman characters in this field now? %3cinput%3e">
31 </form>
textarea-after-stylesheet-link.html 16 </form>
autocompletion-fire-onchange.html 34 <form method="get" onsubmit="return checkForChange()">
37 </form>
autofill_alignment.html 19 <form action="form_action.asp" method="get">
23 </form>
log-keypress-events.html 4 <form name="f">
6 </form>
remove-input-file-onchange.html 33 <form>
35 </form>
select-option-in-onload.html 21 <form action="get">
28 </form>
  /external/clearsilver/
README.python 30 mechanism for mapping form submit buttons to method names. Here is an
31 example of how the form stuff works:
33 <form action="foo.py">
35 </form>
  /external/clearsilver/man/man3/
cgi_debug_init.3 31 CGI program will load that file of the form K=V as a set
cgi_destroy.3 30 of any files that were uploaded via multipart/form-data.
cgi_parse.3 38 POST w/ application/x-www-form-urlencoded
39 POST w/ application/form-data
  /external/dropbear/
TODO 22 - Be able to use OpenSSH keys for the client? or at least have some form of
  /external/iproute2/doc/
preamble.tex 10 % To print it in compact form: both sides on one sheet (psnup -2)
  /external/skia/emoji/
EmojiFont.h 9 * * Redistributions in binary form must reproduce the above copyright
45 if there is no matching emoji form.
56 /** Returns the advance width for the specified emoji form.
60 /** Draw the specified emoji form, given the x,y origin of the text
  /prebuilt/windows/sdl/host/include/SDL/
SDL_getenv.h 16 /* Put a variable of the form "name=value" into the environment */
  /external/apache-http/src/org/apache/commons/codec/net/
URLCodec.java 31 * <p>Implements the 'www-form-urlencoded' encoding scheme,
36 * Chapter 17.13.4 'Form content types'</a> of the
59 * BitSet of www-form-url safe characters.
211 * Encodes a string into its URL safe form using the specified
214 * @param pString string to convert to a URL safe form
231 * Encodes a string into its URL safe form using the default string
234 * @param pString string to convert to a URL safe form
253 * Decodes a URL safe string into its original form using the
257 * @param pString URL safe string to convert into its original form
275 * Decodes a URL safe string into its original form using the defaul
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Hex.java 34 * @return {@code non-null;} formatted form
50 * @return {@code non-null;} formatted form
66 * @return {@code non-null;} formatted form
82 * @return {@code non-null;} formatted form
100 * @return {@code non-null;} formatted form
114 * @return {@code non-null;} formatted form
130 * @return {@code non-null;} formatted form
143 * @return {@code non-null;} formatted form
167 * @return {@code non-null;} formatted form
191 * @return {@code non-null;} formatted form
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLInput.java 49 * Returns the next attribute in the stream in the form of a {@code String}.
59 * Returns the next attribute in the stream in the form of a {@code boolean}
70 * Returns the next attribute in the stream in the form of a {@code byte}.
80 * Returns the next attribute in the stream in the form of a {@code short}.
90 * Returns the next attribute in the stream in the form of an {@code int}.
100 * Returns the next attribute in the stream in the form of a {@code long}.
110 * Returns the next attribute in the stream in the form of a {@code float}.
120 * Returns the next attribute in the stream in the form of a {@code double}.
130 * Returns the next attribute in the stream in the form of a {@code
142 * Returns the next attribute in the stream in the form of a byte array
    [all...]
  /bionic/libc/unistd/
pread.c 10 * * Redistributions in binary form must reproduce the above copyright
17 * * Redistributions in binary form must reproduce the above copyright
  /external/icu4c/layout/
KhmerReordering.h 25 // Base -> A consonant or an independent vowel in its full (not subscript) form. It is the
36 // not the one preceding it Each consonant has two forms, the base form and the subscript form
37 // the base form is the normal one (using the consonants code-point), the subscript form is
40 // Consonant of type 2.-> Its subscript form occupies space under and before the base (only one, RO)
41 // Consonant of Type 3 -> Its subscript form occupies space under and after the base (KHO, CHHO, THHO, BA, YO, SA)
51 // superscript, they change shape and take the form of subscript dependent vowel SRA U.
  /external/openssl/crypto/ec/
ec_print.c 12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
61 point_conversion_form_t form,
68 buf_len = EC_POINT_point2oct(group, point, form,
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
137 point_conversion_form_t form,
144 buf_len = EC_POINT_point2oct(group, point, form,
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 48 * Converts a method in SSA form to ROP form.
59 * the rop-form register count
67 * Converts a method in SSA form to ROP form.
71 * attempt to minimize the rop-form register count
72 * @return {@code non-null;} rop-form output
84 * attempt to minimize the rop-form register count
96 * @return {@code non-null;} rop-form output
246 * @return rop-form basic block lis
    [all...]

Completed in 65 milliseconds

1 2 34 5 6 7 8 91011>>