/external/clang/test/CodeGen/ |
attr-weakref2.c | 47 extern int test6_f __attribute__((weak));
|
attr-weakref.c | 47 void test6_f(void) __attribute__((weak));
|
/external/clang/test/Sema/ |
attr-args.c | 14 inline __attribute__((weak(a))) void *f11(); // expected-error {{'weak' attribute takes no arguments}}
|
init.c | 148 int PR4386_foo() __attribute((weak)); 154 int PR4386_zed() __attribute((weak));
|
/external/libselinux/src/ |
selinux_internal.h | 97 #pragma weak pthread_once 98 #pragma weak pthread_key_create 99 #pragma weak pthread_key_delete 100 #pragma weak pthread_setspecific
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-for-weak-vtables-and-externals | 29 # "check-for-weak-vtables-and-externals" script for WebKit Open Source Project 32 # any weak vtables or weak externals in a target. 72 if (/weak external vtable for (.*)$/) { 74 } elsif (/weak external (.*)$/) { 87 print "ERROR: $shortName has a weak vtable in it ($executablePath)\n"; 96 print "ERROR: $shortName has a weak external symbol in it ($executablePath)\n"; 97 print "ERROR: A weak external symbol is generated when a symbol is defined in multiple compilation units and is also marked as being exported from the library.\n"; 98 print "ERROR: A common cause of weak external symbols is when an inline function is listed in the linker export file.\n";
|
/art/runtime/ |
intern_table.cc | 43 << weak_interns_.size() << " weak\n"; 156 // There is no match in the strong table, check the weak table. 157 mirror::String* weak = Lookup(weak_interns_, s, hash_code); local 158 if (weak != NULL) { 159 // A match was found in the weak table. Promote to the strong table. 160 Remove(weak_interns_, weak, hash_code); 161 return Insert(strong_interns_, weak, hash_code); 164 // No match in the strong table or the weak table. Insert into the strong 179 // Check the weak table for a match. 180 mirror::String* weak = Lookup(weak_interns_, s, hash_code) local [all...] |
/frameworks/base/core/java/android/os/ |
FileObserver.java | 113 WeakReference weak = m_observers.get(wfd); local 114 if (weak != null) { // can happen with lots of events from a dead wfd 115 observer = (FileObserver) weak.get();
|
/external/chromium_org/third_party/libxml/src/ |
threads.c | 55 __attribute((weak)); 57 __attribute((weak)); 60 __attribute((weak)); 63 __attribute((weak)); 65 __attribute((weak)); 67 __attribute((weak)); 69 __attribute((weak)); 71 __attribute((weak)); 73 __attribute((weak)); 75 __attribute((weak)); [all...] |
/external/libxml2/ |
threads.c | 55 __attribute((weak)); 57 __attribute((weak)); 60 __attribute((weak)); 63 __attribute((weak)); 65 __attribute((weak)); 67 __attribute((weak)); 69 __attribute((weak)); 71 __attribute((weak)); 73 __attribute((weak)); 75 __attribute((weak)); [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
ia64-2.cpp | 9 // { dg-require-weak "" } 19 F *p __attribute__((weak));
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
ia64-2.cpp | 9 // { dg-require-weak "" } 19 F *p __attribute__((weak));
|
/external/chromium/base/ |
atomicops_internals_arm_gcc.h | 24 LinuxKernelCmpxchgFunc pLinuxKernelCmpxchg __attribute__((weak)) = 28 LinuxKernelMemoryBarrierFunc pLinuxKernelMemoryBarrier __attribute__((weak)) =
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_arm_gcc.h | 50 LinuxKernelCmpxchgFunc pLinuxKernelCmpxchg __attribute__((weak)) = 54 LinuxKernelMemoryBarrierFunc pLinuxKernelMemoryBarrier __attribute__((weak)) =
|
/external/chromium_org/v8/src/ |
atomicops_internals_arm_gcc.h | 46 LinuxKernelCmpxchgFunc pLinuxKernelCmpxchg __attribute__((weak)) = 50 LinuxKernelMemoryBarrierFunc pLinuxKernelMemoryBarrier __attribute__((weak)) =
|
/external/v8/src/ |
atomicops_internals_arm_gcc.h | 46 LinuxKernelCmpxchgFunc pLinuxKernelCmpxchg __attribute__((weak)) = 50 LinuxKernelMemoryBarrierFunc pLinuxKernelMemoryBarrier __attribute__((weak)) =
|
/art/test/074-gc-thrash/src/ |
Main.java | 198 private static WeakReference weak[] = new WeakReference[MAX_DEPTH]; field in class:Deep 219 * "weak" should be matched in "strong", and the two should be 223 if (strong[i] != weak[i].get()) { 225 ", weak=" + weak[i].get()); 230 * Wipe "strong", do a GC, see if "weak" got collected. 238 if (weak[i].get() != null) { 239 System.err.println("Deep: weak still has " + i); 294 weak[depth] = new WeakReference(funStr);
|
/dalvik/tests/074-gc-thrash/src/ |
Main.java | 198 private static WeakReference weak[] = new WeakReference[MAX_DEPTH]; field in class:Deep 219 * "weak" should be matched in "strong", and the two should be 223 if (strong[i] != weak[i].get()) { 225 ", weak=" + weak[i].get()); 230 * Wipe "strong", do a GC, see if "weak" got collected. 238 if (weak[i].get() != null) { 239 System.err.println("Deep: weak still has " + i); 294 weak[depth] = new WeakReference(funStr);
|
/external/chromium_org/rlz/lib/ |
financial_ping.cc | 223 void ShutdownCheck(base::WeakPtr<base::RunLoop> weak) { 224 if (!weak.get()) 228 weak->QuitClosure().Run(); 236 base::Bind(&ShutdownCheck, weak), 334 base::WeakPtrFactory<base::RunLoop> weak(&loop); 341 base::Bind(&ShutdownCheck, weak.GetWeakPtr()));
|
/bionic/libc/arch-arm/bionic/ |
eabi.c | 41 /* Make this a weak symbol to avoid a multiple definition error when linking 43 int __attribute__((weak))
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_debug.h | 103 extern hndrte_debug_t hndrte_debug_info __attribute__ ((weak));
|
/external/opencv/ml/src/ |
mlboost.cpp | 797 weak = 0; 808 if( weak ) 811 int i, count = cvSliceLength( slice, weak ); 813 cvStartReadSeq( weak, &reader ); 823 cvSeqRemoveSlice( weak, slice ); 830 if( weak ) 833 cvReleaseMemStorage( &weak->storage ); 837 weak = 0; 859 weak = 0; 935 weak = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvBoostTree*), storage ) [all...] |
/external/clang/test/CodeGenCXX/ |
global-init.cpp | 84 __attribute__((weak)) int x = foo();
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/ |
asm.h | 112 .weak alias; \
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/ |
asm.h | 112 .weak alias; \
|