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

<<11121314151617181920>>

  /external/wpa_supplicant/wpa_gui/
scanresults.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
userdatarequest.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/
scanresults.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
userdatarequest.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
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsAddress.java 35 * Returns the address of the SMS message in String form or null if unavailable
56 // Some carriers seems to send email gateway messages in this form:
  /dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java 34 * SSA form by the optimizer
40 * SSA form by the optimizer
48 * running sum of the number of dex-form registers added/removed in
49 * SSA form by the optimizer. Only valid if args.statistics is true.
54 * running sum of the number of dex-form insns (actually code
55 * units) added/removed in SSA form by the optimizer. Only valid
  /external/icu4c/common/unicode/
ucnvsel.h 36 * from the serialized form.
91 * Open a selector from its serialized form.
94 * Using a serialized form from a different machine (endianness/charset) is supported.
96 * @param buffer pointer to the serialized form of a converter selector;
110 * The serialized form is portable to different machines.
114 * serialized form of this converter selector
unorm.h 31 * decomposed form, allowing for easier sorting and searching of text.
39 * "composed" form):
45 * or as two separate characters (the "decomposed" form):
89 * Form FCD, "Fast C or D", is also designed for collation.
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
98 * The form is defined such that the "raw decomposition", the recursive canonical decomposition of each character,
140 /** "Fast C or D" form. @stable ICU 2.0 */
235 * the user may have to put the string in its normalized form and compare the
240 * @param mode which normalization form to test for
258 * @param mode Which normalization form to test for
    [all...]
  /external/webkit/WebCore/html/
HTMLButtonElement.cpp 43 HTMLButtonElement::HTMLButtonElement(const QualifiedName& tagName, Document* doc, HTMLFormElement* form)
44 : HTMLFormControlElement(tagName, doc, form)
104 if (form() && m_type == SUBMIT) {
106 form()->prepareSubmit(evt);
109 if (form() && m_type == RESET)
110 form()->reset();
HTMLFormControlElement.cpp 151 // This handles the case of a new form element being created by
152 // JavaScript and inserted inside a form. In the case of the parser
153 // setting a form, we will already have a non-null value for m_form,
176 // If the form and element are both in the same tree, preserve the connection to the form.
177 // Otherwise, null out our form and remove ourselves from the form's list of elements.
419 HTMLTextFormControlElement::HTMLTextFormControlElement(const QualifiedName& tagName, Document* doc, HTMLFormElement* form)
420 : HTMLFormControlElementWithState(tagName, doc, form)
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 36 * unlikely to be modified by mail transport. If the data being encoded are mostly ASCII text, the encoded form of the
48 * framework is ready. The motivation behind providing the codec in a partial form is that it can already come in handy
234 * Encodes a string into its quoted-printable form using the default string charset. Unsafe characters are escaped.
242 * string to convert to quoted-printable form
262 * Decodes a quoted-printable string into its original form using the specified string charset. Escaped characters
266 * quoted-printable string to convert into its original form
283 * Decodes a quoted-printable string into its original form using the default string charset. Escaped characters are
287 * quoted-printable string to convert into its original form
307 * Encodes an object into its quoted-printable safe form. Unsafe characters are escaped.
310 * string to convert to a quoted-printable form
    [all...]
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 55 * The media-type multipart/form-data follows the rules of all multipart
56 * MIME data streams as outlined in RFC 1521. The multipart/form-data contains
58 * header where the value is "form-data" and a name attribute specifies
59 * the field name within the form, e.g., 'content-disposition: form-data;
88 /** The Content-Type for multipart/form-data. */
89 private static final String MULTIPART_FORM_CONTENT_TYPE = "multipart/form-data";
  /external/elfutils/tests/
show-die-info.c 232 puts ("************* DW_AT_low_pc form failed ************");
234 puts ("************* DW_AT_low_pc form (2) failed ************");
249 puts ("************* DW_AT_high_pc form failed ************");
251 puts ("************* DW_AT_high_pc form (2) failed ************");
272 puts ("************* DW_AT_byte_size form failed ************");
280 puts ("************* DW_AT_byte_size form (2) failed ************");
300 puts ("************* DW_AT_bit_size form failed ************");
308 puts ("************* DW_AT_bit_size form (2) failed ************");
329 puts ("************* DW_AT_bit_offset form failed ************");
337 puts ("************* DW_AT_bit_offset form (2) failed ************")
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.ddms/
feature.xml 47 &quot;Source&quot; form shall mean the preferred form for making modifications,
51 &quot;Object&quot; form shall mean any form resulting from mechanical
52 transformation or translation of a Source form, including but
57 Object form, made available under the License, as indicated by a
62 form, that is based on (or derived from) the Work and for which the
75 means any form of electronic, verbal, or written communication sent
92 Work and such Derivative Works in Source or Object form.
112 modifications, and in Source or Object form, provided that Yo
    [all...]
  /external/openssl/apps/
ec.c 15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
80 * -conv_form arg - specifies the point encoding form
102 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
173 form = POINT_CONVERSION_COMPRESSED;
175 form = POINT_CONVERSION_UNCOMPRESSED;
177 form = POINT_CONVERSION_HYBRID;
236 "point conversion form \n");
336 EC_KEY_set_conv_form(eckey, form);
  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java 37 /** {@code non-null;} the short-form of the prototype */
