HomeSort by relevance Sort by last modified time
    Searched refs:counter (Results 226 - 250 of 375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/security/
SecureRandom.java 87 private long counter; field in class:SecureRandom
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 410 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
411 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, void *data);
422 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
423 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, void *data);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 410 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
411 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, void *data);
422 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
423 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, void *data);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 410 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
411 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, void *data);
422 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
423 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, void *data);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 410 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
411 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, void *data);
422 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, char *counterString);
423 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, void *data);
  /external/chromium/base/
stats_table.cc 32 // | Counter names table |
432 // Attempt to find the counter.
439 // Counter does not exist, so add it.
449 // To add a counter to the shared memory, we need the
453 // We have space, so create a new counter.
545 // Find the counter id for the counter.
547 int counter = table->FindCounter(str_name); local
550 return table->GetLocation(counter, slot);
tracked_objects.cc 349 ThreadSafeDownCounter* counter = local
356 new RunTheStatic(function, completion_handle, counter));
359 RunTheStatic local_task(function, completion_handle, counter);
470 ThreadSafeDownCounter* counter)
473 counter_(counter) {
  /external/icu4c/common/
triedict.cpp 326 MutableTrieEnumeration counter(fRoot, status);
328 while (counter.snext(status) != NULL && U_SUCCESS(status)) {
574 CompactTrieEnumeration counter(fHeader, status);
576 while (counter.snext(status) != NULL && U_SUCCESS(status)) {
954 int32_t counter = size - 2; local
    [all...]
  /external/wpa_supplicant/
sha1.c 126 u8 zero = 0, counter = 0; local
139 addr[3] = &counter;
155 counter++;
177 unsigned char counter = 0; local
193 addr[4] = &counter;
200 counter++;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.c 126 u8 counter = 0; local
137 addr[2] = &counter;
153 counter++;
175 unsigned char counter = 0; local
191 addr[4] = &counter;
198 counter++;
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ScheduledExecutorSubclassTest.java 161 RunnableCounter counter = new RunnableCounter(); local
163 p1.scheduleAtFixedRate(counter, 0, 1, MILLISECONDS);
166 int c = counter.count.get();
179 RunnableCounter counter = new RunnableCounter(); local
181 p1.scheduleWithFixedDelay(counter, 0, 1, MILLISECONDS);
184 int c = counter.count.get();
    [all...]
ScheduledExecutorTest.java 108 RunnableCounter counter = new RunnableCounter(); local
110 p1.scheduleAtFixedRate(counter, 0, 1, MILLISECONDS);
113 int c = counter.count.get();
126 RunnableCounter counter = new RunnableCounter(); local
128 p1.scheduleWithFixedDelay(counter, 0, 1, MILLISECONDS);
131 int c = counter.count.get();
    [all...]
  /external/dbus/dbus/
dbus-message.c 181 * Adds a counter to be incremented immediately with the
184 * The link contains a counter with its refcount already
185 * incremented, but the counter itself not incremented.
186 * Ownership of link and counter refcount is passed to
190 * @param link link with counter as data
220 * Adds a counter to be incremented immediately with the
225 * @param counter the counter
230 DBusCounter *counter)
234 link = _dbus_list_alloc_link (counter);
497 DBusCounter *counter = element; local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 82 for (int counter = 0; counter < objArray.length; counter++)
85 al.get(counter) == objArray[counter]);
    [all...]
  /external/grub/netboot/
eepro.c 186 #define R_ROBIN_BITS 0xc0 /* round robin counter */
504 int i, id, counter, l_eepro = 0; local
514 counter = id & R_ROBIN_BITS;
515 if (((id = inb(ioaddr + ID_REG)) & R_ROBIN_BITS) != (counter + 0x40))
  /external/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 57 mov r2, #7 ;loop counter
193 mov r3, #2 ;loop counter
212 mov r12, #4 ;loop counter
290 mov r2, #8 ;loop counter
385 mov r3, #2 ;loop counter
402 mov r12, #4 ;loop counter
bilinearpredict16x16_neon.asm 48 mov r2, #3 ;loop counter
181 mov r12, #4 ;loop counter
232 mov r2, #4 ;loop counter
300 mov r12, #4 ;loop counter
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 35 mov r12, #4 ;loop counter
135 mov r12, #4 ;loop counter
240 mov r12, #4 ;loop counter
367 mov r2, #4 ;loop counter
407 mov r2, #2 ;loop counter
459 mov r2, #2 ;loop counter
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 438 int counter = 0; local
443 counter++;
446 return counter;
    [all...]
  /external/qemu/audio/
winaudio.c 516 static int counter;
517 if (++counter == 100) {
519 counter = 0;
  /external/v8/src/x64/
macro-assembler-x64.h 700 void SetCounter(StatsCounter* counter, int value);
701 void IncrementCounter(StatsCounter* counter, int value);
702 void DecrementCounter(StatsCounter* counter, int value);
    [all...]
  /external/webkit/WebCore/inspector/
InspectorDOMAgent.cpp 357 unsigned counter = 0; local
409 listenersArray.set(counter++, buildObjectForEventListener(listener, info.eventType, info.node));
420 listenersArray.set(counter++, buildObjectForEventListener(listener, info.eventType, info.node));
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 83 ; negative counter
190 ; negative counter
305 ; negative counter
  /external/chromium/third_party/icu/source/common/
triedict.cpp 358 MutableTrieEnumeration counter(fRoot, status);
360 while (counter.snext(status) != NULL && U_SUCCESS(status)) {
799 CompactTrieEnumeration counter(fInfo, status);
801 while (counter.snext(status) != NULL && U_SUCCESS(status)) {
1386 int32_t counter = size - 2; local
    [all...]

Completed in 2858 milliseconds

1 2 3 4 5 6 7 8 91011>>