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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/ptrace/
make_syscall_list.sh 4 ${CC:-gcc} -E -dD - | \
  /external/googletest/ci/
install-osx.sh 40 brew install ccache gcc@4.9 llvm@3.9
  /external/walt/android/WALT/app/src/main/jni/
Makefile 17 gcc -o ut sync_clock_linux.c sync_clock.
  /external/adhd/cras/examples/
Makefile 2 gcc -o cplay cplay.c -lcras
5 gcc -o cplay_buffer cplay_buffer.c -lcras
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
build.sh 14 gcc -c build.c -o work/build.o
15 gcc -c preorder.c -o work/preorder.o
16 gcc -c inorder.c -o work/inorder.o
17 gcc -c main.c -o work/main.o
18 gcc -c stack.c -o work/stack.o
19 gcc -c preorder_norecurse.c -o work/preorder_norecurse.o
20 gcc -c inorder_norecurse.c -o work/inorder_norecurse.o
21 gcc -o bin-trees work/main.o work/preorder.o work/inorder.o work/build.o work/preorder_norecurse.o work/inorder_norecurse.o work/stack.o
chromeos_build.sh 14 x86_64-cros-linux-gnu-gcc -c build.c -o work/build.o
15 x86_64-cros-linux-gnu-gcc -c preorder.c -o work/preorder.o
16 x86_64-cros-linux-gnu-gcc -c inorder.c -o work/inorder.o
17 x86_64-cros-linux-gnu-gcc -c main.c -o work/main.o
18 x86_64-cros-linux-gnu-gcc -c stack.c -o work/stack.o
19 x86_64-cros-linux-gnu-gcc -c preorder_norecurse.c -o work/preorder_norecurse.o
20 x86_64-cros-linux-gnu-gcc -c inorder_norecurse.c -o work/inorder_norecurse.o
21 x86_64-cros-linux-gnu-gcc -o bin-trees work/main.o work/preorder.o work/inorder.o work/build.o work/preorder_norecurse.o work/inorder_norecurse.o work/stack.o
test_setup.sh 15 gcc -o bin-trees work/*.o
  /external/clang/utils/VtableTest/
check-zti 11 sed -n "/^__ZTI.*s$i:/,/\.[sg][el]/p" test-gcc.s |
12 grep -v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-gcc-zti
13 diff -U3 test-gcc-zti test-clang-zti
check-ztt 11 sed -n "/^__ZTT.*s$i:/,/\.[sgm][elo]/p" test-gcc.s |
12 grep -v '\.[sgm][elo]' | sed -e 's/[()]//g' -e 's/ + /+/' >test-gcc-ztt
13 diff -U3 test-gcc-ztt test-clang-ztt
check-zvt 10 sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-gcc.s | grep -v '\.[sg][el]' >test-gcc-ztv
11 diff -U3 test-gcc-ztv test-clang-ztv
  /external/autotest/client/tests/iosched_bugs/src/
Makefile 1 CC=gcc
  /external/autotest/client/tests/tracing_microbenchmark/src/
Makefile 1 CC = $(CROSS_COMPILE)gcc
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pip_packages_remote.sh 19 if [ ! -f /usr/bin/x86_64-linux-gnu-gcc ]; then
20 ln -s /usr/local/bin/clang /usr/bin/x86_64-linux-gnu-gcc
  /art/test/023-many-interfaces/
build 21 gcc -Wall -Werror -o iface-gen iface-gen.c
  /art/test/303-verification-stress/
build 21 gcc -Wall -Werror -o classes-gen classes-gen.c
  /external/deqp-deps/SPIRV-Tools/kokoro/linux-gcc-debug/
build.sh 24 source $SCRIPT_DIR/../scripts/linux/build.sh DEBUG gcc
  /external/deqp-deps/SPIRV-Tools/kokoro/linux-gcc-release/
build.sh 24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc
  /external/ltp/travis/
centos.sh 10 gcc \
debian.cross-compile.aarch64.sh 6 gcc-aarch64-linux-gnu \
debian.cross-compile.ppc64le.sh 6 gcc-powerpc64le-linux-gnu \
fedora.sh 10 gcc \
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/linux-gcc-debug/
build.sh 24 source $SCRIPT_DIR/../scripts/linux/build.sh DEBUG gcc
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/linux-gcc-release/
build.sh 24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc
  /external/u-boot/test/stdint/
test-includes.sh 21 local gcc=$4
25 if ! which ${gcc} >/dev/null 2>&1; then
26 echo "Not found: ${gcc}"
39 cmd="${gcc} -c -D__KERNEL__ ${flags} \
55 # board arch soc path-to-gcc
56 try_both sandbox sandbox - gcc
57 try_both coreboot x86 - x86_64-linux-gnu-gcc
58 try_both seaboard arm tegra20 /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux/bin/arm-linux-gnueabihf-gcc
  /device/google/contexthub/firmware/
toolchain-setup.sh 5 if [ ! -e $HOME/toolchains/gcc-arm-none-eabi-5_3-2016q1/bin ] ; then
8 wget https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q1-update/+download/gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2 &&
9 tar xjf gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2 &&
14 export ARM_NONE_GCC_PATH=$HOME/toolchains/gcc-arm-none-eabi-5_3-2016q1

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>