Searched refs:process (Results 1 – 18 of 18) sorted by relevance
/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 | 22 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/ |
D | global.sb | 39 (allow process-exec (literal "/bin/ps") (with no-sandbox)) 45 (allow process-exec*) 46 (allow process-fork)
|
/build/make/tools/zipalign/include/ |
D | ZipAlign.h | 33 int process(const char* input, const char* output, int alignTo, bool force,
|
/build/make/tools/ |
D | soong_to_convert.py | 73 def process(reader): function 117 results = process(csv.reader(csvfile))
|
/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/make/tools/zipalign/ |
D | ZipAlignMain.cpp | 121 result = process(argv[1], argv[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 | 596 command and arguments used, and the process tree in order to help locate the
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 147 // The resource information of each executed process. 152 // The name of the process for identification.
|
/build/bazel/docs/ |
D | concepts.md | 42 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/ |
D | product_config.rbc | 149 # Stash this PCM, process children in the sorted order
|
D | definitions.mk | 2196 $(JAVA) -jar $(JARJAR) process $(PRIVATE_JARJAR_RULES) $< $@
|