Searched refs:GREY (Results 1 – 25 of 40) sorted by relevance
12
/external/AFLplusplus/test/ |
D | test-unicorn-mode.sh | 36 … $ECHO "$GREY[*] running afl-fuzz for unicorn_mode (persistent), this will take approx 25 seconds" 56 $ECHO "$GREY[*] Using python binary $PY" 62 … $ECHO "$GREY[*] running afl-fuzz for unicorn_mode in python, this will take approx 25 seconds" 80 $ECHO "$GREY[*] running afl-fuzz for unicorn_mode compcov, this will take approx 35 seconds"
|
D | test-performance.sh | 60 GREY="\\033[1;90m" 77 $ECHO "${RESET}${GREY}[*] starting afl++ performance test framework ..." 87 $ECHO "$GREY[*] running afl-fuzz for ${AFL_GCC} for 30 seconds" 111 $ECHO "$GREY[*] running afl-fuzz for llvm_mode for 30 seconds" 135 $ECHO "$GREY[*] running afl-fuzz for gcc_plugin for 30 seconds" 159 $ECHO "$GREY[*] running afl-fuzz for qemu_mode for 30 seconds" 238 $ECHO "$GREY[*] done."
|
D | test-qemu-mode.sh | 23 $ECHO "$GREY[*] running afl-fuzz for qemu_mode, this will take approx 10 seconds" 39 … $ECHO "$GREY[*] running afl-fuzz for qemu_mode AFL_ENTRYPOINT, this will take approx 6 seconds" 62 $ECHO "$GREY[*] running afl-fuzz for qemu_mode compcov, this will take approx 10 seconds" 89 $ECHO "$GREY[*] running afl-fuzz for qemu_mode cmplog, this will take approx 10 seconds" 108 $ECHO "$GREY[*] running afl-fuzz for persistent qemu_mode, this will take approx 10 seconds"
|
D | test-frida-mode.sh | 23 $ECHO "$GREY[*] running afl-fuzz for frida_mode, this will take approx 10 seconds" 40 $ECHO "$GREY[*] running afl-fuzz for frida_mode cmplog, this will take approx 10 seconds" 59 … $ECHO "$GREY[*] running afl-fuzz for persistent frida_mode, this will take approx 10 seconds"
|
D | test-basic.sh | 70 $ECHO "$GREY[*] running afl-fuzz for ${AFL_GCC}, this will take approx 10 seconds" 107 $ECHO "$GREY[*] no bash available, cannot test afl-cmin.bash" 185 $ECHO "$GREY[*] running afl-fuzz for ${AFL_GCC}, this will take approx 10 seconds" 238 $ECHO "$GREY[*] no bash available, cannot test afl-cmin.bash" 257 $ECHO "$GREY[*] not an intel platform, skipped tests of afl-gcc"
|
D | test-custom-mutators.sh | 40 $ECHO "$GREY[*] running afl-fuzz for the C mutator, this will take approx 10 seconds" 60 …$ECHO "$GREY[*] running afl-fuzz with multiple custom C mutators, this will take approx 10 seconds" 79 $ECHO "$GREY[*] running afl-fuzz for the Python mutator, this will take approx 10 seconds"
|
D | test-pre.sh | 125 GREY="\\033[1;90m" 136 $ECHO "${RESET}${GREY}[*] starting afl++ test framework ..."
|
D | test-llvm.sh | 134 $ECHO "$GREY[*] running afl-fuzz for llvm_mode, this will take approx 10 seconds" 189 …$ECHO "$GREY[*] llvm_mode laf-intel/compcov testing splitting integer types (this might take some … 229 $ECHO "$GREY[*] running afl-fuzz with floating point splitting, this will take max. 45 seconds" 261 $ECHO "$GREY[*] running afl-fuzz for llvm_mode cmplog, this will take approx 10 seconds"
|
D | test-unittests.sh | 5 $ECHO "$BLUE[*] Execution cmocka Unit-Tests $GREY"
|
D | test-post.sh | 7 $ECHO "$GREY[*] $AFL_TEST_COUNT test cases completed.$RESET"
|
D | test-fpExtra.sh | 6 …$ECHO "$GREY[*] llvm_mode laf-intel/compcov testing splitting floating point types with Nan, infin…
|
D | test-gcc-plugin.sh | 64 $ECHO "$GREY[*] running afl-fuzz for gcc_plugin, this will take approx 10 seconds"
|
/external/spdx-tools/rdfloader/parser2v2/ |
D | parse_relationship.go | 35 } else if currState.Color == GREY { 42 parser.cache[triple.Object.ID].Color = GREY
|
D | parse_file.go | 25 } else if currState.Color == GREY { 31 parser.cache[fileNode.ID].Color = GREY
|
D | types.go | 31 GREY Color = iota // represents that the node is being visited const
|
D | parse_license.go | 30 } else if currState.Color == GREY { 38 parser.cache[node.ID].Color = GREY
|
D | parse_package.go | 25 } else if currState.Color == GREY { 32 parser.cache[packageNode.ID].Color = GREY
|
/external/spdx-tools/rdfloader/parser2v3/ |
D | parse_relationship.go | 35 } else if currState.Color == GREY { 42 parser.cache[triple.Object.ID].Color = GREY
|
D | parse_file.go | 25 } else if currState.Color == GREY { 31 parser.cache[fileNode.ID].Color = GREY
|
D | types.go | 31 GREY Color = iota // represents that the node is being visited const
|
D | parse_license.go | 30 } else if currState.Color == GREY { 38 parser.cache[node.ID].Color = GREY
|
D | parse_package.go | 25 } else if currState.Color == GREY { 32 parser.cache[packageNode.ID].Color = GREY
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 2715 #define GREY(x) \ in makebwmap() macro 2719 GREY(i >> 7); in makebwmap() 2720 GREY((i >> 6) & 1); in makebwmap() 2721 GREY((i >> 5) & 1); in makebwmap() 2722 GREY((i >> 4) & 1); in makebwmap() 2723 GREY((i >> 3) & 1); in makebwmap() 2724 GREY((i >> 2) & 1); in makebwmap() 2725 GREY((i >> 1) & 1); in makebwmap() 2726 GREY(i & 1); in makebwmap() 2729 GREY(i >> 6); in makebwmap() [all …]
|
/external/oboe/samples/RhythmGame/src/main/cpp/ |
D | GameConstants.h | 26 constexpr ScreenColor kPlayingColor = GREY;
|
/external/oboe/samples/RhythmGame/src/main/cpp/ui/ |
D | OpenGLFunctions.h | 34 constexpr ScreenColor GREY { 0.3f, 0.3f, 0.3f, 0.3f };
|
12