HomeSort by relevance Sort by last modified time
    Searched refs:new_type (Results 1 - 25 of 25) sorted by null

  /art/runtime/verifier/
register_line-inl.h 40 const RegType& new_type) {
42 if (new_type.IsLowHalf() || new_type.IsHighHalf()) {
44 << new_type << "'";
49 line_[vdst] = new_type.GetId();
58 DCHECK(new_type.IsReferenceTypes());
87 inline void RegisterLine::SetResultRegisterType(MethodVerifier* verifier, const RegType& new_type) {
88 DCHECK(!new_type.IsLowHalf());
89 DCHECK(!new_type.IsHighHalf());
90 result_[0] = new_type.GetId()
    [all...]
register_line.h 100 // the new_type is dchecked to be a reference type.
104 const RegType& new_type)
114 void SetResultRegisterType(MethodVerifier* verifier, const RegType& new_type)
register_line.cc 436 const RegType& new_type = cur_type.Merge(incoming_reg_type, verifier->GetRegTypeCache()); local
437 changed = changed || !cur_type.Equals(new_type);
438 line_[idx] = new_type.GetId();
  /external/e2fsprogs/lib/blkid/
dev.c 131 char *new_type, *new_value; local
136 new_type = malloc(strlen(search_type)+1);
138 if (!new_type || !new_value) {
139 free(new_type);
143 strcpy(new_type, search_type);
147 iter->search_type = new_type;
  /toolchain/binutils/binutils-2.25/bfd/
hp300hpux.c 354 int new_type; local
357 new_type = 0;
366 new_type = N_FN;
372 new_type = N_UNDF;
376 new_type = N_ABS;
380 new_type = N_TEXT;
384 new_type = N_DATA;
388 new_type = N_BSS;
392 new_type = N_COMM;
400 new_type |= N_EXT
    [all...]
elf32-m32c.c 1467 int new_type; local
    [all...]
  /external/tpm2/generator/
structure_generator.py 254 UINT16 %(new_type)s_Marshal(
255 %(new_type)s *source,
266 TPM_RC %(new_type)s_Unmarshal(
267 %(new_type)s *target,
380 if self.new_type in declared_types:
385 out_file.write(self._MARSHAL_DECLARATION % {'type': self.new_type})
386 declared_types.add(self.new_type)
413 new_type: The new type in a typedef statement.
417 TPM_RC %(new_type)s_Unmarshal(
418 %(new_type)s *target
    [all...]
structure_generator_test.py 151 self.assertEqual(tpm_obj.new_type, 'UINT16')
154 self.assertEqual(tpm_obj.new_type, 'TPMA_LOCALITY')
159 self.assertEqual(tpm_obj.new_type, 'const_type')
164 self.assertEqual(tpm_obj.new_type, 'TPMI_DH_OBJECT')
tpm_table.py 262 def _AddTypedef(self, old_type, new_type):
264 self._AddToHfile('typedef %s %s;' % (old_type, new_type))
266 if new_type != 'BOOL':
267 self._type_map[new_type] = Typedef(old_type, new_type)
268 self._SetBaseType(old_type, self._type_map[new_type])
534 new_type = '%s_%s_%s' % (name_prefix, alg_base, name_suffix)
535 self._AddTypedef(self._title_type, new_type)
  /external/selinux/libsepol/src/
link.c 441 type_datum_t *type, *base_type, *new_type = NULL; local
480 if ((new_type =
481 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
484 new_type->primary = type->primary;
485 new_type->flags = type->flags;
486 new_type->flavor = type->flavor;
487 /* for attributes, the writing of new_type->types is
490 new_type->s.value = state->base->p_types.nprim + 1;
494 (hashtab_datum_t) new_type);
499 base_type = new_type;
857 type_datum_t *type, *base_type, *new_type = NULL, *target_type; local
1165 type_datum_t *type, *new_type = NULL; local
    [all...]
expand.c 79 type_datum_t *type, *new_type; local
105 new_type = (type_datum_t *) malloc(sizeof(type_datum_t));
106 if (!new_type) {
111 memset(new_type, 0, sizeof(type_datum_t));
113 new_type->flavor = type->flavor;
114 new_type->flags = type->flags;
115 new_type->s.value = ++state->out->p_types.nprim;
116 if (new_type->s.value > UINT16_MAX) {
118 free(new_type);
122 new_type->primary = 1
148 type_datum_t *type, *new_type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 621 struct lp_type new_type; local
623 new_type = tmp_type;
624 new_type.sign = dst_type.sign;
625 new_type.width = dst_type.width;
626 new_type.length = dst_type.length;
628 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts);
630 tmp_type = new_type;
  /system/tpm/trunks/generator/
generator.py 276 new_type: The new type in a typedef statement.
279 _TYPEDEF = 'typedef %(old_type)s %(new_type)s;\n'
298 def __init__(self, old_type, new_type):
303 new_type: The new type in a typedef statement.
306 self.new_type = new_type
333 if self.new_type in defined_types:
339 'new_type': self.new_type})
340 defined_types.add(self.new_type)
    [all...]
generator_test.py 214 self.assertEqual(types[0].new_type, 'type2')
216 self.assertEqual(types[1].new_type, 'const_type')
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzrun.swg 221 Scheme_Object *new_type;
232 new_type = scheme_make_struct_type(scheme_intern_symbol(basename),
246 vals = scheme_make_struct_values(new_type, struct_names, count_out, 0);
251 return new_type;
  /external/v8/test/cctest/
test-field-type-tracking.cc 775 Handle<HeapType> new_type =
780 ? HeapType::Union(current_type, new_type, isolate)
785 Representation::HeapObject(), new_type, Representation::HeapObject(),
790 Handle<HeapType> new_type = HeapType::Class(Map::Create(isolate, 0), isolate);
794 new_type, Representation::HeapObject(), any_type, false);
    [all...]
  /system/media/camera/docs/
metadata_model.py 852 return Kind._combine_children_by_name(self, new_type=type(self))
854 # new_type is either Kind or InnerNamespace
856 def _combine_children_by_name(self, new_type):
870 kind = new_type(self.name, self.parent)
952 return Kind._combine_children_by_name(self, new_type=type(self))
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py     [all...]
  /art/runtime/mirror/
class.h 379 void SetPrimitiveType(Primitive::Type new_type) SHARED_REQUIRES(Locks::mutator_lock_) {
381 int32_t v32 = static_cast<int32_t>(new_type);
384 v32 |= Primitive::ComponentSizeShift(new_type) << 16;
    [all...]
  /external/opencv3/modules/core/test/
test_umat.cpp 171 int new_type = CV_MAKE_TYPE(randomInt(CV_8S,CV_64F),randomInt(1,4)); local
172 ub = UMat(dims, sz, new_type);
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 316 Type* new_type = NodeProperties::GetType(new_input); local
318 CHECK(new_type->Is(expected_type));
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/v8/src/compiler/
register-allocator.cc 2157 UsePositionType new_type = UsePositionType::kAny; local
    [all...]
  /external/v8/src/
objects.cc 3943 HeapType* new_type = new_descriptors->GetFieldType(i); local
3967 HeapType* new_type = new_descriptors->GetFieldType(i); local
19718 PropertyCellType new_type = UpdatedType(cell, value, original_details); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 546 void set_type(HType new_type) {
547 DCHECK(new_type.IsSubtypeOf(type_));
548 type_ = new_type;
    [all...]

Completed in 630 milliseconds