Home
last modified time | relevance | path

Searched refs:process (Results 1 – 24 of 24) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java85 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/
Dalign_test.cpp30 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/
Dglobal.sb39 (allow process-exec (literal "/bin/ps") (with no-sandbox))
45 (allow process-exec*)
46 (allow process-fork)
/build/make/tools/
Dsoong_to_convert.py73 def process(reader): function
117 results = process(csv.reader(csvfile))
/build/make/tools/zipalign/include/
DZipAlign.h33 int process(const char* input, const char* output, int alignTo, bool force,
/build/make/tools/acp/
Dacp.c41 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/
Dnative_code_coverage.md47 * `%`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/
DZipAlignMain.cpp106 …result = process(argv[optind + 1], argv[optind + 2], alignment, force, zopfli, pageAlignSharedLibs… in main()
DZipAlign.cpp96 int process(const char* inFileName, const char* outFileName, in process() function
DREADME.txt23 in the "extra" fields may be altered by this process.
/build/soong/cmd/javac_wrapper/
Djavac_wrapper.go88 errCh <- proc.process(pr, out)
126 func (proc *processor) process(r io.Reader, w io.Writer) error { func
Djavac_wrapper_test.go100 err := proc.process(bytes.NewReader([]byte(test.in)), buf)
/build/make/
DDeprecation.md37 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
DREADME.md16 This Makefile-based system is in the process of being replaced with [Soong], a
DChanges.md627 command and arguments used, and the process tree in order to help locate the
/build/bazel/scripts/difftool/
DREADME.md9 Use of these tools requires a multistep process:
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto161 // The resource information of each executed process.
166 // The name of the process for identification.
/build/bazel/rules/apex/
Dmainline_modules.bzl196 """Implementation of apex_aab rule, which drives the process of creating aab
/build/bazel/docs/
Dconcepts.md45 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.
Dinternal_concepts.md329 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/
DREADME.md632 To connect to the process using IntelliJ:
642 Sometimes the `dlv` process hangs on connection. A symptom of this is `dlv`
/build/soong/dexpreopt/
DDEXPREOPT_IMPLEMENTATION.md131 The process described above for Make packages involves "indirect build rules",
/build/make/core/
Dproduct_config.rbc217 # clone the configs, because in the process of evaluating the
Ddefinitions.mk2530 $(JAVA) -jar $(JARJAR) process $(PRIVATE_JARJAR_RULES) $< $@