HomeSort by relevance Sort by last modified time
    Searched refs:form (Results 51 - 75 of 2701) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 25 PasswordForm* form = new PasswordForm(); local
27 form->signon_realm = "http://foo.example.com";
29 return form;
41 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); local
42 vector1.push_back(form);
  /external/openssl/crypto/ec/
ecp_oct.c 16 * 2. Redistributions in binary form must reproduce the above copyright
35 * 6. Redistributions of any form whatsoever must retain the following
199 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form,
208 if ((form != POINT_CONVERSION_COMPRESSED)
209 && (form != POINT_CONVERSION_UNCOMPRESSED)
210 && (form != POINT_CONVERSION_HYBRID))
234 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
260 if ((form == POINT_CONVERSION_COMPRESSED || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
261 buf[0] = form + 1
328 point_conversion_form_t form; local
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_store.cc 40 void CheckForEmptyUsernameAndPassword(const PasswordForm& form) {
41 if (form.username_value.empty() &&
42 form.password_value.empty() &&
43 !form.blacklisted_by_user)
99 void PasswordStore::AddLogin(const PasswordForm& form) {
100 CheckForEmptyUsernameAndPassword(form);
103 base::Bind(&PasswordStore::AddLoginImpl, this, form)));
106 void PasswordStore::UpdateLogin(const PasswordForm& form) {
107 CheckForEmptyUsernameAndPassword(form);
110 base::Bind(&PasswordStore::UpdateLoginImpl, this, form)));
    [all...]
password_store.h 41 const autofill::PasswordForm& form);
43 const autofill::PasswordForm& form);
45 const autofill::PasswordForm& form);
57 // Interface for storing form passwords in a platform-specific secure way.
135 virtual void AddLogin(const autofill::PasswordForm& form);
138 virtual void UpdateLogin(const autofill::PasswordForm& form);
141 virtual void RemoveLogin(const autofill::PasswordForm& form);
159 const autofill::PasswordForm& form,
214 const autofill::PasswordForm& form) = 0;
216 const autofill::PasswordForm& form) = 0
    [all...]
password_store_default_unittest.cc 78 // Some non-ASCII password form data.
95 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); local
96 expected_forms.push_back(form);
97 store->AddLogin(*form);
135 scoped_ptr<PasswordForm> form(CreatePasswordFormFromData(form_data));
141 PasswordStoreChange(PasswordStoreChange::ADD, *form),
149 store->AddLogin(*form);
153 form->password_value = base::ASCIIToUTF16("a different password");
156 PasswordStoreChange(PasswordStoreChange::UPDATE, *form),
164 store->UpdateLogin(*form);
    [all...]
password_store_default.h 32 const autofill::PasswordForm& form) OVERRIDE;
34 const autofill::PasswordForm& form) OVERRIDE;
36 const autofill::PasswordForm& form) OVERRIDE;
44 const autofill::PasswordForm& form,
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.h 21 // Adds the login held in |form| to the password store |store|. Even though
25 const autofill::PasswordForm& form);
27 // Update the data held in password store |store| with a modified |form|.
30 const autofill::PasswordForm& form);
38 // Removes the login held in |form| from the password store |store|. This
41 const autofill::PasswordForm& form);
93 // Creates a test password form with a well known fake signon realm used only
two_client_passwords_sync_test.cc 60 PasswordForm form = CreateTestPasswordForm(0); local
61 AddLogin(GetVerifierPasswordStore(), form); local
63 AddLogin(GetPasswordStore(0), form);
94 PasswordForm form = CreateTestPasswordForm(0); local
95 AddLogin(GetPasswordStore(0), form);
106 PasswordForm form = CreateTestPasswordForm(0); local
107 AddLogin(GetVerifierPasswordStore(), form); local
108 AddLogin(GetPasswordStore(0), form);
113 form.password_value = base::ASCIIToUTF16("new_password");
114 UpdateLogin(GetVerifierPasswordStore(), form); local
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 22 import com.android.dx.dex.code.form.Form10t;
23 import com.android.dx.dex.code.form.Form10x;
24 import com.android.dx.dex.code.form.Form11n;
25 import com.android.dx.dex.code.form.Form11x;
26 import com.android.dx.dex.code.form.Form12x;
27 import com.android.dx.dex.code.form.Form20t;
28 import com.android.dx.dex.code.form.Form21c;
29 import com.android.dx.dex.code.form.Form21h;
30 import com.android.dx.dex.code.form.Form21s;
31 import com.android.dx.dex.code.form.Form21t
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.h 56 const autofill::PasswordForm& form) OVERRIDE;
58 const autofill::PasswordForm& form) OVERRIDE;
60 const autofill::PasswordForm& form) OVERRIDE;
68 const autofill::PasswordForm& form,
78 // Adds the given form to the Keychain if it's something we want to store
81 bool AddToKeychainIfNecessary(const autofill::PasswordForm& form);
83 // Returns true if our database contains a form that exactly matches the given
84 // keychain form.
86 const autofill::PasswordForm& form);
password_store_win.h 44 const autofill::PasswordForm& form,
49 const autofill::PasswordForm& form,
password_store_x.h 44 const autofill::PasswordForm& form) = 0;
46 const autofill::PasswordForm& form,
48 virtual bool RemoveLogin(const autofill::PasswordForm& form) = 0;
62 virtual bool GetLogins(const autofill::PasswordForm& form,
82 const autofill::PasswordForm& form) OVERRIDE;
84 const autofill::PasswordForm& form) OVERRIDE;
86 const autofill::PasswordForm& form) OVERRIDE;
94 const autofill::PasswordForm& form,
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFFormValue.h 47 DWARFFormValue(dw_form_t form = 0);
48 dw_form_t Form() const { return m_form; }
49 void SetForm(dw_form_t form) { m_form = form; }
67 static bool SkipValue(const dw_form_t form, const lldb_private::DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu);
68 // static bool TransferValue(dw_form_t form, const lldb_private::DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu, BinaryStreamBuf& out_buff);
70 // static bool PutUnsigned(dw_form_t form, dw_offset_t offset, uint64_t value, BinaryStreamBuf& out_buff, const DWARFCompileUnit* cu, bool fixup_cu_relative_refs);
71 static bool IsBlockForm(const dw_form_t form);
72 static bool IsDataForm(const dw_form_t form);
76 dw_form_t m_form; // Form for this valu
    [all...]
  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager.h 27 // |form|.
