Searched defs:ref (Results 1 - 25 of 515) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
H A Dvec.h25 int ref; member in struct:isl_vec
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
H A Dvec.h25 int ref; member in struct:isl_vec
/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...]
H A Dtree-ssa-alias.h67 tree ref; member in struct:ao_ref_s
/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/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 Dnoembed.h55 #ifdef ref
56 #undef ref macro
/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...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A D__init__.py85 from weakref import ref namespace
98 self._cursor_refs[key] = ref(cur, self._gen_cref_cleaner(key))
105 return lambda ref: self._cursor_refs.pop(key, None)
/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...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A D__init__.py85 from weakref import ref namespace
98 self._cursor_refs[key] = ref(cur, self._gen_cref_cleaner(key))
105 return lambda ref: self._cursor_refs.pop(key, None)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
H A Dtipc.h47 __u32 ref; member in struct:tipc_portid
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
H A Dtipc.h47 __u32 ref; member in struct:tipc_portid
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dthrow_allocator.h426 throw_allocator_base::print_to_string(std::string& s, const_reference ref) argument
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dthrow_allocator.h426 throw_allocator_base::print_to_string(std::string& s, const_reference ref) argument
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dthrow_allocator.h426 throw_allocator_base::print_to_string(std::string& s, const_reference ref) argument
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
H A Dthrow_allocator.h426 throw_allocator_base::print_to_string(std::string& s, const_reference ref) argument
431 __builtin_sprintf(buf, "%p", ref.first);
435 unsigned long l = static_cast<unsigned long>(ref.second.first);
440 l = static_cast<unsigned long>(ref.second.second);
/prebuilts/ndk/9/platforms/android-10/arch-arm64/usr/include/linux/
H A Dtipc.h24 __u32 ref; member in struct:tipc_portid
/prebuilts/ndk/9/platforms/android-10/arch-mips64/usr/include/linux/
H A Dtipc.h24 __u32 ref; member in struct:tipc_portid

Completed in 576 milliseconds

1234567891011>>