Home
last modified time | relevance | path

Searched refs:customizations (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DBasicPeriodFormatterFactory.java62 private Customizations customizations; field in BasicPeriodFormatterFactory
69 this.customizations = new Customizations(); in BasicPeriodFormatterFactory()
111 return customizations.displayLimit; in getDisplayLimit()
132 return customizations.displayDirection; in getDisplayPastFuture()
153 return customizations.separatorVariant; in getSeparatorVariant()
174 return customizations.unitVariant; in getUnitVariant()
195 return customizations.countVariant; in getCountVariant()
202 customizations); in getFormatter()
207 customizations = customizations.copy(); in updateCustomizations()
210 return customizations; in updateCustomizations()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicPeriodFormatterFactory.java60 private Customizations customizations; field in BasicPeriodFormatterFactory
67 this.customizations = new Customizations(); in BasicPeriodFormatterFactory()
109 return customizations.displayLimit; in getDisplayLimit()
130 return customizations.displayDirection; in getDisplayPastFuture()
151 return customizations.separatorVariant; in getSeparatorVariant()
172 return customizations.unitVariant; in getUnitVariant()
193 return customizations.countVariant; in getCountVariant()
200 customizations); in getFormatter()
205 customizations = customizations.copy(); in updateCustomizations()
208 return customizations; in updateCustomizations()
/external/sqlite/dist/
DREADME-Android3 The Android port of SQLite contains a few customizations.
/external/u-boot/lib/libfdt/
DREADME22 After importing, other customizations were performed. See the
/external/openssh/contrib/solaris/
DREADME16 any changes you want in openssh-config.local. Additional customizations
/external/libpng/contrib/conftest/
Dpngcp.dfa55 # these are are just required for specific customizations
/external/bcc/tools/
Doomkill_example.txt27 oomkill can also be the basis of other tools and customizations. For example,
/external/iperf3/docs/_esnet/
DREADME.rst7 provides the overrides and customizations to the base theme.
/external/python/cpython2/Doc/library/
Dsite.rst83 :mod:`sitecustomize`, which can perform arbitrary site-specific customizations.
95 which can perform arbitrary user-specific customizations, if
Dpickle.rst406 doesn't cover specific customizations that you can employ to make the unpickling
Dlogging.rst770 not undo customizations already applied by other code. For example::
/external/python/cpython3/Doc/library/
Dsite.rst102 :mod:`sitecustomize`, which can perform arbitrary site-specific customizations.
114 which can perform arbitrary user-specific customizations, if
Dlogging.rst906 not undo customizations already applied by other code. For example::
Dimportlib.rst1677 For deep customizations of import, you typically want to implement an
/external/shflags/doc/
Drst2html.css288 /* customizations by kward */
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst886 customizations made before 3.6.3 will not affect their keyset-specific
D3.7.0a1.rst5779 customizations made before 3.6.3 will not affect their keyset-specific
/external/webp/
DREADME53 Please refer to makefile.unix for additional details and customizations.
/external/icu/icu4c/source/
Dconfigure.ac1426 echo '/* ICU customizations: put these lines at the top of uconfig.h */' >> "${HDRFILE}"
/external/python/cpython3/Lib/idlelib/
DNEWS.txt345 '<<zoom-height>>'. Any (global) customizations made before 3.6.3 will
/external/python/cpython3/
DMakefile.pre.in1435 @ # version doesn't use the compiler customizations that are provided
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2829 plistlib.writePlist(data_struct, '/tmp/customizations.plist')
2830 new_struct = plistlib.readPlist('/tmp/customizations.plist')
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2833 plistlib.writePlist(data_struct, '/tmp/customizations.plist')
2834 new_struct = plistlib.readPlist('/tmp/customizations.plist')
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt1291 customizations in the rules file includes SKIP_STATIC=yes,
/external/tensorflow/tensorflow/tools/docker/notebooks/
D3_mnist_from_scratch.ipynb1152 …"Here, we'll do some customizations depending on which graph we're constructing. `train_prediction…

12