65 * Creates the short-form of the given prototype.
68 * @return {@code non-null;} the short form
85 * Gets the short-form character for the given type.
88 * @return the corresponding short-form character
  /dalvik/libcore/luni/src/main/java/java/net/
URLEncoder.java 24 * {@code application/x-www-form-urlencoded} MIME content type.
37 * Encodes a given string {@code s} in a x-www-form-urlencoded string using
52 // Guess a bit bigger for encoded form
74 * Encodes the given string {@code s} in a x-www-form-urlencoded string
99 // Guess a bit bigger for encoded form
  /external/qemu/elff/
dwarf_utils.cc 130 dwarf_form_name(Dwarf_Form form) {
131 switch (form) {
233 dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val) {
234 if (form != 0) {
236 dwarf_at_name(at), dwarf_form_name(form));
  /external/webkit/WebCore/bindings/v8/
V8LazyEventListener.cpp 10 * * Redistributions in binary form must reproduce the above
100 // Nodes other than the document object, when executing inline event handlers push document, form, and the target node on the scope chain.
102 // See chrome/fast/forms/form-action.html
110 "with (this.form ? this.form : {}) {" \
  /external/webkit/JavaScriptCore/icu/unicode/
unorm.h 31 * decomposed form, allowing for easier sorting and searching of text.
39 * "composed" form):
45 * or as two separate characters (the "decomposed" form):
89 * Form FCD, "Fast C or D", is also designed for collation.
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
98 * The form is defined such that the "raw decomposition", the recursive canonical decomposition of each character,
140 /** "Fast C or D" form. @stable ICU 2.0 */
234 * the user may have to put the string in its normalized form and compare the
239 * @param mode which normalization form to test for
257 * @param mode Which normalization form to test for
    [all...]
  /external/webkit/WebCore/icu/unicode/
unorm.h 31 * decomposed form, allowing for easier sorting and searching of text.
39 * "composed" form):
45 * or as two separate characters (the "decomposed" form):
89 * Form FCD, "Fast C or D", is also designed for collation.
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
98 * The form is defined such that the "raw decomposition", the recursive canonical decomposition of each character,
140 /** "Fast C or D" form. @stable ICU 2.0 */
234 * the user may have to put the string in its normalized form and compare the
239 * @param mode which normalization form to test for
257 * @param mode Which normalization form to test for
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
unorm.h 31 * decomposed form, allowing for easier sorting and searching of text.
39 * "composed" form):
45 * or as two separate characters (the "decomposed" form):
89 * Form FCD, "Fast C or D", is also designed for collation.
94 * It is not a normalization form because it does not provide for uniqueness of representation. Multiple strings
98 * The form is defined such that the "raw decomposition", the recursive canonical decomposition of each character,
140 /** "Fast C or D" form. @stable ICU 2.0 */
234 * the user may have to put the string in its normalized form and compare the
239 * @param mode which normalization form to test for
257 * @param mode Which normalization form to test for
    [all...]
  /bionic/libc/include/net/
if_dl.h 12 * 2. Redistributions in binary form must reproduce the above copyright
45 * form, (which requires fewer copy operations and less space).
47 * The form and interpretation of the link-level address is purely a matter
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequest.java 52 // the ASN.1 encoded form of CertificationRequest
94 * Returns ASN.1 encoded form of this CertificationRequest value.
95 * @return a byte array containing ASN.1 encode form.
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/
Array.java 64 // clear char form for new line
76 // form character representation part
92 // form last line

Completed in 161 milliseconds

<<11121314151617181920>>