HomeSort by relevance Sort by last modified time
    Searched defs:Form (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFAttribute.h 19 uint16_t Form;
21 DWARFAttribute(uint16_t attr, uint16_t form)
22 : Attribute(attr), Form(form) {}
25 uint16_t getForm() const { return Form; }
DWARFFormValue.h 44 uint16_t Form; // Form for this value.
45 ValueType Value; // Contains all data for the form.
48 DWARFFormValue(uint16_t form = 0) : Form(form) {}
49 uint16_t getForm() const { return Form; }
61 /// the compile unit at a later time in order to work with the form
69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
71 static bool isBlockForm(uint16_t form);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 29 document.createElement('form')['__proto__']
1173 contentType: 'application/x-www-form-urlencoded',
    [all...]
  /libcore/luni/src/main/java/java/text/
Normalizer.java 35 public static enum Form {
37 * Normalization Form D - Canonical Decomposition.
42 * Normalization Form C - Canonical Decomposition, followed by Canonical Composition.
47 * Normalization Form KD - Compatibility Decomposition.
52 * Normalization Form KC - Compatibility Decomposition, followed by Canonical Composition.
59 * according to the normalization method <code>form</code>.
62 * @param form normalization form to check against
63 * @return true if normalized according to <code>form</code>
65 public static boolean isNormalized(CharSequence src, Form form)
    [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 8 // * Redistributions in binary form must reproduce the above
428 function Form() {
432 this.form = create("form");
433 this.form.setAttribute("action", "javascript:start()");
464 this.form.appendChild(table);
465 this.form.appendChild(button);
467 document.body.appendChild(this.form);
471 Form.prototype.remove = function () {
472 document.body.removeChild(this.form);
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 47 /// The form field from the record
48 uint8_t Form;
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 161 uint64_t Form = TSFlags & MipsII::FormMask;
162 if (Form == MipsII::FrmJ)
164 if ((Form == MipsII::FrmI || Form == MipsII::FrmFI)
167 if (Form == MipsII::FrmI && MI.getOpcode() == Mips::LUi)
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 36 /// Form - Dwarf form code.
38 uint16_t Form;
40 DIEAbbrevData(uint16_t A, uint16_t F) : Attribute(A), Form(F) {}
44 uint16_t getForm() const { return Form; }
85 void AddAttribute(uint16_t Attribute, uint16_t Form) {
86 Data.push_back(DIEAbbrevData(Attribute, Form));
91 void AddFirstAttribute(uint16_t Attribute, uint16_t Form) {
92 Data.insert(Data.begin(), DIEAbbrevData(Attribute, Form));
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value)
    [all...]
DwarfCompileUnit.cpp 57 unsigned Form, uint64_t Integer) {
58 if (!Form) Form = DIEInteger::BestForm(false, Integer);
61 Die->addValue(Attribute, Form, Value);
67 unsigned Form, int64_t Integer) {
68 if (!Form) Form = DIEInteger::BestForm(true, Integer);
70 Die->addValue(Attribute, Form, Value);
90 void CompileUnit::addLabel(DIE *Die, unsigned Attribute, unsigned Form,
93 Die->addValue(Attribute, Form, Value)
537 unsigned form = 0; local
    [all...]
DwarfDebug.cpp     [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 51 enum Form {
903 static inline Form form(unsigned short uc) { function
911 return (Form)indicForms[uc-0x900];
950 Form form; member in struct:IndicOrdering
965 { (Form)0, None }
977 { (Form)0, None }
987 { (Form)0, None }
994 { (Form)0, None
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 784 // Set bit I(25) to identify this is the immediate form of <shifter_op>
802 // Set bit I(25) to identify this is the immediate form of <shifter_op>
827 // Set bit I(25) to identify this is the immediate form of <shifter_op>
    [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...]
  /external/clang/lib/Sema/
SemaChecking.cpp 511 } Form = Init;
534 Form = Init;
539 Form = Load;
546 Form = Copy;
568 Form = Arithmetic;
573 Form = Xchg;
577 Form = GNUXchg;
582 Form = C11CmpXchg;
587 Form = GNUCmpXchg;
592 if (TheCall->getNumArgs() < NumArgs[Form]) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 347 milliseconds