/external/desugar/java/com/google/devtools/common/options/ |
OptionDocumentationCategory.java | 24 * <li>Since these are for grouping, we want useful sizes of groups. Somewhere between 5 and 200
|
/external/fio/ |
optgroup.c | 6 * Option grouping
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CompactDecimalFormat.java | 99 properties.setGroupingSize(-2); // do not forward grouping information
|
/external/icu/icu4c/source/i18n/ |
decimfmtimpl.h | 104 * 1. Grouping attributes 379 // grouping settings have to be retained if grouping is turned off. 412 // The actual grouping used when formatting
|
valueformatter.h | 121 const DigitGrouping &grouping,
|
/external/iproute2/tipc/ |
README | 35 grouping on the kernel side.
|
/external/kernel-headers/original/uapi/linux/ |
scc.h | 79 /* channel grouping */
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
reverse-memcheck-bounds.ll | 4 ; The runtime memory check code and the access grouping
|
/external/llvm/utils/testgen/ |
mc-bundling-x86-gen.py | 25 # It tests that bundle-aligned grouping works correctly in MC. Read the
|
/external/perf_data_converter/src/ |
perf_data_converter.h | 74 // Process PID or 0 if no process grouping was requested.
|
/external/python/cpython2/Modules/ |
_localemodule.c | 53 /* the grouping is terminated by either 0 or CHAR_MAX */ 61 /* empty string: no grouping at all */ 238 x = copy_grouping(l->grouping); 241 PyDict_SetItemString(result, "grouping", x);
|
/external/python/cpython3/Modules/ |
_localemodule.c | 50 /* the grouping is terminated by either 0 or CHAR_MAX */ 58 /* empty string: no grouping at all */ 177 x = copy_grouping(l->grouping); 178 RESULT("grouping", x);
|
/external/selinux/mcstrans/man/man8/ |
setrans.conf.8 | 36 a means of grouping category bit definitions by how they modify the sensitivity label.
|
/external/tensorflow/tensorflow/contrib/data/ |
__init__.py | 61 from tensorflow.contrib.data.python.ops.grouping import group_by_window
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
BUILD | 103 "grouping.py",
|
/external/webrtc/talk/app/webrtc/ |
webrtcsdp.h | 32 // * RFC 3388 - Grouping of Media Lines in SDP
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/ |
BenchmarkGroup.java | 25 * Logical grouping of benchmarks
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
StringUtils.java | 42 * The grouping separator in the result is NOT localized.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
AddressList.java | 67 * about grouping.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
SettingsFragment.java | 37 // We don't care about menu grouping.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
scc.h | 78 /* channel grouping */
|
/system/core/libmemunreachable/ |
LeakFolding.cpp | 96 // Convert the cyclic graph to a DAG by grouping strongly connected components
|
/external/python/cpython2/Doc/library/ |
locale.rst | 69 | | ``'grouping'`` | Sequence of numbers specifying | 75 | | | grouping is performed. If the | 110 | | ``'mon_grouping'`` | Equivalent to ``'grouping'``, | 366 .. function:: format(format, val[, grouping[, monetary]]) 370 values, the decimal point is modified if appropriate. If *grouping* is true, 371 also takes the grouping into account. 374 grouping strings. 383 .. function:: format_string(format, val[, grouping]) 391 .. function:: currency(val[, symbol[, grouping[, international]]]) 396 the default. If *grouping* is true (which is not the default), grouping is don [all...] |
/external/python/cpython3/Doc/library/ |
locale.rst | 69 | | ``'grouping'`` | Sequence of numbers specifying | 75 | | | grouping is performed. If the | 110 | | ``'mon_grouping'`` | Equivalent to ``'grouping'``, | 355 .. function:: format(format, val, grouping=False, monetary=False) 359 values, the decimal point is modified if appropriate. If *grouping* is true, 360 also takes the grouping into account. 363 grouping strings. 369 .. function:: format_string(format, val, grouping=False) 375 .. function:: currency(val, symbol=True, grouping=False, international=False) 380 the default. If *grouping* is true (which is not the default), grouping is don [all...] |
/art/tools/checker/match/ |
file.py | 32 """ Breaks up a list of assertions, grouping instructions which should be 117 # Prepare assertions by grouping those that are verified in the same scope.
|