HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/utils/
test_debuginfo.pl 12 # the debugger output is checked, using FileCheck, to validate
24 my $output_file = "$output_dir/$input_filename.gdb.output";
29 open(OUTPUT, ">$debugger_script_file");
36 print OUTPUT "$s";
39 print OUTPUT "\n";
40 print OUTPUT "quit\n";
42 close(OUTPUT);
51 # run debugger and capture output.
54 # validate output.
codegen-diff 10 print "opened objdump output file $filename\n" if $DEBUG;
30 print "opened gdb output file $filename\n" if $DEBUG;
87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE>
94 The way you use it is as follows: first, you create I<OBJDUMP-OUTPUT-FILE>
99 to print out hex bytes in the B<disassemble> command output, on
104 It's easiest to save this output by using B<script>.
  /external/webkit/Source/JavaScriptCore/docs/
make-bytecode-docs.pl 6 open OUTPUT, ">" . $ARGV[1];
10 print OUTPUT "<!-- Generated from Interpreter.cpp by make-bytecode-docs.pl. -->\n";
11 print OUTPUT "<style>p code \{ font-size: 14px; \}</style>\n";
32 print OUTPUT "<h2><code>${opcode}</code></h2>\n<p><b>Format: </b><code>\n${format}\n</code></p>\n<p>\n${doc}\n</p>\n";
39 close OUTPUT;
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.h 68 pinMode(SCK_PIN, OUTPUT);
69 pinMode(MOSI_PIN, OUTPUT);
71 pinMode(SS_PIN, OUTPUT);
  /external/webkit/PerformanceTests/SunSpider/
make-hosted 72 my $output = $template;
73 $output =~ s/\@NAME\@/${name}/g;
74 $output =~ s/\@SCRIPT\@/${script}/g;
75 $output =~ s/\\/\\\\/g;
76 $output =~ s/"/\\"/g;
77 $output =~ s/\n/\\n\\\n/g;
78 $output = $output;
79 push @testContents, $output;
82 my $output = $driverTemplate
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/mac/
adjust_visibility.sh 33 # usage: adjust_visibility.sh INPUT OUTPUT WORK_DIR
36 # private_extern. The output is placed at OUTPUT. WORK_DIR is used as a
43 echo "usage: ${0} INPUT OUTPUT WORK_DIR" >& 2
48 OUTPUT="${2}"
52 rm -f "${OUTPUT}"
63 OUTPUT_NAME="output.a"
76 lipo -thin "${ARCH}" "${INPUT}" -output "${ARCH_INPUT}"
102 # If the input was thin, leave the output thin by copying the only output
    [all...]
  /development/scripts/
combine_sdks.sh 26 OUTPUT="$3"
28 if [[ -z "$BASE" || -z "$IMAGES" || -z "$OUTPUT" ]] ; then
29 echo "usage: combine_sdks.sh [-v] [-nozip] BASE IMAGES OUTPUT"
34 echo " bundled into OUTPUT and zipped up again (unless -nozip is specified)."
89 # rename the directory to the leaf minus the .zip of OUTPUT
90 LEAF=$(echo "$OUTPUT" | sed -e "s:.*\.zip/::" | sed -e "s:.zip$::")
96 cp $V "$OUTPUT_TMP_ZIP" "$OUTPUT"
97 echo "Combined SDK available at $OUTPUT"
99 OUT_DIR="${OUTPUT//.zip/}"
  /external/qemu/distrib/
build-kernel.sh 8 OUTPUT=/tmp/kernel-qemu
83 echo " --out=<directory> output directory [$OUTPUT]"
114 # Check output directory.
117 echo "Output directory '$OPTION_OUT' does not exist ! Aborting."
120 OUTPUT=$OPTION_OUT
122 mkdir -p $OUTPUT
190 # Note: The exact names of the output files are important for the Android build,
210 cp -f arch/$ARCH/boot/$ZIMAGE $OUTPUT/$OUTPUT_KERNEL
211 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINU
    [all...]
  /external/expat/tests/
