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

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFFormValue.cpp 110 DWARFFormValue::DWARFFormValue(dw_form_t form) :
111 m_form(form),
122 // Read the value for the form into value and follow and DW_FORM_indirect instances we run into
135 // Set the string value to also be the data for inlined cstr form values only
136 // so we can tell the differnence between DW_FORM_string and DW_FORM_strp form
192 DWARFFormValue::SkipValue(dw_form_t form, const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu)
194 switch (form)
434 // the compile unit at a later time in order to work with the form
469 DWARFFormValue::IsBlockForm(const dw_form_t form)
471 switch (form)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommand.java 24 import org.jivesoftware.smackx.Form;
35 * list and the result is stored as a form in the command instance, i.e. the
36 * <code>getForm</code> method retrieves a form with all the users.
74 // TODO: information related to the execution, e.g. the form to fill. Maybe this
178 * Returns the form of the current stage. Usually it is the form that must
184 * @return the form of the current stage to fill out or the result of the
187 public Form getForm() {
192 return new Form(data.getForm());
197 * Sets the form of the current stage. This should be used when setting a
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 398 'form' enum how we specify which 'want' thing(s) we want,
411 def __init__(self, want, form, seld, fr = None):
413 self.form = form
418 s = "ObjectSpecifier(%r, %r, %r" % (self.want, self.form, self.seld)
427 'form': mkenum(self.form),
489 form = 'name'
491 form = 'rang'
493 form = 'test
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 7 * wraps a form element with logic that enables implementation of proxy
14 * Wraps the proxy configuration form, binding proper handlers to its various
18 * @param {string} id The form's DOM ID.
23 * The wrapped form element
29 // Throw an error if the element either doesn't exist, or isn't a form.
32 else if (this.form_.nodeName !== 'FORM')
124 * The form's current state.
328 * Calls the proxy API to read the current settings, and populates the form
340 * We can't render the form until we know what our access level is, so
396 * Binds event handlers for the various bits and pieces of the form tha
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 460 .debug_types and optional alternate .debug_info sections form
477 static UWord cook_die_using_form( CUConst *cc, UWord die, DW_FORM form)
479 if (form == DW_FORM_ref_sig8)
481 if (form == DW_FORM_GNU_ref_alt)
1684 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
1807 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
1891 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2155 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2353 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2391 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2500 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2530 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2609 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2662 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2747 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2833 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2871 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2950 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2996 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
3090 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 51 "form": true,
177 "form",
292 "form",
407 "form",
522 "form",
637 "form",
753 "form",
868 "form",
983 "form",
1098 "form",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10t.java 17 package com.android.dexgen.dex.code.form;
Form11x.java 17 package com.android.dexgen.dex.code.form;
Form20t.java 17 package com.android.dexgen.dex.code.form;
Form21t.java 17 package com.android.dexgen.dex.code.form;
Form22x.java 17 package com.android.dexgen.dex.code.form;
Form23x.java 17 package com.android.dexgen.dex.code.form;
Form30t.java 17 package com.android.dexgen.dex.code.form;
Form31t.java 17 package com.android.dexgen.dex.code.form;
Form32x.java 17 package com.android.dexgen.dex.code.form;
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10t.java 17 package com.android.dx.dex.code.form;
Form11x.java 17 package com.android.dx.dex.code.form;
Form20t.java 17 package com.android.dx.dex.code.form;
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 36 setContentView(R.layout.form);
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h 62 const autofill::PasswordForm& form) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.css 62 #gaia-signin-form-container,
67 .saml #gaia-signin-form-container,
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 27 * Sets up the form for configuring all the preference values.
36 * Dynamically builds web-form based on the list of preferences.
75 $('gesture-form').appendChild(section);
79 * Initializes the form by adding appropriate event listeners to elements.
106 * Causes all form values to be updated based on current preference values.
158 /** List of fields used to dynamically build form. **/
248 * Build and initialize the gesture configuration form.
269 var resets = $('gesture-form').querySelectorAll('.row-reset');
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_password_item_view.cc 63 views::Label* GenerateUsernameLabel(const autofill::PasswordForm& form) {
64 views::Label* label = new views::Label(form.username_value);
71 views::Label* GeneratePasswordLabel(const autofill::PasswordForm& form) {
72 views::Label* label = new views::Label(form.password_value);
  /external/chromium_org/chrome/common/importer/
importer_bridge.h 65 virtual void SetPasswordForm(const autofill::PasswordForm& form) = 0;
  /external/chromium_org/components/autofill/content/renderer/
password_generation_agent.h 62 void OnFormNotBlacklisted(const PasswordForm& form);
68 // an account creation form. Sets |generation_element_| to the field that
83 // Stores the origin of the account creation form we detected.
87 // by the browser. A form can be blacklisted if a user chooses "never save
91 // Stores each password form for which the Autofill server classifies one of
92 // the form's fields as an ACCOUNT_CREATION_PASSWORD. These forms will
96 // Password elements that may be part of an account creation form.

Completed in 1778 milliseconds

1 2 3 4 5 6 7 8 91011>>