Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 240) sorted by relevance

12345678910

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/
Dregex_error.pass.cpp27 std::regex_error e(std::regex_constants::error_collate); in main() local
32 std::regex_error e(std::regex_constants::error_ctype); in main() local
37 std::regex_error e(std::regex_constants::error_escape); in main() local
43 std::regex_error e(std::regex_constants::error_backref); in main() local
48 std::regex_error e(std::regex_constants::error_brack); in main() local
53 std::regex_error e(std::regex_constants::error_paren); in main() local
58 std::regex_error e(std::regex_constants::error_brace); in main() local
63 std::regex_error e(std::regex_constants::error_badbrace); in main() local
68 std::regex_error e(std::regex_constants::error_range); in main() local
74 std::regex_error e(std::regex_constants::error_space); in main() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
Dctor_result_type.pass.cpp28 E e(5); in test1() local
35 E e(5); in test1() local
42 E e(5); in test1() local
56 E e(7); in test2() local
63 E e(0); in test2() local
70 E e(4); in test2() local
84 E e(3); in test3() local
91 E e(5); in test3() local
98 E e(7); in test3() local
112 E e(7); in test4() local
[all …]
Deval.pass.cpp25 E e(1); in randu() local
45 E e(1); in minstd() local
65 E e(207560540); in Haldir() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
Dcopy_assign.fail.cpp38 catch (const std::future_error& e) in main() local
59 catch (const std::future_error& e) in main() local
80 catch (const std::future_error& e) in main() local
Dmove_assign.pass.cpp39 catch (const std::future_error& e) in main() local
60 catch (const std::future_error& e) in main() local
81 catch (const std::future_error& e) in main() local
Dmove_ctor.pass.cpp37 catch (const std::future_error& e) in main() local
56 catch (const std::future_error& e) in main() local
75 catch (const std::future_error& e) in main() local
Dcopy_ctor.fail.cpp36 catch (const std::future_error& e) in main() local
55 catch (const std::future_error& e) in main() local
74 catch (const std::future_error& e) in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Deval.pass.cpp64 E e; in test1() local
73 E e; in test2() local
82 E e(5); in test3() local
91 E e(129); in test4() local
100 E e(6); in test5() local
109 E e(6); in test6() local
118 E e(6); in test7() local
127 E e(6); in test8() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
Dinput_iterator.pass.cpp30 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local
41 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local
51 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local
62 …for (std::list<int, min_allocator<int>>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, +… in main() local
73 …for (std::list<int, min_allocator<int>>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, +… in main() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dunwind_06.cpp58 double e = get(0); in try4() local
70 double e = get(0); in try5() local
83 double e = get(0); in try6() local
97 double e = get(0); in try7() local
112 double e = get(0); in try8() local
133 double e = get(5); in foo() local
140 catch (int e) { in foo() local
154 catch (int e) { in foo() local
168 catch (int e) { in foo() local
182 catch (int e) { in foo() local
[all …]
/ndk/docs/Getting_Started/html/
Djquery.js16ent,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){return new bF.fn.init(… function
17 }else{--bw}}if(!bw){bC.resolveWith(bC,bx)}}else{if(bC!==bA){bC.resolveWith(bC,e?[bA]:[])}}return bE… argument
18 if(!bA||bv===3||bv===8||bv===2){return}if(bz&&bx in b.attrFn){return b(bA)[bx](bB)}if(typeof bA.get… argument
19 }b.event.add(this,"click._submit keypress._submit",function(bx){var bw=bx.target,bv=b.nodeName(bw,"… argument
26 …\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ){bY=bY||[];e=e… argument
27 },lt:function(bS,bR,e){return bR<e[3]-0},gt:function(bS,bR,e){return bR>e[3]-0},nth:function(bS,bR,… argument
28 …mlSerialize){ax._default=[1,"div<div>","</div>"]}b.fn.extend({text:function(e){if(b.isFunction(e))… argument
29 if(bA>0){if(bv!=="border"){for(;bx<e;bx++){if(!bv){bA-=parseFloat(b.css(by,"padding"+bz[bx]))||0}if… argument
30 }}}}})}var Q={},a8,m,aB=/^(?:toggle|show|hide)$/,aT=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,a3,aH=[["hei… argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/
Deval.pass.cpp23 std::random_device::result_type e = r(); in main() local
32 catch (const std::system_error& e) in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
Deval.pass.cpp23 std::ranlux24 e; in test1() local
32 std::ranlux48 e; in test2() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
Deval.pass.cpp26 std::mt19937 e; in test1() local
35 std::mt19937_64 e; in test2() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
Deval.pass.cpp23 std::ranlux24_base e; in test1() local
32 std::ranlux48_base e; in test2() local
/ndk/tests/device/issue22165-typeinfo/jni/
Dmain.cpp14 } catch (my_exception const& e) { in main() local
16 } catch (std::exception const& e) { in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/domain.error/
Ddomain_error.pass.cpp26 std::domain_error e(msg); in main() local
35 std::domain_error e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/underflow.error/
Dunderflow_error.pass.cpp26 std::underflow_error e(msg); in main() local
35 std::underflow_error e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/length.error/
Dlength_error.pass.cpp26 std::length_error e(msg); in main() local
35 std::length_error e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/runtime.error/
Druntime_error.pass.cpp26 std::runtime_error e(msg); in main() local
35 std::runtime_error e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/out.of.range/
Dout_of_range.pass.cpp26 std::out_of_range e(msg); in main() local
35 std::out_of_range e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/range.error/
Drange_error.pass.cpp26 std::range_error e(msg); in main() local
35 std::range_error e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/overflow.error/
Doverflow_error.pass.cpp26 std::overflow_error e(msg); in main() local
35 std::overflow_error e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/logic.error/
Dlogic_error.pass.cpp26 std::logic_error e(msg); in main() local
35 std::logic_error e(msg); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/invalid.argument/
Dinvalid_argument.pass.cpp26 std::invalid_argument e(msg); in main() local
35 std::invalid_argument e(msg); in main() local

12345678910