Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 – 25 of 108) sorted by relevance

12345

/external/linux-tools-perf/
DMakefile2 OUTPUT := $(O)/ macro
10 ifneq ($(OUTPUT),)
12 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
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)
196 PROGRAMS += $(OUTPUT)perf
204 OTHER_PROGRAMS = $(OUTPUT)perf
216 LIB_FILE=$(OUTPUT)libperf.a
[all …]
/external/webkit/Source/JavaScriptCore/docs/
Dmake-bytecode-docs.pl6 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<…
39 close OUTPUT;
/external/webkit/PerformanceTests/SunSpider/
Dmake-hosted85 open OUTPUT, ">hosted/${suite}/driver.html";
86 print OUTPUT $output;
87 close OUTPUT;
92 open OUTPUT, ">hosted/${suite}/results.html";
93 print OUTPUT $output;
94 close OUTPUT;
/external/llvm/utils/
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/expat/tests/
Dxmltest.sh30 OUTPUT="$TS/out/"
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
58 diff "$OUTPUT$reldir$file" "out/$file" > outfile
60 cp outfile "$OUTPUT$reldir$file.diff"
98 mkdir -p "$OUTPUT$xmldir"
107 mkdir -p "$OUTPUT"oasis
/external/qemu/distrib/
Dbuild-kernel.sh8 OUTPUT=/tmp/kernel-qemu
83 echo " --out=<directory> output directory [$OUTPUT]"
120 OUTPUT=$OPTION_OUT
122 mkdir -p $OUTPUT
228 cp -f arch/$ARCH/boot/$ZIMAGE $OUTPUT/$OUTPUT_KERNEL
229 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX
231 echo "Kernel $CONFIG prebuilt images ($OUTPUT_KERNEL and $OUTPUT_VMLINUX) copied to $OUTPUT success…
/external/genext2fs/
Dmkbootimg_ext2.sh9 OUTPUT=
42 OUTPUT=$2
72 -z "$OUTPUT" ]; then
104 $GENEXT2FS -d $TMPDIR -b $num_blocks -N $num_inodes -m 0 $OUTPUT
/external/webkit/Source/WebCore/WebCore.gyp/mac/
Dadjust_visibility.sh48 OUTPUT="${2}"
52 rm -f "${OUTPUT}"
105 cp "${WORK_DIR}/self/${OUTPUT_NAME}" "${OUTPUT}"
107 lipo -create -output "${OUTPUT}" "${WORK_DIR}/"*"/${OUTPUT_NAME}"
/external/antlr/antlr-3.4/runtime/Perl5/t/
Dlexer.t20 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
44 OUTPUT
47 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
101 OUTPUT
105 … grammar => scalar grammar_file('XMLLexer.g'), test_program => <<'CODE', expected => <<'OUTPUT' });
123 OUTPUT
/external/elfutils/config/
Dylwrap46 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.
/external/bison/build-aux/
Dylwrap46 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.
/external/bison/tests/
Dlocal.at178 # AT_COMPILE(OUTPUT, [SOURCES = OUTPUT.c])
180 # Compile SOURCES into OUTPUT. If OUTPUT does not contain '.',
186 # AT_COMPILE_CXX(OUTPUT, [SOURCES = OUTPUT.cc])
188 # Compile SOURCES into OUTPUT. If OUTPUT does not contain '.',
/external/webkit/Source/JavaScriptCore/tests/mozilla/
DjsDriver.pl201 open (OUTPUT, $shell_command . $file_param . $path .
203 @output = <OUTPUT>;
204 close (OUTPUT);
298 open (OUTPUT, "> $opt_output_file") ||
301 print OUTPUT
320 print OUTPUT <JAVAOUTPUT>;
321 print OUTPUT "<BR>";
325 print OUTPUT
330 print OUTPUT
354 print OUTPUT
[all …]
/external/webkit/Tools/Scripts/
Dadd-include119 …unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"…
120 print OUTPUT $contents;
121 close OUTPUT or die;
/external/clang/lib/Headers/
DCMakeLists.txt54 add_custom_command(OUTPUT ${dst}
62 add_custom_command(OUTPUT ${other_dst}
70 add_custom_command(OUTPUT ${output_dir}/arm_neon.h
78 add_custom_command(OUTPUT ${other_dst}
/external/llvm/cmake/modules/
DTableGen.cmake15 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
28 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${ofn}
61 add_custom_command(OUTPUT ${CX_NATIVE_TG_DIR}
65 add_custom_command(OUTPUT ${CX_NATIVE_TG_DIR}/CMakeCache.txt
105 add_custom_command(OUTPUT ${${project}_TABLEGEN_EXE}
/external/bluetooth/glib/
Dwin32-fixup.pl17 open (OUTPUT, "> $outfilename") || exit 1;
27 print OUTPUT;
/external/openssl/crypto/des/
DDES.xs46 OUTPUT:
56 OUTPUT:
175 OUTPUT:
236 OUTPUT:
249 OUTPUT:
/external/linux-tools-perf/util/
DPERF-VERSION-GEN4 OUTPUT=$1
7 GVF=${OUTPUT}PERF-VERSION-FILE
/external/webkit/Source/cmake/
DWebKitMacros.cmake52 OUTPUT ${_outputfiles}
71 OUTPUT ${_output}
81 OUTPUT ${_output_header} ${_output_source}
97 OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/${_name}.cpp ${_hash_tools_h}
/external/webkit/Source/JavaScriptCore/
DCMakeListsWinCE.txt9 OUTPUT ${DERIVED_SOURCES_DIR}/GeneratedJITStubs.asm
16 OUTPUT ${DERIVED_SOURCES_DIR}/GeneratedJITStubs.obj
/external/iptables/extensions/
Dlibxt_physdev.man21 .B OUTPUT
27 .B OUTPUT
29 .B "filter OUTPUT"
/external/iptables/tests/
Doptions-ipv4.rules6 :OUTPUT ACCEPT [1740:367048]
28 :OUTPUT ACCEPT [0:0]
42 :OUTPUT ACCEPT [59:11240]
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/
Dfig.t14 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
72 OUTPUT
Dsimplecalc.t12 g_test_output_is({ grammar => <<'GRAMMAR', test_program => <<'CODE', expected => <<'OUTPUT' });
85 OUTPUT

12345