OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTPUT_DIR
(Results
1 - 16
of
16
) sorted by null
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Makefile
30
TARGET_FILES = $(
OUTPUT_DIR
)\bootsect.com \
31
$(
OUTPUT_DIR
)\bs16.com \
32
$(
OUTPUT_DIR
)\bs32.com \
33
$(
OUTPUT_DIR
)\Gpt.com \
34
$(
OUTPUT_DIR
)\Mbr.com \
35
$(
OUTPUT_DIR
)\Start.com \
36
$(
OUTPUT_DIR
)\Start16.com \
37
$(
OUTPUT_DIR
)\Start32.com \
38
$(
OUTPUT_DIR
)\Start64.com \
39
$(
OUTPUT_DIR
)\St16_64.com \
[
all
...]
GNUmakefile
33
TARGET_FILES = $(
OUTPUT_DIR
)/bootsect.com \
34
$(
OUTPUT_DIR
)/bs16.com \
35
$(
OUTPUT_DIR
)/bs32.com \
36
$(
OUTPUT_DIR
)/Gpt.com \
37
$(
OUTPUT_DIR
)/Mbr.com \
38
$(
OUTPUT_DIR
)/start.com \
39
$(
OUTPUT_DIR
)/start16.com \
40
$(
OUTPUT_DIR
)/start32.com \
41
$(
OUTPUT_DIR
)/efi32.com2 \
42
$(
OUTPUT_DIR
)/start64.com \
[
all
...]
/external/grpc-grpc/tools/codegen/core/
gen_nano_proto.sh
38
readonly
OUTPUT_DIR
="$2"
39
readonly GRPC_OUTPUT_DIR="${3:-$
OUTPUT_DIR
}"
51
if [[ "${
OUTPUT_DIR
:0:1}" != '/' ]]; then
52
echo "The output directory must be an absolute path. Got '$
OUTPUT_DIR
'"
56
mkdir -p "$
OUTPUT_DIR
"
58
echo "Error creating output directory $
OUTPUT_DIR
"
77
--nanopb_out='-T -Q#include\ \"'"${GRPC_OUTPUT_DIR}"'/%s\" -L#include\ \"pb.h\"'":$
OUTPUT_DIR
" \
/external/grpc-grpc/tools/run_tests/performance/
process_local_perf_flamegraphs.sh
16
mkdir -p "$
OUTPUT_DIR
"
25
~/FlameGraph/stackcollapse-perf.pl "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl > "${
OUTPUT_DIR
}/${OUTPUT_FILENAME}.svg"
process_remote_perf_flamegraphs.sh
16
mkdir -p "$
OUTPUT_DIR
"
30
~/FlameGraph/stackcollapse-perf.pl --kernel "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl --color=java --hash > "${
OUTPUT_DIR
}/${OUTPUT_FILENAME}.svg"
/external/protobuf/jenkins/buildcmds/
pull_request.sh
14
export
OUTPUT_DIR
=testoutput
/external/u-boot/test/
common.sh
3
OUTPUT_DIR
=sandbox
15
OPTS="O=${
OUTPUT_DIR
} $1"
/external/webrtc/talk/build/
build_ios_libs.sh
59
OUTPUT_DIR
=$1
74
export GYP_GENERATOR_FLAGS="
output_dir
=${
OUTPUT_DIR
}"
76
ninja -C ${
OUTPUT_DIR
}/${FLAVOR} libjingle_peerconnection_objc_no_op
78
mv ${
OUTPUT_DIR
}/${FLAVOR}/*.a ${LIBRARY_BASE_DIR}/${TARGET_ARCH}
/external/protobuf/jenkins/
pull_request_in_docker.sh
23
OUTPUT_DIR
=`mktemp -d`
24
LOG_OUTPUT_DIR=$
OUTPUT_DIR
/logs
50
parallel --results $LOG_OUTPUT_DIR --joblog $
OUTPUT_DIR
/joblog $TEST_SCRIPT ::: \
61
cat $
OUTPUT_DIR
/joblog
70
python $MY_DIR/make_test_output.py $
OUTPUT_DIR
> $TESTOUTPUT_XML_FILE
build_and_run_docker.sh
8
#
OUTPUT_DIR
- Directory that will be copied from inside docker after finishing.
45
if [ "$
OUTPUT_DIR
" != "" ]
47
docker cp "$CONTAINER_NAME:/var/local/git/protobuf/$
OUTPUT_DIR
" "$git_root" || FAILED="true"
/external/grpc-grpc/tools/run_tests/dockerize/
build_and_run_docker.sh
28
#
OUTPUT_DIR
- Directory that will be copied from inside docker after finishing.
74
if [ "$
OUTPUT_DIR
" != "" ]
79
mkdir -p "$git_root/$
OUTPUT_DIR
"
80
docker cp "$CONTAINER_NAME:/var/local/git/grpc/$
OUTPUT_DIR
" "$git_root" || FAILED="true"
/external/compiler-rt/lib/tsan/
analyze_libtsan.sh
30
OUTPUT_DIR
=$(mktemp -t -d analyze_libtsan_out.XXXXXXXX)
31
OBJDUMP_CONTENTS=${
OUTPUT_DIR
}/libtsan_objdump
32
NM_CONTENTS=${
OUTPUT_DIR
}/libtsan_nm
38
file=${
OUTPUT_DIR
}/asm_$f.s
/external/protobuf/objectivec/DevTools/
compile_testing_protos.sh
7
readonly
OUTPUT_DIR
="${PROJECT_DERIVED_FILE_DIR}/protos"
21
rm -rf "${
OUTPUT_DIR
}"
36
if [[ ! -d "${
OUTPUT_DIR
}" ]] ; then
52
"${
OUTPUT_DIR
}" \
68
mkdir -p "${
OUTPUT_DIR
}/google/protobuf"
104
--objc_out="${
OUTPUT_DIR
}/google/protobuf" \
/external/u-boot/test/trace/
test-trace.sh
15
./${
OUTPUT_DIR
}/u-boot <<END
/device/linaro/hikey/uefi-tools/
atf-build.sh
12
OUTPUT_DIR
="$PWD"/uefi-build
/external/kotlinc/lib/
jvm-abi-gen.jar
Completed in 1399 milliseconds