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

1 2 3 4

  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
5 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 10 # Define O to save output files in a separate directory.
69 ifneq ($(OUTPUT),)
70 #$(info Determined 'OUTPUT' to be $(OUTPUT))
73 $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE
74 @$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT)
124 ifneq ($(OUTPUT),)
125 TE_PATH=$(OUTPUT)
127 LK_PATH=$(OUTPUT)/../lib/lk/
129 LK_PATH=$(OUTPUT)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/s390/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sh/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/sparc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind.o
8 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
9 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libunwind.o
  /external/llvm/utils/
test_debuginfo.pl 12 # the debugger output is checked, using FileCheck, to validate
29 my $output_file = "$output_dir/$input_filename.gdb.output";
39 open(OUTPUT, ">$debugger_script_file");
46 print OUTPUT "$s";
49 print OUTPUT "\n";
50 print OUTPUT "quit\n";
52 close(OUTPUT);
68 # run debugger and capture output.
71 # validate output.
74 print "Debugger output was:\n"
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 15 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML))
16 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML))
27 DOC_HTML=$(addprefix $(OUTPUT),$(_DOC_HTML))
33 DOC_MAN1=$(addprefix $(OUTPUT),$(_DOC_MAN1))
34 DOC_MAN5=$(addprefix $(OUTPUT),$(_DOC_MAN5))
35 DOC_MAN7=$(addprefix $(OUTPUT),$(_DOC_MAN7))
174 info: $(OUTPUT)perf.info $(OUTPUT)perfman.info
176 pdf: $(OUTPUT)user-manual.pdf
204 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/
build_detect_platform 6 # The output will set the following variables:
28 OUTPUT=$1
30 if test -z "$OUTPUT" || test -z "$PREFIX"; then
31 echo "usage: $0 <output-filename> <directory_prefix>" >&2
35 # Delete existing output, if it exists
36 rm -f $OUTPUT
37 touch $OUTPUT
150 # except for the test and benchmark files. By default, find will output a list
165 echo "SOURCES=$PORTABLE_FILES $PORT_FILE" >> $OUTPUT
166 echo "MEMENV_SOURCES=helpers/memenv/memenv.cc" >> $OUTPUT
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
Makefile 12 LIB_OBJS += $(OUTPUT)debugfs.o
24 $(QUIET_AR)$(RM) $@ && $(AR) rcs $(OUTPUT)$@ $(LIB_OBJS)
28 $(OUTPUT)%.o: %.c
30 $(OUTPUT)%.s: %.c
32 $(OUTPUT)%.o: %.S
  /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/chromium_org/third_party/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/linux-tools-perf/perf-3.12.0/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/chromium_org/tools/win/
copy-installer.bat 14 REM to the Release build if one is not found. Similarly, the ninja output
15 REM directory is preferred over the devenv output directory. The x86 build is
20 REM .gclient file that sets any of OUTPUT, BUILDTYPE, or ARCH variables.
31 REM Read local configuration (set OUTPUT and BUILDTYPE there).
34 REM Read any of OUTPUT, BUILDTYPE, or ARCH from command line.
36 IF "%%a"=="out" SET OUTPUT=out
37 IF "%%a"=="build" SET OUTPUT=build
44 IF "%OUTPUT%%BUILDTYPE%%ARCH%"=="" (
49 SET FROM=%FROM%\%OUTPUT%\%BUILDTYPE%%ARCH%
50 SET TO=\%OUTPUT%\%BUILDTYPE%%ARCH%
    [all...]
  /external/bison/build-aux/
ylwrap 44 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.
137 # Handle y_tab.c and y_tab.h output by DOS
159 # Makefile. Divert the output of all other files to a temporary
171 # We want to use the real output file name, not yy.lex.c for
  /external/elfutils/0.153/config/
ylwrap 44 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.
133 # Handle y_tab.c and y_tab.h output by DOS
155 # Makefile. Divert the output of all other files to a temporary
167 # We want to use the real output file name, not yy.lex.c for
  /external/chromium_org/third_party/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/deqp/modules/gles2/scripts/
gen-keywords.py 22 ${OUTPUT}
55 "input", "output", "hvec2", "hvec3", "hvec4", "dvec2", "dvec3", "dvec4", "fvec2", "fvec3",
gen-reserved_operators.py 22 ${OUTPUT}

Completed in 596 milliseconds

1 2 3 4