Home
last modified time | relevance | path

Searched defs:new_type (Results 1 – 23 of 23) sorted by relevance

/external/openfst/src/script/
Dconvert.cc25 FstClass *Convert(const FstClass &ifst, const string &new_type) { in Convert()
/external/openfst/src/include/fst/script/
Dconvert.h34 const string &new_type = args->args.arg2; in Convert() local
/external/lldb/include/lldb/Core/
DEvent.h164 SetType (uint32_t new_type) in SetType()
/external/chromium_org/chrome/browser/ui/android/infobars/
Dtranslate_infobar.cc106 translate::TranslateStep new_type) { in TransferOwnership()
/external/chromium_org/content/common/gpu/client/
Dgl_helper_readback_support.cc136 GLenum new_format = 0, new_type = 0; in GetReadbackConfig() local
/external/chromium_org/net/base/
Dnetwork_change_notifier_mac.cc255 ConnectionType new_type = CalculateConnectionType(flags); in ReachabilityCallback() local
/external/e2fsprogs/lib/blkid/
Ddev.c131 char *new_type, *new_value; in blkid_dev_set_search() local
/external/chromium_org/content/browser/loader/
Dbuffered_resource_handler.cc288 std::string new_type; in DetermineMimeType() local
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dv8_types.py248 def cpp_ptr_type(old_type, new_type, gc_type): argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c621 struct lp_type new_type; in lp_build_conv() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c621 struct lp_type new_type; in lp_build_conv() local
/external/libsepol/src/
Dlink.c441 type_datum_t *type, *base_type, *new_type = NULL; in type_copy_callback() local
856 type_datum_t *type, *base_type, *new_type = NULL, *target_type; in alias_copy_callback() local
1164 type_datum_t *type, *new_type = NULL; in type_fix_callback() local
Dexpand.c155 type_datum_t *type, *new_type; in type_copy_callback() local
224 type_datum_t *type, *new_type; in attr_convert_callback() local
/external/chromium_org/net/disk_cache/blockfile/
Dblock_files.cc134 int new_type = GetMapBlockType(new_value); in DeleteMapBlock() local
/external/chromium_org/content/renderer/
Drender_widget.cc1761 ui::TextInputType new_type = GetTextInputType(); in UpdateTextInputType() local
1792 ui::TextInputType new_type = GetTextInputType(); in UpdateTextInputState() local
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11.cc692 Widget::FrameType new_type = in FrameTypeChanged() local
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Devent-parse.c1319 char *new_type; in event_read_fields() local
1411 char *new_type; in event_read_fields() local
1429 char *new_type; in event_read_fields() local
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_preferences.cc903 MediaGalleryPrefInfo::Type new_type = existing.type; in AddOrUpdateGalleryInternal() local
/external/chromium_org/third_party/tcmalloc/vendor/src/
Ddebugallocation.cc1104 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddebugallocation.cc1111 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { in debug_cpp_alloc()
/external/chromium_org/v8/src/
Dobjects.cc2278 Handle<HeapType> new_type) { in UpdateFieldType()
2741 PropertyType new_type = new_details.type(); in TryUpdateInternal() local
16325 Handle<HeapType> new_type = HeapType::Constant(value, isolate); in UpdatedType() local
16344 Handle<HeapType> new_type = UpdatedType(cell, value); in SetValueInferType() local
Dhydrogen-instructions.h614 void set_type(HType new_type) { in set_type()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DExprNodes.py10512 def __init__(self, arg, new_type): argument