Searched refs:ref (Results 1 - 25 of 1489) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dipa-ref-inline.h23 ipa_ref_node (struct ipa_ref *ref) argument
25 return cgraph (ref->referred);
31 ipa_ref_varpool_node (struct ipa_ref *ref) argument
33 return varpool (ref->referred);
39 ipa_ref_referring_node (struct ipa_ref *ref) argument
41 return cgraph (ref->referring);
47 ipa_ref_referring_varpool_node (struct ipa_ref *ref) argument
49 return varpool (ref->referring);
55 ipa_ref_referring_ref_list (struct ipa_ref *ref) argument
57 return &ref
63 ipa_ref_referred_ref_list(struct ipa_ref *ref) argument
[all...]
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
H A DrsObjectBase.h100 ObjectBaseRef(const ObjectBaseRef &ref) { argument
101 mRef = ref.get();
107 ObjectBaseRef(T *ref) { argument
108 mRef = ref;
110 ref->incSysRef();
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) { argument
115 if (&ref != this) {
116 set(ref);
125 void set(T *ref) { argument
126 if (mRef != ref) {
135 set(const ObjectBaseRef &ref) argument
[all...]
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
H A DrsObjectBase.h100 ObjectBaseRef(const ObjectBaseRef &ref) { argument
101 mRef = ref.get();
107 ObjectBaseRef(T *ref) { argument
108 mRef = ref;
110 ref->incSysRef();
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) { argument
115 if (&ref != this) {
116 set(ref);
125 void set(T *ref) { argument
126 if (mRef != ref) {
135 set(const ObjectBaseRef &ref) argument
[all...]
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
H A DrsObjectBase.h100 ObjectBaseRef(const ObjectBaseRef &ref) { argument
101 mRef = ref.get();
107 ObjectBaseRef(T *ref) { argument
108 mRef = ref;
110 ref->incSysRef();
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) { argument
115 if (&ref != this) {
116 set(ref);
125 void set(T *ref) { argument
126 if (mRef != ref) {
135 set(const ObjectBaseRef &ref) argument
[all...]
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/rs/
H A DrsObjectBase.h100 ObjectBaseRef(const ObjectBaseRef &ref) { argument
101 mRef = ref.get();
107 ObjectBaseRef(T *ref) { argument
108 mRef = ref;
110 ref->incSysRef();
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) { argument
115 if (&ref != this) {
116 set(ref);
125 void set(T *ref) { argument
126 if (mRef != ref) {
135 set(const ObjectBaseRef &ref) argument
[all...]
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/rs/
H A DrsObjectBase.h100 ObjectBaseRef(const ObjectBaseRef &ref) { argument
101 mRef = ref.get();
107 ObjectBaseRef(T *ref) { argument
108 mRef = ref;
110 ref->incSysRef();
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) { argument
115 if (&ref != this) {
116 set(ref);
125 void set(T *ref) { argument
126 if (mRef != ref) {
135 set(const ObjectBaseRef &ref) argument
[all...]
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/rs/
H A DrsObjectBase.h100 ObjectBaseRef(const ObjectBaseRef &ref) { argument
101 mRef = ref.get();
107 ObjectBaseRef(T *ref) { argument
108 mRef = ref;
110 ref->incSysRef();
114 ObjectBaseRef & operator= (const ObjectBaseRef &ref) { argument
115 if (&ref != this) {
116 set(ref);
125 void set(T *ref) { argument
126 if (mRef != ref) {
135 set(const ObjectBaseRef &ref) argument
[all...]
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dcni.i1 %warnfilter(SWIGWARN_PARSE_KEYWORD) java::lang::ref;
H A Dnoembed.h55 #ifdef ref
56 #undef ref macro
/prebuilts/misc/common/swig/include/2.0.11/lua/
H A Dlua_fnptr.i61 void set_func(SWIGLUA_REF ref);
67 Because it holds a permanent ref to an object, the SWIGLUA_REF must be handled with a bit more care.
94 int ref; /* a ref in the lua global index */
99 if (pref->L!=0 && pref->ref!=LUA_NOREF && pref->ref!=LUA_REFNIL){
100 luaL_unref(pref->L,LUA_REGISTRYINDEX,pref->ref);
102 pref->L=0; pref->ref=0;
109 pref->ref=luaL_ref(L,LUA_REGISTRYINDEX); /* remove obj from top & put into registry */
114 lua_rawgeti(pref->L,LUA_REGISTRYINDEX,pref->ref);
[all...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dweakrefobject.h63 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref); variable
76 #define PyWeakref_GET_OBJECT(ref) \
77 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
78 ? ((PyWeakReference *)(ref))->wr_object \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dweakrefobject.h63 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref); variable
76 #define PyWeakref_GET_OBJECT(ref) \
77 (Py_REFCNT(((PyWeakReference *)(ref))->wr_object) > 0 \
78 ? ((PyWeakReference *)(ref))->wr_object \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_weakrefset.py5 from _weakref import ref namespace
18 self.weakcontainer = ref(weakcontainer)
38 def _remove(item, selfref=ref(self)):
70 wr = ref(item)
84 self.data.add(ref(item, self._remove))
109 self.data.remove(ref(item))
114 self.data.discard(ref(item))
140 self.data.difference_update(ref(item) for item in other)
152 self.data.intersection_update(ref(item) for item in other)
156 return self.data.issubset(ref(ite
[all...]
H A Dweakref.py9 # they are called this instead of "ref" to avoid name collisions with
10 # the module-global ref() function imported from _weakref.
17 ref,
30 __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
48 def remove(wr, selfref=ref(self)):
211 class KeyedRef(ref):
224 self = ref.__new__(type, ob, callback)
245 def remove(k, selfref=ref(self)):
253 del self.data[ref(key)]
256 return self.data[ref(ke
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_weakrefset.py5 from _weakref import ref namespace
18 self.weakcontainer = ref(weakcontainer)
38 def _remove(item, selfref=ref(self)):
70 wr = ref(item)
84 self.data.add(ref(item, self._remove))
109 self.data.remove(ref(item))
114 self.data.discard(ref(item))
140 self.data.difference_update(ref(item) for item in other)
152 self.data.intersection_update(ref(item) for item in other)
156 return self.data.issubset(ref(ite
[all...]
H A Dweakref.py9 # they are called this instead of "ref" to avoid name collisions with
10 # the module-global ref() function imported from _weakref.
17 ref,
30 __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs",
48 def remove(wr, selfref=ref(self)):
211 class KeyedRef(ref):
224 self = ref.__new__(type, ob, callback)
245 def remove(k, selfref=ref(self)):
253 del self.data[ref(key)]
256 return self.data[ref(ke
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_weakref.py62 def callback(self, ref):
77 wr = weakref.ref(o)
91 ref1 = weakref.ref(o, self.callback)
92 ref2 = weakref.ref(o, self.callback)
106 # (the most recently created ref is cleaned up first). This
113 self.ref()
115 self.ref = weakref.ref(c, callback)
116 ref1 = weakref.ref(c, callback)
136 ref
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_weakref.py62 def callback(self, ref):
77 wr = weakref.ref(o)
91 ref1 = weakref.ref(o, self.callback)
92 ref2 = weakref.ref(o, self.callback)
106 # (the most recently created ref is cleaned up first). This
113 self.ref()
115 self.ref = weakref.ref(c, callback)
116 ref1 = weakref.ref(c, callback)
136 ref
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_python_api.py61 ref = grc(s)
66 self.assertEqual(grc(s), ref + 1)
68 self.assertEqual(grc(s), ref)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_python_api.py61 ref = grc(s)
66 self.assertEqual(grc(s), ref + 1)
68 self.assertEqual(grc(s), ref)
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
H A Dfunctional48 #include <boost/ref.hpp>
57 template<class T> reference_wrapper<T> const ref(T &);
75 using ::boost::ref;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
H A Dfunctional48 #include <boost/ref.hpp>
57 template<class T> reference_wrapper<T> const ref(T &);
75 using ::boost::ref;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
H A Dfunctional48 #include <boost/ref.hpp>
57 template<class T> reference_wrapper<T> const ref(T &);
75 using ::boost::ref;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
H A Dfunctional48 #include <boost/ref.hpp>
57 template<class T> reference_wrapper<T> const ref(T &);
75 using ::boost::ref;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
H A Dfunctional48 #include <boost/ref.hpp>
57 template<class T> reference_wrapper<T> const ref(T &);
75 using ::boost::ref;

Completed in 465 milliseconds

1234567891011>>