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

  /art/test/965-default-verify/src2/
Statics.java 16 class Statics {
  /art/test/965-default-verify/src/
Statics.java 17 class Statics {
Iface.java 21 Statics.nonexistantFunction();
  /art/test/Statics/
Statics.java 17 class Statics {
  /external/clang/test/SemaCXX/
pass-object-size.cpp 9 struct Statics {
29 int (*E)(void *) = &Statics::Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size attribute}}
30 int (*F)(void *) = &Statics::OvlFoo; //expected-error{{address of overloaded function 'OvlFoo' does not match required type 'int (void *)'}} expected-note@11{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@13{{candidate function has type mismatch at 1st parameter (expected 'void *' but has 'double *')}}
44 A = &Statics::Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size attribute}}
45 A = &Statics::OvlFoo; //expected-error{{assigning to 'int (*)(void *)' from incompatible type '<overloaded function type>'}} expected-note@11{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@13{{candidate function has type mismatch at 1st parameter (expected 'void *' but has 'double *')}}
type-traits.cpp 15 class Statics { static int priv; static NonPOD np; };
173 { int arr[T(__is_pod(Statics))]; }
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewFactoryProvider.java 39 interface Statics {
102 Statics getStatics();
  /frameworks/webview/nullwebview/java/com/android/webview/nullwebview/
NullWebViewFactoryProvider.java 42 public WebViewFactoryProvider.Statics getStatics() {
  /external/clang/test/Parser/
cxx-decl.cpp 106 Statics:return;
  /art/build/
Android.gtest.mk 60 Statics \
106 ART_GTEST_class_linker_test_DEX_DEPS := AllFields ErroneousA ErroneousB ErroneousInit ForClassLoaderA ForClassLoaderB ForClassLoaderC ForClassLoaderD Interfaces MethodTypes MultiDex MyClass Nested Statics StaticsFromCode
113 ART_GTEST_dex2oat_test_DEX_DEPS := $(ART_GTEST_dex2oat_environment_tests_DEX_DEPS) Statics VerifierDeps
114 ART_GTEST_dex2oat_image_test_DEX_DEPS := $(ART_GTEST_dex2oat_environment_tests_DEX_DEPS) Statics VerifierDeps
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 2493 milliseconds