/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
swap.pass.cpp | 24 P1 p2(5, 6); 25 p1.swap(p2); 28 assert(p2.first == 3); 29 assert(p2.second == 4);
|
assign_rv_pair_U_V.pass.cpp | 35 typedef std::pair<std::unique_ptr<Base>, long> P2; 37 P2 p2; local 38 p2 = std::move(p1); 39 assert(p2.first == nullptr); 40 assert(p2.second == 4);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.spec/ |
non_member_swap.pass.cpp | 24 P1 p2(5, 6); 25 swap(p1, p2); 28 assert(p2.first == 3); 29 assert(p2.second == 4);
|
/packages/inputmethods/PinyinIME/jni/include/ |
searchutility.h | 115 int cmp_lpi_with_psb(const void *p1, const void *p2); 116 int cmp_lpi_with_unified_psb(const void *p1, const void *p2); 117 int cmp_lpi_with_id(const void *p1, const void *p2); 118 int cmp_lpi_with_hanzi(const void *p1, const void *p2); 120 int cmp_lpsi_with_str(const void *p1, const void *p2); 122 int cmp_hanzis_1(const void *p1, const void *p2); 123 int cmp_hanzis_2(const void *p1, const void *p2); 124 int cmp_hanzis_3(const void *p1, const void *p2); 125 int cmp_hanzis_4(const void *p1, const void *p2); 126 int cmp_hanzis_5(const void *p1, const void *p2); [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/gui/ |
TestZOrder.java | 54 Picture p2 = new Picture("Picture2"); local 55 p2.move(0,0,1.001f); 56 p2.setPosition(150, 150); 57 p2.setWidth(100); 58 p2.setHeight(100); 59 p2.setImage(assetManager, "Interface/Logo/Monkey.png", false); 60 guiNode.attachChild(p2);
|
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/ |
StrSrchPerf_r.pl | 34 my $p2; # Latest 38 $p2 = $ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b"; 42 $p2 = $ICUPathLatest . "/strsrchperf/strsrchperf -b"; 56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ], 57 "ICU Backward Search",[ "$p1 Test_ICU_Backward_Search", "$p2 Test_ICU_Backward_Search" ],
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.ql_2.0.0.v20100503a.jar | |
/external/icu4c/test/perf/strsrchperf/ |
StrSrchPerf_r.pl | 34 my $p2; # Latest 38 $p2 = $ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b"; 42 $p2 = $ICUPathLatest . "/strsrchperf/strsrchperf -b"; 56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ], 57 "ICU Backward Search",[ "$p1 Test_ICU_Backward_Search", "$p2 Test_ICU_Backward_Search" ],
|
/bionic/libc/bionic/ |
memcmp.c | 34 const unsigned char* p2 = s2; local 39 d = (int)*p1++ - (int)*p2++; 42 d = (int)*p1++ - (int)*p2++; 45 d = (int)*p1++ - (int)*p2++; 48 d = (int)*p1++ - (int)*p2++;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/ |
exception_ptr.pass.cpp | 23 std::exception_ptr p2 = p; local 26 assert(p2 == p); 27 p2 = p; 28 assert(p2 == p); 29 assert(p2 == nullptr);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
syn_filt.c | 41 Word16 *yy, *p1, *p2; local 53 p2 = &yy[i-1]; 55 L_tmp -= vo_mult32((*p1++), (*p2--)); 56 L_tmp -= vo_mult32((*p1++), (*p2--)); 57 L_tmp -= vo_mult32((*p1++), (*p2--)); 58 L_tmp -= vo_mult32((*p1++), (*p2--)); 59 L_tmp -= vo_mult32((*p1++), (*p2--)); 60 L_tmp -= vo_mult32((*p1++), (*p2--)); 61 L_tmp -= vo_mult32((*p1++), (*p2--)); 62 L_tmp -= vo_mult32((*p1++), (*p2--)) 97 Word16 *p1, *p2, *p3; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/ |
eq.pass.cpp | 52 const std::unique_ptr<A, Deleter<A> > p2(new A); 53 assert(!(p1 == p2)); 54 assert(p1 != p2); 58 const std::unique_ptr<B, Deleter<B> > p2(new B); 59 assert(!(p1 == p2)); 60 assert(p1 != p2); 64 const std::unique_ptr<A[], Deleter<A[]> > p2(new A[3]); 65 assert(!(p1 == p2)); 66 assert(p1 != p2); 70 const std::unique_ptr<B[], Deleter<B[]> > p2(new B[3]) 76 const std::unique_ptr<A, Deleter<A> > p2; local 82 const std::unique_ptr<B, Deleter<B> > p2; local [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/ |
enum_binary_params.hpp | 25 # define BOOST_PP_ENUM_BINARY_PARAMS(count, p1, p2) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_BINARY_PARAMS_M, (p1, p2)) 27 # define BOOST_PP_ENUM_BINARY_PARAMS(count, p1, p2) BOOST_PP_ENUM_BINARY_PARAMS_I(count, p1, p2) 28 # define BOOST_PP_ENUM_BINARY_PARAMS_I(count, p1, p2) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_BINARY_PARAMS_M, (p1, p2)) 39 # define BOOST_PP_ENUM_BINARY_PARAMS_M_I(z, n, p1, p2) BOOST_PP_ENUM_BINARY_PARAMS_M_II(z, n, p1, p2) 40 # define BOOST_PP_ENUM_BINARY_PARAMS_M_II(z, n, p1, p2) BOOST_PP_COMMA_IF(n) p1 ## n p2 ## [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/ |
make_unique.single.pass.cpp | 25 std::unique_ptr<std::string> p2 = std::make_unique<std::string> ( "Meow!" ); local 26 assert ( *p2 == "Meow!" ); 27 p2 = std::make_unique<std::string> (); 28 assert ( *p2 == "" ); 29 p2 = std::make_unique<std::string> ( 6, 'z' ); 30 assert ( *p2 == "zzzzzz" );
|
/external/openssh/openbsd-compat/ |
timingsafe_bcmp.c | 26 const unsigned char *p1 = b1, *p2 = b2; local 30 ret |= *p1++ ^ *p2++;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
not_less_than.fail.cpp | 22 const std::shared_ptr<int> p2(new int); 24 const std::weak_ptr<int> w2(p2);
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
UBrkPerf.pl | 44 my $p2; # Previous 49 $p2 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe"; 53 $p2 = $ICUPathPrevious."/ubrkperf/ubrkperf"; 80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForward"], 81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"], 82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"], 83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"], 85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"], 86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"], 87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"] [all...] |
/external/icu4c/test/perf/ubrkperf/ |
UBrkPerf.pl | 44 my $p2; # Previous 49 $p2 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe"; 53 $p2 = $ICUPathPrevious."/ubrkperf/ubrkperf"; 80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForward"], 81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"], 82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"], 83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"], 85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"], 86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"], 87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"] [all...] |
/external/bison/lib/ |
c-strcasecmp.c | 30 register const unsigned char *p2 = (const unsigned char *) s2; local 33 if (p1 == p2) 39 c2 = c_tolower (*p2); 45 ++p2;
|
c-strncasecmp.c | 30 register const unsigned char *p2 = (const unsigned char *) s2; local 33 if (p1 == p2 || n == 0) 39 c2 = c_tolower (*p2); 45 ++p2;
|
/external/clang/test/Analysis/diagnostics/ |
deref-track-symbolic-region.cpp | 32 int *const &p2 = p; // expected-note{{'p2' initialized here}} local 33 int *p3 = p2; // expected-note {{'p3' initialized to a null pointer value}} 40 int *const &p2 = p;// expected-note{{'p2' initialized here}} local 41 return *p2; //expected-warning {{Dereference of null pointer}}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
param_eq.pass.cpp | 28 param_type p2(p0, p0+2); 29 assert(p1 == p2); 36 param_type p2; local 37 assert(p1 != p2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
owner_before_shared_ptr.pass.cpp | 22 const std::shared_ptr<int> p2 = p1; local 24 assert(!p1.owner_before(p2)); 25 assert(!p2.owner_before(p1)); 27 assert(p3.owner_before(p1) == p3.owner_before(p2));
|
/external/chromium_org/ui/base/gestures/ |
gesture_util.cc | 16 const gfx::Point& p2) { 17 int manhattan_distance = abs(p1.x() - p2.x()) + abs(p1.y() - p2.y());
|
/external/clang/test/Analysis/ |
NewDelete+MismatchedDeallocator_intersections.cpp | 20 int *p2 = (int *)malloc(sizeof(int)); local 21 free(p2); 22 free(p2); // no warn
|