HomeSort by relevance Sort by last modified time
    Searched refs:CHUNKS (Results 1 - 3 of 3) sorted by null

  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderFuzzerTest.java 66 static final String[] CHUNKS = {
167 String chunk = pick(rnd, CHUNKS);
  /external/ltp/
runltp 112 [ -g HTMLFILE] [ -i NUM_PROCS ] [ -l LOGFILE ] [ -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG ]
140 -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG
143 [CHUNKS = malloc these many chunks (default is 1 when value 0 or undefined)]
144 [BYTES = malloc CHUNKS of BYTES bytes (default is 256MB when value 0 or undefined) ]
357 m) NUM_PROCS=1; CHUNKS=1; BYTES=$((256 * 1024 * 1024)); HANGUP_FLAG=0
364 2) CHUNKS="$ARGUMENT" ;;
374 if [ "$CHUNKS" -eq 0 ]; then
375 CHUNKS=1
385 $LTPROOT/testcases/bin/genload --vm $NUM_PROCS --vm-chunks \
    [all...]
  /external/libevent/test/
regress_http.c 362 static char const* const CHUNKS[] = {
381 evbuffer_add_printf(evb, "%s", CHUNKS[state->i]);
385 if (++state->i < (int) (sizeof(CHUNKS)/sizeof(CHUNKS[0]))) {
    [all...]

Completed in 4232 milliseconds