28 void OnRequestAutocomplete(const FormData& form, const GURL& frame_url);
36 // |form_structure| containing the filled form data. |debug_message| will
43 // Shows the requestAutocomplete dialog for |source_url| with data from |form|
46 const FormData& form,
  /external/chromium_org/components/autofill/core/browser/
test_autofill_external_delegate.cc 14 FormData form; local
19 autofill_external_delegate->OnQuery(query_id, form, field, bounds, false);
autofill_test_utils.cc 53 void CreateTestAddressFormData(FormData* form) {
54 form->name = ASCIIToUTF16("MyForm");
55 form->origin = GURL("http://myform.com/form.html");
56 form->action = GURL("http://myform.com/submit.html");
57 form->user_submitted = true;
61 form->fields.push_back(field);
63 form->fields.push_back(field);
65 form->fields.push_back(field);
67 form->fields.push_back(field)
    [all...]
  /external/chromium_org/components/autofill/core/common/
autofill_data_validation.h 38 bool IsValidFormData(const FormData& form);
39 bool IsValidPasswordFormFillData(const PasswordFormFillData& form);
save_password_progress_logger_unittest.cc 46 PasswordForm form; local
47 form.action = GURL("http://example.org/verysecret?verysecret");
48 form.password_element = UTF8ToUTF16("pwdelement");
49 form.password_value = UTF8ToUTF16("verysecret");
50 form.username_value = UTF8ToUTF16("verysecret");
51 logger.LogPasswordForm(SavePasswordProgressLogger::STRING_MESSAGE, form);
63 PasswordForm form; local
70 form.username_element = UTF8ToUTF16(kHTMLInside);
71 form.password_element = UTF8ToUTF16(kIPAddressInside);
72 form.new_password_element = UTF8ToUTF16(kSpecialCharsInside)
    [all...]
save_password_progress_logger.cc 79 return "Form name or ID";
87 return "LoginHandler reports this form";
99 return "Form found on page";
101 return "Form is visible";
103 return "Form is a password form";
107 return "HTML form for submit";
123 return "ProvisionallySavePassword form";
129 return "Form manager found, exact match.";
131 return "Form manager found, match except for action."
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
DOMFormData.h 10 * * Redistributions in binary form must reproduce the above
52 static PassRefPtrWillBeRawPtr<DOMFormData> create(HTMLFormElement* form = 0)
54 return adoptRefWillBeNoop(new DOMFormData(form));
FormData.idl 10 * * Redistributions in binary form must reproduce the above
34 Constructor(optional HTMLFormElement form),
  /external/elfutils/0.153/libdw/
dwarf_formstring.c 68 if (attrp->form == DW_FORM_string)
74 if (unlikely (attrp->form != DW_FORM_strp)
  /external/chromium_org/components/autofill/content/renderer/
form_cache.cc 46 // WebFormElement for K.form().
52 WebFormElement form_element = it->first.form();
86 // the form is parsed.
149 FormData form; local
154 REQUIRE_NONE, extract_mask, &form, NULL)) {
158 num_fields_seen += form.fields.size();
162 if (form.fields.size() >= kRequiredAutofillFields &&
163 !parsed_forms_[&frame].count(form)) {
164 forms->push_back(form);
165 parsed_forms_[&frame].insert(form);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 117 hashform *form)
119 switch(form->hashtype)
143 fprintf(stderr, "perfect.c: Illegal hash type %ld\n", (ub4)form->hashtype);
158 hashform *form, /* user directives */
178 checkdup(mykey, otherkey, form);
319 hashform *form, /* user directives */
323 switch(form->mode)
334 finished = inithex(keys, nkeys, alen, blen, smax, salt, final, form);
350 return inittab(tabb, blen, keys, form, FALSE);
358 hashform *form) /* user directives *
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
oct.c 12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
78 point_conversion_form_t form,
86 if ((form != POINT_CONVERSION_COMPRESSED) &&
87 (form != POINT_CONVERSION_UNCOMPRESSED) &&
88 (form != POINT_CONVERSION_HYBRID)) {
109 (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
134 if ((form == POINT_CONVERSION_COMPRESSED ||
135 form == POINT_CONVERSION_HYBRID) &&
137 buf[0] = form + 1
198 point_conversion_form_t form; local
    [all...]

Completed in 1336 milliseconds

1 23 4 5 6 7 8 91011>>