HomeSort by relevance Sort by last modified time
    Searched refs:Bar (Results 1 - 17 of 17) sorted by null

  /libcore/support/src/test/java/tests/resources/
hyts_Bar.ser 
  /ndk/tests/device/test-basic-rtti/jni/
test_basic_rtti.cpp 28 class Bar: public Foo
33 std::printf("in Bar!\n");
39 Foo* foo = new Bar();
40 Bar* bar; local
42 bar = dynamic_cast<Bar*>(foo);
43 if (bar != NULL) {
44 printf("OK: 'foo' is pointing to a Bar class instance.\n");
46 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n")
    [all...]
  /build/tools/droiddoc/test/generics/src/com/android/generics/
Bar.java 19 public interface Bar<K> {
20 public K bar(K arg); method in interface:Bar
FooBar.java 19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> {
33 public K bar(K arg) { method in class:FooBar
41 public FooBar<V,K,L> b(Bar<? extends K> arg) {
  /external/gtest/test/
gtest_break_on_failure_unittest_.cc 51 TEST(Foo, Bar) {
gtest_environment_test.cc 106 TEST(FooTest, Bar) {
gtest_unittest.cc 635 EXPECT_FALSE(null == "bar"); // NOLINT
640 EXPECT_FALSE(empty == "bar"); // NOLINT
645 EXPECT_FALSE(foo == "bar"); // NOLINT
654 EXPECT_TRUE(null != "bar"); // NOLINT
659 EXPECT_TRUE(empty != "bar"); // NOLINT
664 EXPECT_TRUE(foo != "bar"); // NOLINT
670 EXPECT_TRUE(String("foobar").EndsWith("bar"));
680 EXPECT_TRUE(String("foobar").EndsWithCaseInsensitive("BAR"));
681 EXPECT_TRUE(String("foobaR").EndsWithCaseInsensitive("bar"));
    [all...]
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 51 TEST(Foo, Bar) {
gtest_environment_test.cc 106 TEST(FooTest, Bar) {
gtest_unittest.cc     [all...]
  /external/clearsilver/cs/
test_func.cs 19 6: <?cs var:string.length("foo" + "bar") ?>
23 4: <?cs var:subcount(Foo.Bar["Baz"]) ?>
24 Baz: <?cs var:name(Foo.Bar["Baz"]) ?>
26 oba: <?cs var:string.slice("foo" + "bar", 5-3, 2+3) ?>
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 80 self.assertEqual('Method Bar not implemented.',
87 def Bar(self, rpc_controller, request, done):
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 318 message1.add_repeated_nested_enum(unittest::TestAllTypes::BAR);
323 message2.set_optional_nested_enum(unittest::TestAllTypes::BAR);
334 EXPECT_EQ(unittest::TestAllTypes::BAR, message1.optional_nested_enum());
359 EXPECT_EQ(unittest::TestAllTypes::BAR, message2.repeated_nested_enum(1));
754 unittest::TestAllTypes::NestedEnum a = unittest::TestAllTypes::BAR;
759 case unittest::TestAllTypes::BAR:
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 89 <span class="en">Creating Status Bar Notifications</span>
547 <span class="en">Status Bar Icons</span>
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py     [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]

Completed in 1884 milliseconds