Searched refs:shorten (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vbo.c | 460 nv30_draw_elements(struct nv30_context *nv30, bool shorten, argument 533 if (shorten) 625 bool shorten = info->index_bounds_valid && info->max_index <= 65535; local 634 shorten = false; 646 shorten = false; 649 nv30_draw_elements(nv30, shorten, info,
|
/third_party/ffmpeg/tests/fate/ |
H A D | lossless-audio.mak | 10 FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, SHORTEN, SHORTEN) += fate-lossless-shorten 11 fate-lossless-shorten: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.shn -f s16le -af aresample
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_vbo.c | 590 nv50_draw_elements(struct nv50_context *nv50, bool shorten, in nv50_draw_elements() argument 685 if (shorten) in nv50_draw_elements() 890 bool shorten = info->index_bounds_valid && info->max_index <= 65535; in nv50_draw_vbo() local 899 shorten = false; in nv50_draw_vbo() 911 shorten = false; in nv50_draw_vbo() 914 nv50_draw_elements(nv50, shorten, info, in nv50_draw_vbo()
|
/third_party/python/Lib/test/ |
H A D | test_textwrap.py | 13 from textwrap import TextWrapper, wrap, fill, dedent, indent, shorten namespace 1025 result = shorten(text, width, **kwargs) 1071 shorten("x" * 20, width=8, placeholder="(......)") 1073 shorten("x" * 20, width=8, placeholder="(.......)")
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo.c | 700 nvc0_draw_elements(struct nvc0_context *nvc0, bool shorten, in nvc0_draw_elements() argument 750 if (shorten) in nvc0_draw_elements() 1119 bool shorten = info->index_bounds_valid && info->max_index <= 65535; in nvc0_draw_vbo() local 1122 shorten = false; in nvc0_draw_vbo() 1124 nvc0_draw_elements(nvc0, shorten, info, in nvc0_draw_vbo()
|
/third_party/python/Lib/ |
H A D | textwrap.py | 10 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten'] 398 def shorten(text, width, **kwargs): function 405 >>> textwrap.shorten("Hello world!", width=12) 407 >>> textwrap.shorten("Hello world!", width=11)
|
/third_party/protobuf/objectivec/DevTools/ |
H A D | full_mac_build.sh | 35 Skip some of the core protobuf build/checks to shorten the build time.
|
/third_party/ffmpeg/libavcodec/ |
H A D | Makefile | 641 OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o
|
Completed in 10 milliseconds