HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 26 - 50 of 427) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary.prop.query/
extent.pass.cpp 18 template <class T, unsigned A>
33 template <class T, unsigned A>
48 class Class
51 ~Class();
58 test_extent<Class, 0>();
rank.pass.cpp 18 template <class T, unsigned A>
33 class Class
36 ~Class();
43 test_rank<Class, 0>();
void_t.pass.cpp 20 template <class T>
29 template <class T, class U>
43 class Class
46 ~Class();
57 test1<Class>();
58 test1<Class[]>();
59 test1<Class[5]>();
64 test2<Class&, bool>()
    [all...]
  /dalvik/dx/tests/089-dex-define-object/java/lang/
Class.class 
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
9 my ($class, $file, $dir) = @_;
11 return if !$class->SUPER::is_test_class($file, $dir);
16 (my $class = $file) =~ s!^\Q$dir\E/!!xms;
17 $class =~ s/\.pm$//xms;
18 $class =~ s!/!::!gxms;
20 return if $class !~ /$pattern/xms;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 1 package My::Test::Class;
7 BEGIN { extends 'Test::Class' }
9 has 'class' => (
15 my ($class, @args) = @_;
16 my $self = $class->SUPER::new(@args);
17 return $class->meta->new_object(
24 (my $class = ref $test) =~ s/^Test:://xms;
25 use_ok $class or die;
26 $test->class($class);
    [all...]
  /external/clang/test/Sema/
builtin_objc_msgSend.c 5 typedef struct objc_class *Class;
7 Class isa;
overloaded-func-transparent-union.c 9 } Class;
12 Class *object;
26 Class obj;
  /external/libcxx/test/std/utilities/meta/meta.rel/
is_same.pass.cpp 18 template <class T, class U>
33 template <class T, class U>
48 template <class T, class U>
54 class Class
57 ~Class();
64 test_is_same<Class, Class>()
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer_no_variadics.pass.cpp 19 template <class T>
40 template <class T>
49 class Class
57 test_member_function_pointer<void (Class::*)()>();
58 test_member_function_pointer<void (Class::*)(int)>();
59 test_member_function_pointer<void (Class::*)(int, char)>();
61 test_member_function_pointer<void (Class::*)() const>();
62 test_member_function_pointer<void (Class::*)(int) const>();
63 test_member_function_pointer<void (Class::*)(int, char) const>()
    [all...]
function.pass.cpp 19 class Class {};
23 enum class Enum2 : int {};
28 template <class T>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer_no_variadics.pass.cpp 19 template <class T>
40 template <class T>
49 class Class
57 test_member_function_pointer<void (Class::*)()>();
58 test_member_function_pointer<void (Class::*)(int)>();
59 test_member_function_pointer<void (Class::*)(int, char)>();
61 test_member_function_pointer<void (Class::*)() const>();
62 test_member_function_pointer<void (Class::*)(int) const>();
63 test_member_function_pointer<void (Class::*)(int, char) const>()
    [all...]
function.pass.cpp 19 class Class {};
23 enum class Enum2 : int {};
28 template <class T>
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 4 namespace Class {
6 class C {}; // expected-note {{candidate}}
9 class C : C {}; // expected-error {{reference to 'C' is ambiguous}} \
21 class C;
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
class_definition.py 11 'Class',
15 class Class(base_symbol.AnnotatedSymbol):
16 # pylint: disable=abstract-class-not-used
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 4 // are sub-classed with unknown class by not inlining them.
7 typedef struct objc_class *Class;
9 Class isa;
18 - (Class)class;
  /art/test/163-app-image-methods/src/
Main.java 19 public class Main {
22 // Allocate memory for the "AAA.Derived" class name before eating memory.
27 Class.forName("java.lang.VMClassLoader");
37 // shall succeed despite the class Derived being unresolved so
45 // For comparison, try to resolve the class Derived directly.
46 Class.forName(aaaDerivedName, false, Main.class.getClassLoader());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pyclbr.py 3 Parse enough of a Python file to recognize imports and class and
4 method definitions, and to find out the superclasses of a class.
13 via the from XXX import YYY construct). The values are class
14 instances of the class Class defined here. One special key/value pair
18 A class is described by the class Class in this module. Instances
19 of this class have the following instance variables:
21 name -- the name of the class
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.c 79 INTN Class;
101 if ((Class = Ip4GetNetCast (Dst, IpIf)) > Type) {
102 return Class;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p4.cpp 31 template<typename Class, typename T>
32 operator T Class::*() const
  /external/mockito/src/test/java/org/mockitointegration/
NoJUnitDependenciesTest.java 21 public class NoJUnitDependenciesTest {
29 Mockito.class,
30 Matcher.class,
31 ByteBuddy.class,
32 ByteBuddyAgent.class,
33 Objenesis.class
41 // The later class is required to be initialized before any inline mock maker classes can be loaded.
52 Class.forName(pureMockitoAPIClass, true, classLoader_without_JUnit);
  /external/python/cpython2/Lib/
pyclbr.py 3 Parse enough of a Python file to recognize imports and class and
4 method definitions, and to find out the superclasses of a class.
13 via the from XXX import YYY construct). The values are class
14 instances of the class Class defined here. One special key/value pair
18 A class is described by the class Class in this module. Instances
19 of this class have the following instance variables:
21 name -- the name of the class
    [all...]
  /external/python/cpython3/Lib/
pyclbr.py 3 Parse enough of a Python file to recognize imports and class and
4 method definitions, and to find out the superclasses of a class.
13 via the from XXX import YYY construct). The values are class
14 instances of the class Class defined here. One special key/value pair
18 A class is described by the class Class in this module. Instances
19 of this class have the following instance variables:
21 name -- the name of the class
    [all...]
  /external/testng/src/main/java/org/testng/annotations/
Test.java 11 * Mark a class or a method as part of the test.
19 * The list of groups this class/method belongs to.
24 * Whether methods on this class/method are enabled.
97 * The class where to look for the data provider. If not
98 * specified, the dataprovider will be looked on the class
101 * needs to be static on the specified class.
103 public Class<?> dataProviderClass() default Object.class;
123 public Class[] expectedExceptions() default {};
132 * The name of the suite this test class should be placed in. Thi
    [all...]
  /external/v8/src/
field-type.cc 38 FieldType* FieldType::Class(i::Map* map) { return FieldType::cast(map); }
41 Handle<FieldType> FieldType::Class(i::Handle<i::Map> map, Isolate* isolate) {
42 return handle(Class(*map), isolate);
79 return AstType::Class(AsClass(), zone);
89 os << "Class(" << static_cast<void*>(*AsClass()) << ")";

Completed in 1535 milliseconds

12 3 4 5 6 7 8 91011>>