/external/clang/test/SemaCXX/ |
D | attr-weakref.cpp | 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 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/ |
D | weakref.s | 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 foo9, bar9 42 .weakref foo10, bar10 [all …]
|
D | weakref-plt.s | 3 .weakref bar,foo
|
D | weakref-reloc.s | 5 .weakref bar,foo
|
/external/clang/test/CodeGen/ |
D | attr-weakref.c | 6 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")));
|
D | attr-weakref2.c | 6 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")));
|
D | alias.c | 67 static __typeof(inner_weak) inner_weak_a __attribute__((weakref, alias("inner_weak")));
|
/external/autotest/server/hosts/ |
D | bootloader.py | 10 import os, weakref 28 self._host = weakref.ref(host)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | platform_backend.py | 5 import weakref 30 self._running_browser_backends = weakref.WeakSet()
|
/external/clang/test/Parser/ |
D | cxx11-stmt-attributes.cpp | 55 [[weakref]] return; // expected-warning {{unknown attribute 'weakref' ignored}} in foo()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | tracer.c | 203 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/ |
D | dom.py | 5 import weakref 115 return weakref.proxy(self)
|
/external/opencv3/3rdparty/jinja2/ |
D | loaders.py | 13 import weakref 438 sys.modules[package_name] = weakref.proxy(mod,
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | python_message.py | 59 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/ |
D | messages.py | 49 import weakref 676 value._message_definition = weakref.ref(cls) 679 field._message_definition = weakref.ref(cls)
|
/external/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 68 import weakref 1101 if isinstance(parent_message, weakref.ProxyType): 1104 self._parent_message_weakref = weakref.proxy(parent_message)
|
/external/autotest/client/common_lib/ |
D | base_job.py | 1 import os, copy, logging, errno, fcntl, time, re, weakref, traceback 600 self._jobref = weakref.ref(job)
|
/external/autotest/client/bin/ |
D | job.py | 9 import logging, getpass, weakref 58 self.job = weakref.proxy(job) # avoid a circular reference
|
/external/autotest/scheduler/ |
D | scheduler_models.py | 21 import datetime, itertools, logging, os, re, sys, time, weakref 170 _instances_by_type_and_id = weakref.WeakValueDictionary()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1530 let Spellings = [GCC<"weakref">];
|
D | DiagnosticSemaKinds.td | 2404 "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/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |