Searched refs:OUTPUT (Results 1 - 25 of 75) sorted by relevance

123

/external/dtc/tests/
H A Ddtc-fails.sh10 OUTPUT="$1"
13 verbose_run $VALGRIND "$DTC" -o "$OUTPUT" "$@"
19 if [ ! -e "$OUTPUT" ]; then
23 if [ -e "$OUTPUT" ]; then
28 rm -f "$OUTPUT"
/external/ltp/android/tools/
H A Ddump_make_dryrun.sh27 OUTPUT=$TOOLS_DIR/make_dry_run.dump
28 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases --dry-run'"
29 make -C $LTP_ROOT/testcases --dry-run > $OUTPUT
31 OUTPUT=$TOOLS_DIR/make_install_dry_run.dump
32 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases install --dry-run'"
33 make -C $LTP_ROOT/testcases install --dry-run > $OUTPUT
/external/swiftshader/third_party/LLVM/utils/
H A Dtest_debuginfo.pl29 open(OUTPUT, ">$debugger_script_file");
36 print OUTPUT "$s";
39 print OUTPUT "\n";
40 print OUTPUT "quit\n";
42 close(OUTPUT);
/external/llvm/utils/
H A Dtest_debuginfo.pl39 open(OUTPUT, ">$debugger_script_file");
46 print OUTPUT "$s";
49 print OUTPUT "\n";
50 print OUTPUT "quit\n";
52 close(OUTPUT);
/external/syslinux/utils/
H A Dmkdiskimage.in117 if ( sysopen(OUTPUT, $file, O_RDWR, 0666) ) {
120 if ( (@filestat = stat(OUTPUT)) && S_ISREG($filestat[2]) ) {
124 if ( ioctl(OUTPUT, $BLKGETSIZE, $blksize) == 0 ) {
162 sysopen(OUTPUT, $file, O_CREAT|O_RDWR|O_TRUNC, 0666)
165 binmode OUTPUT;
171 print OUTPUT $emuhdr;
189 print OUTPUT $mbr;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
211 print OUTPUT "\0" x 16;
214 print OUTPUT "\x5
[all...]
/external/iptables/etc/
H A Dxtables.conf4 chain OUTPUT hook NF_INET_LOCAL_OUT prio -300
11 chain OUTPUT hook NF_INET_LOCAL_OUT prio -150
18 chain OUTPUT hook NF_INET_LOCAL_OUT prio 0
24 chain OUTPUT hook NF_INET_LOCAL_OUT prio 100
31 chain OUTPUT hook NF_INET_LOCAL_OUT prio 50
38 chain OUTPUT hook NF_INET_LOCAL_OUT prio -300
45 chain OUTPUT hook NF_INET_LOCAL_OUT prio -150
52 chain OUTPUT hook NF_INET_LOCAL_OUT prio 0
58 chain OUTPUT hook NF_INET_LOCAL_OUT prio 100
65 chain OUTPUT hoo
[all...]
/external/tcpdump/tests/
H A DTESTonce27 open(OUTPUT, ">>"."NEW/$output") || die "fail to open $output\n";
28 printf OUTPUT "EXIT CODE %08x\n", $r;
29 close(OUTPUT);
/external/syslinux/bios/utils/
H A Dmkdiskimage117 if ( sysopen(OUTPUT, $file, O_RDWR, 0666) ) {
120 if ( (@filestat = stat(OUTPUT)) && S_ISREG($filestat[2]) ) {
124 if ( ioctl(OUTPUT, $BLKGETSIZE, $blksize) == 0 ) {
162 sysopen(OUTPUT, $file, O_CREAT|O_RDWR|O_TRUNC, 0666)
165 binmode OUTPUT;
171 print OUTPUT $emuhdr;
189 print OUTPUT $mbr;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
211 print OUTPUT "\0" x 16;
214 print OUTPUT "\x5
[all...]
/external/selinux/libselinux/src/
H A Dselinuxswig.i15 %apply int *OUTPUT { int *enforce };
16 %apply int *OUTPUT { size_t * };
/external/expat/tests/
H A Dxmltest.sh10 # found, then set the output directory with OUTPUT.
15 # is generated in the appropriate subdirectory under $OUTPUT.
31 # OUTPUT must terminate with the directory separator.
32 OUTPUT="$TS/out/"
33 # OUTPUT=/home/tmp/xml-testsuite-out/
56 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
60 diff -u "$OUTPUT$reldir$file" "out/$file" > outfile
62 cp outfile "$OUTPUT$reldir$file.diff"
100 mkdir -p "$OUTPUT$xmldir"
109 mkdir -p "$OUTPUT"oasi
[all...]
/external/libxml2/os400/
H A Dmake-bldcsndfa.sh30 CMD="${CMD} OUTPUT(${OUTPUT})"
H A Dinitscript.sh52 setenv OUTPUT '*NONE' # Compilation output option.
236 CMD="${CMD} OUTPUT(${OUTPUT})"
/external/bison/build-aux/
H A Dylwrap44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
49 OUTPUT is one file PROG generates
50 DESIRED is the file we actually want instead of OUTPUT
54 Any number of OUTPUT,DESIRED pairs may be used.
/external/fio/tools/
H A Dfio_generate_plots110 OUTPUT="set output \"$TITLE-$FILETYPE.svg\" "
112 echo " $PLOT_TITLE ; $YAXIS ; $DEFAULT_OPTS ; show style lines ; $OUTPUT ; plot " $PLOT_LINE | $GNUPLOT -
/external/netperf/doc/examples/
H A Drunemomniaggdemo.sh158 OUTPUT="-o all"
184 NETPERF_CMD="-D 0.5 -c -C -f x -P 0 -t omni $LENGTH -v 2 -- -r 1 -b $BURST -e 1 -T udp -u $MY_UUID $OUTPUT"
192 NETPERF_CMD="-D 0.5 -c -C -f m -P 0 -t omni $LENGTH -v 2 -- -r 64K -s 1M -S 1M -b 12 -u $MY_UUID $OUTPUT"
201 NETPERF_CMD="-D 0.5 -c -C -f m -P 0 -t omni $LENGTH -v 2 -- -m 64K -u $MY_UUID $OUTPUT"
214 NETPERF_CMD="-D 0.5 -c -C -f m -P 0 -t omni $LENGTH -v 2 -- -m ,64K -u $MY_UUID $OUTPUT"
229 NETPERF_CMD="-D 0.5 -c -C -f x -P 0 -t omni $LENGTH -v 2 -- -r 1 -u $MY_UUID $OUTPUT"
/external/toolchain-utils/bestflags/
H A Dexample_algorithms.py41 OUTPUT = 'OUTPUT' variable
71 if OUTPUT not in meta_data:
74 output_file = meta_data[OUTPUT]
/external/curl/packages/OS400/
H A Dinitscript.sh52 setenv OUTPUT '*NONE' # Compilation output option.
206 CMD="${CMD} OUTPUT(${OUTPUT})"
/external/zlib/src/nintendods/
H A DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
113 $(OUTPUT) : $(OFILES)
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DAgentOptions.java106 public static final String OUTPUT = "output"; field in class:AgentOptions
109 * Possible values for {@link AgentOptions#OUTPUT}.
114 * Value for the {@link AgentOptions#OUTPUT} parameter: At VM
121 * Value for the {@link AgentOptions#OUTPUT} parameter: The agent
128 * Value for the {@link AgentOptions#OUTPUT} parameter: At startup the
135 * Value for the {@link AgentOptions#OUTPUT} parameter: Do not produce
181 INCLBOOTSTRAPCLASSES, SESSIONID, DUMPONEXIT, OUTPUT, ADDRESS, PORT,
462 final String value = options.get(OUTPUT);
486 setOption(OUTPUT, output.name());
/external/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak78 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll" macro
80 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib" macro
83 ALL : $(OUTPUT)
/external/selinux/libsemanage/src/
H A Dsemanageswig_ruby.i17 %apply int *OUTPUT { int * };
18 %apply int *OUTPUT { size_t * };
19 %apply int *OUTPUT { unsigned int * };
H A Dsemanageswig_python.i102 %apply int *OUTPUT { int * };
103 %apply int *OUTPUT { size_t * };
104 %apply int *OUTPUT { unsigned int * };
105 %apply int *OUTPUT { uint16_t * };
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h662 #define EIGEN_EXTRACT_8f_FROM_16f(INPUT, OUTPUT) \
663 __m256 OUTPUT##_0 = _mm512_extractf32x8_ps(INPUT, 0) __m256 OUTPUT##_1 = \
666 #define EIGEN_EXTRACT_8f_FROM_16f(INPUT, OUTPUT) \
667 __m256 OUTPUT##_0 = _mm256_insertf128_ps( \
670 __m256 OUTPUT##_1 = _mm256_insertf128_ps( \
676 #define EIGEN_INSERT_8f_INTO_16f(OUTPUT, INPUTA, INPUTB) \
677 OUTPUT = _mm512_insertf32x8(OUTPUT, INPUTA, 0); \
678 OUTPUT
[all...]
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h179 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
212 // OUTPUT is set to the flag's value, or unchanged if we return false.
213 extern bool GetCommandLineOption(const char* name, std::string* OUTPUT);
215 // Return true iff the flagname was found. OUTPUT is set to the flag's
218 CommandLineFlagInfo* OUTPUT);
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h173 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
213 // OUTPUT is set to the flag's value, or unchanged if we return false.
214 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
216 // Return true iff the flagname was found. OUTPUT is set to the flag's
218 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);

Completed in 1758 milliseconds

123