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

1 2 3 4 5 6 7 8 91011>>

  /external/dtc/tests/
dtc-fails.sh 10 OUTPUT="$1"
13 verbose_run $VALGRIND "$DTC" -o "$OUTPUT" "$@"
19 if [ ! -e "$OUTPUT" ]; then
20 FAIL "Produced no output"
23 if [ -e "$OUTPUT" ]; then
24 FAIL "Incorrectly produced output"
28 rm -f "$OUTPUT"
  /external/linux-kselftest/tools/testing/selftests/exec/
Makefile 9 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx*
13 $(OUTPUT)/subdir:
15 $(OUTPUT)/script:
19 $(OUTPUT)/execveat.symlink: $(OUTPUT)/execveat
20 cd $(OUTPUT) && ln -s -f $(shell basename $<) $(shell basename $@)
21 $(OUTPUT)/execveat.denatured: $(OUTPUT)/execvea
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/math/
Makefile 9 $(OUTPUT)/fpu_syscall: fpu_asm.S
10 $(OUTPUT)/fpu_preempt: fpu_asm.S
11 $(OUTPUT)/fpu_signal: fpu_asm.S
13 $(OUTPUT)/vmx_syscall: vmx_asm.S
14 $(OUTPUT)/vmx_preempt: vmx_asm.S
15 $(OUTPUT)/vmx_signal: vmx_asm.S
17 $(OUTPUT)/vsx_preempt: CFLAGS += -mvsx
18 $(OUTPUT)/vsx_preempt: vsx_asm.S
  /external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
