| /external/dagger2/javatests/dagger/functional/assisted/ |
| D | AssistedFactoryWithQualifiedTypesTest.java | 49 private final String str2; field in AssistedFactoryWithQualifiedTypesTest.DupeType 52 DupeType(@Assisted("1") String str1, @Assisted("2") String str2) { in DupeType() 60 DupeType create(@Assisted("1") String str1, @Assisted("2") String str2); in create() 66 String str2 = "str2"; in testDupeTypeFactory() local 77 DupeType create(@Assisted("2") String str2, @Assisted("1") String str1); in create() 83 String str2 = "str2"; in testSwappedDupeTypeFactory() local
|
| /external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/ |
| D | RuntimeSupport.h | 60 #define XSTRNCPY(str1,str2,n) strncpy((str1),(str2),(n)) argument 65 #define XSTRNCASECMP(str1,str2,n) strncasecmp((str1),(str2),(n)) argument 69 #define XSTRNCMP(str1,str2,n) strncmp((str1),(str2),(n)) argument 73 #define XMEMCMP(str1,str2,n) memcmp((str1),(str2),(n)) argument
|
| /external/libabigail/src/ |
| D | abg-diff-utils.cc | 97 compute_middle_snake(const char* str1, const char* str2, in compute_middle_snake() 129 const char* str2, in ses_len() 157 compute_lcs(const char* str1, const char* str2, int &ses_len, string& lcs) in compute_lcs() 187 compute_ses(const char* str1, const char* str2, edit_script& ses) in compute_ses()
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | readability-string-compare.cpp | 33 std::string str2("b", 1); in Test() local 94 std::string str2("b", 1); in Valid() local
|
| D | bugprone-not-null-terminated-result-in-initialization-strlen.c | 39 int bad_strncmp_1(char *str1, const char *str2) { in bad_strncmp_1() 46 int good_strncmp_1(char *str1, const char *str2) { in good_strncmp_1() 51 int bad_strncmp_2(char *str2) { in bad_strncmp_2()
|
| D | bugprone-string-literal-with-embedded-nul.cpp | 57 std::string str2 = "\0"; in TestA() local 79 std::wstring str2 = L"\0"; in TestW() local
|
| /external/clang/test/Sema/ |
| D | overloaded-func-transparent-union.c | 8 char *str2; member 15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) { in Class_Init()
|
| /external/llvm-project/clang/test/Sema/ |
| D | overloaded-func-transparent-union.c | 8 char *str2; member 15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) { in Class_Init()
|
| /external/libxml2/ |
| D | xmlstring.c | 132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() 159 xmlStrEqual(const xmlChar *str1, const xmlChar *str2) { in xmlStrEqual() 212 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp() 274 xmlStrcasecmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcasecmp() 299 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp() 488 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew()
|
| /external/llvm-project/clang/test/Lexer/ |
| D | cxx0x_raw_string_delim_length.cpp | 4 const char *str2 = R"foo()foo"; // ok variable
|
| /external/clang/test/Lexer/ |
| D | cxx0x_raw_string_delim_length.cpp | 4 const char *str2 = R"foo()foo"; // ok variable
|
| /external/llvm-project/llvm/test/MC/X86/AlignedBundling/ |
| D | rodata-section.s | 28 .str2: label
|
| /external/llvm/test/MC/X86/AlignedBundling/ |
| D | rodata-section.s | 28 .str2: label
|
| /external/javassist/src/test/test3/ |
| D | Anno6.java | 5 String[] str2(); in str2() method
|
| /external/zopfli/src/zopfli/ |
| D | zopfli_bin.c | 115 static char* AddStrings(const char* str1, const char* str2) { in AddStrings() 124 static char StringsEqual(const char* str1, const char* str2) { in StringsEqual()
|
| /external/llvm-project/compiler-rt/test/dfsan/ |
| D | custom.cpp | 78 char str1[] = "str1", str2[] = "str2"; in test_memcmp() local 92 char str1[] = "str1", str2[] = "str2"; in test_bcmp() local 111 char str2[sizeof(str1)]; in test_memcpy() local 133 char str1[] = "str1", str2[] = "str2"; in test_strcmp() local 171 char str2[sizeof(str1)]; in test_strncpy() local 193 char str1[] = "str1", str2[] = "str2"; in test_strncmp() local 211 char str1[] = "str1", str2[] = "str2", str3[] = "Str1"; in test_strcasecmp() local 247 char str1[] = "Str1", str2[] = "str2"; in test_strncasecmp() local
|
| /external/mesa3d/src/util/tests/hash_table/ |
| D | remove_key.c | 37 const char *str2 = "test2"; in main() local
|
| D | insert_and_lookup.c | 40 const char *str2 = "test2"; in main() local
|
| D | replacement.c | 40 char *str2 = strdup("test1"); in main() local
|
| D | delete_and_lookup.c | 50 const char *str2 = "test2"; in main() local
|
| D | destroy_callback.c | 36 static const char *str2 = "test2"; variable
|
| /external/skia/gm/ |
| D | patharcto.cpp | 49 …const char* str2 = "M10.156,30.995l4.881,2.63 16.17,8.713a1647300736,1647300736 0,0 0,31.287 16.86… variable
|
| /external/compiler-rt/test/dfsan/ |
| D | custom.cc | 75 char str1[] = "str1", str2[] = "str2"; in test_memcmp() local 90 char str2[sizeof(str1)]; in test_memcpy() local 112 char str1[] = "str1", str2[] = "str2"; in test_strcmp() local 150 char str2[sizeof(str1)]; in test_strncpy() local 172 char str1[] = "str1", str2[] = "str2"; in test_strncmp() local 190 char str1[] = "str1", str2[] = "str2", str3[] = "Str1"; in test_strcasecmp() local 213 char str1[] = "Str1", str2[] = "str2"; in test_strncasecmp() local
|
| /external/catch2/projects/SelfTest/UsageTests/ |
| D | ToStringGeneral.tests.cpp | 143 auto str2 = sm::convert(testFloat); variable 158 auto str2 = sm::convert(testDouble); variable
|
| /external/tcpdump/ |
| D | print-beep.c | 32 const char *str2, u_int l2) in l_strnstart()
|