Searched defs:pInt (Results 1 - 10 of 10) sorted by relevance

/external/skia/tools/flags/
H A DSkCommandLineFlags.h318 static bool CreateIntFlag(const char* name, int32_t* pInt, argument
321 info->fIntValue = pInt;
326 static bool CreateIntFlag(const char* name, const char* shortName, int32_t* pInt, argument
329 info->fIntValue = pInt;
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp71 int* pInt; member in struct:CvDefParam
166 NewParam(name)->pInt=pAddr;
233 if(p->pInt) return p->pInt[0];
251 if(p->pInt)p->pInt[0] = cvRound(val);
/external/sqlite/dist/orig/
H A Dsqlite3.c18226 int *pInt; local
18234 pInt = (int*)pAllocation;
18236 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
18318 int *pInt; local
18360 pInt = (int*)&pHdr[1];
18361 pInt[nReserve/sizeof(int)] = REARGUARD;
18362 randomFill((char*)pInt, nByte);
18363 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
18364 p = (void*)pInt;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18226 int *pInt; local
18234 pInt = (int*)pAllocation;
18236 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
18318 int *pInt; local
18360 pInt = (int*)&pHdr[1];
18361 pInt[nReserve/sizeof(int)] = REARGUARD;
18362 randomFill((char*)pInt, nByte);
18363 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
18364 p = (void*)pInt;
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 902 milliseconds