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

1 2

  /art/compiler/optimizing/
ssa_type_propagation.cc 23 static Primitive::Type MergeTypes(Primitive::Type existing, Primitive::Type new_type) {
31 return new_type;
40 Primitive::Type new_type = Primitive::kPrimVoid; local
43 new_type = MergeTypes(new_type, input_type);
45 phi->SetType(new_type);
46 return existing != new_type;
  /external/openfst/src/include/fst/script/
convert.h 34 const string &new_type = args->args.arg2; local
36 Fst<Arc> *result = Convert(fst, new_type);
44 FstClass *Convert(const FstClass& f, const string &new_type);
  /external/openfst/src/script/
convert.cc 25 FstClass *Convert(const FstClass &ifst, const string &new_type) {
26 ConvertInnerArgs args(ifst, new_type);
  /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;
  /art/runtime/verifier/
register_line.cc 39 bool RegisterLine::SetRegisterType(uint32_t vdst, RegType& new_type) {
41 if (new_type.IsLowHalf() || new_type.IsHighHalf()) {
43 << new_type << "'";
45 } else if (new_type.IsConflict()) { // should only be set during a merge
46 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Set register to unknown type " << new_type;
49 line_[vdst] = new_type.GetId();
78 void RegisterLine::SetResultRegisterType(RegType& new_type) {
79 DCHECK(!new_type.IsLowHalf());
80 DCHECK(!new_type.IsHighHalf())
465 RegType& new_type = cur_type.Merge(incoming_reg_type, verifier_->GetRegTypeCache()); local
    [all...]
register_line.h 84 bool SetRegisterType(uint32_t vdst, RegType& new_type)
91 void SetResultRegisterType(RegType& new_type)
  /art/compiler/sea_ir/types/
type_inference_visitor_test.cc 67 const Type* new_type = &type_cache.Integer(); local
68 types.push_back(new_type);
81 const Type* new_type = &type_cache.Short(); local
82 types.push_back(new_type);
type_inference.cc 157 const Type* new_type = tiv.GetType(); local
158 type_data_.SetTypeOf(-1, new_type); // TODO: Record this info in a way that
174 const Type* new_type = tiv.GetType(); local
175 bool type_changed = (old_type != new_type);
177 type_data_.SetTypeOf((*instruction_it)->Id(), new_type);
  /external/chromium_org/chrome/browser/ui/android/infobars/
translate_infobar.h 41 translate::TranslateStep new_type);
translate_infobar.cc 106 translate::TranslateStep new_type) {
110 reinterpret_cast<intptr_t>(destination), new_type)) {
  /external/chromium_org/cc/debug/
debug_rect_history.h 60 DebugRect(DebugRectType new_type, const gfx::Rect& new_rect)
61 : type(new_type), rect(new_rect) {}
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.cc 136 GLenum new_format = 0, new_type = 0; local
153 GetAdditionalFormat(*format, *type, &new_format, &new_type);
155 if (new_format == GL_BGRA_EXT && new_type == GL_UNSIGNED_BYTE) {
  /external/chromium_org/net/base/
network_change_notifier_mac.cc 255 ConnectionType new_type = CalculateConnectionType(flags); local
260 notifier_mac->connection_type_ = new_type;
262 if (old_type != new_type)
  /external/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;
856 type_datum_t *type, *base_type, *new_type = NULL, *target_type; local
1164 type_datum_t *type, *new_type = NULL; local
    [all...]
expand.c 155 type_datum_t *type, *new_type; local
181 new_type = (type_datum_t *) malloc(sizeof(type_datum_t));
182 if (!new_type) {
187 memset(new_type, 0, sizeof(type_datum_t));
189 new_type->flavor = type->flavor;
190 new_type->flags = type->flags;
191 new_type->s.value = ++state->out->p_types.nprim;
192 if (new_type->s.value > UINT16_MAX) {
194 free(new_type);
198 new_type->primary = 1
224 type_datum_t *type, *new_type; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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;
  /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;
  /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/chromium_org/content/browser/loader/
buffered_resource_handler.cc 288 std::string new_type; local
291 type_hint, &new_type);
296 response_->head.mime_type.assign(new_type);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeInference.py 463 new_type = spanning_type(types, entry.might_overflow, entry.pos)
464 if new_type != entry.type:
465 self.set_entry_type(entry, new_type)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_types.py 185 new_type = 'Member' if used_in_cpp_sequence else 'RawPtr'
186 ptr_type = cpp_ptr_type(('PassRefPtr' if used_as_rvalue_type else 'RefPtr'), new_type, idl_type.gc_type)
248 def cpp_ptr_type(old_type, new_type, gc_type):
250 return new_type
253 return 'WillBe' + new_type
254 return old_type + 'WillBe' + new_type
    [all...]
  /external/lldb/include/lldb/Core/
Event.h 164 SetType (uint32_t new_type)
166 m_type = new_type;
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 903 MediaGalleryPrefInfo::Type new_type = existing.type; local
    [all...]
  /system/media/camera/docs/
metadata_model.py 837 return Kind._combine_children_by_name(self, new_type=type(self))
839 # new_type is either Kind or InnerNamespace
841 def _combine_children_by_name(self, new_type):
855 kind = new_type(self.name, self.parent)
937 return Kind._combine_children_by_name(self, new_type=type(self))
    [all...]

Completed in 848 milliseconds

1 2