/external/clang/test/SemaObjC/ |
D | format-arg-attribute.m | 12 struct s1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute … struct 13 …ibute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to functions}} 14 …ribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to functions}} 16 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2))); 17 …st NSString *) __attribute__((format_arg(foo))); // expected-error {{attribute takes one argument}} 20 …*fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not a string type}} 21 extern NSString *fi1 (NSString *) __attribute__((format_arg(1))); 23 extern NSString *fi2 (NSString *) __attribute__((format_arg(1))); 25 …SString *) __attribute__((format_arg(1))); // expected-error {{function does not return NSString}} 26 extern NSString *fi4 (const NSString *) __attribute__((format_arg(1))); [all …]
|
/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 | 3 struct s1 { struct 6 } s1; variable
|
D | ms_struct.c | 4 struct s1 { struct 7 } ATTR s1; argument
|
D | pragma-pack-2.c | 19 struct s1 { struct 20 int a[15]; 21 struct s0 b;
|
/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 | pragma-pack-3.c | 30 struct s1 { struct 34 int b[sizeof(struct s1) == 4 ? 1 : -1]; argument
|
D | pragma-pack-4.c | 14 struct s1 { struct 19 int arr0[((sizeof(struct s1) % 64) == 0) ? 1 : -1]; argument
|
D | pragma-pack-and-options-align.c | 13 struct s1 { struct 17 extern int a[sizeof(struct s1) == 8 ? 1 : -1]; argument
|
D | pragma-align-packed.c | 11 struct __attribute__((packed)) s1 { struct 15 extern int a[sizeof(struct s1) == 8 ? 1 : -1]; argument
|
D | arm-layout.c | 13 struct s1 { char field0; long double field1; }; argument
|
/external/chromium/chrome/common/extensions/ |
D | extension_error_utils.cc | 11 const std::string& s1) { in FormatErrorMessage() 19 const std::string& s1, in FormatErrorMessage() 29 const std::string& s1, in FormatErrorMessage()
|
/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/CodeGenCXX/ |
D | alloca-align.cpp | 23 struct s1 { short x; short y; }; struct
|
/external/clang/test/Parser/ |
D | struct-recursion.c | 6 struct s1 { struct s2 *A; }; 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 | 501 XMLString s1 = getStringFromNode(node1); in compare() local 591 XMLString s1 = getStringFromNode(node); in compare() local 617 XMLString s1 = getStringFromNode(node); 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 | 47 final String s1 = ASCII_ALPHABET_LC; in testasciiEndsWithIgnoreCase() local 55 final String s1 = ASCII_ALPHABET_LC; 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
|