Searched refs:weakref (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/SemaCXX/
H A Dattr-weakref.cpp3 // GCC will accept anything as the argument of weakref. Should we
5 static int a1() __attribute__((weakref ("foo")));
6 static int a2() __attribute__((weakref, alias ("foo")));
8 static int a3 __attribute__((weakref ("foo")));
9 static int a4 __attribute__((weakref, alias ("foo")));
12 static int a5 __attribute__((alias ("foo"), weakref));
15 static int a6 __attribute__((weakref)); //expected-error {{weakref declaration of 'a6' must also have an alias attribute}}
19 static int a __attribute__((weakref ("v2"))); // expected-error {{declaration of 'a' must be in a global context}}
24 static int a __attribute__((weakref ("v
[all...]
/external/llvm/test/MC/ELF/
H A Dweakref-plt.s3 .weakref bar,foo
H A Dweakref.s3 // This is a long test that checks that the aliases created by weakref are
8 .weakref foo1, bar1
10 .weakref foo2, bar2
13 .weakref foo3, bar3
16 .weakref foo4, bar4
20 .weakref foo5, bar5
25 .weakref foo6, bar6
28 .weakref foo7, bar7
32 .weakref foo8, bar8
36 .weakref foo
[all...]
H A Dweakref-reloc.s6 .weakref bar,foo
/external/clang/test/CodeGen/
H A Dattr-weakref2.c6 static int test1_g __attribute__((weakref("test1_f")));
13 static int test2_g __attribute__((weakref("test2_f")));
20 static int test3_g __attribute__((weakref("test3_f")));
30 static int test4_g __attribute__((weakref("test4_f")));
38 static int test5_g __attribute__((weakref("test5_f")));
48 static int test6_g __attribute__((weakref("test6_f")));
H A Dattr-weakref.c6 static void test1_g(void) __attribute__((weakref("test1_f")));
13 static void test2_g(void) __attribute__((weakref("test2_f")));
20 static void test3_g(void) __attribute__((weakref("test3_f")));
30 static void test4_g(void) __attribute__((weakref("test4_f")));
38 static void test5_g(void) __attribute__((weakref("test5_f")));
48 static void test6_g(void) __attribute__((weakref("test6_f")));
57 static void test8_g(void) __attribute__((weakref("test8_f")));
64 static void test7_g(void) __attribute__((weakref("test7_f")));
H A Dalias.c38 static __typeof(inner_weak) inner_weak_a __attribute__((weakref, alias("inner_weak")));
/external/lldb/test/unittest2/
H A Dsignals.py2 import weakref namespace
27 _results = weakref.WeakKeyDictionary()
/external/clang/test/Parser/
H A Dcxx11-stmt-attributes.cpp55 [[weakref]] return; // expected-warning {{unknown attribute 'weakref' ignored}}
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A D__init__.pxd163 from cpython.weakref cimport *
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dplatform_backend.py5 import weakref namespace
61 self._running_browser_backends = weakref.WeakSet()
/external/lldb/test/unittest2/test/
H A Dtest_break.py3 import weakref namespace
22 unittest2.signals._results = weakref.WeakKeyDictionary()
155 ref = weakref.ref(result)
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Dmessaging.py9 import weakref namespace
367 weak_self = weakref.ref(self)
/external/chromium_org/third_party/jinja2/
H A Dloaders.py13 import weakref namespace
438 sys.modules[package_name] = weakref.proxy(mod,
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi81 from weakref import WeakValueDictionary as __weakvaldict
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py59 import weakref namespace
255 message: Message instance containing this field, or a weakref proxy
1022 if isinstance(parent_message, weakref.ProxyType):
1025 self._parent_message_weakref = weakref.proxy(parent_message)
/external/protobuf/python/google/protobuf/
H A Dreflection.py58 import weakref namespace
319 message: Message instance containing this field, or a weakref proxy
1023 if isinstance(parent_message, weakref.ProxyType):
1026 self._parent_message_weakref = weakref.proxy(parent_message)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 592 milliseconds