HomeSort by relevance Sort by last modified time
    Searched refs:COUNT (Results 126 - 150 of 227) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 170 "wrong weak ref count for object")
173 "wrong weak ref count for object after deleting proxy")
904 COUNT = 10
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 170 "wrong weak ref count for object")
173 "wrong weak ref count for object after deleting proxy")
904 COUNT = 10
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 170 "wrong weak ref count for object")
173 "wrong weak ref count for object after deleting proxy")
904 COUNT = 10
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 170 "wrong weak ref count for object")
173 "wrong weak ref count for object after deleting proxy")
904 COUNT = 10
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_s390x.s 209 #define COUNT R4
234 MOVD $1, COUNT
261 ADDW $1, COUNT
263 CMPW COUNT, $17
276 #undef COUNT
301 #define COUNT R4
326 MOVD $1, COUNT
353 ADDW $1, COUNT
355 CMPW COUNT, $65
368 #undef COUNT
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_s390x.s 209 #define COUNT R4
234 MOVD $1, COUNT
261 ADDW $1, COUNT
263 CMPW COUNT, $17
276 #undef COUNT
301 #define COUNT R4
326 MOVD $1, COUNT
353 ADDW $1, COUNT
355 CMPW COUNT, $65
368 #undef COUNT
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
iq2000-opc.c 1061 /* pkrlr1 $rt,$_index,$count */
1064 { { MNEM, ' ', OP (RT), ',', OP (_INDEX), ',', OP (COUNT), 0 } },
1067 /* pkrlr30 $rt,$_index,$count */
1070 { { MNEM, ' ', OP (RT), ',', OP (_INDEX), ',', OP (COUNT), 0 } },
1079 /* rbr1 $rt,$_index,$count */
1082 { { MNEM, ' ', OP (RT), ',', OP (_INDEX), ',', OP (COUNT), 0 } },
1085 /* rbr30 $rt,$_index,$count */
1088 { { MNEM, ' ', OP (RT), ',', OP (_INDEX), ',', OP (COUNT), 0 } },
1103 /* rxr1 $rt,$_index,$count */
1106 { { MNEM, ' ', OP (RT), ',', OP (_INDEX), ',', OP (COUNT), 0 } }
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyLineActivity.java 485 ResultUnit.COUNT);
491 ResultUnit.COUNT);
AudioFrequencySpeakerActivity.java 511 ResultUnit.COUNT);
517 ResultUnit.COUNT);
AudioFrequencyMicActivity.java 722 ResultUnit.COUNT);
728 ResultUnit.COUNT);
    [all...]
AudioFrequencyUnprocessedActivity.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoritesTileAdapter.java 65 * number of starred contacts to show, rather 1. If the count of starred contacts is less than
66 * this limit, show 20 tiles total. 2. If the count of starred contacts is more than or equal to
449 return ViewTypes.COUNT;
697 static final int COUNT = 1;
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 428 assertEquals(TEST_NAME + ": implicit channel count", expectedChannelCount,
467 assertTrue(TEST_NAME + ": buffer frame count", observedBufferSize2 > 0);
    [all...]
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 56 for (int32_t pl = 0; pl < StandardPlural::COUNT; ++pl) {
75 [UDAT_RELATIVE_UNIT_COUNT][2][StandardPlural::COUNT];
109 for (int32_t pl = 0; pl < StandardPlural::COUNT; ++pl) {
575 int32_t count; local
577 dfSym.getWeekdays(count, DateFormatSymbols::STANDALONE, dtfmtWidth);
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 384 // Count Header
385 intHeader = (Long)headImpl.getHeader(HeaderSet.COUNT);
387 out.write((byte)HeaderSet.COUNT);
391 headImpl.setHeader(HeaderSet.COUNT, null);
    [all...]
  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
QueryMethodProcessorTest.kt 335 @Query("select COUNT(*) from User")
352 @Query("select COUNT(*) from User where :t")
  /kernel/tests/net/test/
multinetwork_test.py 784 COUNT = 1000
788 for i in xrange(0, COUNT):
792 self.assertEquals(COUNT + baseline, self.CountRoutes())
793 for i in xrange(0, COUNT):
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java 555 return NumericType.COUNT-1;
577 return HangulSyllableType.COUNT-1;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 554 return NumericType.COUNT-1;
576 return HangulSyllableType.COUNT-1;
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 75 int validation_ascii_to_fp(int count, int argc, char **argv)
258 while (--count);
303 int cmillions; /* Count of millions of numbers */
556 int validation_checkfp(int count, int argc, char **argv)
606 int validation_muldiv(int count, int argc, char **argv)
722 while (--count > 0);
950 /* The following COUNT (10^8) takes about 1 hour on a 1GHz Pentium IV
953 #define COUNT 1000000000
957 int count = COUNT; local
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 68 static void emit_DrawArrays_none(GLenum mode, GLint first, GLsizei count);
69 static void emit_DrawArrays_old(GLenum mode, GLint first, GLsizei count);
71 static void emit_DrawElements_none(GLenum mode, GLsizei count, GLenum type,
73 static void emit_DrawElements_old(GLenum mode, GLsizei count, GLenum type,
88 static GLboolean validate_count(struct glx_context * gc, GLsizei count);
217 arrays->arrays[0].count = 3;
223 arrays->arrays[1].count = 4;
229 arrays->arrays[2].count = 1;
234 arrays->arrays[3].count = 1;
240 arrays->arrays[4 + i].count = 4
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 268 int count, CvSize winSize, int level,
354 if( count == 0 )
360 if( count < 0 )
374 CV_CALL( status = _status = (char*)cvAlloc( count*sizeof(_status[0]) ));
399 CV_CALL( error = _error = (float*)cvAlloc( count*sizeof(_error[0]) ));
401 for( i = 0; i < count; i++ )
405 (const float*)featuresA, (float*)featuresB, status, error, count,
409 for( i = 0; i < count; i++ )
428 memset( status, 1, count );
430 memset( error, 0, count*sizeof(error[0]) )
1161 int count_x, count_y, count; local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java 430 for (int i = 0; i <= Settings.COUNT; i++) {

Completed in 1610 milliseconds

1 2 3 4 56 7 8 910