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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /external/python/cpython2/Lib/test/
test_imageop.py 16 MAX_LEN = 2**20
28 if strlen < MAX_LEN:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
validate.c 8 #define MAX_LEN 8192
11 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE)
84 for (len = 1; len < MAX_LEN; len++) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTUnicode.cpp 39 #define MAX_LEN 0x8FFF
179 while(*++pC && (pC - pUTF16) < MAX_LEN);
182 if(uiBufferLen == MAX_LEN)
277 while(*pC && (pC - pUTF16) < MAX_LEN)
  /external/toybox/kconfig/lxdialog/
dialog.h 54 #define MAX_LEN 2048
  /bionic/tests/
string_test.cpp 166 explicit StringTestState(size_t MAX_LEN) : MAX_LEN(MAX_LEN), align1_index_(0), align2_index_(0) {
169 // TODO: fix the tests to not sometimes use twice their specified "MAX_LEN".
170 glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
171 glob_ptr1 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
172 glob_ptr2 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
211 const size_t MAX_LEN;
224 // smallest (0) and biggest (MAX_LEN) lengths. Avoid repeats.
230 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER))
    [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 45 #define MAX_LEN 1024
64 static char g_config_file_name[MAX_LEN];
65 static char g_src_file_name[MAX_LEN];
66 static char g_dst_file_name[MAX_LEN];
67 static char g_filter_type_name[MAX_LEN];
88 char strLine[MAX_LEN];
101 if (!fgets(strLine, MAX_LEN, fp))
104 for (i = 0; strLine[i] && i < MAX_LEN; i++)
133 char str[MAX_LEN];
147 char str[MAX_LEN];
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 93 #define MAX_LEN(x,y) ((strlen(x)>strlen(y))?strlen(x):strlen(y))
  /external/icu/icu4c/source/test/intltest/
transtst.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 

Completed in 1497 milliseconds