/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
UBrkPerf_r.pl | 43 my $p2; # Latest 47 $p2 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe"; 50 $p2 = $ICUPathLatest."/ubrkperf/ubrkperf"; 72 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward"], 73 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward"], 74 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward"], 75 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward"], 77 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound"], 78 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound"], 79 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound"] [all...] |
/external/icu4c/test/perf/ubrkperf/ |
UBrkPerf_r.pl | 43 my $p2; # Latest 47 $p2 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe"; 50 $p2 = $ICUPathLatest."/ubrkperf/ubrkperf"; 72 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward"], 73 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward"], 74 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward"], 75 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward"], 77 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound"], 78 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound"], 79 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound"] [all...] |
/art/test/300-package-override/src/p2/ |
DerivedClass.java | 17 package p2; package
|
/dalvik/tests/300-package-override/src/p2/ |
DerivedClass.java | 17 package p2; package
|
/external/jdiff/src/jdiff/ |
ComparePkgPdiffs.java | 18 PackageDiff p2 = (PackageDiff)obj2; local 19 if (p1.pdiff < p2.pdiff) 21 if (p1.pdiff > p2.pdiff) 23 return p1.name_.compareTo(p2.name_);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ |
param_eq.pass.cpp | 26 param_type p2(0.75); 27 assert(p1 == p2); 33 param_type p2(0.5); 34 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ |
param_eq.pass.cpp | 27 param_type p2(3, 0.75); 28 assert(p1 == p2); 34 param_type p2(3, 0.5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ |
param_eq.pass.cpp | 27 param_type p2(0.75); 28 assert(p1 == p2); 34 param_type p2(0.5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ |
param_eq.pass.cpp | 27 param_type p2(3, 0.75); 28 assert(p1 == p2); 34 param_type p2(3, 0.5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ |
param_eq.pass.cpp | 27 param_type p2(0.75, .5); 28 assert(p1 == p2); 34 param_type p2(0.5, .5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ |
param_eq.pass.cpp | 27 param_type p2(0.75); 28 assert(p1 == p2); 34 param_type p2(0.5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ |
param_eq.pass.cpp | 27 param_type p2(0.75, .5); 28 assert(p1 == p2); 34 param_type p2(0.5, .5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ |
param_eq.pass.cpp | 27 param_type p2(0.75, .5); 28 assert(p1 == p2); 34 param_type p2(0.5, .5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ |
param_eq.pass.cpp | 27 param_type p2(0.75, .5); 28 assert(p1 == p2); 34 param_type p2(0.5, .5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ |
param_eq.pass.cpp | 27 param_type p2(0.75); 28 assert(p1 == p2); 34 param_type p2(0.5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ |
param_eq.pass.cpp | 27 param_type p2(0.75); 28 assert(p1 == p2); 34 param_type p2(0.5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ |
param_eq.pass.cpp | 27 param_type p2(0.75, .5); 28 assert(p1 == p2); 34 param_type p2(0.5, .5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ |
param_eq.pass.cpp | 27 param_type p2(0.75, .5); 28 assert(p1 == p2); 34 param_type p2(0.5, .5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ |
param_eq.pass.cpp | 27 param_type p2(0.75); 28 assert(p1 == p2); 34 param_type p2(0.5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ |
param_eq.pass.cpp | 27 param_type p2(0.75, .5); 28 assert(p1 == p2); 34 param_type p2(0.5, .5); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ |
param_eq.pass.cpp | 27 param_type p2(5, 10); 28 assert(p1 == p2); 34 param_type p2(6, 10); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ |
param_eq.pass.cpp | 27 param_type p2(5, 10); 28 assert(p1 == p2); 34 param_type p2(6, 10); 35 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/ |
lt.pass.cpp | 26 const std::shared_ptr<int> p2(ptr2); 28 assert((p1 < p2) == (ptr1 < ptr2)); 29 assert(!(p2 < p3) && !(p3 < p2));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
assign_const_pair_U_V.pass.cpp | 23 typedef std::pair<double, long> P2; 25 P2 p2; local 26 p2 = p1; 27 assert(p2.first == 3); 28 assert(p2.second == 4);
|
assign_rv_pair.pass.cpp | 26 P p2; local 27 p2 = std::move(p1); 28 assert(*p2.first == 3); 29 assert(p2.second == 4);
|