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

1 2 3 4

  /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.
  /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;
  /external/linux-tools-perf/arch/arm/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/powerpc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/s390/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/sh/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/sparc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/x86/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/
Makefile 2 OUTPUT := $(O)/
10 ifneq ($(OUTPUT),)
11 # check that the output directory actually exists
12 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
13 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
34 $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE
35 @$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT)
36 -include $(OUTPUT)PERF-VERSION-FILE
182 $(OUTPUT)python/perf.so: $(PYRF_OBJS
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 21 # the debugger output is checked, using FileCheck, to validate
36 my $output_file = "$output_dir/$input_filename.gdb.output";
38 open(OUTPUT, ">$debugger_script_file");
41 print OUTPUT "set verbose on\n";
54 print OUTPUT "$s";
57 print OUTPUT "\n";
58 print OUTPUT "quit\n";
60 close(OUTPUT);
71 # run debugger and capture output.
79 # validate output
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.h 65 pinMode(SCK_PIN, OUTPUT);
66 pinMode(MOSI_PIN, OUTPUT);
68 pinMode(SS_PIN, OUTPUT);
  /external/arduino/libraries/SPI/
SPI.cpp 19 // When the SS pin is set as OUTPUT, it can be used as
20 // a general purpose output port (it doesn't influence
23 pinMode(SCK, OUTPUT);
24 pinMode(MOSI, OUTPUT);
25 pinMode(SS, OUTPUT);
33 // the SS pin MUST be kept as 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...]
  /external/linux-tools-perf/util/
PERF-VERSION-GEN 4 OUTPUT=$1
7 GVF=${OUTPUT}PERF-VERSION-FILE
  /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/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/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
  /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
211 # Note: The exact names of the output files are important for the Android build,
231 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX
233 cp -f arch/$ARCH/boot/$ZIMAGE $OUTPUT/$OUTPUT_KERNE
    [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
  /external/elfutils/config/
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 181 * The rights-protected content can be set as output.
183 public static final int OUTPUT = 0x04;
205 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));
  /ndk/tests/
run-tests.sh 153 # of the launched command, so we need to add it to the output, and grab
292 # $3: expected output file
303 local OUTPUT="$BUILD_DIR/$EXPECTED_NAME"
305 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\""
307 awk -f "$SCRIPT" $@ < "$INPUT" > "$OUTPUT"
310 echo "OUTPUT FROM SCRIPT:"
311 cat "$OUTPUT"
315 cmp -s "$OUTPUT" "$EXPECTED"
319 cat "$OUTPUT"
323 run diff -burN "$EXPECTED" "$OUTPUT"
    [all...]
  /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;

Completed in 1406 milliseconds

1 2 3 4