Home
last modified time | relevance | path

Searched refs:firstCall (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mapi/
Du_current.c192 static int firstCall = 1; in u_current_init() local
198 if (firstCall) { in u_current_init()
202 firstCall = 0; in u_current_init()
/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTest.java147 boolean firstCall = true; in testRead_withProcessor_stopsOnFalse()
151 assertTrue("consume() called twice", firstCall); in testRead_withProcessor_stopsOnFalse()
152 firstCall = false; in testRead_withProcessor_stopsOnFalse()
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.h94 int16_t firstCall; // First call to the process-function member
Danalog_agc.c674 if (stt->firstCall == 0) in WebRtcAgc_ProcessAnalog()
677 stt->firstCall = 1; in WebRtcAgc_ProcessAnalog()
1451 stt->firstCall = 0; in WebRtcAgc_Init()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c2111 static boolean firstCall = TRUE; in st_choose_format() local
2112 if (firstCall) { in st_choose_format()
2114 firstCall = FALSE; in st_choose_format()