xmltest.sh 10 # found, then set the output directory with OUTPUT.
14 # output differs are prefixed with "Output differs:", and a diff file
15 # is generated in the appropriate subdirectory under $OUTPUT.
17 # If there are output files provided, the script will use
18 # output from xmlwf and compare the desired output against it.
19 # However, one has to take into account that the canonical output
29 # OUTPUT must terminate with the directory separator
    [all...]
  /external/bluetooth/glib/
win32-fixup.pl 17 open (OUTPUT, "> $outfilename") || exit 1;
27 print OUTPUT;
  /external/genext2fs/
mkbootimg_ext2.sh 9 OUTPUT=
41 --output)
42 OUTPUT=$2
58 echo " --output <output> The filename of the output image"
72 -z "$OUTPUT" ]; then
104 $GENEXT2FS -d $TMPDIR -b $num_blocks -N $num_inodes -m 0 $OUTPUT
  /ndk/tests/
run-tests.sh 295 # $3: expected output file
306 local OUTPUT="$BUILD_DIR/$EXPECTED_NAME"
308 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\""
310 awk -f "$SCRIPT" $@ < "$INPUT" > "$OUTPUT"
313 echo "OUTPUT FROM SCRIPT:"
314 cat "$OUTPUT"
318 cmp -s "$OUTPUT" "$EXPECTED"
322 cat "$OUTPUT"
326 run diff -burN "$EXPECTED" "$OUTPUT"
329 rm -f "$OUTPUT"
    [all...]
  /external/bison/build-aux/
ylwrap 46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 OUTPUT is one file PROG generates
52 DESIRED is the file we actually want instead of OUTPUT
56 Any number of OUTPUT,DESIRED pairs may be used.
135 # Handle y_tab.c and y_tab.h output by DOS
157 # Makefile. Divert the output of all other files to a temporary
169 # We want to use the real output file name, not yy.lex.c for
  /frameworks/base/drm/java/android/drm/
DrmStore.java 149 * The rights-protected content can be set as output.
151 public static final int OUTPUT = 0x04;
173 case OUTPUT:
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsStressTest.java 35 private final static String OUTPUT = "result.txt";
53 Environment.getExternalStorageDirectory(), OUTPUT), true));
  /external/webkit/Tools/Scripts/
add-include 119 unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next FILE; };
120 print OUTPUT $contents;
121 close OUTPUT or die;
  /external/zlib/nintendods/
Makefile 12 # TARGET is the name of the output
53 export OUTPUT := $(CURDIR)/lib/libz.a
113 $(OUTPUT) : $(OFILES)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 151 my ($test, $shell_command, $line, @output, $path);
201 open (OUTPUT, $shell_command . $file_param . $path .
203 @output = <OUTPUT>;
204 close (OUTPUT);
206 @output = grep (!/js\>/, @output);
222 foreach $line (@output) {
251 if (!@output) {
252 @output = ("Testcase produced no output!")
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragment.java 69 tmp[idx++] = ProgramParam.OUTPUT.mID;
ProgramVertex.java 109 tmp[idx++] = ProgramParam.OUTPUT.mID;
  /external/openssl/crypto/des/
DES.xs 46 OUTPUT:
56 OUTPUT:
175 OUTPUT:
236 OUTPUT:
249 OUTPUT:
  /external/icu4c/extra/uconv/
makedata.mak 76 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll"
78 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib"
81 ALL : $(OUTPUT)
  /frameworks/base/include/drm/
drm_framework_common.h 173 * Constant field signifies that the content can be set as output
175 static const int OUTPUT = 0x04;
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 175 extern void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT);
208 // OUTPUT is set to the flag's value, or unchanged if we return false.
209 extern bool GetCommandLineOption(const char* name, std::string* OUTPUT);
211 // Return true iff the flagname was found. OUTPUT is set to the flag's
214 CommandLineFlagInfo* OUTPUT);
  /external/mesa3d/src/glsl/
glsl_parser.h 28 Bison output files to be licensed under the GNU General Public
153 OUTPUT = 370,

Completed in 2483 milliseconds

1 2 3