Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 92) sorted by relevance

1234

/ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
Dcopy_vector_into_a_set.cpp25 PasswordForm* form = new PasswordForm(); in CreatePasswordFormFromData() local
27 form->signon_realm = "http://foo.example.com"; in CreatePasswordFormFromData()
29 return form; in CreatePasswordFormFromData()
41 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); in main() local
42 vector1.push_back(form); in main()
/ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
Dcopy_vector_into_a_set.cpp25 PasswordForm* form = new PasswordForm(); in CreatePasswordFormFromData() local
27 form->signon_realm = "http://foo.example.com"; in CreatePasswordFormFromData()
29 return form; in CreatePasswordFormFromData()
41 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); in main() local
42 vector1.push_back(form); in main()
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_utils.h38 const char* dwarf_form_name(Dwarf_Form form);
55 void dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val);
Ddwarf_utils.cc132 dwarf_form_name(Dwarf_Form form) { in dwarf_form_name() argument
133 switch (form) { in dwarf_form_name()
235 dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val) { in dump_attrib() argument
236 if (form != 0) { in dump_attrib()
238 dwarf_at_name(at), dwarf_form_name(form)); in dump_attrib()
Ddwarf_defs.h314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const { in process()
318 *form = 0; in process()
331 *form = val.u16; in process()
650 Dwarf_Form form() const { in form() function
Ddwarf_die.cc208 die_attr = parent_cu()->process_attrib(die_attr, attr.form(), &attr.value_); in dump()
209 dump_attrib(attr.at(), attr.form(), attr.value()); in dump()
Ddwarf_cu.cc56 Dwarf_Form form, in process_attrib() argument
58 assert(form != 0); in process_attrib()
66 switch (form) { in process_attrib()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddistrib.sed9 # The From: line is rewritten to use the "address (comments)" form
10 # instead of "phrase <route>" form our mailer uses. Also, addresses
16 # form, so that we can do bidirectional gatewaying. Any message
Dbinary.sed99 # Decimal to binary via analog form
112 # Binary to decimal via analog form
Dbinary2.sed127 # Decimal to binary via analog form
141 # Binary to decimal via analog form
Dbinary3.sed112 # Decimal to binary via analog form
125 # Binary to decimal via analog form
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.x276 form will be at the end of its range, whereas the
278 form will still be at the beginning of its range.
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsubstitution7 # Generic patsubst test: test both the function and variable form.
/ndk/sources/cxx-stl/system/
DNOTICE9 * Redistributions in binary form must reproduce the above copyright
37 * Redistributions in binary form must reproduce the above copyright
/ndk/sources/cxx-stl/system/include/
Dutility10 * * Redistributions in binary form must reproduce the above copyright
Dclimits11 * * Redistributions in binary form must reproduce the above copyright
Dcwchar11 * * Redistributions in binary form must reproduce the above copyright
Dcstdint11 * * Redistributions in binary form must reproduce the above copyright
Dcwctype_is_not_supported11 * * Redistributions in binary form must reproduce the above copyright
Dcfloat11 * * Redistributions in binary form must reproduce the above copyright
/ndk/sources/cxx-stl/gabi++/include/
Dcwctype_is_not_supported11 * * Redistributions in binary form must reproduce the above copyright
Dutility10 * * Redistributions in binary form must reproduce the above copyright
Dcstdint11 * * Redistributions in binary form must reproduce the above copyright
Dclimits11 * * Redistributions in binary form must reproduce the above copyright
Dcwchar11 * * Redistributions in binary form must reproduce the above copyright

1234