HomeSort by relevance Sort by last modified time
    Searched defs:maxCount (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /external/icu/icu4c/source/i18n/
quant.h 31 uint32_t minCount, uint32_t maxCount);
119 uint32_t maxCount;
  /cts/tests/tests/opengl/libopengltest/
attach_shader_eleven.cpp 32 GLsizei maxCount = 10;
34 GLuint shaders[maxCount];
36 glGetAttachedShaders(program, maxCount,
attach_shader_four.cpp 27 GLsizei maxCount = 10;
29 GLuint shaders[maxCount];
31 glGetAttachedShaders(program, maxCount,
attach_shader_ten.cpp 31 GLsizei maxCount = 10;
33 GLuint shaders[maxCount];
35 glGetAttachedShaders(program, maxCount,
attach_shader_two.cpp 33 GLsizei maxCount = 10;
35 GLuint shaders[maxCount];
37 glGetAttachedShaders(program, maxCount,
attach_shader_five.cpp 31 GLsizei maxCount = 10;
33 GLuint shaders[maxCount];
35 glGetAttachedShaders(program, maxCount,
attach_shader_one.cpp 48 GLsizei maxCount = 10;
50 GLuint shaders[maxCount];
52 glGetAttachedShaders(program, maxCount,
color_one.cpp 72 GLsizei maxCount = 10;
74 GLuint shaders[maxCount];
76 glGetAttachedShaders(gProgram, maxCount,
  /device/generic/goldfish/libqemu/
test_guest_1.c 43 const int maxCount = 100;
66 for (count = 0; count < maxCount; count++) {
test_guest_2.c 56 int maxCount = 1000;
162 for (count = 0; count < maxCount; count++) {
237 printf("Total bytes: %g bytes\n", 1.0*maxCount*bufferSize);
238 printf("Bandwidth: %g MB/s\n", (maxCount*bufferSize/(1024.0*1024.0))/(time1 - time0) );
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
Grep.java 90 long maxCount = Long.MAX_VALUE;
100 maxCount = Long.parseLong(args[++i]);
146 .limit(maxCount)
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
Grep.java 90 long maxCount = Long.MAX_VALUE;
100 maxCount = Long.parseLong(args[++i]);
146 .limit(maxCount)
  /system/chre/core/tests/
memory_manager_test.cc 77 size_t maxCount = manager.getMaxAllocationCount();
80 for (size_t i = 0; i < maxCount-1; i++) {
86 EXPECT_EQ(manager.getTotalAllocatedBytes(), maxCount * sizeof(node));
87 EXPECT_EQ(manager.getAllocationCount(), maxCount);
91 for (size_t i = 0; i < maxCount; i++) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Quantifier.java 19 private int maxCount;
33 maxCount = theMaxCount;
45 while (count < maxCount) {
78 if (maxCount == 1) {
80 } else if (maxCount == MAX) {
84 } else if (minCount == 1 && maxCount == MAX) {
90 if (maxCount != MAX) {
91 result.append(Utility.hex(maxCount,1));
112 if (maxCount > 0) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Quantifier.java 18 private int maxCount;
32 maxCount = theMaxCount;
44 while (count < maxCount) {
77 if (maxCount == 1) {
79 } else if (maxCount == MAX) {
83 } else if (minCount == 1 && maxCount == MAX) {
89 if (maxCount != MAX) {
90 result.append(Utility.hex(maxCount,1));
111 if (maxCount > 0) {
  /frameworks/base/cmds/statsd/tests/guardrail/
StatsdStats_test.cpp 285 size_t maxCount = StatsdStats::kMaxTimestampCount;
286 EXPECT_EQ(maxCount, configStats->broadcast_sent_time_sec.size());
287 EXPECT_EQ(maxCount, configStats->data_drop_time_sec.size());
288 EXPECT_EQ(maxCount, configStats->dump_report_stats.size());
312 const int maxCount = StatsdStats::kMaxSystemServerRestarts;
313 EXPECT_EQ(maxCount, (int)report.system_restart_sec_size());
319 EXPECT_EQ(maxCount, (int)report.system_restart_sec_size());
320 EXPECT_EQ(StatsdStats::kMaxSystemServerRestarts + 1, report.system_restart_sec(maxCount - 1));
  /hardware/qcom/display/msm8996/libqdutils/
qd_utils.cpp 57 const uint32_t maxCount = 10;
58 char *tokens[maxCount] = { NULL };
85 if (parseLine(line, tokens, maxCount, &tokenCount)) {
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 188 int maxCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount +
190 maxCount = std::min(maxBufferCount, maxCount);
191 return maxCount;
  /hardware/qcom/display/msm8909/libqdutils/
qd_utils.cpp 115 const uint32_t maxCount = 10;
116 char *tokens[maxCount] = { NULL };
141 if (parseLine(line, tokens, maxCount, &tokenCount)) {
243 const uint32_t maxCount = 10;
244 char *tokens[maxCount] = { NULL };
265 if (!parseLine(line, tokens, maxCount, &tokenCount)) {
  /hardware/qcom/display/msm8909w_3100/libqdutils/
qd_utils.cpp 115 const uint32_t maxCount = 10;
116 char *tokens[maxCount] = { NULL };
141 if (parseLine(line, tokens, maxCount, &tokenCount)) {
243 const uint32_t maxCount = 10;
244 char *tokens[maxCount] = { NULL };
265 if (!parseLine(line, tokens, maxCount, &tokenCount)) {
  /hardware/qcom/display/msm8998/libqdutils/
qd_utils.cpp 115 const uint32_t maxCount = 10;
116 char *tokens[maxCount] = { NULL };
141 if (parseLine(line, tokens, maxCount, &tokenCount)) {
243 const uint32_t maxCount = 10;
244 char *tokens[maxCount] = { NULL };
265 if (!parseLine(line, tokens, maxCount, &tokenCount)) {
  /art/test/036-finalizer/src/
Main.java 116 public static final int maxCount = 1024;
117 public static boolean finalized[] = new boolean[maxCount];
125 for (int i = 0; i < maxCount; ++i) {
150 allocFinalizableObjects(FinalizeCounter.maxCount);
153 if (FinalizeCounter.getCount() != FinalizeCounter.maxCount) {
156 System.out.println("Finalized " + FinalizeCounter.getCount() + " / " + FinalizeCounter.maxCount);
167 System.out.println("After sleep finalized " + FinalizeCounter.getCount() + " / " + FinalizeCounter.maxCount);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
MediaDataBox.java 86 long maxCount = (64 * 1024 * 1024) - (32 * 1024);
92 offset += from.transferTo(position + offset, Math.min(maxCount, count - offset), to);
  /frameworks/av/media/libnblog/
PerformanceAnalysis.cpp 283 int maxCount = it->second;
289 if (it->second > maxCount) {
290 maxCount = it->second;
293 int height = log2(maxCount) + 1; // maxCount > 0, safe to call log2
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 217 uint32_t maxCount = MAX_MIXER_CHANNEL_COUNT;
222 maxCount = UINT_MAX;
231 if ((cnlCount > channelCount) && (cnlCount <= maxCount)) {

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 910