Home
last modified time | relevance | path

Searched refs:toy (Results 1 – 25 of 110) sorted by relevance

12345

/external/toybox/
Drun-tests-on-android.sh12 toy=$1
16 location=$(adb shell "which $toy")
18 echo "-- $toy not present"
22 echo "-- $toy"
26 echo "-- note: $toy is non-toybox implementation"
31 export CMDNAME=$toy; \
32 export C=$toy; \
36 source /data/local/tmp/toybox-tests/tests/$toy.test"
42 toy=`echo $t | sed 's|tests/||' | sed 's|\.test||'`
43 test_toy $toy
[all …]
DAndroid.bp43 // To add a toy:
46 // Edit .config to enable the toy you want to add.
48 // # Edit `srcs` below to add the toy.
50 // # If you want this toy to have a symbolic link in /system/bin, add the toy to symlinks.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DBuildingAJIT5.rst43 …clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orcjit native` -O3 …
44 …er.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orcjit native` -O3 -o toy-server
46 ./toy-server &
47 ./toy
DBuildingAJIT4.rst39 …clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orcjit native` -O3 …
41 ./toy
DLangImpl08.rst176 $ clang++ -g -O3 toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs all` -o toy
183 $ ./toy
215 .. literalinclude:: ../../examples/Kaleidoscope/Chapter8/toy.cpp
/external/llvm/docs/tutorial/
DBuildingAJIT4.rst39 …clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orc native` -O3 -o
41 ./toy
DBuildingAJIT3.rst38 …clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orc native` -O3 -o
40 ./toy
DBuildingAJIT5.rst43 …clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orc native` -O3 -o
45 ./toy
DLangImpl08.rst176 $ clang++ -g -O3 toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs all` -o toy
183 $ ./toy
215 .. literalinclude:: ../../examples/Kaleidoscope/Chapter8/toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter3/
DCMakeLists.txt7 toy.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/
DCMakeLists.txt7 toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter8/
DCMakeLists.txt6 toy.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
DCMakeLists.txt6 toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter9/
DCMakeLists.txt10 toy.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
DCMakeLists.txt11 toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter2/
DCMakeLists.txt2 toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter5/
DCMakeLists.txt14 toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter7/
DCMakeLists.txt14 toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter4/
DCMakeLists.txt14 toy.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/
DCMakeLists.txt6 toy.cpp
/external/llvm/examples/Kaleidoscope/Chapter6/
DCMakeLists.txt14 toy.cpp
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DCMakeLists.txt14 toy.cpp
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DCMakeLists.txt14 toy.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/
DCMakeLists.txt15 toy.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
DCMakeLists.txt15 toy.cpp

12345