HomeSort by relevance Sort by last modified time
    Searched full:statics (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/compiler-rt/test/asan/TestCases/Helpers/
initialization-nobug-extra.cc 4 // Function local statics:
  /art/runtime/
class_linker_test.cc     [all...]
  /art/test/965-default-verify/src/
Iface.java 21 Statics.nonexistantFunction();
Statics.java 17 class Statics {
  /art/test/965-default-verify/src2/
Statics.java 16 class Statics {
  /external/compiler-rt/test/asan/TestCases/
initialization-nobug.cc 31 // Function local statics:
32 // Check that access to function local statics originating from a different
  /external/skia/include/private/
SkMutex.h 29 // Without magic statics there are no thread safety guarantees on initialization
30 // of local statics (even POD). As a result, it is illegal to use
  /art/test/Statics/
Statics.java 17 class Statics {
  /external/clang/test/CodeGenCXX/
threadsafe-statics.cpp 2 // RUN: %clang_cc1 -emit-llvm -triple=x86_64-apple-darwin10 -o - %s -fno-threadsafe-statics | FileCheck -check-prefix=NO-TSS %s
  /external/skia/src/core/
SkForceCPlusPlusLinking.cpp 19 // virtual, thread-safety guards around statics, probably other similar
  /external/valgrind/drd/tests/
local_static.cpp 1 // A C++ compiler is supposed to have thread-safe statics
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
BuildProperties.java 21 /** Abstraction of android.os.Build, to enable mocking statics for testing. */
  /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 *')}}
  /bionic/libc/kernel/tools/
clean_header.py 101 statics = kernel_known_generic_statics
106 statics = statics.union(kernel_known_statics.get(arch, set()))
117 statics = statics.union(kernel_known_statics.get(arch, set()))
141 blocks.removeVarsAndFuncs(statics)
  /external/caliper/caliper/src/test/java/com/google/caliper/memory/
ObjectGraphMeasurerTest.java 40 // enums are treated as statics (and ignored)
50 // Class instances are treated as statics (and ignored)
  /external/llvm/lib/Support/
ManagedStatic.cpp 53 // Add to list of managed statics.
63 // Add to list of managed statics.
  /frameworks/base/core/java/android/webkit/
WebViewFactoryProvider.java 36 interface Statics {
79 Statics getStatics();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 26 * Public statics test
ConnectionTest.java 29 * Public statics test
DatabaseMetaDataTest.java 27 * Public statics test
DriverPropertyInfoTest.java 32 * Public statics test
ResultSetMetaDataTest.java 29 * Public statics test
  /frameworks/webview/nullwebview/java/com/android/webview/nullwebview/
NullWebViewFactoryProvider.java 38 public WebViewFactoryProvider.Statics getStatics() {
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 95 synchronized (sCanvas) { // we share the statics :-(
169 synchronized (sCanvas) { // we share the statics :-(
203 synchronized (sCanvas) { // we share the statics :-(
218 synchronized (sCanvas) { // we share the statics :-(
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.h 43 // statics

Completed in 361 milliseconds

1 2 3 4 5 6 7 8