Home
last modified time | relevance | path

Searched refs:weakref (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/SemaCXX/
Dattr-weakref.cpp5 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 ha…
19 …static int a __attribute__((weakref ("v2"))); // expected-error {{declaration of 'a' must be in a … in f()
24 …static int a __attribute__((weakref ("v2"))); // expected-error {{declaration of 'a' must be in a …
25 …static int b() __attribute__((weakref ("f3"))); // expected-error {{declaration of 'b' must be in …
27 int a7() __attribute__((weakref ("f1"))); // expected-error {{weakref declaration must have interna…
[all …]
/external/llvm/test/MC/ELF/
Dweakref.s8 .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 foo9, bar9
42 .weakref foo10, bar10
[all …]
Dweakref-plt.s3 .weakref bar,foo
Dweakref-reloc.s5 .weakref bar,foo
/external/clang/test/CodeGen/
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")));
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")));
Dalias.c67 static __typeof(inner_weak) inner_weak_a __attribute__((weakref, alias("inner_weak")));
/external/autotest/server/hosts/
Dbootloader.py10 import os, weakref
28 self._host = weakref.ref(host)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dplatform_backend.py5 import weakref
30 self._running_browser_backends = weakref.WeakSet()
/external/clang/test/Parser/
Dcxx11-stmt-attributes.cpp55 [[weakref]] return; // expected-warning {{unknown attribute 'weakref' ignored}} in foo()
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c203 PyObject * weakref = NULL; in CTracer_set_pdata_stack() local
205 weakref = PyImport_ImportModule("weakref"); in CTracer_set_pdata_stack()
206 if (weakref == NULL) { in CTracer_set_pdata_stack()
210 self->data_stack_index = PyObject_CallMethod(weakref, "WeakKeyDictionary", NULL); in CTracer_set_pdata_stack()
211 Py_XDECREF(weakref); in CTracer_set_pdata_stack()
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
Ddom.py5 import weakref
115 return weakref.proxy(self)
/external/opencv3/3rdparty/jinja2/
Dloaders.py13 import weakref
438 sys.modules[package_name] = weakref.proxy(mod,
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py59 import weakref
1022 if isinstance(parent_message, weakref.ProxyType):
1025 self._parent_message_weakref = weakref.proxy(parent_message)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dmessages.py49 import weakref
676 value._message_definition = weakref.ref(cls)
679 field._message_definition = weakref.ref(cls)
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py68 import weakref
1101 if isinstance(parent_message, weakref.ProxyType):
1104 self._parent_message_weakref = weakref.proxy(parent_message)
/external/autotest/client/common_lib/
Dbase_job.py1 import os, copy, logging, errno, fcntl, time, re, weakref, traceback
600 self._jobref = weakref.ref(job)
/external/autotest/client/bin/
Djob.py9 import logging, getpass, weakref
58 self.job = weakref.proxy(job) # avoid a circular reference
/external/autotest/scheduler/
Dscheduler_models.py21 import datetime, itertools, logging, os, re, sys, time, weakref
170 _instances_by_type_and_id = weakref.WeakValueDictionary()
/external/clang/include/clang/Basic/
DAttr.td1530 let Spellings = [GCC<"weakref">];
DDiagnosticSemaKinds.td2404 "weakref declaration must have internal linkage">;
2406 "weakref declaration of %0 must be in a global context">;
2408 "weakref declaration of %0 must also have an alias attribute">;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...