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

1 23 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
dwarf_formref_die.c 1 /* Look up the DIE in a reference-form attribute.
47 if (attr->form == DW_FORM_ref_addr || attr->form == DW_FORM_GNU_ref_alt)
51 uint8_t ref_size = (cu->version == 2 && attr->form == DW_FORM_ref_addr
55 Dwarf *dbg_ret = (attr->form == DW_FORM_GNU_ref_alt
73 if (attr->form == DW_FORM_ref_sig8)
dwarf_formudata.c 53 if (attr->form == DW_FORM_sec_offset)
63 switch (attr->form)
70 attr->form == DW_FORM_data4 ? 4 : 8,
105 switch (attr->form)
130 if (attr->form == DW_FORM_sec_offset
186 if (attr->form == DW_FORM_sec_offset)
195 attr->form == DW_FORM_data4 ? 4 : 8,
206 attr->form == DW_FORM_data4 ? 4 : 8,
dwarf_attr.c 46 &result->form);
dwarf_formaddr.c 44 if (unlikely (attr->form != DW_FORM_addr))
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 170 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
171 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
172 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
175 dc09: Date Modified STRING data type DATETIME FORM READ ONLY
176 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
179 dc4e: Date Added STRING data type DATETIME FORM READ ONLY
181 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
182 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
183 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
186 dc09: Date Modified STRING data type DATETIME FORM READ ONL
    [all...]
mtp-detect-asus-memo-pad7_2.txt 105 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
106 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
107 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
110 dc09: Date Modified STRING data type DATETIME FORM READ ONLY
111 dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
114 dc4e: Date Added STRING data type DATETIME FORM READ ONLY
116 dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
117 dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
118 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
121 dc09: Date Modified STRING data type DATETIME FORM READ ONL
    [all...]
  /external/autotest/tko/
machine_aggr.cgi 18 form = cgi.FieldStorage()
20 if form.has_key("benchmark_key"):
21 benchmark_key = form["benchmark_key"].value
30 elif form.has_key("benchmark") and form.has_key("key"):
31 benchmarks = form["benchmark"].value
32 keys = form["key"].value
42 machine_idx = form["machine"].value
43 kernel = form["kernel"].value
compose_query.cgi 20 <form action="/tko/compose_query.cgi" method="get">
49 </form>
50 <form action="/tko/save_query.cgi" method="get">
67 </form>
89 def parse_field(form, form_field, field_default):
90 if not form_field in form:
92 field_input = form[form_field].value.lower()
98 def parse_condition(form, form_field, field_default):
99 if not form_field in form:
101 return form[form_field].valu
104 form = cgi.FieldStorage() variable
    [all...]
  /external/syslinux/utils/
ppmtolss16 41 ## Command line options of the form #rrggbb=i indicate that
105 my($form) = @_;
108 if ( $form == 6 ) {
112 } elsif ( $form == 3 ) {
118 } elsif ( $form == 5 ) {
123 } elsif ( $form == 2 ) {
127 } elsif ( $form == 4 ) {
139 } elsif ( $form == 1 ) {
157 die "Internal error: unknown format: $form\n";
213 $form = get_token()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UnicodeNormalizer.java 28 * Create a normalizer for a given form.
30 public UnicodeNormalizer(byte form, boolean fullData) {
31 this.form = form;
36 * Masks for the form selector
43 * Normalization Form Selector
52 * Normalizes text according to the chosen form,
60 // then compose if the form requires.
64 if ((form & COMPOSITION_MASK) != 0) {
72 * Normalizes text according to the chosen form
87 private byte form; field in class:UnicodeNormalizer
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UnicodeNormalizer.java 27 * Create a normalizer for a given form.
29 public UnicodeNormalizer(byte form, boolean fullData) {
30 this.form = form;
35 * Masks for the form selector
42 * Normalization Form Selector
51 * Normalizes text according to the chosen form,
59 // then compose if the form requires.
63 if ((form & COMPOSITION_MASK) != 0) {
71 * Normalizes text according to the chosen form
86 private byte form; field in class:UnicodeNormalizer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProviderVfr.Vfr 23 form formid = FORMID_GET_PASSWORD_FORM,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
aligncomm-d.d 4 # Test the aligned form of the .comm pseudo-op.
  /external/pdfium/core/fpdfapi/page/
cpdf_formobject.h 30 const CPDF_Form* form() const { return m_pForm.get(); } function in class:CPDF_FormObject
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java 54 * Creates the content in the form hosted in this page.
56 * @param managedForm the form hosted in this page.
61 ScrolledForm form = managedForm.getForm(); local
62 form.setText("Android Export Properties");
63 form.setImage(AdtPlugin.getAndroidLogo());
65 Composite body = form.getBody();
  /external/cblas/src/
cblas_xerbla.c 8 void cblas_xerbla(int info, const char *rout, const char *form, ...)
14 va_start(argptr, form);
63 vfprintf(stderr, form, argptr);
  /external/python/cpython2/Lib/plat-mac/
findertools.py 141 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
142 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00)
155 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
156 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00)
179 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None)
197 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None)
198 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('fcrt'), fr=aeobj_0)
251 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="name", seld=processname, fr=None)
252 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(property), fr=aeobj_00)
273 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('cfol'), form="alis", seld=object_alias, fr=None
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py 141 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
142 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00)
155 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
156 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00)
179 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None)
197 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None)
198 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('fcrt'), fr=aeobj_0)
251 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="name", seld=processname, fr=None)
252 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(property), fr=aeobj_00)
273 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('cfol'), form="alis", seld=object_alias, fr=None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 141 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
142 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00)
155 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None)
156 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00)
179 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None)
197 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None)
198 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('fcrt'), fr=aeobj_0)
251 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="name", seld=processname, fr=None)
252 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(property), fr=aeobj_00)
273 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('cfol'), form="alis", seld=object_alias, fr=None
    [all...]
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 46 uint16_t form = AbbrevDecl->getFormByIndex(i); local
47 dumpAttribute(OS, cu, &offset, attr, form, indent);
71 uint16_t form,
80 const char *formString = FormEncodingString(form);
84 OS << format(" [DW_FORM_Unknown_%x]", form);
86 DWARFFormValue formValue(form);
114 uint16_t form; local
116 form = AbbrevDecl->getFormByIndex(i);
118 const uint8_t fixed_skip_size = fixed_form_sizes[form];
126 switch (form) {
236 uint16_t form = AbbrevDecl->getFormByIndex(i); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 48 * <li><code>form</code>:
49 * the form of any exponent that results from the operation
89 * Used as a setting to control the form of the result of a
91 * A zero result in plain form may have a decimal part of one or
102 * Used as a setting to control the form of the result of a
104 * A zero result in plain form may have a decimal part of one or
115 * Used as a setting to control the form of the result of a
117 * A zero result in plain form may have a decimal part of one or
239 * The form of results from an operation.
242 * determine the form of results, in particular whether and ho
250 int form; \/\/ values for this must fit in a byte field in class:MathContext
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 47 * <li><code>form</code>:
48 * the form of any exponent that results from the operation
89 * Used as a setting to control the form of the result of a
91 * A zero result in plain form may have a decimal part of one or
103 * Used as a setting to control the form of the result of a
105 * A zero result in plain form may have a decimal part of one or
117 * Used as a setting to control the form of the result of a
119 * A zero result in plain form may have a decimal part of one or
250 * The form of results from an operation.
253 * determine the form of results, in particular whether and ho
261 int form; \/\/ values for this must fit in a byte field in class:MathContext
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 47 * <li><code>form</code>:
48 * the form of any exponent that results from the operation
89 * Used as a setting to control the form of the result of a
91 * A zero result in plain form may have a decimal part of one or
103 * Used as a setting to control the form of the result of a
105 * A zero result in plain form may have a decimal part of one or
117 * Used as a setting to control the form of the result of a
119 * A zero result in plain form may have a decimal part of one or
250 * The form of results from an operation.
253 * determine the form of results, in particular whether and ho
261 int form; \/\/ values for this must fit in a byte field in class:MathContext
    [all...]

Completed in 1171 milliseconds

1 23 4 5 6 7 8 91011>>