HomeSort by relevance Sort by last modified time
    Searched full:pint (Results 1 - 25 of 31) sorted by null

1 2

  /ndk/tests/device/test-gnustl-full/unit/
memory_test.cpp 31 bool CheckEquality(auto_ptr<int> pint, int val)
32 { return *pint == val; }
42 auto_ptr<int> pint(new int(1));
43 CPPUNIT_ASSERT( *pint == 1 );
44 *pint = 2;
45 CPPUNIT_ASSERT( *pint == 2 );
49 auto_ptr<int> pint(CreateAutoPtr(3));
50 CPPUNIT_ASSERT( *pint == 3 );
51 CPPUNIT_ASSERT( CheckEquality(pint, 3) );
55 auto_ptr<const int> pint(new int(2))
    [all...]
config_test.cpp 41 int *pint; local
42 pint = new(&int_val) int();
43 CPPUNIT_ASSERT( pint == &int_val );
mvctor_test.cpp 35 int *pint = &(v_v_ints.front().front()); local
45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
56 pint = &v_v_ints[2].front();
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
  /ndk/tests/device/test-stlport/unit/
memory_test.cpp 31 bool CheckEquality(auto_ptr<int> pint, int val)
32 { return *pint == val; }
42 auto_ptr<int> pint(new int(1));
43 CPPUNIT_ASSERT( *pint == 1 );
44 *pint = 2;
45 CPPUNIT_ASSERT( *pint == 2 );
49 auto_ptr<int> pint(CreateAutoPtr(3));
50 CPPUNIT_ASSERT( *pint == 3 );
51 CPPUNIT_ASSERT( CheckEquality(pint, 3) );
55 auto_ptr<const int> pint(new int(2))
    [all...]
config_test.cpp 41 int *pint; local
42 pint = new(&int_val) int();
43 CPPUNIT_ASSERT( pint == &int_val );
mvctor_test.cpp 35 int *pint = &(v_v_ints.front().front()); local
45 CPPUNIT_ASSERT((pint == &v_v_ints.front().front()));
56 pint = &v_v_ints[2].front();
60 CPPUNIT_ASSERT((pint == &v_v_ints[1].front()));
  /external/clang/test/Sema/
check-increment.c 5 typedef int *pint; typedef
8 pint p = a;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fenvinline.h 1 /* This file provides inline versions of floating-pint environment
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fenvinline.h 1 /* This file provides inline versions of floating-pint environment
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fenvinline.h 1 /* This file provides inline versions of floating-pint environment
  /external/clang/test/Rewriter/
undecl-objc-h.m 4 int * pint;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 41 Int *pint = (Int *) cur, temp = 0; local
50 temp += (*pint++) & 0x00FF00FF;
51 temp += (*pint++) & 0x00FF00FF;
52 temp += (*pint++) & 0x00FF00FF;
53 temp += (*pint++) & 0x00FF00FF;
54 pint += offset;
57 temp += (*pint++ >> 8) & 0x00FF00FF;
58 temp += (*pint++ >> 8) & 0x00FF00FF;
59 temp += (*pint++ >> 8) & 0x00FF00FF;
60 temp += (*pint++ >> 8) & 0x00FF00FF
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
zmouse.h 36 __CRT_INLINE HWND HwndMSWheel(PUINT puiMsh_MsgMouseWheel,PUINT puiMsh_Msg3DSupport,PUINT puiMsh_MsgScrollLines,PBOOL pf3DSupport,PINT piScrollLines) {
windef.h 122 typedef int *PINT;
mmcobj.h 214 typedef int *PINT;
630 virtual HRESULT WINAPI get_Top(PINT Top) = 0;
632 virtual HRESULT WINAPI get_Bottom(PINT Bottom) = 0;
634 virtual HRESULT WINAPI get_Left(PINT Left) = 0;
636 virtual HRESULT WINAPI get_Right(PINT Right) = 0;
    [all...]
setupapi.h     [all...]
winldap.h     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 71 int* pInt;
166 NewParam(name)->pInt=pAddr;
233 if(p->pInt) return p->pInt[0];
251 if(p->pInt)p->pInt[0] = cvRound(val);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 72 typedef int *PINT;
  /external/skia/tools/flags/
SkCommandLineFlags.h 284 static bool CreateIntFlag(const char* name, int32_t* pInt,
287 info->fIntValue = pInt;
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 423 "typedef int *pInt;"
424 "void A(int a, pInt b, ssize_t c);",
426 "void A(int a, pInt b, ssize_t c)"));
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java 194 {"PINT", "54"},
398 MeasureUnit.PINT,
    [all...]
  /external/icu/icu4c/source/i18n/
measunit.cpp 482 "pint",
  /external/icu/icu4c/source/i18n/unicode/
measunit.h     [all...]

Completed in 832 milliseconds

1 2