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

1 2 3

  /external/chromium_org/ui/gfx/
text_constants.h 47 TRUNCATE = 0, // Do not elide or fade; the text may be truncated at the end.
text_elider.cc 217 const bool insert_ellipsis = (behavior != TRUNCATE);
617 const bool truncate = !current_line_.empty(); local
621 if (truncate) {
649 ElideText(text, font_list_, available_pixel_width_, TRUNCATE);
680 (wrap_behavior_ == ELIDE_LONG_WORDS ? ELIDE_TAIL : TRUNCATE);
render_text.cc 517 if (elide_behavior_ != TRUNCATE)
894 elide_behavior_(TRUNCATE),
    [all...]
text_elider_unittest.cc 228 cases[i].width, TRUNCATE);
340 result = ElideText(kTestString, font_list, width, TRUNCATE);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_dump.c 67 #define TRUNCATE
88 #ifdef TRUNCATE
149 #ifdef TRUNCATE
  /external/openssl/crypto/bio/
b_dump.c 67 #define TRUNCATE
88 #ifdef TRUNCATE
149 #ifdef TRUNCATE
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 586 { ISD::TRUNCATE, MVT::v4i8, MVT::v4i64, 2 },
587 { ISD::TRUNCATE, MVT::v4i16, MVT::v4i64, 2 },
588 { ISD::TRUNCATE, MVT::v4i32, MVT::v4i64, 2 },
589 { ISD::TRUNCATE, MVT::v8i8, MVT::v8i32, 2 },
590 { ISD::TRUNCATE, MVT::v8i16, MVT::v8i32, 2 },
591 { ISD::TRUNCATE, MVT::v8i32, MVT::v8i64, 4 },
613 { ISD::TRUNCATE, MVT::v4i8, MVT::v4i64, 4 },
614 { ISD::TRUNCATE, MVT::v4i16, MVT::v4i64, 4 },
615 { ISD::TRUNCATE, MVT::v4i32, MVT::v4i64, 4 },
616 { ISD::TRUNCATE, MVT::v8i8, MVT::v8i32, 4 }
    [all...]
X86ISelLowering.cpp     [all...]
  /external/chromium_org/ui/views/examples/
text_example.cc 49 const char* kElideBehaviors[] = { "Elide", "Truncate", "Fade", };
70 elide_(gfx::TRUNCATE) {
242 text_view_->set_elide(gfx::TRUNCATE);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 219 { ISD::TRUNCATE, MVT::v4i32, MVT::v4i64, 0 },
220 { ISD::TRUNCATE, MVT::v4i16, MVT::v4i32, 1 },
235 { ISD::TRUNCATE, MVT::v16i8, MVT::v16i32, 6 },
236 { ISD::TRUNCATE, MVT::v8i8, MVT::v8i32, 3 },
366 { ISD::TRUNCATE, MVT::i32, MVT::i64, 0 },
367 { ISD::TRUNCATE, MVT::i16, MVT::i64, 0 },
368 { ISD::TRUNCATE, MVT::i8, MVT::i64, 0 },
369 { ISD::TRUNCATE, MVT::i1, MVT::i64, 0 }
ARMSelectionDAGInfo.cpp 176 // Extend or truncate the argument to be an i32 value for the call.
178 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
add_to_app_launcher_view.cc 89 text_label_->SetElideBehavior(gfx::TRUNCATE);
origin_chip_view.cc 167 ev_label_->SetElideBehavior(gfx::TRUNCATE);
172 host_label_->SetElideBehavior(gfx::TRUNCATE);
content_setting_image_view.cc 78 text_label_->SetElideBehavior(gfx::TRUNCATE);
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 367 /// TRUNCATE - Completely drop the high bits.
368 TRUNCATE,
    [all...]
  /external/chromium_org/ui/views/controls/
label.cc 140 elide_behavior_ == gfx::TRUNCATE));
167 elide_behavior_ == gfx::TRUNCATE));
499 const bool forbid_ellipsis = elide_behavior_ == gfx::TRUNCATE ||
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 661 // BuildVectors can truncate their operands. Ignore that case here.
813 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
    [all...]
TargetLowering.cpp 352 DAG.getNode(ISD::TRUNCATE, dl, SmallVT,
354 DAG.getNode(ISD::TRUNCATE, dl, SmallVT,
    [all...]
LegalizeVectorTypes.cpp 97 case ISD::TRUNCATE:
166 // we may need to truncate them back to the requested return type.
168 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp);
204 // so be sure to truncate it to the element type if necessary.
209 Op = DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, Op);
255 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp);
410 case ISD::TRUNCATE:
612 case ISD::TRUNCATE:
    [all...]
LegalizeIntegerTypes.cpp 78 case ISD::TRUNCATE: Res = PromoteIntRes_TRUNCATE(N); break;
569 return DAG.getNode(ISD::TRUNCATE, dl, NVT, SetCC);
640 EOp1 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp1);
641 EOp2 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp2);
646 // Truncate to NVT instead of VT
647 return DAG.getNode(ISD::TRUNCATE, dl, NVT, Res);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_permissions_panel.cc 124 CreateBulletedListView(permission_strings, true, gfx::TRUNCATE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 551 DEF_RTL_EXPR(TRUNCATE, "truncate", "e", RTX_UNARY)
712 /* Signed saturating truncate. */
715 /* Unsigned saturating truncate. */
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 182 setOperationAction(ISD::TRUNCATE, MVT::v2i64, Expand);
197 setOperationAction(ISD::TRUNCATE, MVT::v2f64, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 182 setOperationAction(ISD::TRUNCATE, MVT::v2i64, Expand);
197 setOperationAction(ISD::TRUNCATE, MVT::v2f64, Expand);

Completed in 2019 milliseconds

1 2 3