/build/make/tools/product_config/src/com/android/build/config/ |
D | KatiCommandImpl.java | 85 Process process = null; in run() local 88 process = builder.start(); in run() 94 final Thread stdoutThread = new Thread(new OutputReader(process.getInputStream(), stdout), in run() 99 final Thread stderrThread = new Thread(new OutputReader(process.getErrorStream(), stderr), in run() 103 int returnCode = waitForProcess(process); in run()
|
/build/make/tools/zipalign/tests/src/ |
D | align_test.cpp | 30 int processed = process(src.c_str(), dst.c_str(), 4, true, false, 4096); in TEST() 42 int processed = process(src.c_str(), tmp.c_str(), 4, true, false, 4096); in TEST() 49 processed = process(tmp.c_str(), dst.c_str(), 4, true, false, 4096); in TEST() 72 int processed = process(src.c_str(), dst.c_str(), 4, true, false, 4096); in TEST() 84 int processed = process(src.c_str(), dst.c_str(), 4, true, false, 4096); in TEST()
|
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 39 (allow process-exec (literal "/bin/ps") (with no-sandbox)) 45 (allow process-exec*) 46 (allow process-fork)
|
/build/make/tools/ |
D | soong_to_convert.py | 73 def process(reader): function 117 results = process(csv.reader(csvfile))
|
/build/make/tools/zipalign/include/ |
D | ZipAlign.h | 33 int process(const char* input, const char* output, int alignTo, bool force,
|
/build/make/tools/acp/ |
D | acp.c | 41 int process(int argc, char* const argv[], unsigned int options) in process() function 247 retVal = process(argc-optind, argv+optind, options); in main()
|
/build/soong/docs/ |
D | native_code_coverage.md | 47 * `%`p is replaced by the pid of the process 70 For tests that exercise a daemon/service running in another process, write out 83 To post-process and view coverage information we use the `acov-llvm.py report` 99 included in the debuginfo is used to process the coverage data. 138 Fetch coverage files from the device and post-process them to a `.profdata` file 183 debuginfo) since `llvm-cov` reads some debuginfo to process the coverage
|
/build/make/tools/zipalign/ |
D | ZipAlignMain.cpp | 106 …result = process(argv[optind + 1], argv[optind + 2], alignment, force, zopfli, pageAlignSharedLibs… in main()
|
D | ZipAlign.cpp | 96 int process(const char* inFileName, const char* outFileName, in process() function
|
D | README.txt | 23 in the "extra" fields may be altered by this process.
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 88 errCh <- proc.process(pr, out) 126 func (proc *processor) process(r io.Reader, w io.Writer) error { func
|
D | javac_wrapper_test.go | 100 err := proc.process(bytes.NewReader([]byte(test.in)), buf)
|
/build/make/ |
D | Deprecation.md | 37 from AOSP (and Google's internal trees). The process will go something like 63 Just to be clear, the above process will happen on the AOSP master branch. So
|
D | README.md | 16 This Makefile-based system is in the process of being replaced with [Soong], a
|
D | Changes.md | 627 command and arguments used, and the process tree in order to help locate the
|
/build/bazel/scripts/difftool/ |
D | README.md | 9 Use of these tools requires a multistep process:
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 161 // The resource information of each executed process. 166 // The name of the process for identification.
|
/build/bazel/rules/apex/ |
D | mainline_modules.bzl | 196 """Implementation of apex_aab rule, which drives the process of creating aab
|
/build/bazel/docs/ |
D | concepts.md | 45 for inter-process communication (IPC), with one known case of unix socket 114 soong\_ui sets up the sandbox and environment for the Ninja/Bazel process.
|
D | internal_concepts.md | 329 Soong's config process encompasses both *what* should build and *how* it should 346 within Make but is in the process of being migrated to Starlark.
|
/build/soong/ |
D | README.md | 632 To connect to the process using IntelliJ: 642 Sometimes the `dlv` process hangs on connection. A symptom of this is `dlv`
|
/build/soong/dexpreopt/ |
D | DEXPREOPT_IMPLEMENTATION.md | 131 The process described above for Make packages involves "indirect build rules",
|
/build/make/core/ |
D | product_config.rbc | 217 # clone the configs, because in the process of evaluating the
|
D | definitions.mk | 2530 $(JAVA) -jar $(JARJAR) process $(PRIVATE_JARJAR_RULES) $< $@
|