/external/webkit/Source/WebCore/platform/graphics/win/ |
QTPixelBuffer.cpp | 83 QTPixelBuffer::QTPixelBuffer(CVPixelBufferRef ref) 84 : m_pixelBuffer(ref) 100 void QTPixelBuffer::set(CVPixelBufferRef ref) 102 CVPixelBufferRetain(ref); 104 m_pixelBuffer = ref; 112 void QTPixelBuffer::adopt(CVPixelBufferRef ref) 114 if (ref == m_pixelBuffer) 117 m_pixelBuffer = ref;
|
/external/webkit/Source/WebCore/workers/ |
AbstractWorker.h | 57 using RefCounted<AbstractWorker>::ref; 70 virtual void refEventTarget() { ref(); }
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequestUpload.h | 65 using RefCounted<XMLHttpRequestUpload>::ref; 71 virtual void refEventTarget() { ref(); }
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebhistory_p.h | 39 i->ref(); 57 l->ref();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutAction.java | 32 ChangeLayoutRefactoring ref = new ChangeLayoutRefactoring(mFile, mEditor, local 34 RefactoringWizard wizard = new ChangeLayoutWizard(ref, mEditor);
|
ChangeViewAction.java | 32 ChangeViewRefactoring ref = new ChangeViewRefactoring(mFile, mEditor, local 34 RefactoringWizard wizard = new ChangeViewWizard(ref, mEditor);
|
ExtractIncludeAction.java | 32 ExtractIncludeRefactoring ref = new ExtractIncludeRefactoring(mFile, mEditor, local 34 RefactoringWizard wizard = new ExtractIncludeWizard(ref, mEditor);
|
ExtractStyleAction.java | 32 ExtractStyleRefactoring ref = new ExtractStyleRefactoring(mFile, mEditor, local 34 RefactoringWizard wizard = new ExtractStyleWizard(ref, mEditor);
|
UnwrapAction.java | 32 UnwrapRefactoring ref = new UnwrapRefactoring(mFile, mEditor, local 34 RefactoringWizard wizard = new UnwrapWizard(ref, mEditor);
|
WrapInAction.java | 32 WrapInRefactoring ref = new WrapInRefactoring(mFile, mEditor, local 34 RefactoringWizard wizard = new WrapInWizard(ref, mEditor);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
TestSuiteReference.java | 58 for (TestCaseReference ref : mTests) { 59 ref.sendTree(notified);
|
/dalvik/tests/036-finalizer/src/ |
Main.java | 3 import java.lang.ref.WeakReference; 57 Object ref = wimp.get(); 58 if (ref != null) { 59 s[0] = ref.toString();
|
/dalvik/tests/079-phantom/src/ |
Bitmap.java | 17 import java.lang.ref.ReferenceQueue; 18 import java.lang.ref.PhantomReference; 137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); local 138 //System.out.println("dequeued ref " + ref.mNativeData + 139 // " - " + ref); 140 Bitmap.freeNativeStorage(ref.mNativeData); 141 //ref.clear();
|
/dalvik/vm/mterp/cstubs/ |
stubdefs.cpp | 12 u2 ref, vsrc1, vsrc2, vdst; \ 16 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \ 58 u4 ref; \ 61 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource.java | 22 package org.apache.xml.dtm.ref;
|
/external/webkit/Source/JavaScriptCore/wtf/ |
CrossThreadRefCounted.h | 45 // (like UString) that get ref/deref'ed a lot. This class has the benefit of doing fast ref 65 void ref(); 108 void CrossThreadRefCounted<T>::ref() function in class:WTF::CrossThreadRefCounted 111 m_refCounter.ref(); 113 // Store the threadId as soon as the ref count gets to 2. 114 // The class gets created with a ref count of 1 and then passed 115 // to another thread where to ref count get increased. This 132 // Clear the threadId when the ref goes to 1 because it 155 m_threadSafeRefCounter->ref(); [all...] |
/external/webkit/Source/WebCore/dom/ |
DOMStringMap.h | 43 virtual void ref() = 0;
|
/external/webkit/Source/WebKit/wx/ |
WebDOMSelection.cpp | 65 range->ref();
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CodeItem.java | 52 private final CstMethodRef ref; field in class:CodeItem 78 * @param ref {@code non-null;} method that this code implements 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, 89 if (ref == null) { 90 throw new NullPointerException("ref == null"); 101 this.ref = ref; 121 debugInfo = new DebugInfoItem(code, isStatic, ref); 146 return ref.toHuman(); 155 return ref; [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
CodeItem.java | 52 private final CstMethodRef ref; field in class:CodeItem 78 * @param ref {@code non-null;} method that this code implements 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, 89 if (ref == null) { 90 throw new NullPointerException("ref == null"); 101 this.ref = ref; 121 debugInfo = new DebugInfoItem(code, isStatic, ref); 146 return ref.toHuman(); 155 return ref; [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/ |
CertPathValidatorExceptionTest.java | 64 CertPathValidatorException ref = (CertPathValidatorException) oref; local 66 CertPath cp = ref.getCertPath(); 67 int ind = ref.getIndex();
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyManager.java | 50 * @param ref The key value we're looking for 58 XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) 84 nl = kt.getNodeSetDTMByKey(name, ref); 108 nl = kt.getNodeSetDTMByKey(name, ref);
|
/external/bluetooth/bluez/health/ |
hdp_types.h | 88 gint ref; /* Reference counter */ member in struct:hdp_application 110 gint ref; /* Reference counting */ member in struct:hdp_device 126 gint ref; /* Reference counter */ member in struct:hdp_channel
|
/external/clang/test/CodeGenCXX/ |
constructors.cpp | 21 A::A(struct Undeclared &ref) : mem(0) {} 24 // CHECK: define void @_ZN1AC1ER10Undeclared(%struct.A* %this, %struct.Undeclared* %ref) unnamed_addr 27 // CHECK: define void @_ZN1AC2ER10Undeclared(%struct.A* %this, %struct.Undeclared* %ref) unnamed_addr 45 B::B(struct Undeclared &ref) : A(ref), mem(1) {} 47 // CHECK: define void @_ZN1BC1ER10Undeclared(%struct.B* %this, %struct.Undeclared* %ref) unnamed_addr 50 // CHECK: define void @_ZN1BC2ER10Undeclared(%struct.B* %this, %struct.Undeclared* %ref) unnamed_addr
|
/external/qemu/distrib/sdl-1.2.12/src/main/beos/ |
SDL_BeApp.cc | 65 entry_ref ref = info.ref; local 67 if (B_OK == entry.SetTo(&ref)) {
|