HomeSort by relevance Sort by last modified time
    Searched defs:MAX_LOOPS (Results 1 - 7 of 7) sorted by null

  /external/libopus/silk/
NLSF_stabilize.c 44 #define MAX_LOOPS 20
60 for( loops = 0; loops < MAX_LOOPS; loops++ ) {
121 if( loops == MAX_LOOPS )
  /bionic/tests/
malloc_test.cpp 424 constexpr size_t MAX_LOOPS = 200;
428 uint32_t** values_32 = new uint32_t*[MAX_LOOPS];
429 uint64_t** values_64 = new uint64_t*[MAX_LOOPS];
430 long double** values_ldouble = new long double*[MAX_LOOPS];
432 void** filler = new void*[MAX_LOOPS];
434 for (size_t i = 0; i < MAX_LOOPS; i++) {
448 for (size_t i = 0; i < MAX_LOOPS; i++) {
462 for (size_t i = 0; i < MAX_LOOPS; i++) {
482 for (size_t i = 0; i < MAX_LOOPS; i++) {
  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooper.java 198 private static final int MAX_LOOPS = 100;
205 * The thread loops a maximum of MAX_LOOPS times with a 10ms sleep between loops.
212 for (int i = 0; i < MAX_LOOPS; i++) {
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 91 milliseconds