Searched refs:COUNT (Results 51 - 75 of 109) sorted by relevance

12345

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUProperty.java952 * properties or values may have more than COUNT aliases.
956 static final int COUNT = 2; field in interface:UProperty.NameChoice
H A DUCharacter.java1171 public static final int COUNT = 274; field in class:UCharacter.UnicodeBlock
1178 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT];
2436 for (int blockId = 0; blockId < COUNT; ++blockId) {
2601 public static final int COUNT = 6; field in interface:UCharacter.EastAsianWidth
2690 public static final int COUNT = 18; field in interface:UCharacter.DecompositionType
2731 public static final int COUNT = 6; field in interface:UCharacter.JoiningType
3041 public static final int COUNT = 89; field in interface:UCharacter.JoiningGroup
3117 public static final int COUNT = 18; field in interface:UCharacter.GraphemeClusterBreak
3203 public static final int COUNT = 22; field in interface:UCharacter.WordBreak
3279 public static final int COUNT field in interface:UCharacter.SentenceBreak
3460 public static final int COUNT = 43; field in interface:UCharacter.LineBreak
3493 public static final int COUNT = 4; field in interface:UCharacter.NumericType
3535 public static final int COUNT = 6; field in interface:UCharacter.HangulSyllableType
3567 public static final int COUNT = 3; field in interface:UCharacter.BidiPairedBracketType
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DQuantityFormatter.java27 new SimpleFormatter[StandardPlural.COUNT];
/external/ltp/testcases/realtime/func/periodic_cpu_load/
H A Dmixed_load.sh72 COUNT=$#
77 echo "scale=2; $SUM / $COUNT" | bc
/external/skia/include/gpu/
H A DGrFragmentProcessor.h188 int (BASE::*COUNT)() const,
209 while (fCTIdx == (fCurrFP->*COUNT)()) {
/external/valgrind/none/tests/solaris/
H A Dcoredump_many_threads.post.exp8 THREAD STATE SOBJ COUNT
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java119 final int COUNT = 12;
120 expect(backingMap.get(KEY)).andReturn(new AtomicInteger(COUNT));
123 assertEquals(COUNT, multiset.count(KEY));
145 final int COUNT = 400;
151 assertEquals(0, multiset.add(KEY, COUNT));
/external/v8/benchmarks/
H A Drichards.js49 scheduler.addIdleTask(ID_IDLE, 0, null, COUNT);
80 var COUNT = 1000; variable
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java981 public static final int COUNT = 274; field in class:UCharacter.UnicodeBlock
988 private final static UnicodeBlock BLOCKS_[] = new UnicodeBlock[COUNT];
2071 for (int blockId = 0; blockId < COUNT; ++blockId) {
2226 public static final int COUNT = 6; field in interface:UCharacter.EastAsianWidth
2297 public static final int COUNT = 18; field in interface:UCharacter.DecompositionType
2332 public static final int COUNT = 6; field in interface:UCharacter.JoiningType
2587 public static final int COUNT = 89; field in interface:UCharacter.JoiningGroup
2651 public static final int COUNT = 18; field in interface:UCharacter.GraphemeClusterBreak
2724 public static final int COUNT = 22; field in interface:UCharacter.WordBreak
2785 public static final int COUNT field in interface:UCharacter.SentenceBreak
2929 public static final int COUNT = 43; field in interface:UCharacter.LineBreak
2958 public static final int COUNT = 4; field in interface:UCharacter.NumericType
2994 public static final int COUNT = 6; field in interface:UCharacter.HangulSyllableType
3023 public static final int COUNT = 3; field in interface:UCharacter.BidiPairedBracketType
[all...]
/external/deqp/framework/common/
H A DtcuTexture.cpp940 #define UI8(OFFS, COUNT) ((*((const deUint8*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1))
941 #define UI16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1))
942 #define UI32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1))
943 #define SI32(OFFS, COUNT) signExtend(UI32(OFFS, COUNT), (COUNT))
944 #define UN8(OFFS, COUNT) channelToUnormFloa
[all...]
/external/ltp/testcases/commands/ade/ar/
H A Dar0153 COUNT=1
113 while [ $COUNT -le $LOOPS ]
115 echo "-------System test for ar command, Loop $COUNT----"
734 COUNT=`expr $COUNT + 1`
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationKey.java124 public static final int COUNT = 3; field in class:CollationKey.BoundMode
H A DRelativeDateTimeFormatter.java1045 patterns = new String[2][StandardPlural.COUNT];
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationKey.java127 public static final int COUNT = 3; field in class:CollationKey.BoundMode
/external/tinyxml2/
H A Dtinyxml2.h267 for( int i=0; i<COUNT-1; ++i ) {
270 block->chunk[COUNT-1].next = 0;
295 enum { COUNT = 1024/SIZE }; enumerator in enum:tinyxml2::MemPoolT::__anon20947
301 Chunk chunk[COUNT];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUCharacterTest.java2176 if( UCharacter.getIntPropertyMaxValue(UProperty.BLOCK)!=UCharacter.UnicodeBlock.COUNT-1 ) {
2179 if(UCharacter.getIntPropertyMaxValue(UProperty.LINE_BREAK)!=UCharacter.LineBreak.COUNT-1) {
2185 if(UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE)!=UCharacter.NumericType.COUNT-1) {
2191 if(UCharacter.getIntPropertyMaxValue(UProperty.HANGUL_SYLLABLE_TYPE)!=UCharacter.HangulSyllableType.COUNT-1) {
2194 if(UCharacter.getIntPropertyMaxValue(UProperty.GRAPHEME_CLUSTER_BREAK)!=UCharacter.GraphemeClusterBreak.COUNT-1) {
2197 if(UCharacter.getIntPropertyMaxValue(UProperty.SENTENCE_BREAK)!=UCharacter.SentenceBreak.COUNT-1) {
2200 if(UCharacter.getIntPropertyMaxValue(UProperty.WORD_BREAK)!=UCharacter.WordBreak.COUNT-1) {
2203 if(UCharacter.getIntPropertyMaxValue(UProperty.BIDI_PAIRED_BRACKET_TYPE)!=UCharacter.BidiPairedBracketType.COUNT-1) {
2210 if( UCharacter.getIntPropertyMaxValue(UProperty.DECOMPOSITION_TYPE) != (UCharacter.DecompositionType.COUNT - 1)) {
2213 if( UCharacter.getIntPropertyMaxValue(UProperty.JOINING_GROUP) != (UCharacter.JoiningGroup.COUNT
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2175 if( UCharacter.getIntPropertyMaxValue(UProperty.BLOCK)!=UCharacter.UnicodeBlock.COUNT-1 ) {
2178 if(UCharacter.getIntPropertyMaxValue(UProperty.LINE_BREAK)!=UCharacter.LineBreak.COUNT-1) {
2184 if(UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE)!=UCharacter.NumericType.COUNT-1) {
2190 if(UCharacter.getIntPropertyMaxValue(UProperty.HANGUL_SYLLABLE_TYPE)!=UCharacter.HangulSyllableType.COUNT-1) {
2193 if(UCharacter.getIntPropertyMaxValue(UProperty.GRAPHEME_CLUSTER_BREAK)!=UCharacter.GraphemeClusterBreak.COUNT-1) {
2196 if(UCharacter.getIntPropertyMaxValue(UProperty.SENTENCE_BREAK)!=UCharacter.SentenceBreak.COUNT-1) {
2199 if(UCharacter.getIntPropertyMaxValue(UProperty.WORD_BREAK)!=UCharacter.WordBreak.COUNT-1) {
2202 if(UCharacter.getIntPropertyMaxValue(UProperty.BIDI_PAIRED_BRACKET_TYPE)!=UCharacter.BidiPairedBracketType.COUNT-1) {
2209 if( UCharacter.getIntPropertyMaxValue(UProperty.DECOMPOSITION_TYPE) != (UCharacter.DecompositionType.COUNT - 1)) {
2212 if( UCharacter.getIntPropertyMaxValue(UProperty.JOINING_GROUP) != (UCharacter.JoiningGroup.COUNT
[all...]
/external/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp56 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) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterProperty.java555 return NumericType.COUNT-1;
577 return HangulSyllableType.COUNT-1;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java554 return NumericType.COUNT-1;
576 return HangulSyllableType.COUNT-1;
/external/libpng/contrib/libtests/
H A Dtarith.c950 /* The following COUNT (10^8) takes about 1 hour on a 1GHz Pentium IV
953 #define COUNT 1000000000 macro
957 int count = COUNT;
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c1087 #define COMMON_ARRAY_DATA_INIT(a, PTR, TYPE, STRIDE, COUNT, NORMALIZED, HDR_SIZE, OPCODE) \
1092 (a)->count = COUNT; \
1095 (a)->element_size = __glXTypeSize( TYPE ) * COUNT; \
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp1138 const int COUNT = 15; local
1225 count_y = COUNT;
1226 count_x = cvRound((double)COUNT*sz1.width/sz1.height);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DSpdy3.java430 for (int i = 0; i <= Settings.COUNT; i++) {
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp526 const int32_t COUNT = 4; local
527 DateFormat* dateFormats[COUNT];
591 assertTrue("data size", EXPECTED_LENGTH == COUNT * UDAT_FIELD_COUNT);
594 for (j = 0, exp = 0; j < COUNT; ++j) {
644 for (i=0; i<COUNT; ++i) {

Completed in 1270 milliseconds

12345