/external/e2fsprogs/lib/blkid/ |
D | dev.c | 131 char *new_type, *new_value; in blkid_dev_set_search() local 136 new_type = malloc(strlen(search_type)+1); in blkid_dev_set_search() 138 if (!new_type || !new_value) { in blkid_dev_set_search() 139 free(new_type); in blkid_dev_set_search() 143 strcpy(new_type, search_type); in blkid_dev_set_search() 147 iter->search_type = new_type; in blkid_dev_set_search()
|
/external/openfst/src/include/fst/script/ |
D | convert.h | 34 const string &new_type = args->args.arg2; in Convert() local 36 Fst<Arc> *result = Convert(fst, new_type); in Convert() 44 FstClass *Convert(const FstClass& f, const string &new_type);
|
/external/openfst/src/script/ |
D | convert.cc | 25 FstClass *Convert(const FstClass &ifst, const string &new_type) { in Convert() argument 26 ConvertInnerArgs args(ifst, new_type); in Convert()
|
/external/libsepol/src/ |
D | link.c | 441 type_datum_t *type, *base_type, *new_type = NULL; in type_copy_callback() local 480 if ((new_type = in type_copy_callback() 481 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback() 484 new_type->primary = type->primary; in type_copy_callback() 485 new_type->flags = type->flags; in type_copy_callback() 486 new_type->flavor = type->flavor; in type_copy_callback() 490 new_type->s.value = state->base->p_types.nprim + 1; in type_copy_callback() 494 (hashtab_datum_t) new_type); in type_copy_callback() 499 base_type = new_type; in type_copy_callback() 504 if ((new_type = calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback() [all …]
|
D | expand.c | 155 type_datum_t *type, *new_type; in type_copy_callback() local 181 new_type = (type_datum_t *) malloc(sizeof(type_datum_t)); in type_copy_callback() 182 if (!new_type) { in type_copy_callback() 187 memset(new_type, 0, sizeof(type_datum_t)); in type_copy_callback() 189 new_type->flavor = type->flavor; in type_copy_callback() 190 new_type->flags = type->flags; in type_copy_callback() 191 new_type->s.value = ++state->out->p_types.nprim; in type_copy_callback() 192 if (new_type->s.value > UINT16_MAX) { in type_copy_callback() 194 free(new_type); in type_copy_callback() 198 new_type->primary = 1; in type_copy_callback() [all …]
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_readback_support.cc | 136 GLenum new_format = 0, new_type = 0; in GetReadbackConfig() local 153 GetAdditionalFormat(*format, *type, &new_format, &new_type); in GetReadbackConfig() 155 if (new_format == GL_BGRA_EXT && new_type == GL_UNSIGNED_BYTE) { in GetReadbackConfig()
|
/external/chromium_org/cc/debug/ |
D | debug_rect_history.h | 60 DebugRect(DebugRectType new_type, const gfx::Rect& new_rect) in DebugRect() 61 : type(new_type), rect(new_rect) {} in DebugRect()
|
/external/lldb/include/lldb/Core/ |
D | Event.h | 164 SetType (uint32_t new_type) in SetType() argument 166 m_type = new_type; in SetType()
|
/external/chromium_org/net/base/ |
D | network_change_notifier_mac.cc | 255 ConnectionType new_type = CalculateConnectionType(flags); in ReachabilityCallback() local 260 notifier_mac->connection_type_ = new_type; in ReachabilityCallback() 262 if (old_type != new_type) in ReachabilityCallback()
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
D | 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… 248 def cpp_ptr_type(old_type, new_type, gc_type): argument 250 return new_type 253 return 'WillBe' + new_type 254 return old_type + 'WillBe' + new_type
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 621 struct lp_type new_type; in lp_build_conv() local 623 new_type = tmp_type; in lp_build_conv() 624 new_type.sign = dst_type.sign; in lp_build_conv() 625 new_type.width = dst_type.width; in lp_build_conv() 626 new_type.length = dst_type.length; in lp_build_conv() 628 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts); in lp_build_conv() 630 tmp_type = new_type; in lp_build_conv()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 621 struct lp_type new_type; in lp_build_conv() local 623 new_type = tmp_type; in lp_build_conv() 624 new_type.sign = dst_type.sign; in lp_build_conv() 625 new_type.width = dst_type.width; in lp_build_conv() 626 new_type.length = dst_type.length; in lp_build_conv() 628 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts); in lp_build_conv() 630 tmp_type = new_type; in lp_build_conv()
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
D | translate_infobar.cc | 106 translate::TranslateStep new_type) { in TransferOwnership() argument 110 reinterpret_cast<intptr_t>(destination), new_type)) { in TransferOwnership()
|
D | translate_infobar.h | 41 translate::TranslateStep new_type);
|
/external/chromium_org/content/browser/loader/ |
D | buffered_resource_handler.cc | 288 std::string new_type; in DetermineMimeType() local 291 type_hint, &new_type); in DetermineMimeType() 296 response_->head.mime_type.assign(new_type); in DetermineMimeType()
|
/external/chromium_org/content/renderer/ |
D | render_widget.cc | 1761 ui::TextInputType new_type = GetTextInputType(); in UpdateTextInputType() local 1762 if (IsDateTimeInput(new_type)) in UpdateTextInputType() 1772 if (text_input_type_ != new_type in UpdateTextInputType() 1776 new_type, in UpdateTextInputType() 1779 text_input_type_ = new_type; in UpdateTextInputType() 1792 ui::TextInputType new_type = GetTextInputType(); in UpdateTextInputState() local 1793 if (IsDateTimeInput(new_type)) in UpdateTextInputState() 1805 (text_input_type_ != new_type || in UpdateTextInputState() 1813 p.type = new_type; in UpdateTextInputState() 1834 new_type, in UpdateTextInputState() [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | 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)
|
D | Nodes.py | 3660 new_type = arg.type 3668 elif new_type.is_pyobject: 3671 if new_type.assignable_from(old_type): 3677 (old_type, new_type)) 3680 new_type = arg.type 3681 func = new_type.from_py_function 3686 if new_type.is_enum: 3687 rhs = PyrexTypes.typecast(new_type, PyrexTypes.c_long_type, rhs) 3691 code.error_goto_if(new_type.error_condition(arg.entry.cname), arg.pos))) 3695 % new_type)
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_galleries_preferences.cc | 903 MediaGalleryPrefInfo::Type new_type = existing.type; in AddOrUpdateGalleryInternal() local 906 new_type = MediaGalleryPrefInfo::kAutoDetected; in AddOrUpdateGalleryInternal() 910 new_type = MediaGalleryPrefInfo::kUserAdded; in AddOrUpdateGalleryInternal() 941 new_type != MediaGalleryPrefInfo::kRemovedScan && in AddOrUpdateGalleryInternal() 942 new_type != MediaGalleryPrefInfo::kBlackListed && in AddOrUpdateGalleryInternal() 965 dict->SetString(kMediaGalleriesTypeKey, TypeToStringValue(new_type)); in AddOrUpdateGalleryInternal()
|
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
D | event-parse.c | 1319 char *new_type; in event_read_fields() local 1320 new_type = realloc(field->type, in event_read_fields() 1323 if (!new_type) { in event_read_fields() 1327 field->type = new_type; in event_read_fields() 1411 char *new_type; in event_read_fields() local 1412 new_type = realloc(field->type, in event_read_fields() 1416 if (!new_type) { in event_read_fields() 1420 field->type = new_type; in event_read_fields() 1429 char *new_type; in event_read_fields() local 1430 new_type = realloc(field->type, in event_read_fields() [all …]
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | block_files.cc | 134 int new_type = GetMapBlockType(new_value); in DeleteMapBlock() local 145 header_->empty[new_type - 1]++; in DeleteMapBlock()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | debugallocation.cc | 1104 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc() argument 1106 void* p = DebugAllocate(size, new_type); in debug_cpp_alloc()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | debugallocation.cc | 1111 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc() argument 1113 void* p = DebugAllocate(size, new_type); in debug_cpp_alloc()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_window_tree_host_x11.cc | 692 Widget::FrameType new_type = in FrameTypeChanged() local 694 if (new_type == Widget::FRAME_TYPE_DEFAULT) { in FrameTypeChanged() 700 SetUseNativeFrame(new_type == Widget::FRAME_TYPE_FORCE_NATIVE); in FrameTypeChanged()
|
/external/chromium_org/v8/src/ |
D | objects.cc | 2278 Handle<HeapType> new_type) { in UpdateFieldType() argument 2285 transitions->GetTarget(i)->UpdateFieldType(descriptor, name, new_type); in UpdateFieldType() 2289 if (instance_descriptors()->GetFieldType(descriptor) == *new_type) return; in UpdateFieldType() 2291 new_type, details.attributes(), details.representation()); in UpdateFieldType() 2741 PropertyType new_type = new_details.type(); in TryUpdateInternal() local 2745 switch (new_type) { in TryUpdateInternal() 2759 if (old_type != new_type || old_value != new_value) { in TryUpdateInternal() 16325 Handle<HeapType> new_type = HeapType::Constant(value, isolate); in UpdatedType() local 16327 if (new_type->Is(old_type)) return old_type; in UpdatedType() 16333 return new_type; in UpdatedType() [all …]
|