Searched refs:HasPrefix (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/boringssl/src/util/ |
D | doc.go | 88 if !strings.HasPrefix(rest[0], commentStart) { 110 if !strings.HasPrefix(line, " *") { 115 if strings.HasPrefix(line, " ") { 202 if strings.HasPrefix(decl, "struct ") { 274 if len(lines) > 0 && strings.HasPrefix(lines[0], commentStart) { 313 if strings.HasPrefix(line, commentStart) { 320 section.IsPrivate = len(comment) > 0 && strings.HasPrefix(comment[0], "Private functions") 339 if strings.HasPrefix(line, commentStart) {
|
D | make_errors.go | 207 if !strings.HasPrefix(line, "#define ") { 221 case strings.HasPrefix(key, funcPrefix): 223 case strings.HasPrefix(key, reasonPrefix): 419 case strings.HasPrefix(token, reasonPrefix):
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatNavigator.h | 65 HasPrefix (const char* str1, const char* str2) in HasPrefix() function 84 if ( HasPrefix(type_cstr, "class ") ) in GetValidTypeName_Impl() 86 else if ( HasPrefix(type_cstr, "enum ") ) in GetValidTypeName_Impl() 88 else if ( HasPrefix(type_cstr, "struct ") ) in GetValidTypeName_Impl() 90 else if ( HasPrefix(type_cstr, "union ") ) in GetValidTypeName_Impl()
|
/external/chromium_org/testing/gtest/test/ |
D | gtest-printers_test.cc | 538 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function 564 EXPECT_TRUE(HasPrefix(Print(&Foo::value), in TEST() 567 EXPECT_TRUE(HasPrefix(Print(p), in TEST() 576 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST() 579 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST() 582 EXPECT_TRUE(HasPrefix(Print(p), in TEST() 1235 EXPECT_TRUE(HasPrefix( in TEST() 1241 EXPECT_TRUE(HasPrefix( in TEST() 1251 EXPECT_TRUE(HasPrefix( in TEST()
|
/external/gtest/test/ |
D | gtest-printers_test.cc | 544 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function 570 EXPECT_TRUE(HasPrefix(Print(&Foo::value), in TEST() 573 EXPECT_TRUE(HasPrefix(Print(p), in TEST() 582 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST() 585 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST() 588 EXPECT_TRUE(HasPrefix(Print(p), in TEST() 1187 EXPECT_TRUE(HasPrefix( in TEST() 1193 EXPECT_TRUE(HasPrefix( in TEST() 1203 EXPECT_TRUE(HasPrefix( in TEST()
|
/external/chromium_org/third_party/skia/tools/bug_chomper/src/server/ |
D | server.go | 181 if strings.HasPrefix(label, priorityPrefix) {
|
/external/skia/tools/bug_chomper/src/server/ |
D | server.go | 181 if strings.HasPrefix(label, priorityPrefix) {
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
D | webtry.go | 677 if strings.HasPrefix(strings.TrimSpace(s), "#") {
|
/external/skia/experimental/webtry/ |
D | webtry.go | 659 if strings.HasPrefix(strings.TrimSpace(s), "#") {
|