/external/clang/test/CodeGenCXX/ |
template-instantiation.cpp | 84 void foobar(T2 foo) { function in class:test2::C 93 // or foobar(test at the top). 94 a.foobar(0.0);
|
/external/llvm/test/Transforms/InstCombine/ |
debuginfo.ll | 9 define hidden i8* @foobar(i8* %__dest, i32 %__val, i64 %__len) nounwind inlinehint ssp { 35 !1 = !MDSubprogram(name: "foobar", line: 79, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 79, file: !27, scope: !2, type: !4, function: i8* (i8*, i32, i64)* @foobar, variables: !25)
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_util_unittest.cpp | 52 EXPECT_STREQ("FooBar", s.c_str()); 61 EXPECT_STREQ("FooBar", s.c_str()); 65 String s("FooBar");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_userstring.py | 85 s = self.type2test("foobar") 114 s = self.type2test("foobar") 122 self.assertEqual(s, "foobar")
|
test_tools.py | 255 def foobar(a, b): 265 def foobar(a, b): 275 # end def foobar
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_userstring.py | 85 s = self.type2test("foobar") 114 s = self.type2test("foobar") 122 self.assertEqual(s, "foobar")
|
test_tools.py | 255 def foobar(a, b): 265 def foobar(a, b): 275 # end def foobar
|
/external/elfutils/src/tests/ |
run-readelf-dwz-multi.sh | 24 # struct foobar 27 # struct foobar *bar; 30 # extern int call_foo(struct foobar *foobar_struct_ptr); 38 # struct foobar b; 49 # int call_foo(struct foobar *fb)
|
/external/antlr/antlr-3.4/runtime/Python/ |
xmlrunner.py | 226 messages are reduced to "Foobar". 237 # Likewise, replace all failure and error messages by a simple "Foobar" 239 got = re.sub(r'(?s)<failure (.*?)>.*?</failure>', r'<failure \1>Foobar</failure>', got) 240 got = re.sub(r'(?s)<error (.*?)>.*?</error>', r'<error \1>Foobar</error>', got) 282 <failure type="exceptions.AssertionError">Foobar</failure> 299 <error type="exceptions.IndexError">Foobar</error>
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
basic.rb | 442 example "lexing 'foobar _Ab98 \n A12sdf'" do 443 lexer = IDsAndSpaces::Lexer.new( "foobar _Ab98 \n A12sdf" ) 449 token.text.should == 'foobar' 511 example "lexing 'foobar _Ab98 \n A12sdf'" do 512 lexer = IDsWithAction::Lexer.new( "foobar _Ab98 \n A12sdf" ) 518 token.text.should == 'foobar'
|
/external/clang/test/SemaCXX/ |
typo-correction-delayed.cpp | 7 A foobar; // expected-note 2 {{declared here}} member in struct:D 19 something(obj.toobat, // expected-error {{did you mean 'foobar'?}} 23 something(obj.toobat, // expected-error {{did you mean 'foobar'?}}
|
using-decl-1.cpp | 252 template<typename T> void foobar(T); // expected-note {{'foobar' declared here}} 255 using A::goobar; // expected-error {{no member named 'goobar' in 'TypoCorrectTemplateMember::A'; did you mean 'foobar'?}}
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MultisetsCollectionTest.java | 227 "foobar", "bazfoo", "foobar", "foobar");
|
/external/llvm/test/DebugInfo/X86/ |
dbg-value-inlined-parameter.ll | 62 define void @foobar() nounwind optsize ssp { 83 !6 = !MDSubprogram(name: "foobar", line: 15, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: true, file: !1, scope: !1, type: !7, function: void ()* @foobar)
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.conf.sgml | 89 password="foobar" 112 password="foobar" 161 password="foobar"
|
/bootable/recovery/minadbd/ |
fuse_adb_provider_test.cpp | 39 const char expected_data[] = "foobar";
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_list_tests_unittest_.cc | 61 TEST(FooBar, Baz) {
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
ObjectsTest.java | 36 String s1 = "foobar";
|
/external/guava/guava-tests/test/com/google/common/base/ |
ObjectsTest.java | 38 String s1 = "foobar";
|
/external/llvm/test/tools/llvm-profdata/ |
raw-64-bits-be.test | 24 RUN: printf 'foobar' >> %t
|
raw-64-bits-le.test | 24 RUN: printf 'foobar' >> %t
|
/external/protobuf/gtest/test/ |
gtest_list_tests_unittest_.cc | 61 TEST(FooBar, Baz) {
|
/external/regex-re2/re2/testing/ |
search_test.cc | 87 { "bar\\b", "foobar" }, 88 { "bar\\b", "foobar\nxxx" }, 127 { "bar\\B", "foobar" }, 128 { "bar\\B", "foobar\nxxx" },
|
/frameworks/volley/src/test/java/com/android/volley/toolbox/ |
BasicNetworkTest.java | 46 fakeResponse.setEntity(new StringEntity("foobar"));
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
HCNodeDocumentFragmentNormalize.java | 65 assertEquals("normalizedNodeValue", "foobar", nodeValue);
|