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

1 2 3 4 5 6 7 8 91011

  /ndk/sources/host-tools/ndk-stack/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 33 /* $Id: form.h,v 0.20 2004/12/04 22:22:10 tom Exp $ */
83 short page; /* page on form */
84 short index; /* into form -> field */
92 struct formnode * form; /* containing form */ member in struct:fieldnode
131 * FORM *
159 } FORM;
161 typedef void (*Form_Hook)(FORM *);
185 /* form options */
189 /* form driver commands *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 33 /* $Id: form.h,v 0.20 2004/12/04 22:22:10 tom Exp $ */
83 short page; /* page on form */
84 short index; /* into form -> field */
92 struct formnode * form; /* containing form */ member in struct:fieldnode
131 * FORM *
159 } FORM;
161 typedef void (*Form_Hook)(FORM *);
185 /* form options */
189 /* form driver commands *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 33 /* $Id: form.h,v 0.20 2004/12/04 22:22:10 tom Exp $ */
83 short page; /* page on form */
84 short index; /* into form -> field */
92 struct formnode * form; /* containing form */ member in struct:fieldnode
131 * FORM *
159 } FORM;
161 typedef void (*Form_Hook)(FORM *);
185 /* form options */
189 /* form driver commands *
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 11 * 2. Redistributions in binary form must reproduce the above copyright
87 /* Attribute form encodings */
181 dwarf_form form; member in struct:dwarf2_abbrev_attr
219 dwarf_form form)
223 attr->form = form;
225 return yasm_size_uleb128(name) + yasm_size_uleb128(form);
420 buf += yasm_get_uleb128(attr->form, buf);
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 58 import org.jivesoftware.smackx.Form;
158 * @param room the name of the room in the form "roomName@service", where
236 * @param room the name of the room in the form "roomName@service" of which we want to discover
311 * available for immediate access, the room's owner should send an empty form after creating
312 * the room. {@link #sendConfigurationForm(Form)}<p>
315 * before anyone is allowed to enter, the room's owner should complete and send a form after
316 * creating the room. Once the completed configutation form is sent to the server, the server
317 * will unlock the room. {@link #sendConfigurationForm(Form)}
464 // field is in the form "roomName@service/nickname"
533 // field is in the form "roomName@service/nickname
    [all...]
  /external/tcpdump/
print-snmp.c 12 * 2. Redistributions in binary form must reproduce the above copyright
248 const char *Form[] = {
341 u_char form, class; /* tag info */ member in struct:be
408 u_char form, class, id; local
428 form = (*p & 0xe0) >> 5; /* move upper 3 bits to lower 3 */
429 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
430 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */
432 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
435 elem->form = form;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
signapk.jar 
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 462 .debug_types and optional alternate .debug_info sections form
479 static UWord cook_die_using_form( CUConst *cc, UWord die, DW_FORM form)
481 if (form == DW_FORM_ref_sig8)
483 if (form == DW_FORM_GNU_ref_alt)
1666 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
1778 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
1864 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2123 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2324 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2363 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2473 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2502 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2584 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2637 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2707 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2792 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2831 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2911 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
2960 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
3055 DW_FORM form = (DW_FORM)get_ULEB128( c_abbv ); local
    [all...]
readdwarf.c 960 read_leb128U( &p ); /* form */
962 while( name != 0 ); /* until name == form == 0 */
1061 UInt name, form; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 233 class Form:
234 """The Tix Form geometry manager
242 form = config variable in class:Form
245 Form.form(self, {key: value})
278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 233 class Form:
234 """The Tix Form geometry manager
242 form = config variable in class:Form
245 Form.form(self, {key: value})
278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,)
    [all...]
  /external/elfutils/src/
readelf.c 1 /* Print information from ELF file in human-readable form.
107 Print information from ELF file in human-readable form.");
4010 unsigned int form; local
4197 unsigned int form = dwarf_whatform (attrp); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
bcpkix-jdk15on-1.48.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 323 milliseconds

1 2 3 4 5 6 7 8 91011