/external/v8/test/mjsunit/regress/ |
D | regress-crbug-3867.js | 55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0})); property 56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0})); property 57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0})); property 69 var o1 = {s1: 0, s2: 0, s3: 0} property 74 var o2 = {s3: 0, s2: 0, s1: 0} property
|
/external/clang/test/CodeGen/ |
D | mms-bitfields.c | 10 struct s2 { struct 13 } s2; variable
|
D | ms_struct.c | 11 struct s2 { struct 14 } ATTR s2; argument
|
/external/v8/test/mjsunit/ |
D | debug-liveedit-diff.js | 33 function CheckCompareOneWay(s1, s2) { argument 71 function CheckCompareOneWayPlayWithLF(s1, s2) { argument 80 function CheckCompare(s1, s2) { argument
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | stringutils.h | 95 inline int strcmp(const wchar_t* s1, const wchar_t* s2) { in strcmp() 98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp() 101 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strncmp() 104 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strnicmp() 132 inline int _stricmp(const char* s1, const char* s2) { in _stricmp() 135 inline int _strnicmp(const char* s1, const char* s2, size_t n) { in _strnicmp() 260 inline int asccmp(const char* s1, const char* s2) { in asccmp() 263 inline int ascicmp(const char* s1, const char* s2) { in ascicmp() 266 inline int ascncmp(const char* s1, const char* s2, size_t n) { in ascncmp() 269 inline int ascnicmp(const char* s1, const char* s2, size_t n) { in ascnicmp() [all …]
|
/external/clang/test/Sema/ |
D | arm-layout.c | 20 struct s2 { struct 26 check(s2_size, sizeof(struct s2) == 8); argument
|
D | pragma-pack-and-options-align.c | 28 struct s2 { struct 32 extern int a[sizeof(struct s2) == 5 ? 1 : -1]; argument
|
D | pragma-align-packed.c | 18 struct s2 { struct 22 extern int a[sizeof(struct s2) == 5 ? 1 : -1]; argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | StringExtras.cpp | 34 int strcasecmp(const char* s1, const char* s2) in strcasecmp() 46 int strncasecmp(const char* s1, const char* s2, size_t len) in strncasecmp()
|
/external/clang/test/Parser/ |
D | struct-recursion.c | 7 struct s2 { struct s1 *B; }; struct
|
/external/icu4c/common/ |
D | uinvchar.h | 79 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_strcmp(s1, s2) argument 81 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_compareInvEbcdicAsAscii(s1, s2) argument
|
/external/chromium/base/ |
D | string_util_win.h | 24 inline int strcasecmp(const char* s1, const char* s2) { in strcasecmp() 28 inline int strncasecmp(const char* s1, const char* s2, size_t count) { in strncasecmp() 32 inline int strncmp16(const char16* s1, const char16* s2, size_t count) { in strncmp16()
|
D | string16.cc | 22 int c16memcmp(const char16* s1, const char16* s2, size_t n) { in c16memcmp() 53 char16* c16memmove(char16* s1, const char16* s2, size_t n) { in c16memmove() 57 char16* c16memcpy(char16* s1, const char16* s2, size_t n) { in c16memcpy()
|
/external/chromium/googleurl/base/ |
D | string16.cc | 42 int c16memcmp(const char16* s1, const char16* s2, size_t n) { in c16memcmp() 73 char16* c16memmove(char16* s1, const char16* s2, size_t n) { in c16memmove() 77 char16* c16memcpy(char16* s1, const char16* s2, size_t n) { in c16memcpy()
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSet.java | 509 XMLString s2 = getStringFromNode(node2); in compare() local 585 XMLString s2 = obj2.xstr(); in compare() local 611 XMLString s2 = obj2.xstr(); in compare() local 743 abstract boolean compareStrings(XMLString s1, XMLString s2); in compareStrings() 772 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings() 808 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings() 844 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings() 880 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings() 916 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings() 951 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
|
/external/apache-harmony/archive/src/test/java-internal/org/apache/harmony/archive/util/ |
D | UtilTest.java | 48 final String s2 = ASCII_ALPHABET_UC; in testasciiEndsWithIgnoreCase() local 56 final String s2 = ASCII_ALPHABET_UC; in testasciiEqualsIgnoreCase() local
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 416 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) argument 424 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) argument 426 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) argument 431 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) argument 433 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) argument 440 #define os_strcmp(s1, s2) strcmp((s1), (s2)) argument 443 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | os.h | 402 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) argument 417 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) argument 419 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) argument 424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) argument 426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) argument 433 #define os_strcmp(s1, s2) strcmp((s1), (s2)) argument 436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
|
/external/wpa_supplicant/ |
D | os.h | 402 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) argument 417 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) argument 419 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) argument 424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) argument 426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) argument 433 #define os_strcmp(s1, s2) strcmp((s1), (s2)) argument 436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
|
/external/chromium/chrome/common/extensions/ |
D | extension_error_utils.cc | 20 const std::string& s2) { in FormatErrorMessage() 30 const std::string& s2, in FormatErrorMessage()
|
/external/tcpdump/ |
D | strcasecmp.c | 67 strcasecmp(s1, s2) in strcasecmp() argument 81 strncasecmp(s1, s2, n) in strncasecmp() argument
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
D | p6.cpp | 24 struct s2 { struct 28 template<> const struct s0 s2<int>::foo; // okay argument
|
/external/quake/quake/src/QW/client/ |
D | common.h | 143 #define Q_strcmp(s1, s2) strcmp((s1), (s2)) argument 144 #define Q_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument 148 #define Q_strcasecmp(s1, s2) _stricmp((s1), (s2)) argument 149 #define Q_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) argument 153 #define Q_strcasecmp(s1, s2) strcasecmp((s1), (s2)) argument 154 #define Q_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) argument
|
/external/libpng/contrib/pngminim/preader/ |
D | pngusr.h | 18 #define png_warning(s1,s2) "" argument 19 #define png_chunk_warning(s1,s2) "" argument 21 #define png_error(s1,s2) png_err(s1) argument 22 #define png_chunk_error(s1,s2) png_err(s1) argument
|
/external/libpng/contrib/pngminim/encoder/ |
D | pngusr.h | 20 #define png_warning(s1,s2) "" argument 21 #define png_chunk_warning(s1,s2) "" argument 23 #define png_error(s1,s2) png_err(s1) argument 24 #define png_chunk_error(s1,s2) png_err(s1) argument
|