OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref
(Results
351 - 375
of
1627
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/linux-tools-perf/util/
probe-event.h
28
struct probe_trace_arg_ref *
ref
; /* Referencing offset */
member in struct:probe_trace_arg
55
bool
ref
; /* Referencing flag */
member in struct:perf_probe_arg_field
/external/skia/include/gpu/
GrContextFactory.h
28
* factory is destroyed (though the caller can always grab a
ref
on the returned
105
ctx.fGLContext->
ref
();
107
ctx.fGrContext->
ref
();
/external/skia/legacy/include/effects/
SkGroupShape.h
25
void
ref
() const {
function in class:SkTRefCnt
45
obj->
ref
();
96
/**
Ref
the specified shape, and insert it into the child list at the
/external/skia/legacy/src/core/
SkData.cpp
48
gEmptyRef->
ref
();
99
src->
ref
(); // this will be balanced in sk_dataref_releaseproc
/external/skia/legacy/src/ports/
SkFontHost_freetype_mac.cpp
46
gDef->
ref
();
71
tf->fStream->
ref
();
/external/skia/src/ports/
SkFontHost_freetype_mac.cpp
46
gDef->
ref
();
70
tf->fStream->
ref
();
/external/webkit/Source/WebCore/bindings/cpp/
WebDOMCString.cpp
91
m_private->
ref
();
109
p->
ref
();
WebDOMString.cpp
80
m_private->
ref
();
120
p->
ref
();
/external/webkit/Source/WebCore/bindings/objc/
DOMXPath.mm
81
impl->
ref
();
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestInterface.mm
87
value->
ref
();
DOMTestMediaQueryListListener.mm
92
value->
ref
();
DOMTestSerializedScriptValueInterface.mm
94
value->
ref
();
/external/webkit/Source/WebCore/bindings/v8/custom/
V8NotificationCenterCustom.cpp
61
notification->
ref
();
76
notification->
ref
();
/external/webkit/Source/WebCore/dom/
MessagePort.h
87
using RefCounted<MessagePort>::
ref
;
111
virtual void refEventTarget() {
ref
(); }
/external/webkit/Source/WebCore/fileapi/
FileReader.h
96
using RefCounted<FileReader>::
ref
;
119
virtual void refEventTarget() {
ref
(); }
/external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.h
60
using RefCounted<DocumentThreadableLoader>::
ref
;
64
virtual void refThreadableLoader() {
ref
(); }
WorkerThreadableLoader.h
71
using RefCounted<WorkerThreadableLoader>::
ref
;
75
virtual void refThreadableLoader() {
ref
(); }
95
// thread do "ThreadableLoaderClientWrapper::
ref
" (automatically inside of the cross thread copy
128
// The
ref
counting is done on either thread.
/external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandle.h
53
using ThreadSafeRefCounted<SocketStreamHandle>::
ref
;
98
virtual void refAuthenticationClient() {
ref
(); }
/external/webkit/Source/WebCore/storage/
IDBRequest.h
94
using ThreadSafeRefCounted<IDBCallbacks>::
ref
;
106
virtual void refEventTarget() {
ref
(); }
/external/webkit/Source/WebKit/chromium/src/
WebCString.cpp
116
m_private->
ref
();
134
p->
ref
();
WebString.cpp
98
m_private->
ref
();
133
p->
ref
();
/external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp
53
ref
(); // Balanced by deref in releaseBitmapContextData.
79
ref
(); // Balanced by deref in releaseDataProviderData.
91
bitmap->deref(); // Balanced by
ref
in createGraphicsContext.
98
bitmap->deref(); // Balanced by
ref
in createCGImage.
/frameworks/base/tests/CoreTests/android/core/
HeapTest.java
27
import java.lang.
ref
.PhantomReference;
28
import java.lang.
ref
.ReferenceQueue;
29
import java.lang.
ref
.SoftReference;
30
import java.lang.
ref
.WeakReference;
261
PhantomReference<T>
ref
;
local
262
while ((
ref
= (PhantomReference<T>) queue.poll()) != null) {
267
if (refs[i] ==
ref
) {
273
"unexpected
ref
on queue");
283
* strong
ref
to the
ref
object anyway. move the re
[
all
...]
/libcore/luni/src/main/java/java/net/
URL.java
43
* {@code http://username:password@host:8080/directory/file?query#
ref
}:
54
* <tr><td>{@link #getRef()
Ref
}</td><td>{@code
ref
}</td><td>fragment</td></tr>
91
private String
ref
;
field in class:URL
258
this.
ref
= file.substring(hash + 1);
307
protected void set(String protocol, String host, int port, String file, String
ref
) {
314
this.
ref
=
ref
;
647
return
ref
;
656
String path, String query, String
ref
) {
[
all
...]
/packages/apps/Gallery/src/com/android/camera/gallery/
LruCache.java
19
import java.lang.
ref
.ReferenceQueue;
20
import java.lang.
ref
.WeakReference;
Completed in 330 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>