HomeSort by relevance Sort by last modified time
    Searched refs:weakref (Results 1 - 25 of 350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
weakref2.s 1 .weakref a,b
2 .weakref b,c
3 .weakref c,d
4 .weakref d,e
5 .weakref e,a
weakref3.s 1 .weakref e,a
2 .weakref d,e
3 .weakref c,d
4 .weakref b,c
5 .weakref a,b
weakref4.s 2 .weakref Wnm1, nm1
3 .weakref Wnm1, nm1
5 .weakref Wum2, um2
6 .weakref Wum2, um2
9 .weakref Wwm3, wm3
10 .weakref Wwm3, wm3
13 /* r# weakref redefinitions, to and from */
14 .weakref lr1, nr1
20 .weakref lr2, nr2
26 .weakref Wwr3, wr
    [all...]
weakref1.s 3 /* a# test references after weakref. */
4 .weakref Wwa1, wa1
7 .weakref Wua2, ua2
10 .weakref Wua3, ua3
14 .weakref Wua4, ua4
18 .weakref Wna5, na5
20 /* b# test references before weakref. */
22 .weakref Wwb1, wb1
25 .weakref Wub2, ub2
29 .weakref Wub3, ub
    [all...]
  /external/clang/test/SemaCXX/
attr-weakref.cpp 3 // 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 ("v2"))); // expected-error {{declaration of 'a' must be in a global context}
    [all...]
  /external/llvm/test/MC/ELF/
weakref-plt.s 3 .weakref bar,foo
weakref.s 3 // 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 foo9, bar
    [all...]
weakref-reloc.s 5 .weakref bar,foo
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
weakref-plt.s 3 .weakref bar,foo
weakref.s 3 // 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 foo9, bar
    [all...]
weakref-reloc.s 6 .weakref bar,foo
  /external/clang/test/CodeGen/
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")));
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")));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xtensa/
weak-call.s 6 .weak weakref
7 call8 weakref
weak-call.d 11 00000003 R_XTENSA_ASM_EXPAND weakref
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
pr19498.s 8 .weakref callmealias.lto_priv.0,callmefirst
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
mutation_inside_cyclegc.py 4 # Moreover, it can invoke arbitrary Python code via a weakref callback.
13 import weakref
28 keepalive.append(weakref.ref(a, callback))
  /external/python/cpython2/Lib/test/crashers/
mutation_inside_cyclegc.py 4 # Moreover, it can invoke arbitrary Python code via a weakref callback.
13 import weakref
28 keepalive.append(weakref.ref(a, callback))
decref_before_assignment.py 9 weakref callback, it will run while the 'obj' appears to have in
17 import _json, weakref
40 wref = weakref.ref(f, delete_me)
  /external/python/cpython3/Lib/test/crashers/
mutation_inside_cyclegc.py 4 # Moreover, it can invoke arbitrary Python code via a weakref callback.
13 import weakref
28 keepalive.append(weakref.ref(a, callback))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 5 import weakref
56 wr = weakref.ref(o)
70 ref1 = weakref.ref(o, self.callback)
71 ref2 = weakref.ref(o, self.callback)
94 self.ref = weakref.ref(c, callback)
95 ref1 = weakref.ref(c, callback)
101 ref1 = weakref.proxy(o, self.callback)
102 ref2 = weakref.proxy(o, self.callback)
108 self.assertRaises(weakref.ReferenceError, check, ref1)
109 self.assertRaises(weakref.ReferenceError, check, ref2)
    [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py 5 import weakref
79 wr = weakref.ref(o)
93 ref1 = weakref.ref(o, self.callback)
94 ref2 = weakref.ref(o, self.callback)
115 self.ref = weakref.ref(c, callback)
116 ref1 = weakref.ref(c, callback)
121 self.assertRaises(TypeError, weakref.ref, c, callback=None)
126 ref1 = weakref.proxy(o, self.callback)
127 ref2 = weakref.proxy(o, self.callback)
133 self.assertRaises(weakref.ReferenceError, check, ref1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 5 import weakref
77 wr = weakref.ref(o)
91 ref1 = weakref.ref(o, self.callback)
92 ref2 = weakref.ref(o, self.callback)
115 self.ref = weakref.ref(c, callback)
116 ref1 = weakref.ref(c, callback)
122 ref1 = weakref.proxy(o, self.callback)
123 ref2 = weakref.proxy(o, self.callback)
129 self.assertRaises(weakref.ReferenceError, check, ref1)
130 self.assertRaises(weakref.ReferenceError, check, ref2
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 5 import weakref
77 wr = weakref.ref(o)
91 ref1 = weakref.ref(o, self.callback)
92 ref2 = weakref.ref(o, self.callback)
115 self.ref = weakref.ref(c, callback)
116 ref1 = weakref.ref(c, callback)
122 ref1 = weakref.proxy(o, self.callback)
123 ref2 = weakref.proxy(o, self.callback)
129 self.assertRaises(weakref.ReferenceError, check, ref1)
130 self.assertRaises(weakref.ReferenceError, check, ref2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 5 import weakref
77 wr = weakref.ref(o)
91 ref1 = weakref.ref(o, self.callback)
92 ref2 = weakref.ref(o, self.callback)
115 self.ref = weakref.ref(c, callback)
116 ref1 = weakref.ref(c, callback)
122 ref1 = weakref.proxy(o, self.callback)
123 ref2 = weakref.proxy(o, self.callback)
129 self.assertRaises(weakref.ReferenceError, check, ref1)
130 self.assertRaises(weakref.ReferenceError, check, ref2
    [all...]

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 91011>>