HomeSort by relevance Sort by last modified time
    Searched defs:form (Results 201 - 225 of 261) sorted by null

1 2 3 4 5 6 7 891011

  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 42 public static final String FORM_ENCODED = "application/x-www-form-urlencoded";
88 * Construct a form-urlencoded document containing the given sequence of
100 * Write a form-urlencoded document into the given stream, containing the
122 /** Parse a form-urlencoded document. */
123 public static List<Parameter> decodeForm(String form) {
125 if (!isEmpty(form)) {
126 for (String nvp : form.split("\\&")) {
289 String form = formEncode(parameters); local
290 if (form == null || form.length() <= 0)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferNegotiator.java 41 import org.jivesoftware.smackx.Form;
294 private FormField getStreamMethodField(DataForm form) {
296 for (Iterator<FormField> it = form.getFields(); it.hasNext();) {
475 DataForm form = new DataForm(Form.TYPE_FORM); local
482 form.addField(field);
483 return form;
  /art/runtime/
disassembler_arm.cc 398 // TODO: use canonical form if there is a shift (lsl, ...).
791 uint32_t form = (instr >> 12) & 1; local
798 if (form == 0) {
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 147 // Populates |form| with data corresponding to a simple address form.
148 // Note that this actually appends fields to the form data, which can be useful
150 void CreateTestAddressFormData(FormData* form) {
151 form->name = ASCIIToUTF16("MyForm");
152 form->method = ASCIIToUTF16("POST");
153 form->origin = GURL("http://myform.com/form.html");
154 form->action = GURL("http://myform.com/submit.html");
155 form->user_submitted = true
605 FormData form; local
647 FormData form; local
682 FormData form; local
711 FormData form; local
757 FormData form; local
774 FormData form; local
841 FormData form; local
884 FormData form; local
920 FormData form; local
963 FormData form; local
1037 FormData form; local
1086 FormData form; local
1160 FormData form; local
1228 FormData form; local
1277 FormData form; local
1315 FormData form; local
1358 FormData form; local
1401 FormData form; local
1448 FormData form; local
1498 FormData form; local
1518 FormData form; local
1542 FormData form; local
1568 FormData form; local
1593 FormData form; local
1619 FormData form; local
1640 FormData form; local
1679 FormData form; local
1751 FormData form; local
1782 FormData form; local
1847 FormData form; local
1918 FormData form; local
1950 FormData form; local
1979 FormData form; local
2005 FormData form; local
    [all...]
  /external/chromium/chrome/browser/importer/
ie_importer.cc 287 webkit_glue::PasswordForm form; local
293 form.origin = url.ReplaceComponents(rp);
294 form.username_value = ac_list[i].data[0];
295 form.password_value = ac_list[i].data[1];
296 form.signon_realm = url.GetOrigin().spec();
301 // of the doubt and DONT auto-fill it unless the form appears under
303 form.ssl_valid = url.SchemeIsSecure();
313 if (ac_list[list_it].data[item_it] == form.username_value) {
314 form.username_element = ac_list[list_it].key;
319 bridge_->SetPasswordForm(form);
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 207 // The time string is of the form "yyyyMMddHHmmss'Z", in UTC time.
233 PasswordForm* form) {
234 DCHECK(form);
268 &(form->password_value));
282 &(form->username_value));
297 form->ssl_valid = (protocol == kSecProtocolTypeHTTPS);
304 form->scheme = SchemeForAuthType(auth_type);
315 &form->date_created);
320 form->blacklisted_by_user = true;
330 if (form->password_value.empty() || EqualsASCII(form->password_value, " "))
384 PasswordForm* form = *i; local
498 PasswordForm* form = new PasswordForm(); local
605 PasswordForm* form = new PasswordForm(); local
    [all...]
password_store_mac_unittest.cc 53 // Basic HTML form.
57 // HTML form with path.
61 // Secure HTML form with path.
148 PasswordForm* form = new PasswordForm(); local
149 form->scheme = form_data.scheme;
150 form->preferred = form_data.preferred;
151 form->ssl_valid = form_data.ssl_valid;
152 form->date_created = base::Time::FromDoubleT(form_data.creation_time);
154 form->signon_realm = std::string(form_data.signon_realm);
156 form->origin = GURL(form_data.origin)
198 PasswordForm* form = forms[i]; local
280 PasswordForm form; local
319 PasswordForm form; local
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 210 // The time string is of the form "yyyyMMddHHmmss'Z", in UTC time.
236 PasswordForm* form) {
237 DCHECK(form);
271 &(form->password_value));
285 &(form->username_value));
300 form->ssl_valid = (protocol == kSecProtocolTypeHTTPS);
307 form->scheme = SchemeForAuthType(auth_type);
318 &form->date_created);
323 form->blacklisted_by_user = true;
333 if (form->password_value.empty() || EqualsASCII(form->password_value, " "))
387 PasswordForm* form = *i; local
502 PasswordForm* form = new PasswordForm(); local
609 PasswordForm* form = new PasswordForm(); local
    [all...]
password_store_mac_unittest.cc 56 // Basic HTML form.
60 // HTML form with path.
64 // Secure HTML form with path.
149 PasswordForm* form = new PasswordForm(); local
150 form->scheme = form_data.scheme;
151 form->preferred = form_data.preferred;
152 form->ssl_valid = form_data.ssl_valid;
153 form->date_created = base::Time::FromDoubleT(form_data.creation_time);
155 form->signon_realm = std::string(form_data.signon_realm);
157 form->origin = GURL(form_data.origin)
199 PasswordForm* form = forms[i]; local
281 PasswordForm form; local
320 PasswordForm form; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_asn1.c 15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
579 point_conversion_form_t form; local
623 form = EC_GROUP_get_point_conversion_form(group);
625 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
636 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
946 /* set the point conversion form */
1199 /* save the point conversion form */
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 51 enum Form {
903 static inline Form form(unsigned short uc) { function
911 return (Form)indicForms[uc-0x900];
950 Form form; member in struct:IndicOrdering
965 { (Form)0, None }
977 { (Form)0, None }
987 { (Form)0, None }
994 { (Form)0, None
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 51 enum Form {
903 static inline Form form(unsigned short uc) { function
911 return (Form)indicForms[uc-0x900];
950 Form form; member in struct:IndicOrdering
965 { (Form)0, None }
977 { (Form)0, None }
987 { (Form)0, None }
994 { (Form)0, None
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
579 point_conversion_form_t form; local
623 form = EC_GROUP_get_point_conversion_form(group);
625 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
636 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
946 /* set the point conversion form */
1199 /* save the point conversion form */
    [all...]
  /external/srec/srec/EventLog/src/
riff.c 332 char form[4], tag[4]; local
355 if (fread(form, 1, 4, f) != 4) break;
360 if (strncmp(form, "RIFF", 4))
366 //GS_SetResult(res,"RIFF form type not found",GS_STATIC);
379 //if(feof(f)) GS_SetResult(res,"RIFF form type not found",GS_STATIC);
412 if (fread(form, 1, 4, f) != 4) break;
417 if (strncmp(form, "LIST", 4))
423 //GS_SetResult(res,"RIFF form type not found",GS_STATIC);
437 //if(feof(f)) GS_SetResult(res,"RIFF form type not found",GS_STATIC);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 46 # include <form.h>
296 // Return the index of the field in the field array of a form
297 // or -1 if the field is not associated to a form
329 void _nc_xx_frm_init(FORM *);
330 void _nc_xx_frm_term(FORM *);
331 void _nc_xx_fld_init(FORM *);
332 void _nc_xx_fld_term(FORM *);
337 // The class representing a form, wrapping the lowlevel FORM struct
343 FORM* form; // the lowlevel structur member in class:NCursesForm
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 46 # include <form.h>
296 // Return the index of the field in the field array of a form
297 // or -1 if the field is not associated to a form
329 void _nc_xx_frm_init(FORM *);
330 void _nc_xx_frm_term(FORM *);
331 void _nc_xx_fld_init(FORM *);
332 void _nc_xx_fld_term(FORM *);
337 // The class representing a form, wrapping the lowlevel FORM struct
343 FORM* form; // the lowlevel structur member in class:NCursesForm
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 46 # include <form.h>
296 // Return the index of the field in the field array of a form
297 // or -1 if the field is not associated to a form
329 void _nc_xx_frm_init(FORM *);
330 void _nc_xx_frm_term(FORM *);
331 void _nc_xx_fld_init(FORM *);
332 void _nc_xx_fld_term(FORM *);
337 // The class representing a form, wrapping the lowlevel FORM struct
343 FORM* form; // the lowlevel structur member in class:NCursesForm
    [all...]
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 612 content::PasswordForm form; local
618 form.origin = url.ReplaceComponents(rp);
619 form.username_value = ac_list[i].data[0];
620 form.password_value = ac_list[i].data[1];
621 form.signon_realm = url.GetOrigin().spec();
626 // of the doubt and DONT auto-fill it unless the form appears under
628 form.ssl_valid = url.SchemeIsSecure();
638 if (ac_list[list_it].data[item_it] == form.username_value) {
639 form.username_element = ac_list[list_it].key;
644 bridge_->SetPasswordForm(form);
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_unittest.cc 205 // Populates |form| with 3 fields and a field with autocomplete attribute.
206 void CreateTestFormWithAutocompleteAttribute(FormData* form) {
207 form->name = ASCIIToUTF16("UserSpecified");
208 form->method = ASCIIToUTF16("POST");
209 form->origin = GURL("http://myform.com/userspecified.html");
210 form->action = GURL("http://myform.com/submit.html");
211 form->user_submitted = true;
215 form->fields.push_back(field);
217 form->fields.push_back(field);
219 form->fields.push_back(field)
888 FormData form; local
903 FormData form; local
1010 FormData form; local
1036 FormData form; local
1063 FormData form; local
1101 FormData form; local
1118 FormData form; local
1177 FormData form; local
1213 FormData form; local
1240 FormData form; local
1276 FormData form; local
1342 FormData form; local
1383 FormData form; local
1445 FormData form; local
1501 FormData form; local
1543 FormData form; local
1574 FormData form; local
1608 FormData form; local
1643 FormData form; local
1713 FormData form; local
1756 FormData form; local
1801 FormData form; local
1824 FormData form; local
1842 FormData form; local
1864 FormData form; local
1887 FormData form; local
1909 FormData form; local
1932 FormData form; local
1950 FormData form; local
1986 FormData form; local
2057 FormData form; local
2215 FormData form; local
2245 FormData form; local
2303 FormData form; local
2493 FormData form; local
2523 FormData form; local
2551 FormData form; local
2588 FormData form; local
2611 FormData form; local
2642 FormData form; local
2680 FormData form; local
2705 FormData form; local
2766 FormData form; local
3159 FormData form; local
3189 FormData form; local
3212 FormData form; local
    [all...]
form_structure.cc 59 const char kXMLElementForm[] = "form";
327 FormStructure::FormStructure(const FormData& form,
329 : form_name_(form.name),
330 source_url_(form.origin),
331 target_url_(form.action),
339 // Copy the form fields.
342 form.fields.begin();
343 field != form.fields.end(); field++) {
346 // Add all supported form fields (including with empty names) to the
366 std::string method = UTF16ToUTF8(form.method)
592 FormStructure* form = *iter; local
649 FormDataPredictions form; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 70 DecimalFormat *form = 0; local
127 // form = (DecimalFormat*)NumberFormat::createCurrencyInstance(locale[i], success);
128 form = (DecimalFormat*)NumberFormat::createInstance(locale[i], success);
137 form->format(myNumber, buffer, pos);
140 form->parse(buffer, result, parsePos);
146 delete form;
292 MessageFormat *form = 0; local
295 form = new MessageFormat(testCases[i], Locale::getUS(), success);
301 if (form->toPattern(buffer) != testResultPatterns[i]) {
303 //form->toPattern(buffer)
360 MessageFormat *form = 0; local
458 MessageFormat* form = new MessageFormat( local
492 MessageFormat* form = new MessageFormat("The disk \\"{1}\\" contains {0}.", err); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/icu4c/test/intltest/
tmsgfmt.cpp 76 DecimalFormat *form = 0; local
133 // form = (DecimalFormat*)NumberFormat::createCurrencyInstance(locale[i], success);
134 form = (DecimalFormat*)NumberFormat::createInstance(locale[i], success);
143 form->format(myNumber, buffer, pos);
146 form->parse(buffer, result, parsePos);
152 delete form;
295 MessageFormat *form = 0; local
298 form = new MessageFormat(testCases[i], Locale::getUS(), success);
306 if (form->toPattern(buffer) != testCases[i]) {
312 //form->toPattern(buffer)
369 MessageFormat *form = 0; local
467 MessageFormat* form = new MessageFormat( local
501 MessageFormat* form = new MessageFormat("The disk \\"{1}\\" contains {0}.", err); local
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 113 unsigned Form, uint64_t Integer) {
114 if (!Form) Form = DIEInteger::BestForm(false, Integer);
117 Die->addValue(Attribute, Form, Value);
123 unsigned Form, int64_t Integer) {
124 if (!Form) Form = DIEInteger::BestForm(true, Integer);
126 Die->addValue(Attribute, Form, Value);
136 unsigned Form;
145 Form = dwarf::DW_FORM_strp
665 unsigned form = 0; local
    [all...]
  /external/qemu/elff/
dwarf_defs.h 40 /* Type for DWARF form ID. */
93 * DW_FORM_block# form.
309 * form - Upon return contains form value of this descriptor.
314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const {
318 *form = 0;
329 /* Follow with processing the form. */
331 *form = val.u16;
376 * form - Upon return contains form of the DIE for this descriptor.
650 Dwarf_Form form() const { function in class:DIEAttrib
    [all...]

Completed in 839 milliseconds

1 2 3 4 5 6 7 891011