Searched refs:Foo (Results 1 - 25 of 354) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas136 Foo: IFoo;
138 Foo := TFoo.Create;
139 Foo.Value := FValue;
140 Result := Foo;
191 Foo: IFoo;
193 Foo := TFoo.Create;
194 Foo.Value := 'original';
195 FICloneable := Foo as ICloneable;
431 FIDictionary.Add('Foo',1);
512 Key := 'Foo';
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DContentHandlerTest.java35 Class[] classes = { Foo.class, String.class, };
37 ((ContentHandlerImpl) handler).setContent(new Foo());
39 assertEquals("Foo", ((Foo) content).getFoo());
43 assertEquals("FooSub", ((Foo) content).getFoo());
46 ((ContentHandlerImpl) handler).setContent(new Foo());
66 class Foo { class
68 return "Foo";
72 class FooSub extends Foo {
/external/apache-harmony/support/src/test/resources/tests/resources/
H A Dhyts_Foo.serFoo.java package foo.bar.execjartest public foo.bar.execjartest.Foo extends java ...
/external/bison/build-aux/
H A Dtexinfo.tex8042 % missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply
8043 % "see The Foo Manual", the idea being to refer to the whole manual.
8579 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
8580 % @float Foo,lbl & no caption: Foo 1.1
8581 % @float Foo & @caption{Cap}: Foo: Cap
8582 % @float Foo & no caption: Foo
[all...]
/external/bison/
H A Dmaint.mk1043 # Warn about "c0nst struct Foo const foo[]",
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dclosurizednamespacesinfo_test.py93 'goog.provide(\'package.Foo\');',
94 'package.Foo = function() {};'
105 'goog.provide(\'package.Foo.methodName\');',
106 'package.Foo.methodName = function() {};'
116 input_lines = ['goog.provide(\'package.Foo\');']
126 'goog.provide(\'package.Foo\');',
127 'goog.provide(\'package.Foo\');',
128 'package.Foo = function() {};'
141 input_lines = ['goog.provide(\'notclosurized.Foo\');']
151 'goog.require(\'package.Foo\');',
[all...]
/external/chromium_org/base/android/javatests/src/org/chromium/base/
H A DObserverListTest.java23 private static class Foo implements Observer { class in class:ObserverListTest
27 Foo(int scalar) { method in class:ObserverListTest.Foo
84 Foo a = new Foo(1);
85 Foo b = new Foo(-1);
86 Foo c = new Foo(1);
87 Foo d = new Foo(
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop_test.cc18 class Foo : public RefCounted<Foo> { class in namespace:base::test::__anon2366
20 Foo() : test_count_(0) { function in class:base::test::__anon2366::Foo
57 friend class RefCounted<Foo>;
59 ~Foo() {}
64 DISALLOW_COPY_AND_ASSIGN(Foo);
92 scoped_refptr<Foo> foo(new Foo());
95 &Foo::Test0, foo.get()));
97 &Foo
[all...]
H A Dmessage_loop_unittest.cc51 class Foo : public RefCounted<Foo> { class in namespace:base::__anon2367
53 Foo() : test_count_(0) { function in class:base::__anon2367::Foo
65 friend class RefCounted<Foo>;
67 ~Foo() {}
905 scoped_refptr<Foo> foo(new Foo());
908 &Foo::Test1ConstRef, foo.get(), a));
/external/chromium_org/base/
H A Dobserver_list_unittest.cc20 class Foo { class in namespace:base::__anon2397
23 virtual ~Foo() {}
26 class Adder : public Foo {
39 class Disrupter : public Foo {
41 Disrupter(ObserverList<Foo>* list, Foo* doomed)
51 ObserverList<Foo>* list_;
52 Foo* doomed_;
55 class ThreadSafeDisrupter : public Foo {
57 ThreadSafeDisrupter(ObserverListThreadSafe<Foo>* lis
[all...]
H A Dtask_runner_util_unittest.cc31 struct Foo { struct in namespace:base::__anon2504
32 ~Foo() {
37 scoped_ptr<Foo> CreateFoo() {
38 return scoped_ptr<Foo>(new Foo);
41 void ExpectFoo(scoped_ptr<Foo> foo) {
43 scoped_ptr<Foo> local_foo(foo.Pass());
49 void operator()(Foo* foo) const {
55 scoped_ptr<Foo, FooDeleter> CreateScopedFoo() {
56 return scoped_ptr<Foo, FooDelete
[all...]
/external/chromium_org/build/android/tests/symbolize/
H A Da.cc8 void Foo(int i);
13 void A::Foo(int i) {} function in class:A
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeduping_factory_unittest.cc12 const char kTypeName[] = "Foo";
38 class Foo : public BaseClass { class in namespace:__anon8080
40 explicit Foo(int parameter) : BaseClass(FOO), parameter_(parameter) {} function in class:__anon8080::Foo
43 static_cast<const Foo*>(other)->parameter_ == parameter_;
51 virtual ~Foo() {}
55 DISALLOW_COPY_AND_ASSIGN(Foo);
70 return scoped_refptr<const BaseClass>(new Foo(parameter));
103 EXPECT_EQ(1, static_cast<const Foo*>(c1.get())->parameter());
104 EXPECT_EQ(2, static_cast<const Foo*>(c2.get())->parameter());
110 EXPECT_EQ(3, static_cast<const Foo*>(c
[all...]
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DBindingsTest.java20 import org.chromium.mojo.bindings.test.mojom.sample.Foo;
64 * Create a new typical Foo instance.
66 private static Foo createFoo() {
67 Foo foo = new Foo();
100 * Check that 2 Foo instances are equals.
102 private static void assertFooEquals(Foo foo1, Foo foo2) {
210 * Testing generation of the Foo class.
217 // Checking Foo constant
[all...]
/external/chromium_org/mojo/apps/js/bindings/
H A Dconnection_unittests.js131 var foo = new sample_service.Foo();
174 var foo = new sample_service.Foo();
H A Dsample_service_unittests.js45 var foo = new sample.Foo();
59 // Check that the given |Foo| is identical to the one made by |MakeFoo()|.
96 var foo = new sample.Foo();
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dsample_service_unittest.cc36 // Make a sample |Foo|.
86 FooPtr foo(Foo::New());
104 // Check that the given |Foo| is identical to the one made by |MakeFoo()|.
105 void CheckFoo(const Foo& foo) {
269 // Also dump the Foo structure and all of its members.
336 // allocated. Here, the various members of Foo are allocated before Foo is
/external/chromium_org/mojo/public/js/bindings/
H A Dcodec_unittests.js66 var foo = new sample.Foo();
102 builder.encodeStruct(sample.Foo, foo);
130 var foo2 = reader.decodeStruct(sample.Foo);
/external/chromium_org/mojo/python/tests/
H A Dbindings_constants_unittest.py31 self.assertEquals(sample_service_mojom.Foo.FOOBY, "Fooby")
35 sample_service_mojom.Foo.FOOBY = 0
37 del sample_service_mojom.Foo.FOOBY
39 sample_service_mojom.Foo.BAR = 1
H A Dbindings_serialization_deserialization_unittest.py67 foo_instance = sample_service_mojom.Foo()
68 foo_instance.name = "Foo.name"
109 sample_service_mojom.Foo.Deserialize(data, handles))
114 foo2 = sample_service_mojom.Foo.Deserialize(data, handles)
130 sample_service_mojom.Foo.Deserialize("", [])
H A Dbindings_structs_unittest.py60 foo1 = sample_service_mojom.Foo()
61 foo2 = sample_service_mojom.Foo()
72 foo_instance = sample_service_mojom.Foo()
161 foo_instance = sample_service_mojom.Foo()
171 foo_instance = sample_service_mojom.Foo(name="Foo",
176 self.assertEquals(foo_instance.name, "Foo")
/external/chromium_org/ppapi/generators/test_cgen_range/
H A Ddev_channel_interface.h72 * Foo() comment.
74 void (*Foo)(int32_t x); member in struct:TestDevToStable_1_2
88 void (*Foo)(int32_t x); member in struct:TestDevToStable_1_0
92 void (*Foo)(int32_t x); member in struct:TestDevToStable_1_1
H A Ddev_channel_interface.idl52 * Foo() comment.
54 void Foo([in] int32_t x);
H A Dversions.h14 #define FOO_INTERFACE_0_0 "Foo;0.0"
15 #define FOO_INTERFACE_1_0 "Foo;1.0"
16 #define FOO_INTERFACE_2_0 "Foo;2.0"
28 /* Bogus Interface Foo */
36 typedef struct Foo_2_0 Foo; typedef in typeref:struct:Foo_2_0
H A Dversions.idl16 /* Bogus Interface Foo */
18 interface Foo {

Completed in 3488 milliseconds

1234567891011>>