/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/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...] |
/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...] |
/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/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 110 echo " --out=<directory> output directory [$OUTPUT]" 144 # Check output directory. 147 echo "Output directory '$OPTION_OUT' does not exist ! Aborting." 150 OUTPUT=$OPTION_OUT 152 mkdir -p $OUTPUT 256 # Note: The exact names of the output files are important for the Android build, 276 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX 278 cp -f arch/$ARCH/boot/$ZIMAGE $OUTPUT/$OUTPUT_KERNE [all...] |
/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot.bat | 36 REM Read OUTPUT and/or BUILDTYPE from command line. 38 IF "%%a"=="out" SET OUTPUT=out 39 IF "%%a"=="build" SET OUTPUT=build 45 IF "%OUTPUT%%BUILDTYPE%"=="" ( 57 rmdir /s /q %OUTPUT%\%BUILDTYPE% 60 mkdir %OUTPUT%\%BUILDTYPE% 71 xcopy %CLIENT_ROOT%\%OUTPUT%\%BUILDTYPE% %OUTPUT%\%BUILDTYPE% /E /EXCLUDE:%CLIENT_ROOT%\chrome_frame\test\poor_mans_trybot_xcopy_filter.txt 87 echo %INSTALL_ROOT%\%OUTPUT%\%BUILDTYPE%\chrome_frame_unittests.exe 88 echo %INSTALL_ROOT%\%OUTPUT%\%BUILDTYPE%\chrome_frame_tests.ex [all...] |
/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. Specify
19 REM "copy-installer.cfg" file alongside the .gclient file that sets the OUTPUT
31 REM Read local configuration (set OUTPUT and BUILDTYPE there).
34 REM Read OUTPUT and/or BUILDTYPE from command line.
36 IF "%%a"=="out" SET OUTPUT=out
37 IF "%%a"=="build" SET OUTPUT=build
43 IF "%OUTPUT%%BUILDTYPE%"=="" (
48 SET FROM=%FROM%\%OUTPUT%\%BUILDTYPE%
49 SET TO=\%OUTPUT%\%BUILDTYPE% [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/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));
|
/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;
|