/prebuilt/ndk/android-ndk-r6/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");
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/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);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_model_observer_for_cocoa.h | 80 const BookmarkNode* node_; // Weak; owned by a BookmarkModel. 81 BookmarkModel* model_; // Weak; it is owned by a Profile. 82 NSObject* object_; // Weak, like a delegate.
|
bookmark_bar_folder_view.h | 17 // The following |controller_| is weak; used for testing only. See the imple-
|
bookmark_editor_controller.h | 16 const BookmarkNode* node_; // weak; owned by the model
|
/external/clang/test/SemaObjC/ |
weak-attr-ivar.m | 43 __attribute__((objc_gc(weak))) FooPlaypenEntry *_mostInterestingChild; 78 id ivar __attribute__((objc_gc(weak))); 80 @property (assign) id prop __attribute((objc_gc(weak)));
|
/external/llvm/test/Transforms/Inline/ |
inline_cleanup.ll | 8 @A = weak global i32 0 ; <i32*> [#uses=1] 9 @B = weak global i32 0 ; <i32*> [#uses=1] 10 @C = weak global i32 0 ; <i32*> [#uses=1]
|
/external/qemu/ |
qobject.h | 18 * return it as either a weak or a strong reference. If the reference 22 * If the reference is weak, the owner of the reference may free it at 30 * passed object was weak.
|
/bionic/libc/arch-arm/bionic/ |
eabi.c | 41 * It must be a 'weak' symbol to avoid conflicts with the definitions 47 void* __attribute__((weak)) __dso_handle; 57 /* Make this a weak symbol to avoid a multiple definition error when linking 59 int __attribute__((weak))
|
/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
|
/external/chromium/chrome/browser/extensions/ |
extension_pref_store.h | 32 ExtensionPrefValueMap* extension_pref_value_map_; // Weak pointer.
|
/external/chromium/chrome/browser/renderer_host/ |
accelerated_plugin_view_mac.h | 39 CGLPixelFormatObj cglPixelFormat_; // weak, backed by |glPixelFormat_|. 41 CGLContextObj cglContext_; // weak, backed by |glContext_|. 45 RenderWidgetHostViewMac* renderWidgetHostView_; // weak 46 gfx::PluginWindowHandle pluginHandle_; // weak
|
/external/chromium/chrome/browser/ui/cocoa/ |
about_ipc_dialog.h | 32 AboutIPCController* controller_; // weak; owns me
|
history_menu_cocoa_controller.h | 18 HistoryMenuBridge* bridge_; // weak; owns us
|
js_modal_dialog_cocoa.h | 42 NSAlert* alert_; // weak, owned by |helper_|.
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_tree_node.h | 15 CookieTreeNode* treeNode_; // weak
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_button.h | 18 DownloadItemController* controller_; // weak
|
download_shelf_mac.h | 40 DownloadShelfController* shelf_controller_; // weak, owns us
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_controller.h | 32 // Reference to the current browser. Weak. 35 // The view from Toolbar.xib we'll be rendering our browser actions in. Weak. 38 // The current profile. Weak. 41 // The model that tracks the order of the toolbar icons. Weak.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_gradient_view_unittest.mm | 21 InfoBarGradientView* view_; // Weak. Retained by view hierarchy.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
instant_opt_in_controller.h | 26 InstantOptInControllerDelegate* delegate_; // weak
|
star_decoration.h | 36 CommandUpdater* command_updater_; // Weak, owned by Browser.
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
balloon_view_bridge.h | 33 // Weak pointer to the balloon controller which manages the UI.
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_root_view.h | 18 NSMenuItem* menuItem_; // weak
|