Home
last modified time | relevance | path

Searched refs:shorten (Results 1 – 25 of 45) sorted by relevance

12

/external/pdfium/third_party/agg23/
Dagg_conv_dash.h47 void shorten(float s) in shorten() function
49 base_type::generator().shorten(s); in shorten()
51 double shorten() const in shorten() function
53 return base_type::generator().shorten(); in shorten()
Dagg_conv_stroke.h96 void shorten(float s) in shorten() function
98 base_type::generator().shorten(s); in shorten()
100 float shorten() const in shorten() function
102 return base_type::generator().shorten(); in shorten()
Dagg_vcgen_dash.h43 void shorten(float s) in shorten() function
47 double shorten() const in shorten() function
/external/deqp-deps/glslang/Test/baseResults/
Dpreprocessor.cpp_style___FILE__.vert.out35 #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
36 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
Dpreprocessor.cpp_style_line_directive.vert.err12 …s-is-a-quite-long-name-maybe-i-should-shorten-it:42: '#error' : at this-is-a-quite-long-name-maybe…
/external/deqp-deps/glslang/Test/
Dpreprocessor.cpp_style_line_directive.vert35 #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
36 #error at "this-is-a-quite-long-name-maybe-i-should-shorten-it:42"
Dpreprocessor.cpp_style___FILE__.vert35 #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
/external/e2fsprogs/util/
Dsymlinks.c38 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
218 if (shorten) in fix_symlink()
257 if (shorten) (void) shorten_path(new, path); in fix_symlink()
367 else if (c == 's') shorten = 1;
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c461 nv30_draw_elements(struct nv30_context *nv30, bool shorten, argument
534 if (shorten)
608 bool shorten = info->max_index <= 65535; local
617 shorten = false;
629 shorten = false;
632 nv30_draw_elements(nv30, shorten, info,
/external/python/cpython3/Doc/library/
Dtextwrap.rst44 .. function:: shorten(text, width, **kwargs)
53 >>> textwrap.shorten("Hello world!", width=12)
55 >>> textwrap.shorten("Hello world!", width=11)
57 >>> textwrap.shorten("Hello world", width=10, placeholder="...")
120 :func:`wrap`, :func:`fill` and :func:`shorten` work by creating a
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c597 nv50_draw_elements(struct nv50_context *nv50, bool shorten, in nv50_draw_elements() argument
692 if (shorten) in nv50_draw_elements()
859 bool shorten = info->max_index <= 65535; in nv50_draw_vbo() local
868 shorten = false; in nv50_draw_vbo()
880 shorten = false; in nv50_draw_vbo()
883 nv50_draw_elements(nv50, shorten, info, in nv50_draw_vbo()
/external/python/cpython3/Lib/test/
Dtest_textwrap.py13 from textwrap import TextWrapper, wrap, fill, dedent, indent, shorten
953 result = shorten(text, width, **kwargs)
999 shorten("x" * 20, width=8, placeholder="(......)")
1001 shorten("x" * 20, width=8, placeholder="(.......)")
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-10-06-x87ld-nan-2.ll5 ; it is not safe to shorten any of these NaNs.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-10-06-x87ld-nan-2.ll5 ; it is not safe to shorten any of these NaNs.
/external/llvm/test/CodeGen/X86/
D2008-10-06-x87ld-nan-2.ll5 ; it is not safe to shorten any of these NaNs.
/external/opencensus-java/contrib/spring_sleuth_v1x/src/main/java/io/opencensus/contrib/spring/sleuth/v1x/
DOpenCensusSleuthTracer.java111 String shortenedName = SpanNameUtil.shorten(name); in createSpan()
199 String shortenedName = SpanNameUtil.shorten(name); in createChild()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c693 nvc0_draw_elements(struct nvc0_context *nvc0, bool shorten, in nvc0_draw_elements() argument
743 if (shorten) in nvc0_draw_elements()
1074 bool shorten = info->max_index <= 65535; in nvc0_draw_vbo() local
1077 shorten = false; in nvc0_draw_vbo()
1079 nvc0_draw_elements(nvc0, shorten, info, in nvc0_draw_vbo()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestValidity.java279 fixed.append(shorten(subcode, shortened)); in TestUnits()
299 private String shorten(String subcode, Map<String, String> shortened) { in shorten() method in TestValidity
/external/icu/icu4c/source/data/translit/
Dund_FONIPA_ar.txt117 # Sequences of three or more ووو look very confusing; we shorten them.
Dund_FONIPA_fa.txt112 # Sequences of three or more ووو look very confusing; we shorten them.
/external/protobuf/objectivec/DevTools/
Dfull_mac_build.sh35 Skip some of the core protobuf build/checks to shorten the build time.
/external/python/cpython3/Lib/
Dtextwrap.py393 def shorten(text, width, **kwargs): function
/external/python/cpython2/Doc/library/
Dgdbm.rst108 will not shorten the length of a database file except by using this
/external/curl/docs/
DCHECKSRC.md147 line you just can't shorten and is agreed to be fine anyway:
/external/robolectric-shadows/processor/
DREADME.md23 …t *compile time* rather than during unit testing, which helps to further shorten the development c…

12