/external/kernel-headers/original/asm-generic/ |
sections.h | 11 extern char _sextratext[] __attribute__((weak)); 12 extern char _eextratext[] __attribute__((weak));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
DESedeParameters.java | 18 throw new IllegalArgumentException("attempt to create weak DESede key"); 23 * return true if the passed in key is a DES-EDE weak key. 46 * return true if the passed in key is a DES-EDE weak key.
|
DESParameters.java | 13 throw new IllegalArgumentException("attempt to create weak DES key"); 23 * Table of weak and semi-weak keys taken from Schneier pp281 29 /* weak keys */ 35 /* semi-weak keys */ 51 * DES has 16 weak keys. This method will check 52 * if the given DES key material is weak or semi-weak. 53 * Key material that is too short is regarded as weak. 58 * @return true if the given DES key material is weak or semi-weak [all...] |
/external/v8/src/ |
global-handles.h | 42 // Callback function on handling weak global handles. 68 // Make the global handle weak and set the callback parameter for the 69 // handle. When the garbage collector recognizes that only weak global 78 // Returns the current number of weak handles. 83 // Returns the current number of weak handles to global objects. 95 // Tells whether global handle is weak. 98 // Process pending weak handles. 107 // Iterates over all weak roots in heap. 110 // Iterates over weak roots that are bound to a given callback. 114 // Find all weak handles satisfying the callback predicate, mar [all...] |
global-handles.cc | 68 if (state_ == WEAK || IsNearDeath()) { 101 // Make this handle weak. 105 if (state_ != WEAK && !IsNearDeath()) { 111 state_ = WEAK; 119 if (state_ == WEAK || IsNearDeath()) { 135 return state_ == WEAK; 138 // Returns the id for this weak handle. 148 // Returns the callback for this weak handle. 165 // It's fine though to reuse nodes that were destroyed in weak callback 188 // NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, DESTROYED 462 int weak = 0; local [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/ |
WeakReference.java | 36 * Implements a weak reference, which is the middle of the three types of 47 * All weak references pointing to {@code obj}. 50 * All weak references pointing to objects from which {@code obj} is 68 * Weak references are useful for mappings that should have their entries 91 * Constructs a new weak reference to the given referent. The newly created 104 * Constructs a new weak reference to the given referent. The newly created 109 * results in a weak reference that is not associated with any
|
/bionic/libc/arch-arm/include/machine/ |
cdefs.h | 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/bionic/libc/arch-x86/include/machine/ |
cdefs.h | 17 __asm__(".weak " __STRING(alias) " ; " \
|
/external/webkit/WebKitTools/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";
|
/ndk/build/platforms/android-3/arch-arm/usr/include/machine/ |
cdefs.h | 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-4/arch-arm/usr/include/machine/ |
cdefs.h | 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-5/arch-arm/usr/include/machine/ |
cdefs.h | 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-5/arch-x86/usr/include/machine/ |
cdefs.h | 17 __asm__(".weak " __STRING(alias) " ; " \
|
/ndk/build/platforms/android-8/arch-arm/usr/include/machine/ |
cdefs.h | 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-8/arch-x86/usr/include/machine/ |
cdefs.h | 17 __asm__(".weak " __STRING(alias) " ; " \
|
/external/guava/src/com/google/common/base/ |
FinalizableWeakReference.java | 22 * Weak reference with a {@code finalizeReferent()} method which a background 33 * Constructs a new finalizable weak reference.
|
/bionic/libc/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ 60 __asm__(".weak " _C_LABEL_STRING(#alias) "\n" \ 63 __asm__(".weak " _C_LABEL_STRING(#sym)); 72 __asm__(".weak alias\nalias = sym"); 75 __asm__(".weak alias\nalias = sym"); 80 __asm__(".weak sym"); 83 __asm__(".weak sym");
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ 60 __asm__(".weak " _C_LABEL_STRING(#alias) "\n" \ 63 __asm__(".weak " _C_LABEL_STRING(#sym)); 72 __asm__(".weak alias\nalias = sym"); 75 __asm__(".weak alias\nalias = sym"); 80 __asm__(".weak sym"); 83 __asm__(".weak sym");
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ 60 __asm__(".weak " _C_LABEL_STRING(#alias) "\n" \ 63 __asm__(".weak " _C_LABEL_STRING(#sym)); 72 __asm__(".weak alias\nalias = sym"); 75 __asm__(".weak alias\nalias = sym"); 80 __asm__(".weak sym"); 83 __asm__(".weak sym");
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ 60 __asm__(".weak " _C_LABEL_STRING(#alias) "\n" \ 63 __asm__(".weak " _C_LABEL_STRING(#sym)); 72 __asm__(".weak alias\nalias = sym"); 75 __asm__(".weak alias\nalias = sym"); 80 __asm__(".weak sym"); 83 __asm__(".weak sym");
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ 60 __asm__(".weak " _C_LABEL_STRING(#alias) "\n" \ 63 __asm__(".weak " _C_LABEL_STRING(#sym)); 72 __asm__(".weak alias\nalias = sym"); 75 __asm__(".weak alias\nalias = sym"); 80 __asm__(".weak sym"); 83 __asm__(".weak sym");
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ 60 __asm__(".weak " _C_LABEL_STRING(#alias) "\n" \ 63 __asm__(".weak " _C_LABEL_STRING(#sym)); 72 __asm__(".weak alias\nalias = sym"); 75 __asm__(".weak alias\nalias = sym"); 80 __asm__(".weak sym"); 83 __asm__(".weak sym");
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ 60 __asm__(".weak " _C_LABEL_STRING(#alias) "\n" \ 63 __asm__(".weak " _C_LABEL_STRING(#sym)); 72 __asm__(".weak alias\nalias = sym"); 75 __asm__(".weak alias\nalias = sym"); 80 __asm__(".weak sym"); 83 __asm__(".weak sym");
|
/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);
|
/bionic/libc/private/ |
thread_private.h | 13 * inter-operation with libc. libc contains weak versions of the 23 * Weak symbols are used in libc so that the thread library can 27 * WEAK_ALIAS(n) to generate the weak symbol n pointing to _weak_n, 65 * helper functions that exist as (weak) null functions in libc and
|