Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 40) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dbool.pass.cpp60 volatile std::atomic<bool> obj(true); in main() local
115 std::atomic<bool> obj(true); in main() local
170 std::atomic_bool obj(true); in main() local
/ndk/tests/device/test-stlport_static-exception/jni/
Dcatch4.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()
Dcatch3.cpp20 void fna(A *obj) { throw obj; } in fna()
21 void fnb(B *obj) { throw obj; } in fnb()
22 void fnc(C *obj) { throw obj; } in fnc()
23 void fnd(D *obj) { throw obj; } in fnd()
Dcatch8.cpp18 void fna(A *obj) { throw obj; } in fna()
19 void fnb(B *obj) { throw obj; } in fnb()
20 void fnc(C *obj) { throw obj; } in fnc()
21 void fnd(D *obj) { throw obj; } in fnd()
Dcatch9.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()
Dcatch4p.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()
Dcatch6.cpp21 void fna(A *obj) { throw obj; } in fna()
22 void fnb(B *obj) { throw obj; } in fnb()
23 void fnc(C *obj) { throw obj; } in fnc()
24 void fnd(D *obj) { throw obj; } in fnd()
25 void fnaa(AA *obj) { throw obj; } in fnaa()
26 void fne(E *obj) { throw obj; } in fne()
Dcatch7.cpp23 void fna(A *obj) { in fna()
26 void fnb(B *obj) { in fnb()
29 void fnc(C *obj) { in fnc()
32 void fnd(D *obj) { in fnd()
35 void fne(E *obj) { in fne()
38 void fnf(F *obj) { in fnf()
Dcatch7p.cpp22 void fna(A *obj) { throw obj; } in fna()
23 void fnb(B *obj) { throw obj; } in fnb()
24 void fnc(C *obj) { throw obj; } in fnc()
25 void fnd(D *obj) { throw obj; } in fnd()
26 void fne(E *obj) { throw obj; } in fne()
27 void fnf(F *obj) { throw obj; } in fnf()
Dcatch5p.cpp20 void fna(A *obj) { throw obj; } in fna()
21 void fnb(B *obj) { throw obj; } in fnb()
22 void fnc(C *obj) { throw obj; } in fnc()
23 void fnd(D *obj) { throw obj; } in fnd()
24 void fnaa(AA *obj) { throw obj; } in fnaa()
Dcatch5.cpp20 void fna(A *obj) { throw obj; } in fna()
21 void fnb(B *obj) { throw obj; } in fnb()
22 void fnc(C *obj) { throw obj; } in fnc()
23 void fnd(D *obj) { throw obj; } in fnd()
24 void fnaa(AA *obj) { throw obj; } in fnaa()
Dcatch3p.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()
Dcatch8p.cpp18 void fna(A *obj) { throw obj; } in fna()
19 void fnb(B *obj) { throw obj; } in fnb()
20 void fnc(C *obj) { throw obj; } in fnc()
21 void fnd(D *obj) { throw obj; } in fnd()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dcatch4.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()
Dcatch3.cpp20 void fna(A *obj) { throw obj; } in fna()
21 void fnb(B *obj) { throw obj; } in fnb()
22 void fnc(C *obj) { throw obj; } in fnc()
23 void fnd(D *obj) { throw obj; } in fnd()
Dcatch9.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()
Dcatch8.cpp18 void fna(A *obj) { throw obj; } in fna()
19 void fnb(B *obj) { throw obj; } in fnb()
20 void fnc(C *obj) { throw obj; } in fnc()
21 void fnd(D *obj) { throw obj; } in fnd()
Dcatch4p.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()
Dcatch7p.cpp22 void fna(A *obj) { throw obj; } in fna()
23 void fnb(B *obj) { throw obj; } in fnb()
24 void fnc(C *obj) { throw obj; } in fnc()
25 void fnd(D *obj) { throw obj; } in fnd()
26 void fne(E *obj) { throw obj; } in fne()
27 void fnf(F *obj) { throw obj; } in fnf()
Dcatch7.cpp23 void fna(A *obj) { in fna()
26 void fnb(B *obj) { in fnb()
29 void fnc(C *obj) { in fnc()
32 void fnd(D *obj) { in fnd()
35 void fne(E *obj) { in fne()
38 void fnf(F *obj) { in fnf()
Dcatch6.cpp21 void fna(A *obj) { throw obj; } in fna()
22 void fnb(B *obj) { throw obj; } in fnb()
23 void fnc(C *obj) { throw obj; } in fnc()
24 void fnd(D *obj) { throw obj; } in fnd()
25 void fnaa(AA *obj) { throw obj; } in fnaa()
26 void fne(E *obj) { throw obj; } in fne()
Dcatch5p.cpp20 void fna(A *obj) { throw obj; } in fna()
21 void fnb(B *obj) { throw obj; } in fnb()
22 void fnc(C *obj) { throw obj; } in fnc()
23 void fnd(D *obj) { throw obj; } in fnd()
24 void fnaa(AA *obj) { throw obj; } in fnaa()
Dcatch5.cpp20 void fna(A *obj) { throw obj; } in fna()
21 void fnb(B *obj) { throw obj; } in fnb()
22 void fnc(C *obj) { throw obj; } in fnc()
23 void fnd(D *obj) { throw obj; } in fnd()
24 void fnaa(AA *obj) { throw obj; } in fnaa()
Dcatch8p.cpp18 void fna(A *obj) { throw obj; } in fna()
19 void fnb(B *obj) { throw obj; } in fnb()
20 void fnc(C *obj) { throw obj; } in fnc()
21 void fnd(D *obj) { throw obj; } in fnd()
Dcatch9p.cpp19 void fna(A *obj) { throw obj; } in fna()
20 void fnb(B *obj) { throw obj; } in fnb()
21 void fnc(C *obj) { throw obj; } in fnc()
22 void fnd(D *obj) { throw obj; } in fnd()

12