Home
last modified time | relevance | path

Searched refs:actionCount (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Dtest_callbacks.cpp212 int actionCount = 0, index = 0; in test_callbacks_simultaneous() local
240 actionCount = index; in test_callbacks_simultaneous()
259 clEventWrapper *actionEvents= new clEventWrapper[actionCount]; in test_callbacks_simultaneous()
288 int total_callbacks= actionCount * EVENT_CALLBACK_TYPE_TOTAL; in test_callbacks_simultaneous()
296 error = clWaitForEvents( actionCount, &actionEvents[ 0 ] ); in test_callbacks_simultaneous()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DActionFile.java79 int actionCount = dataInputStream.readInt(); in load() local
81 for (int i = 0; i < actionCount; i++) { in load()
/external/freetype/src/gxvalid/
Dgxvjust.c386 FT_ULong actionCount; in gxv_just_pcActionRecord_validate() local
391 actionCount = FT_NEXT_ULONG( p ); in gxv_just_pcActionRecord_validate()
392 GXV_TRACE(( "actionCount = %d\n", actionCount )); in gxv_just_pcActionRecord_validate()
394 for ( i = 0; i < actionCount; i++ ) in gxv_just_pcActionRecord_validate()