/external/libxml2/ |
trio.c | 402 /* Maximal number of integers in grouping */ 914 if ((internalLocaleValues->grouping) && 915 (internalLocaleValues->grouping[0] != NIL)) 919 internalLocaleValues->grouping); 939 /* Disable grouping */ 981 /* Disable grouping */ [all...] |
/external/swiftshader/third_party/LLVM/docs/ |
CommandLine.html | 171 href="#cl::Grouping">grouping</a> options (to allow processing '<tt>ls
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
decimal.py | [all...] |
/external/python/cpython2/Lib/ |
decimal.py | [all...] |
/external/python/cpython3/Lib/ |
_pydecimal.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
decimal.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
decimal.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | [all...] |
/external/aac/libSBRdec/src/ |
env_calc.cpp | 388 int grouping = 0, index = 0, noGroups, k; local 391 /* Calculate grouping*/ 394 if (grouping == 0) { 396 grouping = 1; 400 grouping = 0; 404 if (grouping) { 409 grouping = 0; 414 if (grouping) { [all...] |
/external/aac/libSBRenc/src/ |
bit_sbr.cpp | 568 time/frequency grouping of a frame; else counts them only 673 time/frequency grouping of a frame; [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDecimalFormatAPIC.java | 187 logln("Grouping size (should be 2): " + (long) groupingSize); 342 // test multiple grouping separators
|
/external/icu/icu4c/source/i18n/ |
region.cpp | 111 LocalUResourceBundlePointer groupingContainment(ures_getByKey(territoryContainment.getAlias(),"grouping",NULL,&status)); 357 // Regions of type GROUPING can't be set as the parent, since another region
|
numfmt.cpp | 19 * 07/20/98 stephen Changed operator== to check for grouping [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPIC.java | 184 logln("Grouping size (should be 2): " + (long) groupingSize); 339 // test multiple grouping separators
|
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/ |
ir3-notes.rst | 401 Grouping 404 In the grouping pass, instructions which need to be grouped (for ``fanin``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (ie. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages.
|
/external/python/cpython2/Doc/tutorial/ |
introduction.rst | 47 (for example, Pascal or C); parentheses (``()``) can be used for grouping. 597 * The *body* of the loop is *indented*: indentation is Python's way of grouping
|
/external/python/cpython3/Doc/tutorial/ |
introduction.rst | 47 (for example, Pascal or C); parentheses (``()``) can be used for grouping. 497 * The *body* of the loop is *indented*: indentation is Python's way of grouping
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
dataset_ops.py | 23 from tensorflow.contrib.data.python.ops import grouping 474 grouping.group_by_window(key_func, reduce_func, window_size))
|
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/ |
SystemMediaRouteProvider.java | 435 // Route grouping is deprecated and no longer supported. 440 // Route grouping is deprecated and no longer supported. [all...] |
/frameworks/native/include/android/ |
keycodes.h | 435 /** Numeric keypad '.' key (for decimals or digit grouping). */ 437 /** Numeric keypad ',' key (for decimals or digit grouping). */
|
/frameworks/rs/script_api/ |
Specification.h | 185 /* Represents a constant, like M_PI. This is a grouping of the version specific specifications. 201 /* Represents a type, like "float4". This is a grouping of the version specific specifications.
|
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/ |
SystemMediaRouteProvider.java | 434 // Route grouping is deprecated and no longer supported. 439 // Route grouping is deprecated and no longer supported. [all...] |
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 496 // Should be found by strict grouping but not exact grouping, as the last two groups are 504 // NDC also found as part of the country calling code; this shouldn't ruin the grouping [all...] |
/external/python/cpython2/Doc/reference/ |
lexical_analysis.rst | 211 single: grouping 212 single: statement grouping 216 the grouping of statements.
|