HomeSort by relevance Sort by last modified time
    Searched full:shorten (Results 26 - 50 of 474) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Doc/library/
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/tensorflow/tensorflow/core/grappler/optimizers/
dependency_optimizer.h 28 // them to shorten the critical path for a model step or enable other
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGInputStream.java 141 // Shorten skip to a reasonable amount
  /external/llvm/tools/bugpoint/
ListReducer.h 127 // shorten the list to the "kept" elements.
135 // The predicate still holds, shorten the list to the prefix elements.
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 122 // shorten the list to the "kept" elements.
130 // The predicate still holds, shorten the list to the prefix elements.
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_vbo.c 596 nv50_draw_elements(struct nv50_context *nv50, bool shorten,
690 if (shorten)
850 bool shorten = info->max_index <= 65535; local
859 shorten = false;
871 shorten = false;
874 nv50_draw_elements(nv50, shorten,
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
sl4a_manager.py 44 # Shorten all whitespace to a single space character
58 # Shorten all whitespace to a single space character
  /external/curl/docs/
CHECKSRC.md 109 line you just can't shorten and is agreed to be fine anyway:
  /external/drm_hwcomposer/
vsyncworker.cpp 166 * We could shorten the race window by caching callback_ right before calling
  /external/elfutils/src/
elf32-i386.script 149 we can shorten the on-disk segment size. */
  /external/python/cpython3/Lib/
textwrap.py 10 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten']
393 def shorten(text, width, **kwargs): function
400 >>> textwrap.shorten("Hello world!", width=12)
402 >>> textwrap.shorten("Hello world!", width=11)
  /external/python/cpython3/Modules/clinic/
_gdbmmodule.c.h 169 "database. GDBM will not shorten the length of a database file except\n"
  /external/tensorflow/tensorflow/contrib/quantize/python/
quantize_test.py 119 Function is defined purely to shorten the name so that it stops wrapping.
  /external/v8/src/zone/
zone-containers.h 138 // Typedefs to shorten commonly used vectors.
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 88 // For multiday events, shorten day/month names.
  /packages/providers/DownloadProvider/res/values-en-rAU/
strings.xml 44 <string name="wifi_recommended_body" msgid="1314735166699936073">"Starting this <xliff:g id="SIZE">%s </xliff:g> download now may shorten your battery life and/or result in excessive usage of your mobile data connection, which can lead to charges by your mobile operator depending on your data plan.\n\n Touch <xliff:g id="QUEUE_TEXT">%s</xliff:g> to start this download the next time that you\'re connected to a Wi-Fi network."</string>
  /packages/providers/DownloadProvider/res/values-en-rCA/
strings.xml 44 <string name="wifi_recommended_body" msgid="1314735166699936073">"Starting this <xliff:g id="SIZE">%s </xliff:g> download now may shorten your battery life and/or result in excessive usage of your mobile data connection, which can lead to charges by your mobile operator depending on your data plan.\n\n Touch <xliff:g id="QUEUE_TEXT">%s</xliff:g> to start this download the next time that you\'re connected to a Wi-Fi network."</string>
  /packages/providers/DownloadProvider/res/values-en-rGB/
strings.xml 44 <string name="wifi_recommended_body" msgid="1314735166699936073">"Starting this <xliff:g id="SIZE">%s </xliff:g> download now may shorten your battery life and/or result in excessive usage of your mobile data connection, which can lead to charges by your mobile operator depending on your data plan.\n\n Touch <xliff:g id="QUEUE_TEXT">%s</xliff:g> to start this download the next time that you\'re connected to a Wi-Fi network."</string>
  /packages/providers/DownloadProvider/res/values-en-rIN/
strings.xml 44 <string name="wifi_recommended_body" msgid="1314735166699936073">"Starting this <xliff:g id="SIZE">%s </xliff:g> download now may shorten your battery life and/or result in excessive usage of your mobile data connection, which can lead to charges by your mobile operator depending on your data plan.\n\n Touch <xliff:g id="QUEUE_TEXT">%s</xliff:g> to start this download the next time that you\'re connected to a Wi-Fi network."</string>
  /packages/providers/DownloadProvider/res/values-en-rXC/
strings.xml 44 <string name="wifi_recommended_body" msgid="1314735166699936073">"??????????????????????????????????????????????????????????????????????????????????????????????Starting this ???????<xliff:g id="SIZE">%s </xliff:g>???????? download now may shorten your battery life and/or result in excessive usage of your mobile data connection, which can lead to charges by your mobile operator depending on your data plan.???????\n???????????????\n???????? Touch ???????<xliff:g id="QUEUE_TEXT">%s</xliff:g>???????? to start this download the next time you\'re connected to a Wi-Fi network.??????"</string>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Chrono.h 29 /// - to shorten the type name
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Chrono.h 29 /// - to shorten the type name
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Chrono.h 29 /// - to shorten the type name
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Chrono.h 29 /// - to shorten the type name
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Chrono.h 29 /// - to shorten the type name

Completed in 696 milliseconds

12 3 4 5 6 7 8 91011>>