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

1 2

  /external/icu4c/test/cintltst/
ucnvseltst.c 77 getEncodings(int32_t start, int32_t step, int32_t count, int32_t *pCount) {
81 *pCount = 0;
97 ++*pCount;
109 getNoEncodings(int32_t *pCount) {
110 *pCount = 0;
116 getOneEncoding(int32_t *pCount) {
117 return getEncodings(1, 0, 1, pCount);
121 getFirstEvenEncodings(int32_t *pCount) {
122 return getEncodings(0, 2, 25, pCount);
126 getMiddleEncodings(int32_t *pCount) {
    [all...]
cucdtst.c     [all...]
  /frameworks/rs/
rsMesh.cpp 96 for (uint32_t pCount = 0; pCount < mHal.state.primitivesCount; pCount ++) {
97 stream->addU8((uint8_t)mHal.state.primitives[pCount]);
99 if (mHal.state.indexBuffers[pCount]) {
101 mHal.state.indexBuffers[pCount]->serialize(stream);
138 for (uint32_t pCount = 0; pCount < primitivesCount; pCount ++) {
139 primitives[pCount] = (RsPrimitive)stream->loadU8()
    [all...]
  /frameworks/wilhelm/src/itf/
IMetadataTraversal.c 46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount)
50 if (NULL == pCount) {
57 *pCount = count;
IMIDIMuteSolo.c 108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount)
112 if (NULL == pCount) {
118 *pCount = trackCount;
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 109 size_t pread(int pFD, Address pBuf, size_t pCount, off_t pOffset);
110 size_t pwrite(int pFD, const Address pBuf, size_t pCount, off_t pOffset);
  /dalvik/vm/
Exception.h 187 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount);
194 INLINE int* dvmFillInStackTraceRaw(Thread* thread, size_t* pCount) {
195 return (int*) dvmFillInStackTraceInternal(thread, false, pCount);
Exception.cpp 823 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount)
832 if (pCount != NULL)
833 *pCount = 0;
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 100 /// rehash - immediately re-new the hash table to the size pCount, and
102 void rehash(size_type pCount);
  /external/valgrind/main/include/
pub_tool_wordfm.h 208 Bool VG_(nextIterBag)( WordBag*, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount );
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 484 OMX_U32 *pCount);
  /external/valgrind/main/coregrind/
m_wordfm.c 967 Bool VG_(nextIterBag)( WordBag* bag, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount )
969 return VG_(nextIterFM)( bag->fm, pVal, pCount );
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]

Completed in 1060 milliseconds

1 2