Makefile 6 EXTRA_CLEAN = $(OUTPUT)/*.o $(OUTPUT)/check-reversed.S
10 $(OUTPUT)/switch_endian_test: $(OUTPUT)/check-reversed.S
12 $(OUTPUT)/check-reversed.o: $(OUTPUT)/check.o
15 $(OUTPUT)/check-reversed.S: $(OUTPUT)/check-reversed.o
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
typemaps.i 5 * supporting output arguments, input values, and other C function
102 // OUTPUT typemaps. These typemaps are used for parameters that
103 // are output only. The output value is appended to the result as
107 The following methods can be applied to turn a pointer into an "output"
109 a parameter, but an output value would be returned. In the case of
110 multiple output values, functions will return a Perl array.
112 int *OUTPUT
113 short *OUTPUT
114 long *OUTPUT
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Makefile 10 $(OUTPUT)/context_switch: ../utils.c
11 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
12 $(OUTPUT)/context_switch: LDLIBS += -lpthread
  /external/ltp/android/tools/
dump_make_dryrun.sh 27 OUTPUT=$TOOLS_DIR/make_dry_run.dump
28 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases --dry-run'"
29 make -C $LTP_ROOT/testcases --dry-run > $OUTPUT
31 OUTPUT=$TOOLS_DIR/make_install_dry_run.dump
32 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases install --dry-run'"
33 make -C $LTP_ROOT/testcases install --dry-run > $OUTPUT
  /external/swiftshader/third_party/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-kselftest/tools/testing/selftests/powerpc/pmu/
Makefile 15 $(OUTPUT)/count_instructions: loop.S count_instructions.c $(EXTRA_SOURCES)
18 $(OUTPUT)/per_event_excludes: ../utils.c
23 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
29 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests
35 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install
39 $(RM) $(TEST_GEN_PROGS) $(OUTPUT)/loop.o
40 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clea
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
typemaps.i 14 supporting output arguments, input values, and other C function
178 // OUTPUT typemaps. These typemaps are used for parameters that
179 // are output only. The output value is appended to the result as
183 The following methods can be applied to turn a pointer into an "output"
185 a parameter, but an output value would be returned. In the case of
186 multiple output values, they are returned in the form of a Tcl list.
188 int *OUTPUT
189 short *OUTPUT
190 long *OUTPUT
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
typemaps.i 6 * These mappings provide support for input/output arguments and
8 * pointer variables in addition to input/output arguments.
17 supporting output arguments, input values, and other C function
26 // These mappings provide support for input/output arguments and common
97 // OUTPUT typemaps. These typemaps are used for parameters that
98 // are output only. The output value is appended to the result as
102 The following methods can be applied to turn a pointer into an "output"
104 a parameter, but an output value would be returned. In the case of
105 multiple output values, they are returned in the form of a Ruby Array
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/
Makefile 6 EXTRA_CLEAN := $(OUTPUT)/logs/*
  /external/linux-kselftest/tools/testing/selftests/kcmp/
Makefile 5 EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
  /external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Makefile 16 $(OUTPUT)/copyuser_64: CPPFLAGS += -D COPY_LOOP=test___copy_tofrom_user_base
17 $(OUTPUT)/copyuser_power7: CPPFLAGS += -D COPY_LOOP=test___copy_tofrom_user_power7
18 $(OUTPUT)/memcpy_64: CPPFLAGS += -D COPY_LOOP=test_memcpy
19 $(OUTPUT)/memcpy_power7: CPPFLAGS += -D COPY_LOOP=test_memcpy_power7
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
PadConfiguration.c 66 { GPMC_A1, MUXMODE0, PULL_DISABLED, OUTPUT },
67 { GPMC_A2, MUXMODE0, PULL_DISABLED, OUTPUT },
68 { GPMC_A3, MUXMODE0, PULL_DISABLED, OUTPUT },
69 { GPMC_A4, MUXMODE0, PULL_DISABLED, OUTPUT },
70 { GPMC_A5, MUXMODE0, PULL_DISABLED, OUTPUT },
71 { GPMC_A6, MUXMODE0, PULL_DISABLED, OUTPUT },
72 { GPMC_A7, MUXMODE0, PULL_DISABLED, OUTPUT },
73 { GPMC_A8, MUXMODE0, PULL_DISABLED, OUTPUT },
74 { GPMC_A9, MUXMODE0, PULL_DISABLED, OUTPUT },
75 { GPMC_A10, MUXMODE0, PULL_DISABLED, OUTPUT },
    [all...]
  /external/linux-kselftest/tools/testing/selftests/mqueue/
Makefile 9 @$(OUTPUT)/mq_open_tests /test1 || echo "selftests: mq_open_tests [FAIL]"
10 @$(OUTPUT)/mq_perf_tests || echo "selftests: mq_perf_tests [FAIL]"
  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Makefile 12 $(OUTPUT)/prot_sao: ../utils.c
14 $(OUTPUT)/tempfile:
  /external/linux-kselftest/tools/testing/selftests/vm/
Makefile 4 ifndef OUTPUT
5 OUTPUT := $(shell pwd)
27 $(OUTPUT)/userfaultfd: ../../../../usr/include/linux/kernel.h
28 $(OUTPUT)/userfaultfd: LDLIBS += -lpthread
30 $(OUTPUT)/mlock-random-test: LDLIBS += -lcap
  /external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile 39 BUILD_TARGET=$(OUTPUT)/$@; mkdir -p $$BUILD_TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -k -C $@ all
45 BUILD_TARGET=$(OUTPUT)/$$TARGET; \
46 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
52 BUILD_TARGET=$(OUTPUT)/$$TARGET; \
53 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install;\
59 BUILD_TARGET=$(OUTPUT)/$$TARGET; \
60 $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests;\
66 BUILD_TARGET=$(OUTPUT)/$$TARGET; \
67 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;
    [all...]
  /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-kselftest/tools/testing/selftests/android/
Makefile 11 BUILD_TARGET=$(OUTPUT)/$$DIR; \
13 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
22 @cd $(OUTPUT); ./run.sh
30 BUILD_TARGET=$(OUTPUT)/$$SUBDIR; \
32 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
42 BUILD_TARGET=$(OUTPUT)/$$DIR; \
44 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
  /external/linux-kselftest/tools/testing/selftests/futex/
Makefile 12 BUILD_TARGET=$(OUTPUT)/$$DIR; \
14 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
21 @cd $(OUTPUT); ./run.sh
29 BUILD_TARGET=$(OUTPUT)/$$SUBDIR; \
31 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
41 BUILD_TARGET=$(OUTPUT)/$$DIR; \
43 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Makefile 15 $(OUTPUT)/tm-syscall: tm-syscall-asm.S
16 $(OUTPUT)/tm-syscall: CFLAGS += -I../../../../../usr/include
17 $(OUTPUT)/tm-tmspr: CFLAGS += -pthread
18 $(OUTPUT)/tm-vmx-unavail: CFLAGS += -pthread -m64
19 $(OUTPUT)/tm-resched-dscr: ../pmu/lib.o
20 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
22 SIGNAL_CONTEXT_CHK_TESTS := $(patsubst %,$(OUTPUT)/%,$(SIGNAL_CONTEXT_CHK_TESTS))
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
typemaps.i 6 * These mappings provide support for input/output arguments and common
87 OUTPUT typemaps
90 These typemaps are used for pointer/reference parameters that are output only and
91 are mapped to a C# output parameter.
93 The following typemaps can be applied to turn a pointer or reference into an "output"
95 a parameter, but an output value would be returned. In C#, the 'out' keyword is
96 used when passing the parameter to a function that takes an output parameter.
98 bool *OUTPUT, bool &OUTPUT
99 signed char *OUTPUT, signed char &OUTPU
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
Makefile 21 BINARIES_32 := $(patsubst %,$(OUTPUT)/%,$(BINARIES_32))
22 BINARIES_64 := $(patsubst %,$(OUTPUT)/%,$(BINARIES_64))
46 $(BINARIES_32): $(OUTPUT)/%_32: %.c
49 $(BINARIES_64): $(OUTPUT)/%_64: %.c
71 $(OUTPUT)/sysret_ss_attrs_64: thunks.S
72 $(OUTPUT)/ptrace_syscall_32: raw_syscall_helper_32.S
73 $(OUTPUT)/test_syscall_vdso_32: thunks_32.S
78 $(OUTPUT)/check_initial_reg_state_32: CFLAGS += -Wl,-ereal_start -static
79 $(OUTPUT)/check_initial_reg_state_64: CFLAGS += -Wl,-ereal_start -static

Completed in 242 milliseconds

1 2 3 4 5 6 7 8 91011>>