Searched refs:new_type (Results 1 - 25 of 27) sorted by relevance

12

/external/openfst/src/include/fst/script/
H A Dconvert.h34 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/
H A Dconvert.cc25 FstClass *Convert(const FstClass &ifst, const string &new_type) { argument
26 ConvertInnerArgs args(ifst, new_type);
/external/e2fsprogs/lib/blkid/
H A Ddev.c131 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;
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dtranslate_infobar.h41 translate::TranslateStep new_type);
H A Dtranslate_infobar.cc106 translate::TranslateStep new_type) {
110 reinterpret_cast<intptr_t>(destination), new_type)) {
105 TransferOwnership(TranslateInfoBar* destination, translate::TranslateStep new_type) argument
/external/chromium_org/cc/debug/
H A Ddebug_rect_history.h60 DebugRect(DebugRectType new_type, const gfx::Rect& new_rect) argument
61 : type(new_type), rect(new_rect) {}
/external/lldb/include/lldb/Core/
H A DEvent.h164 SetType (uint32_t new_type) argument
166 m_type = new_type;
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_readback_support.cc136 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/libsepol/src/
H A Dlink.c441 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...]
H A Dexpand.c155 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
224 type_datum_t *type, *new_type; local
[all...]
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_mac.cc255 ConnectionType new_type = CalculateConnectionType(flags); local
260 notifier_mac->connection_type_ = new_type;
262 if (old_type != new_type)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c621 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/
H A Dlp_bld_conv.c621 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/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_types.py185 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
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.cc288 std::string new_type; local
291 type_hint, &new_type);
296 response_->head.mime_type.assign(new_type);
/external/chromium_org/content/renderer/
H A Drender_widget.cc1761 ui::TextInputType new_type = GetTextInputType();
1762 if (IsDateTimeInput(new_type))
1772 if (text_input_type_ != new_type
1776 new_type,
1779 text_input_type_ = new_type;
1792 ui::TextInputType new_type = GetTextInputType();
1793 if (IsDateTimeInput(new_type))
1805 (text_input_type_ != new_type ||
1813 p.type = new_type;
1834 new_type,
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeInference.py463 new_type = spanning_type(types, entry.might_overflow, entry.pos)
464 if new_type != entry.type:
465 self.set_entry_type(entry, new_type)
H A DNodes.py3660 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)
[all...]
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc903 MediaGalleryPrefInfo::Type new_type = existing.type; local
906 new_type = MediaGalleryPrefInfo::kAutoDetected;
910 new_type = MediaGalleryPrefInfo::kUserAdded;
941 new_type != MediaGalleryPrefInfo::kRemovedScan &&
942 new_type != MediaGalleryPrefInfo::kBlackListed &&
965 dict->SetString(kMediaGalleriesTypeKey, TypeToStringValue(new_type));
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc134 int new_type = GetMapBlockType(new_value); local
145 header_->empty[new_type - 1]++;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc1111 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { argument
1113 void* p = DebugAllocate(size, new_type);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc1104 inline void* debug_cpp_alloc(size_t size, int new_type, bool nothrow) { argument
1106 void* p = DebugAllocate(size, new_type);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc692 Widget::FrameType new_type = local
694 if (new_type == Widget::FRAME_TYPE_DEFAULT) {
700 SetUseNativeFrame(new_type == Widget::FRAME_TYPE_FORCE_NATIVE);
/external/chromium_org/v8/src/
H A Dobjects.cc2278 Handle<HeapType> new_type) {
2285 transitions->GetTarget(i)->UpdateFieldType(descriptor, name, new_type);
2289 if (instance_descriptors()->GetFieldType(descriptor) == *new_type) return;
2291 new_type, details.attributes(), details.representation());
2741 PropertyType new_type = new_details.type(); local
2745 switch (new_type) {
2759 if (old_type != new_type || old_value != new_value) {
16325 Handle<HeapType> new_type = HeapType::Constant(value, isolate); local
16327 if (new_type->Is(old_type)) return old_type;
16333 return new_type;
2277 UpdateFieldType(int descriptor, Handle<Name> name, Handle<HeapType> new_type) argument
16344 Handle<HeapType> new_type = UpdatedType(cell, value); local
[all...]
H A Dhydrogen-instructions.h614 void set_type(HType new_type) {
615 DCHECK(new_type.IsSubtypeOf(type_));
616 type_ = new_type;

Completed in 610 milliseconds

12