/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/ |
__locale | [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ |
__locale | [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ |
__locale | [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.java | [all...] |
/packages/apps/Gallery2/res/values/ |
strings.xml | 204 <!-- Strings for grouping operations in the menu. The photos can be grouped 206 <!-- The title of the menu item to let user choose the grouping rule, when 207 pressed, a submenu will shown and user can choose one grouping rule 228 <!-- When grouping photos by tags, the label used for photos without tags 232 <!-- When grouping photos by locations, the label used for photos that don't [all...] |
/external/google-styleguide/ |
javaguide.html | 588 <h3 id="s4.7-grouping-parentheses">4.7 Grouping parentheses: recommended</h3> 590 <p>Optional grouping parentheses are omitted only when author and reviewer agree that there is no [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberRegressionTests.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberRegressionTests.java | [all...] |
/external/python/cpython2/Doc/faq/ |
design.rst | 5 Why does Python use indentation for grouping of statements? 8 Guido van Rossum believes that using indentation for grouping is extremely 13 grouping perceived by the parser and the human reader. Occasionally C [all...] |
/external/python/cpython3/Doc/faq/ |
design.rst | 5 Why does Python use indentation for grouping of statements? 8 Guido van Rossum believes that using indentation for grouping is extremely 13 grouping perceived by the parser and the human reader. Occasionally C [all...] |
/external/python/cpython3/Lib/test/ |
test_types.py | 384 self.assertEqual(locale.format('%g', x, grouping=True), format(x, 'n')) 385 self.assertEqual(locale.format('%.10g', x, grouping=True), format(x, '.10n')) 393 self.assertEqual(locale.format('%d', x, grouping=True), format(x, 'n')) [all...] |
/external/aac/libSBRdec/src/ |
pvc_dec.cpp | 519 /* Subband grouping in QMF subbands below SBR range */ 522 domain and store them for time domain smoothing. (7.5.6.3 Subband grouping
|
/external/icu/icu4c/source/test/cintltst/ |
cnmdptst.c | 708 * Test the functioning of the secondary grouping value. 791 /* Later -- fix this to get the actual grouping */ [all...] |
/external/libcxx/include/ |
__locale | [all...] |
/external/parameter-framework/upstream/doc/requirements/ |
requirements.md | 535 It works by grouping parameters with similar management and defining 694 Some parameters are naturally grouping together. Ie changing on the same predicates. [all...] |
/external/tensorflow/tensorflow/python/ops/ |
gradients_impl.py | 460 name: Optional name to use for grouping all the gradient ops together. [all...] |
/external/v8/src/regexp/ |
regexp-parser.cc | 219 } else if (group_type == GROUPING) { 287 subexpr_type = GROUPING; [all...] |