/external/linux-kselftest/tools/testing/selftests/sysctl/ |
run_stringtests | 11 MAXLEN=65 33 echo -n "Checking sysctl maxlen is at least $MAXLEN ... " 35 perl -e 'print "A" x ('"${MAXLEN}"'-2), "B";' | \ 36 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 46 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \ 47 dd of="${TARGET}" bs=$(( MAXLEN - 1 )) 2>/dev/null 57 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \ 58 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null 68 perl -e 'print "A" x ('"${MAXLEN}"'-1), "BB";' | [all...] |
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
demangler-fuzzer.c | 26 #define MAXLEN 253 53 char symbol[2 + MAXLEN + 1] = "_Z"; 95 length = rand () % MAXLEN;
|
/external/icu/icu4c/source/test/cintltst/ |
cbiditst.c | 28 #define MAXLEN MAX_STRING_LENGTH 178 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode); 205 UChar string[MAXLEN]; 448 char levelChars[MAXLEN]; 527 int32_t visMap[MAXLEN]; 528 int32_t logMap[MAXLEN]; 529 char accumSrc[MAXLEN]; 530 char accumDst[MAXLEN]; 730 char formatChars[MAXLEN]; 740 UChar src[MAXLEN]; [all...] |
/hardware/intel/common/utils/ISV/profile/ |
isv_profile.cpp | 392 const int MAXLEN = 1024; 393 char buf[MAXLEN] = {0}; 394 memset(buf, 0 ,MAXLEN); 395 if(fread(buf, 1, MAXLEN, setting_handle) <= 0) { 400 buf[MAXLEN - 1] = '\0';
|
/toolchain/binutils/binutils-2.25/opcodes/ |
h8500-dis.c | 32 #define MAXLEN 8 40 bfd_byte the_buffer[MAXLEN];
|
vax-dis.c | 70 #define MAXLEN 25 76 bfd_byte the_buffer[MAXLEN];
|
ns32k-dis.c | 50 #define MAXLEN 62 58 bfd_byte the_buffer[MAXLEN];
|
m68k-dis.c | 161 #define MAXLEN 22 167 bfd_byte the_buffer[MAXLEN]; [all...] |
/external/libnl/lib/netfilter/ |
queue_obj.c | 42 nl_dump(p, "maxlen=%u ", queue->queue_maxlen); 116 void nfnl_queue_set_maxlen(struct nfnl_queue *queue, uint32_t maxlen) 118 queue->queue_maxlen = maxlen; 177 diff |= NFNL_QUEUE_DIFF_VAL(MAXLEN, queue_maxlen); 189 __ADD(QUEUE_ATTR_MAXLEN, maxlen)
|
/system/extras/ksmutils/ |
lookup3.c | 792 #define MAXLEN 70 795 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; 802 for (hlen=0; hlen < MAXLEN; ++hlen) 865 uint8_t buf[MAXLEN+20], *b; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
mimify.py | 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestBidi.java | 28 private static final int MAXLEN = 256; 37 bidi = new Bidi(MAXLEN, 0); 207 int[] visualMap4 = new int[MAXLEN];
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestBidi.java | 27 private static final int MAXLEN = 256; 36 bidi = new Bidi(MAXLEN, 0); 206 int[] visualMap4 = new int[MAXLEN];
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mimify.py | 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 342 if len(line) > MAXLEN: 454 MAXLEN = int(a)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mimify.py | 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 342 if len(line) > MAXLEN: 454 MAXLEN = int(a)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 342 if len(line) > MAXLEN: 454 MAXLEN = int(a)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimify.py | 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 342 if len(line) > MAXLEN: 454 MAXLEN = int(a)
|
/external/ltp/testcases/network/nfsv4/locks/ |
locktests.c | 32 int MAXLEN = 64; 621 char tmp[MAXLEN], *buf; 651 memset(tmp, 0, MAXLEN);
|
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/ |
pmd-5.1.1.jar | |