HomeSort by relevance Sort by last modified time
    Searched full:weak (Results 176 - 200 of 1464) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/ui/gtk/
focus_store_gtk.cc 34 // We don't add a ref. The signal handler below effectively gives us a weak
  /external/chromium/chrome/browser/ui/login/
login_prompt_mac.h 22 LoginHandlerMac* handler_; // weak, owns us
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.h 42 Browser* browser_; // weak
144 ui::AcceleratorProvider* provider_; // weak
146 Browser* browser_; // weak
147 TabStripModel* tabstrip_model_; // weak
  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.h 32 WebUI* web_ui_; // weak reference to the WebUI.
  /external/clang/test/ARCMT/
rewrite-block-var.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -fobjc-arc -x objective-c -fobjc-runtime-has-weak %s.result
rewrite-block-var.m.result 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -fobjc-arc -x objective-c -fobjc-runtime-has-weak %s.result
  /external/clang/test/CodeGenObjC/
arc-ivar-layout.m 1 // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
  /external/clang/test/CodeGenObjCXX/
arc-mangle.mm 1 // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -emit-llvm -o - %s | FileCheck %s
arc-pseudo-destructors.mm 1 // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -fblocks -triple x86_64-apple-darwin10.0.0 -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/Lexer/
has_feature_objc_arc.m 1 // RUN: %clang_cc1 -E %s -fobjc-arc "-triple" "x86_64-apple-macosx10.7.0" -fobjc-runtime-has-weak | FileCheck --check-prefix=CHECK-ARC %s
  /external/clang/test/SemaObjCXX/
arc-libstdcxx.mm 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -fobjc-arc-cxxlib=libstdc++ -fobjc-runtime-has-weak -verify %s
  /external/llvm/test/CodeGen/ARM/
weak2.ll 1 ; RUN: llc < %s -march=arm | grep .weak
smul.ll 4 @x = weak global i16 0 ; <i16*> [#uses=1]
5 @y = weak global i16 0 ; <i16*> [#uses=0]
  /external/llvm/test/CodeGen/PowerPC/
no-dead-strip.ll 5 @X = weak global i32 0 ; <i32*> [#uses=1]
  /external/llvm/test/CodeGen/Thumb2/
thumb2-call.ll 4 @t = weak global i32 ()* null ; <i32 ()**> [#uses=1]
  /external/llvm/test/CodeGen/X86/
pr1505.ll 6 @G = weak global float 0.000000e+00 ; <float*> [#uses=1]
  /external/webkit/Source/JavaScriptCore/API/
JSWeakObjectMapRefPrivate.h 36 /*! @typedef JSWeakObjectMapRef A weak map for storing JSObjectRefs */
49 @abstract Creates a weak value map that can be used to reference user defined objects without preventing them from being collected.
52 @param destructor A function to call when the weak map is destroyed.
64 @param key The key to associate a weak reference with.
  /system/core/toolbox/
rmmod.c 22 /* if given /foo/bar/blah.ko, make a weak attempt
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 55 // Weak reference.
59 // Weak reference. Owned by the AutofillManager that initiated this infobar.
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.h 26 IBOutlet id delegate_; // weak, used to send animation ended messages.
30 id<ViewResizer> resizeDelegate_; // weak, usually owns us
speech_input_window_controller.h 18 SpeechInputBubble::Delegate* delegate_; // weak.
21 // References below are weak, being obtained from the nib.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 61 LocationBarViewMac* owner_; // weak
62 Profile* profile_; // weak
  /external/llvm/test/MC/ELF/
alias-reloc.s 14 .weak foo2
16 .weak bar2
  /external/webkit/Source/WebCore/bindings/js/
JSNodeFilterCondition.h 24 #include <heap/Weak.h>
49 mutable JSC::Weak<JSC::Unknown> m_filter;
ScriptWrappable.h 35 #include <heap/Weak.h>
57 JSC::Weak<JSDOMWrapper> m_wrapper;

Completed in 377 milliseconds

1 2 3 4 5 6 78 91011>>