| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | xtypes.py | 5 from xcbgen.expr import Field, Expression 86 see Field for the meaning of the other parameters. 88 new_field = Field(self, field_type, field_name, visible, wire, auto, enum, is_fd) 103 new_fd = Field(self, module.get_type_name('INT32'), fd_name, True, False, False, None, True) 351 # Find my length field again. We need the actual Field object in the expr. 512 fields is an array of Field objects describing the structure fields. 1093 see Field for the meaning of the other parameters. 1095 new_field = Field(self, field_type, field_name, visible, wire, auto, enum) 1157 self.fields.append(Field(tcard8, tcard8.name, 'response_type', False, True, True)) 1159 self.fields.append(Field(tcard1 [all...] |
| H A D | expr.py | 4 class Field(object): class in inherits:object 28 field_string = "Field" 47 lenfield is the Field object for the length field, or None.
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/ |
| H A D | gen_pack_header.py | 93 class Field(object): class in inherits:object 108 # Field for the opcode. 116 print("#error Field {} has bool type but more than one bit of size".format(self.name)); 134 ufixed_match = Field.ufixed_pattern.match(self.type) 139 sfixed_match = Field.sfixed_pattern.match(self.type) 451 # Add a fixed Field for the opcode. We only make <field>s in 471 field = Field(self, default_field) 481 self.group.fields.append(Field(self, attrs)) 548 if not type(field) is Field:
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/ |
| H A D | gen_pack_header.py | 97 class Field(object): class in inherits:object 112 # Field for the opcode. 120 print("#error Field {} has bool type but more than one bit of size".format(self.name)); 138 ufixed_match = Field.ufixed_pattern.match(self.type) 143 sfixed_match = Field.sfixed_pattern.match(self.type) 455 # Add a fixed Field for the opcode. We only make <field>s in 475 field = Field(self, default_field) 485 self.group.fields.append(Field(self, attrs)) 552 if not type(field) is Field:
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/ |
| H A D | gen_pack_header.py | 227 class Field(object): class in inherits:object 257 ufixed_match = Field.ufixed_pattern.match(self.type) 262 sfixed_match = Field.sfixed_pattern.match(self.type) 428 if isinstance(field, Field) and field.is_struct_type(): 577 self.group.fields.append(Field(self, attrs)) 650 if not isinstance(field, Field):
|
| H A D | gen_bits_header.py | 187 self.fields[field_name] = Field(self, field_name) 213 class Field(object): class in inherits:object
|
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| H A D | gen_pack_header.py | 206 class Field(object): class in inherits:object 236 ufixed_match = Field.ufixed_pattern.match(self.type) 241 sfixed_match = Field.sfixed_pattern.match(self.type) 407 if isinstance(field, Field) and field.is_struct_type(): 559 self.group.fields.append(Field(self, attrs)) 632 if not isinstance(field, Field):
|
| H A D | gen_bits_header.py | 166 self.fields[key] = Field(self, field_name) 192 class Field(object): class in inherits:object
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | egd_tables.py | 130 class Field: class in inherits: 177 field = Field(reg, name)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | egd_tables.py | 128 class Field: class in inherits: 175 field = Field(reg, name)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-tuple.h | 812 Field(Tuple& t) { return t.f0_; } // NOLINT 824 Field(Tuple& t) { return t.f1_; } // NOLINT 836 Field(Tuple& t) { return t.f2_; } // NOLINT 848 Field(Tuple& t) { return t.f3_; } // NOLINT 860 Field(Tuple& t) { return t.f4_; } // NOLINT 872 Field(Tuple& t) { return t.f5_; } // NOLINT 884 Field(Tuple& t) { return t.f6_; } // NOLINT 896 Field(Tuple& t) { return t.f7_; } // NOLINT 908 Field(Tuple& t) { return t.f8_; } // NOLINT 920 Field(Tupl [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | sid_tables.py | 143 class Field: class in inherits: 187 Add an array of Field objects, and return the index of where to find 309 field = Field(dbfield.name, dbfield.bits)
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | gen_pack.py | 218 class Field(object): class in inherits:object 235 print("#error Field {} has bool type but more than one bit of size".format(self.name)); 589 self.group.fields.append(Field(self, attrs)) 618 if not type(field) is Field:
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | sid_tables.py | 134 class Field: class in inherits: 175 Add an array of Field objects, and return the index of where to find 276 field = Field(reg, name)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/registers/ |
| H A D | gen_header.py | 34 class Field(object): class in inherits:object 335 b = Field(name, low, high, shr, type, self)
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | gen_pack.py | 329 class Field(object): class in inherits:object 346 print("#error Field {} has bool type but more than one bit of size".format(self.name)); 710 self.group.fields.append(Field(self, attrs)) 751 if not type(field) is Field:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 5729 { "kind" : "IdRef", "name" : "'Source Field Polarity'" }, 5742 { "kind" : "IdRef", "name" : "'Reference Field Polarity'" }, 5755 { "kind" : "IdRef", "name" : "'Forward Reference Field Polarity'" }, 5756 { "kind" : "IdRef", "name" : "'Backward Reference Field Polarity'" }, 5938 { "kind" : "IdRef", "name" : "'Packed Reference Parameter Field Polarities'" }, 6525 { "kind" : "IdRef", "name" : "'Packed Reference Field Polarities'" }, 6782 { "kind" : "IdRef", "name" : "'Packed Reference Field Polarities'" },
|
| /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/ |
| H A D | application.c33a9706.js | 60 */,D.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=D.tokenizer,this.pipeline=new D.Pipeline,this.searchPipeline=new D.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},D.Builder.prototype.ref=function(e){this._ref=e},D.Builder.prototype.field=function(e,t){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=t||{}},D.Builder.prototype.b=function(e){ (…)
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | c_client.py | 388 all Field and Type objects. Here is where we figure out most of our 3217 self.fields.append( Field( tevent, tevent.name, 'event_header', False, True, True) ) 3253 full_sequence = Field(tcard32, tcard32.name, 'full_sequence', False, True, True)
|