OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:"$ target"
(Results
26 - 50
of
506
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/toolchain-utils/go/
test_go
35
GOOS="$(go_
${target
} env GOOS)" GOARCH="$(go_
${target
} env GOARCH)" ${runtest} -n=1 ${verbose_run_test} -show_skips -summary -target="
${target
}" "$@"
40
go_
${target
} test -p=1 ${verbose_go_test} -exec="go_
${target
}_exec" ${testflags} "$@"
45
go_local test -p=1 ${verbose_go_test} ${testflags} "$@" -target="
${target
}"
51
echo "##
${target
}"
70
echo "# runtime crypto/x509 -target=
${target
}"
83
(cd misc/cgo/testcshared && target="
${target
}" ./test.bash)
87
(cd misc/cgo/testsigfwd && go_
${target
} run -exec="go_${target}_exec" main.go
[
all
...]
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Makefile
10
$(TARGET
): $(SRC)
14
$(RM)
$(TARGET
)
/external/autotest/client/site_tests/security_SMMLocked/src/
Makefile
14
all:
$(TARGET
)
17
$(RM)
$(TARGET
)
/external/toolchain-utils/go/android/
target_sh
12
adb_
${target
} shell "$*; echo -n \$? > ${exitcode}" | sed -e 's:\r$::' -u
13
exit $(adb_
${target
} shell "cat ${exitcode}")
/external/swiftshader/third_party/LLVM/cmake/modules/
TableGen.cmake
51
add_custom_target(
${target
}
53
add_dependencies(
${target
} ${LLVM_COMMON_DEPENDS})
79
add_llvm_utility(
${target
} ${ARGN})
81
set(${project}_TABLEGEN "
${target
}" CACHE
87
set(LLVM_TABLEGEN "
${target
}" CACHE
97
if( ${${project}_TABLEGEN} STREQUAL "
${target
}" )
98
set(${project}_TABLEGEN_EXE "${CX_NATIVE_TG_DIR}/bin/
${target
}")
102
COMMAND ${CMAKE_BUILD_TOOL}
${target
}
109
add_dependencies(
${target
} ${project}NativeTableGen)
113
target_link_libraries(
${target
} LLVMSupport LLVMTableGen)
[
all
...]
/external/vulkan-validation-layers/tests/layers/
CMakeLists.txt
41
add_custom_command(OUTPUT VkLayer_
${target
}.def
42
COMMAND ${PYTHON_CMD} ${PROJECT_SOURCE_DIR}/vk-generate.py ${DisplayServer} win-def-file VkLayer_
${target
} layer > VkLayer_
${target
}.def
45
add_library(VkLayer_
${target
} SHARED ${ARGN} VkLayer_
${target
}.def)
46
add_dependencies(VkLayer_
${target
} generate_tests_dispatch_table_helper VkLayer_utils)
50
add_library(VkLayer_
${target
} SHARED ${ARGN})
51
add_dependencies(VkLayer_
${target
} generate_tests_dispatch_table_helper VkLayer_utils)
52
set_target_properties(VkLayer_
${target
} PROPERTIES LINK_FLAGS "-Wl,-Bsymbolic")
/external/icu/icu4c/source/samples/legacy/
Makefile
38
CLEANFILES=*~
$(TARGET
).out
45
all:
$(TARGET
) $(ICU_INC)
54
-$(RMV) $(OBJECTS)
$(TARGET
)
59
$(TARGET
): $(OBJECTS)
63
check:
$(TARGET
)
64
$(INVOKE) ./
$(TARGET
) | tee
$(TARGET
).out
67
report:
$(TARGET
).report
69
$(TARGET
).report: check
$(TARGET
).cp
[
all
...]
/external/curl/packages/Linux/RPM/
make_curl_rpm
44
src_rpm="
$target
-$version-$release.src.rpm"
50
sed -e 's/^Packager: .*/Packager: $packager_name $packager_email/' $specs_dir/
$target
.spec > $specs_dir/
$target
-$version-$arch.spec
53
if ! rpm -ba $specs_dir/
$target
-$version-$arch.spec
55
echo "error building
$target
for $arch -- check output above"
58
echo "
$target
rpm is now in $rpms_dir/$arch"
/external/icu/icu4c/source/samples/
rules.mk
10
all: $(ALL_SUBDIR) $(RESTARGET)
$(TARGET
)
12
$(TARGET
): $(OBJECTS)
24
-rm -rf $(OBJECTS)
$(TARGET
) $(RESTARGET) $(RESFILES)
27
check: $(ALL_SUBDIR) $(RESTARGET)
$(TARGET
)
28
$(INVOKE) $(CHECK_VARS) ./
$(TARGET
) $(CHECK_ARGS) | tee
$(TARGET
).out
/external/linux-kselftest/tools/testing/selftests/
Makefile
50
make -C
$$TARGET
; \
55
make -C
$$TARGET
run_tests; \
60
make -C
$$TARGET
; \
65
make -C
$$TARGET
run_full_test; \
70
make -C
$$TARGET
clean; \
85
make -C
$$TARGET
INSTALL_PATH=$(INSTALL_PATH)/
$$TARGET
install; \
94
echo "echo ; echo Running tests in
$$TARGET
" >> $(ALL_SCRIPT); \
96
echo "cd
$$TARGET
" >> $(ALL_SCRIPT); \
97
make -s --no-print-directory -C
$$TARGET
emit_tests >> $(ALL_SCRIPT);
[
all
...]
/external/llvm/cmake/modules/
TableGen.cmake
64
add_custom_target(
${target
}
67
add_dependencies(
${target
} ${LLVM_COMMON_DEPENDS})
69
set_target_properties(
${target
} PROPERTIES FOLDER "Tablegenning")
70
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS}
${target
} PARENT_SCOPE)
90
set(
${target
}_OLD_LLVM_LINK_COMPONENTS ${LLVM_LINK_COMPONENTS})
98
add_llvm_utility(
${target
} ${ARGN})
99
set(LLVM_LINK_COMPONENTS
${${target
}_OLD_LLVM_LINK_COMPONENTS})
101
set(${project}_TABLEGEN "
${target
}" CACHE
107
set(LLVM_TABLEGEN "
${target
}" CACHE
118
if( ${${project}_TABLEGEN} STREQUAL "
${target
}" )
[
all
...]
/external/autotest/client/site_tests/example_UnitTest/src/
Makefile
12
all:
$(TARGET
)
14
$(TARGET
): $(OBJECTS)
16
-o
$(TARGET
)
30
$(RM) *.o *.d
$(TARGET
)
/external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile
41
$(MAKE) -C
$$TARGET
run_tests; \
47
$(MAKE) -C
$$TARGET
install; \
53
$(MAKE) -s -C
$$TARGET
emit_tests; \
59
$(MAKE) -C
$$TARGET
clean; \
/external/mesa3d/src/gallium/auxiliary/
SConscript
14
command = python_cmd + ' $SCRIPT >
$TARGET
'
21
command = python_cmd + ' $SCRIPT >
$TARGET
'
28
command = python_cmd + ' $SCRIPT >
$TARGET
'
35
command = python_cmd + ' $SCRIPT $SOURCE >
$TARGET
'
/toolchain/binutils/binutils-2.25/config/
unwind_ipinfo.m4
4
dnl use
$target
to set defaults because automatic checking is not possible
13
case
${target
} in
20
case
${target
} in
27
case
${target
} in
/external/androidplot/Examples/DemoApp/
DemoApp.iml
14
<output url="file://$MODULE_DIR
$/target
/classes" />
15
<output-test url="file://$MODULE_DIR
$/target
/test-classes" />
18
<sourceFolder url="file://$MODULE_DIR
$/target
/generated-sources/r" isTestSource="false" />
20
<excludeFolder url="file://$MODULE_DIR
$/target
/classes" />
21
<excludeFolder url="file://$MODULE_DIR
$/target
/generated-sources/combined-assets" />
22
<excludeFolder url="file://$MODULE_DIR
$/target
/generated-sources/combined-resources" />
23
<excludeFolder url="file://$MODULE_DIR
$/target
/generated-sources/extracted-dependencies" />
/hardware/invensense/6515/libsensors_iio/software/build/android/
shared.mk
21
LIB_FOLDERS = $(INV_ROOT)/core/mllite/build/
$(TARGET
)
23
LIB_FOLDERS += $(INV_ROOT)/core/mpl/build/
$(TARGET
)
25
APP_FOLDERS = $(INV_ROOT)/simple_apps/mpu_iio/build/
$(TARGET
)
26
APP_FOLDERS += $(INV_ROOT)/simple_apps/self_test/build/
$(TARGET
)
27
APP_FOLDERS += $(INV_ROOT)/simple_apps/gesture_test/build/
$(TARGET
)
28
APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/
$(TARGET
)
29
APP_FOLDERS += $(INV_ROOT)/simple_apps/devnode_parser/build/
$(TARGET
)
/hardware/invensense/65xx/libsensors_iio/software/build/android/
shared.mk
21
LIB_FOLDERS = $(INV_ROOT)/core/mllite/build/
$(TARGET
)
23
LIB_FOLDERS += $(INV_ROOT)/core/mpl/build/
$(TARGET
)
25
APP_FOLDERS = $(INV_ROOT)/simple_apps/mpu_iio/build/
$(TARGET
)
26
APP_FOLDERS += $(INV_ROOT)/simple_apps/self_test/build/
$(TARGET
)
27
APP_FOLDERS += $(INV_ROOT)/simple_apps/gesture_test/build/
$(TARGET
)
28
APP_FOLDERS += $(INV_ROOT)/simple_apps/playback/linux/build/
$(TARGET
)
29
APP_FOLDERS += $(INV_ROOT)/simple_apps/devnode_parser/build/
$(TARGET
)
/external/mesa3d/src/mapi/glapi/gen/
SConscript
18
command = python_cmd + ' $SCRIPT -m remap_table -f $SOURCE >
$TARGET
',
25
command = python_cmd + ' $SCRIPT -f $SOURCE >
$TARGET
'
32
command = python_cmd + ' $SCRIPT -f $SOURCE >
$TARGET
'
39
command = python_cmd + ' $SCRIPT -f $SOURCE >
$TARGET
'
46
command = python_cmd + ' $SCRIPT -f $SOURCE >
$TARGET
'
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Makefile
20
all:
$(TARGET
)
22
$(TARGET
): $(SRCS)
/external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_stress_test.sh
41
if [ ! -e $TRACING_PATH/
$target
] &&
42
[ ! -e /proc/sys/kernel/
$target
]; then
43
eval skip_
$target
=1
44
tst_resm TINFO "
$target
is not supported. Skip it."
46
eval skip_
$target
=0
86
if should_skip_target
$target
; then
89
sh ftrace_
${target
}.sh &
91
eval pid${index}=$!
92
tst_resm TINFO "Start pid${index}=$! $SPATH/ftrace_
${target
}.sh"
/external/testng/
NOTES
33
-os
${target
.os} -ws
${target
.ws} -arch
${target
.arch} -nl
${target
.nl} -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -updateSite /usr/local/cbeust/java/testng-eclipse-update-site -site file:/usr/local/cbeust/java/testng-eclipse-update-site/site.xml -metadataRepository file:/usr/local/cbeust/java/testng-eclipse-update-site/ -artifactRepository file:/usr/local/cbeust/java/testng-eclipse-update-site -artifactRepositoryName "Ganymede Artifacts" -compress -append -reusePack200Files -noDefaultIUs -vmargs -Xmx256m
36
-os
${target
.os} -ws
${target
.ws} -arch
${target
.arch} -nl
${target
.nl} -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -updateSite /Users/cbeust/java/testng-eclipse-update-site -site file:/Users/cbeust/java/testng-eclipse-update-site/site.xml -metadataRepository file:/Users/cbeust/java/testng-eclipse-update-site/ -artifactRepository file:/Users/cbeust/java/testng-eclipse-update-site -artifactRepositoryName "Ganymede Artifacts" -compress -append -reusePack200Files -noDefaultIUs -vmargs -Xmx256m
/toolchain/binutils/binutils-2.25/ld/emulparams/
elf32_x86_64.sh
20
if [ "x${host}" = "x
${target
}" ]; then
29
case "
$target
" in
elf64_s390.sh
20
= `echo "
$target
" | sed -e s/390x/390/`; then
29
case "
$target
" in
elf_k1om.sh
21
if [ "x${host}" = "x
${target
}" ]; then
30
case "
$target
" in
Completed in 1936 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>