Searched defs:counter (Results 1 – 6 of 6) sorted by relevance
| /development/ndk/platforms/android-3/arch-arm/include/asm/ |
| D | atomic.h | 17 typedef struct { volatile int counter; } atomic_t; member
|
| /development/samples/ApiDemos/src/com/example/android/apis/preference/ |
| D | LaunchingPreferences.java | 97 final int counter = sharedPref.getInt(AdvancedPreferences.KEY_MY_PREFERENCE, 0); in updateCounterText() local
|
| /development/ndk/platforms/android-9/arch-x86/include/asm/ |
| D | atomic_32.h | 25 typedef struct { int counter; } atomic_t; member
|
| /development/ndk/platforms/android-9/arch-mips/include/asm/ |
| D | atomic.h | 27 typedef struct { volatile int counter; } atomic_t; member
|
| D | mipsregs.h | 474 #define read_r10k_perf_cntr(counter) ({ unsigned int __res; __asm__ __volatile__( "mfpc\t%0,… argument 475 #define write_r10k_perf_cntr(counter,val) do { __asm__ __volatile__( "mtpc\t%0, %1" : : "r… argument 476 #define read_r10k_perf_event(counter) ({ unsigned int __res; __asm__ __volatile__( "mfps\t%0… argument 477 #define write_r10k_perf_cntl(counter,val) do { __asm__ __volatile__( "mtps\t%0, %1" : : "r… argument
|
| /development/tools/emulator/opengl/system/GLESv2_enc/ |
| D | gl2_entry.cpp | 1220 void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei* lengt… in glGetPerfMonitorCounterStringAMD() 1226 void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid* data) in glGetPerfMonitorCounterInfoAMD()
|