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

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3-cxx0x.cpp 31 struct Subclass : Base {
44 using Subclass::foo; // expected-error {{not a base class}}
p4.cpp 195 struct Subclass : Base {
208 using Subclass::foo; // legal in C++03
  /external/v8/test/mjsunit/es6/
classes-experimental.js 17 class Subclass extends Base {
26 let s = new Subclass(3,4);
27 assertEquals(0, Subclass.length);
51 class Subclass extends Base {
72 let s = new Subclass(2, -1);
100 assertThrows(function() { Subclass.call(new Object(), 1, 2); }, TypeError);
172 class Subclass extends Base {
178 let s = new Subclass(1);
180 assertSame(Subclass.prototype, s.__proto__);
182 let s1 = new Subclass(1, 2)
    [all...]
  /external/clang/test/Analysis/
dtor.cpp 55 class Subclass : public SmartPointer {
57 Subclass(void *x) : SmartPointer(x) {}
63 Subclass Deleter(mem);
72 class MultipleInheritance : public Subclass, public SmartPointer {
74 MultipleInheritance(void *a, void *b) : Subclass(a), SmartPointer(b) {}
293 class Subclass : public VirtualDtor {
295 virtual ~Subclass() {
300 void destroy(Subclass *obj) {
  /external/v8/test/mjsunit/es6/regress/
regress-455141.js 9 class Subclass extends Base {
  /external/v8/src/
elements.cc 488 template <typename Subclass, typename ElementsTraitsParam>
516 Subclass::ValidateContents(holder, length);
521 Subclass::ValidateImpl(holder);
529 if (!Subclass::HasElementImpl(holder, i, backing_store, ALL_PROPERTIES)) {
540 if (!Subclass::IsPackedImpl(array, backing_store, 0, length)) {
556 return Subclass::HasElementImpl(holder, index, backing_store, filter);
562 return Subclass::GetEntryForIndexImpl(*holder, *backing_store, index,
567 return Subclass::HasAccessorsImpl(holder, holder->elements());
576 return Subclass::GetImpl(holder, entry);
580 return Subclass::GetImpl(holder->elements(), entry)
    [all...]
  /external/skia/tests/
GrTRecorderTest.cpp 149 class Subclass : public Base {
151 Subclass() : fString("Lorem ipsum dolor sit amet") {}
164 class SubSubclass : public Subclass {
171 Subclass::validate(reporter);
234 GrNEW_APPEND_TO_RECORDER(recorder, Subclass, ());
  /art/test/566-polymorphic-inlining/src/
Main.java 41 itfs[1] = mains[1] = new Subclass();
45 // We pass Main and Subclass to get polymorphic inlining based on calling
133 class Subclass extends Main {
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 180 struct Subclass : Base {
193 Subclass::foo; // legal in C++03 // expected-warning {{access declarations are deprecated}}
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 593 class Subclass(random.Random):
596 Subclass(newarg=1)
test_itertools.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 593 class Subclass(random.Random):
596 Subclass(newarg=1)
test_itertools.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 593 class Subclass(random.Random):
596 Subclass(newarg=1)
test_itertools.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 593 class Subclass(random.Random):
596 Subclass(newarg=1)
test_itertools.py     [all...]
  /external/v8/tools/gyp/test/lib/
TestGyp.py 406 The subclass should implement this by calling build()
416 Subclass for testing the GYP 'gypd' generator (spit out the
429 Subclass for testing the GYP with custom generator
439 Subclass for testing the GYP CMake generator, using cmake's ninja backend.
540 Subclass for testing the GYP Make generator.
750 Common subclass for testing generators that target the Microsoft Visual
781 Subclass for testing the GYP Ninja generator.
844 Subclass for testing the GYP Visual Studio generator.
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 593 /// matching lexer rule(s). If you subclass to allow multiple token
    [all...]

Completed in 4711 milliseconds