Searched refs:OUTPUT (Results 1 – 8 of 8) sorted by relevance
34 if OUTPUT="$($command 2>&1)"38 echo "$OUTPUT" | grep -q -F "$expected_output" ||39 (echo "actual output doesn't match expectation:\nactual [$OUTPUT]" && exit 1)46 if OUTPUT="$($command 2>&1)"48 echo "$OUTPUT" | grep -q -F "$expected_output" ||49 (echo "actual output doesn't match expectation:\nactual [$OUTPUT]" && exit 1)
10 OUTPUT20 OUTPUT30 OUTPUT
37 OUTPUT=$(eval "$@" 2>&1)43 echo $OUTPUT
31 add_custom_command(OUTPUT ${common_header} ${binding_header} ${binding_source}54 add_custom_command(OUTPUT ${common_header} ${binding_header} ${binding_source}
54 static final byte OUTPUT = (byte) (0x00 | (0x02 << 5)); field in AoaDevice143 return mDelegate.controlTransfer(OUTPUT, request, value, index, data); in transfer()
407 OUTPUT, enumConstant
747 case OUTPUT: in inputJarEntry()748 return new InputJarEntryInstructions(InputJarEntryInstructions.OutputPolicy.OUTPUT); in inputJarEntry()1380 return InputJarEntryInstructions.OutputPolicy.OUTPUT; in getInputJarEntryOutputPolicy()
392 case OUTPUT: in sign()