/external/pdfium/third_party/agg23/ |
D | agg_conv_dash.h | 47 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()
|
D | agg_conv_stroke.h | 96 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()
|
D | agg_vcgen_dash.h | 43 void shorten(float s) in shorten() function 47 double shorten() const in shorten() function
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | preprocessor.cpp_style___FILE__.vert.out | 35 #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"
|
D | preprocessor.cpp_style_line_directive.vert.err | 12 …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/ |
D | preprocessor.cpp_style_line_directive.vert | 35 #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"
|
D | preprocessor.cpp_style___FILE__.vert | 35 #line 42 "this-is-a-quite-long-name-maybe-i-should-shorten-it"
|
/external/e2fsprogs/util/ |
D | symlinks.c | 38 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/ |
D | nv30_vbo.c | 461 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/ |
D | textwrap.rst | 44 .. 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/ |
D | nv50_vbo.c | 597 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/ |
D | test_textwrap.py | 13 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/ |
D | 2008-10-06-x87ld-nan-2.ll | 5 ; it is not safe to shorten any of these NaNs.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2008-10-06-x87ld-nan-2.ll | 5 ; it is not safe to shorten any of these NaNs.
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-10-06-x87ld-nan-2.ll | 5 ; 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/ |
D | OpenCensusSleuthTracer.java | 111 String shortenedName = SpanNameUtil.shorten(name); in createSpan() 199 String shortenedName = SpanNameUtil.shorten(name); in createChild()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_vbo.c | 693 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/ |
D | TestValidity.java | 279 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/ |
D | und_FONIPA_ar.txt | 117 # Sequences of three or more ووو look very confusing; we shorten them.
|
D | und_FONIPA_fa.txt | 112 # Sequences of three or more ووو look very confusing; we shorten them.
|
/external/protobuf/objectivec/DevTools/ |
D | full_mac_build.sh | 35 Skip some of the core protobuf build/checks to shorten the build time.
|
/external/python/cpython3/Lib/ |
D | textwrap.py | 393 def shorten(text, width, **kwargs): function
|
/external/python/cpython2/Doc/library/ |
D | gdbm.rst | 108 will not shorten the length of a database file except by using this
|
/external/curl/docs/ |
D | CHECKSRC.md | 147 line you just can't shorten and is agreed to be fine anyway:
|
/external/robolectric-shadows/processor/ |
D | README.md | 23 …t *compile time* rather than during unit testing, which helps to further shorten the development c…
|