Home
last modified time | relevance | path

Searched refs:HasPrefix (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-go/
Dllvm-go.go102 if strings.HasPrefix(a, "-tags=") {
185 if !strings.HasPrefix(v, "CC=") &&
186 !strings.HasPrefix(v, "CXX=") &&
187 !strings.HasPrefix(v, "CGO_CPPFLAGS=") &&
188 !strings.HasPrefix(v, "CGO_CXXFLAGS=") &&
189 !strings.HasPrefix(v, "CGO_LDFLAGS=") &&
190 !strings.HasPrefix(v, "GCCGO=") &&
191 !strings.HasPrefix(v, "GOPATH=") &&
192 !strings.HasPrefix(v, "PATH=") {
243 case strings.HasPrefix(args[0], "cc="):
[all …]
/external/boringssl/src/util/
Ddoc.go88 if !strings.HasPrefix(rest[0], commentStart) {
110 if !strings.HasPrefix(line, " *") {
117 if strings.HasPrefix(line, " ") {
212 for strings.HasPrefix(decl, "#if") || strings.HasPrefix(decl, "#elif") {
215 if strings.HasPrefix(decl, "struct ") {
218 if strings.HasPrefix(decl, "#define ") {
299 if len(lines) > 0 && strings.HasPrefix(lines[0], commentStart) {
338 if strings.HasPrefix(line, commentStart) {
345 section.IsPrivate = len(comment) > 0 && strings.HasPrefix(comment[0], "Private functions")
364 if strings.HasPrefix(line, commentStart) {
Dmake_errors.go187 if !strings.HasPrefix(line, "#define ") {
201 case strings.HasPrefix(key, funcPrefix):
203 case strings.HasPrefix(key, reasonPrefix):
405 case strings.HasPrefix(token, reasonPrefix):
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc538 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()
1168 EXPECT_TRUE(HasPrefix( in TEST()
1174 EXPECT_TRUE(HasPrefix( in TEST()
1184 EXPECT_TRUE(HasPrefix( in TEST()
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h65 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/gtest/test/
Dgtest-printers_test.cc544 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/boringssl/src/ssl/test/runner/
Drecordingconn.go91 if strings.HasPrefix(line, ">>> ") {