/frameworks/compile/libbcc/tools/build/ |
gen-sha1-stamp.py | 55 * comma on the .section line, but the rest of the world thinks\n\
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 122 if (_Traits::eq(__c, __wpunct[1])) // Comma
|
/ndk/sources/host-tools/ndk-stack/regex/ |
cname.h | 98 { "comma", ',' },
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOptions.java | 114 // The string is a comma separated list of EAS versions in ascending order
|
/packages/apps/Mms/tests/src/com/android/mms/ |
SmsTestRunner.java | 42 // file to store recipients separated by comma (/data/data/com.android.mms/files/)
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
StringUtils.java | 69 * Comma-Splittable Text is similar to Comma-Separated Values (CSV) but has much simpler syntax. 70 * Unlike CSV, Comma-Splittable Text has no escaping mechanism, so that the text can't contain 71 * a comma character in it.
|
/packages/services/Telephony/src/com/android/phone/ |
CdmaOptions.java | 107 // Searches through the comma-separated list for a match for "NV"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
mntent.h | 59 char *mnt_opts; /* Comma-separated options for fs. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
mntent.h | 59 char *mnt_opts; /* Comma-separated options for fs. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
mntent.h | 59 char *mnt_opts; /* Comma-separated options for fs. */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 122 if (_Traits::eq(__c, __wpunct[1])) // Comma
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 122 if (_Traits::eq(__c, __wpunct[1])) // Comma
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 122 if (_Traits::eq(__c, __wpunct[1])) // Comma
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 122 if (_Traits::eq(__c, __wpunct[1])) // Comma
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_complex.c | 122 if (_Traits::eq(__c, __wpunct[1])) // Comma
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 46 def Comma(): 47 """A comma leaf""" 48 return Leaf(token.COMMA, u",") 243 (prev is not None and prev.type == token.COMMA) or
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
token.py | 25 COMMA = 12
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 46 def Comma(): 47 """A comma leaf""" 48 return Leaf(token.COMMA, u",") 243 (prev is not None and prev.type == token.COMMA) or
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
token.py | 25 COMMA = 12
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
PaletteMetadataDescriptor.java | 54 * Returns a String which contains a comma separated list of name=value tokens,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/ |
AdtUtilsTest.java | 105 // Ensure that this is a locale which uses a comma instead of a period:
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 608 // Skips to the first non-space char after the first comma in 'str'; 609 // returns NULL if no comma is found in 'str'. 611 const char* comma = strchr(str, ','); local 612 if (comma == NULL) { 615 while (IsSpace(*(++comma))) {} 616 return comma; 619 // Returns the prefix of 'str' before the first comma in it; returns 620 // the entire string if it contains no comma. 622 const char* comma = strchr(str, ','); local 623 return comma == NULL ? String(str) : String(str, comma - str) [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 553 // Skips to the first non-space char after the first comma in 'str'; 554 // returns NULL if no comma is found in 'str'. 556 const char* comma = strchr(str, ','); local 557 if (comma == NULL) { 560 while (IsSpace(*(++comma))) {} 561 return comma; 564 // Returns the prefix of 'str' before the first comma in it; returns 565 // the entire string if it contains no comma. 567 const char* comma = strchr(str, ','); local 568 return comma == NULL ? str : std::string(str, comma) [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-internal.h | 614 // Skips to the first non-space char after the first comma in 'str'; 615 // returns NULL if no comma is found in 'str'. 617 const char* comma = strchr(str, ','); local 618 if (comma == NULL) { 621 while (IsSpace(*(++comma))) {} 622 return comma; 625 // Returns the prefix of 'str' before the first comma in it; returns 626 // the entire string if it contains no comma. 628 const char* comma = strchr(str, ','); local 629 return comma == NULL ? String(str) : String(str, comma - str) [all...] |
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 614 // Skips to the first non-space char after the first comma in 'str'; 615 // returns NULL if no comma is found in 'str'. 617 const char* comma = strchr(str, ','); local 618 if (comma == NULL) { 621 while (IsSpace(*(++comma))) {} 622 return comma; 625 // Returns the prefix of 'str' before the first comma in it; returns 626 // the entire string if it contains no comma. 628 const char* comma = strchr(str, ','); local 629 return comma == NULL ? String(str) : String(str, comma - str) [all...] |