Home
last modified time | relevance | path

Searched refs:process (Results 1 – 18 of 18) 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.cpp22 int processed = process(src.c_str(), dst.c_str(), 4, true, false, 4096); in TEST()
36 int processed = process(src.c_str(), dst.c_str(), 4, true, false, 4096); in TEST()
48 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/zipalign/include/
DZipAlign.h33 int process(const char* input, const char* output, int alignTo, bool force,
/build/make/tools/
Dsoong_to_convert.py73 def process(reader): function
117 results = process(csv.reader(csvfile))
/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/make/tools/zipalign/
DZipAlignMain.cpp121 result = process(argv[1], argv[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.md596 command and arguments used, and the process tree in order to help locate the
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto147 // The resource information of each executed process.
152 // The name of the process for identification.
/build/bazel/docs/
Dconcepts.md42 for inter-process communication (IPC), with one known case of unix socket
111 soong\_ui sets up the sandbox and environment for the Ninja/Bazel process.
/build/make/core/
Dproduct_config.rbc149 # Stash this PCM, process children in the sorted order
Ddefinitions.mk2196 $(JAVA) -jar $(JARJAR) process $(PRIVATE_JARJAR_RULES) $< $@