Searched refs:pv1 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Sema/
H A Dpragma-ms_struct.c52 void *pv1; member in struct:__anon19145
/external/stlport/test/unit/
H A Dvector_test.cpp534 V *pv1 = new V(1, 1); local
537 size_t v1Capacity = pv1->capacity();
540 pv1->swap(*pv2);
542 CPPUNIT_ASSERT( pv1->size() == 10 );
543 CPPUNIT_ASSERT( pv1->capacity() == v2Capacity );
544 CPPUNIT_ASSERT( (*pv1)[5] == 2 );
551 delete pv1;
/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc39 void* pv1 = reinterpret_cast<void*>(0x477EAA5); local
41 ParameterSet pset1 = ParamPickerMake(pv1);
48 EXPECT_TRUE(pv1 == result1);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc4446 void* pv1 = (void*)0x1234; // NOLINT local
4447 char* const p1 = reinterpret_cast<char*>(pv1);
4862 void* pv1 = (void*)0x1234; // NOLINT local
4864 char* const p1 = reinterpret_cast<char*>(pv1);
4884 void* pv1 = (void*)0x1234; // NOLINT local
4886 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);
/external/gtest/test/
H A Dgtest_unittest.cc4362 void* pv1 = (void*)0x1234; // NOLINT local
4363 char* const p1 = reinterpret_cast<char*>(pv1);
4778 void* pv1 = (void*)0x1234; // NOLINT local
4780 char* const p1 = reinterpret_cast<char*>(pv1);
4800 void* pv1 = (void*)0x1234; // NOLINT local
4802 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4427 void* pv1 = (void*)0x1234; // NOLINT local
4428 char* const p1 = reinterpret_cast<char*>(pv1);
4829 void* pv1 = (void*)0x1234; // NOLINT local
4831 char* const p1 = reinterpret_cast<char*>(pv1);
4851 void* pv1 = (void*)0x1234; // NOLINT local
4853 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4547 const Unit *pv1, *pv2; local
4550 for (pv1=msu1; ; pv1--, pv2--) {
4551 /* v1=*pv1 -- always OK */
4554 if (*pv1!=v2) break; /* no longer the same */
4555 if (pv1==var1) break; /* done; leave pv1 as is */
4558 if (*pv1<v2) break; /* var1 too low to subtract */
4559 if (*pv1==v2) { /* var1 == var2 */
4568 /* *pv1>v
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4549 const Unit *pv1, *pv2; local
4552 for (pv1=msu1; ; pv1--, pv2--) {
4553 /* v1=*pv1 -- always OK */
4556 if (*pv1!=v2) break; /* no longer the same */
4557 if (pv1==var1) break; /* done; leave pv1 as is */
4560 if (*pv1<v2) break; /* var1 too low to subtract */
4561 if (*pv1==v2) { /* var1 == var2 */
4570 /* *pv1>v
[all...]

Completed in 119 milliseconds