Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/frameworks/wilhelm/tools/hashgen/
DREADME.txt5 * GNU make
14 Type 'make'.
17 its stable location in ../../src/autogen using 'make install'.
18 Build and test the usage of the new IID on host by "make run_test"
21 Then do 'make clean' or 'make distclean' here.
/frameworks/base/tools/aapt2/
Ddevelopment.md4 All build targets can be found in `Android.bp` file. The main ones are `make -j aapt2` and `make -j…
6 `make -j aapt2` will create an aapt2 executable in `out/host/linux-x86/bin/aapt2` (on Linux). This …
8 Static version of the tool (without shared libraries) can be built with `make -j static_sdk_tools d…
11 Build `make -j aapt2_tests` and then (on Linux) execute `out/host/linux-x86/nativetest64/aapt2_test…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dtests.sh32 make -j2
37 make check -j2
38 cd conformance && make test_cpp && cd ..
41 cd benchmarks && make && ./generate-datasets && cd ..
47 make dist
71 make distcheck -j2
106 cd conformance && make test_csharp && cd ..
126 cd examples && make gotest && cd ..
181 cd conformance && make test_java && cd ..
Dpost_process_dist.sh48 make dist-gzip
59 make dist-zip
/frameworks/wilhelm/tools/mphtogen/
DREADME.txt5 * GNU make
8 Type 'make'.
11 Then do 'make clean' here.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DREADME.md19 * make
25 $ sudo apt-get install autoconf automake libtool curl make g++ unzip
46 $ make
47 $ make check
48 $ sudo make install
51 If "make check" fails, you can still install, but it is likely that
55 For advanced usage information on configure and make, please refer to the
69 If you already built the package with a different prefix, make sure
70 to run "make clean" before building again.
145 Either way, you must make sure that the protoc executable you use
[all …]
/frameworks/opt/gamesdk/samples/tuningfork/prototest/
DREADME.md2 In order to build and run the tests, first make sure you have protobuf installed, e.g. in /usr/local
3 Then invoke make like so:
4 make PROTOBUF_ROOT=/usr/local
/frameworks/base/cmds/incident_helper/
DREADME.md10 root$ make -j incident_helper_test && adb shell mkdir /data/nativetest64/incident_helper_test
22 If add a new proto file, add it in Android.bp under frameworks/base/ and make incident helper
25 root$ make -j48 incident_helper
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
DREADME.md45 you install a binary distribution, make sure that it is the same
58 $ (cd .. && make)
62 If you are running a homebrew-provided python, you must make sure another
70 $ (cd .. && make install)
74 You must make libprotobuf.so dynamically available. You can either
79 $ (cd .. && make install)
104 $ (cd .. && make install)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt12 To build all the examples (on a unix-like system), simply run "make". This
18 If you only want to compile examples in one language, use "make cpp"*,
19 "make java", or "make python".
43 Build the Go samples in this directory with "make go". This creates the
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
DREADME.md17 Before running any of these tests, make sure you run `make` in the base
20 $ make
24 $ cd conformance && make test_cpp
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect127 mOut = null; // make Java object eligible for garbage collection
133 mTempIns = null; // make Java objects eligible for garbage collection
163 mOut = null; // make Java object eligible for garbage collection
169 mTempIns = null; // make Java objects eligible for garbage collection
204 mOut = null; // make Java object eligible for garbage collection
210 mTempIns = null; // make Java objects eligible for garbage collection
245 mOut = null; // make Java object eligible for garbage collection
251 mTempIns = null; // make Java objects eligible for garbage collection
281 mOut = null; // make Java object eligible for garbage collection
287 mTempIns = null; // make Java objects eligible for garbage collection
[all …]
/frameworks/compile/libbcc/tests/
DREADME.lit2 * Ensure `llvm-rs-as` is built, either by doing a top-level `make
6 * Ensure `opt` is built from external/llvm, either by top-level `make
/frameworks/base/cmds/uiautomator/library/
Dapicheck_msg_current.txt5 To make these errors go away, you have two choices:
10 make update-uiautomator-api
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
DREADME.md13 $ make
26 that make the overall suite diverse without being too large or having
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
DScriptC_reduce_general_examples_halter.java.expect58 mOut = null; // make Java object eligible for garbage collection
64 mTempIns = null; // make Java objects eligible for garbage collection
94 mOut = null; // make Java object eligible for garbage collection
100 mTempIns = null; // make Java objects eligible for garbage collection
/frameworks/compile/mclinker/unittests/
Dtest3.txt38 # the environment to account for automounters. The make variable must not
39 # be called PWDCMD, otherwise the value set here is passed to make
59 make-stds.texi standards.info* configure.texi configure.info* \
63 # When you use `make setup-dirs' or `make taz' you should always redefine
144 # Make links, and run "make diststuff" or "make info" when needed.
167 # of files in the distclean rule. Zack W is planning to make
/frameworks/ml/nn/tools/
Dbuild_and_run_benchmark.sh44 make libneuralnetworks
52 make NeuralNetworksApiBenchmark
/frameworks/base/core/java/android/text/
DAlteredCharSequence.java34 public static AlteredCharSequence make(CharSequence source, char[] sub, in make() method in AlteredCharSequence
101 return AlteredCharSequence.make(mSource.subSequence(start, end), in subSequence()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceFactory.java25 Surface make(); in make() method
DTransactionFactory.java25 Transaction make(); in make() method
DSurfaceBuilderFactory.java23 SurfaceControl.Builder make(SurfaceSession s); in make() method
/frameworks/base/packages/SettingsLib/tests/robotests/
Dreadme.md5 $ make RunSettingsLibRoboTests -j40
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
DMainActivity.java27 static Map<String,?> make(String name) { in make() method in MainActivity
36 add(make("List Item: " + i));
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
DScriptC_reduce_general_examples_explicit.java.expect67 mOut = null; // make Java object eligible for garbage collection
73 mTempIns = null; // make Java objects eligible for garbage collection
103 mOut = null; // make Java object eligible for garbage collection
109 mTempIns = null; // make Java objects eligible for garbage collection
139 mOut = null; // make Java object eligible for garbage collection
145 mTempIns = null; // make Java objects eligible for garbage collection

12345678910>>...14