Home
last modified time | relevance | path

Searched refs:done (Results 1 – 23 of 23) sorted by relevance

/build/soong/ui/build/
Dproc_sync.go88 done, description := waiter.checkDeadline()
96 if done {
120 checkDeadline() (done bool, remainder string)
140 func (s *sleepWaiter) checkDeadline() (done bool, remainder string) {
Dninja.go187 done := make(chan struct{})
188 defer close(done)
199 case <-done:
Dproc_sync_test.go64 func (c *countWaiter) checkDeadline() (done bool, remainder string) {
/build/soong/ui/build/paths/
Dlogs.go135 func SendLog(logSocket string, entry *LogEntry, done chan interface{}) {
136 sendLog(logSocket, getSocketAddr, timeoutDuration, entry, done)
139 func sendLog(logSocket string, lookup socketAddrFunc, timeout time.Duration, entry *LogEntry, done
140 defer close(done)
Dlogs_test.go144 done := make(chan bool, 1)
152 done <- true
155 <-done
/build/soong/ui/status/
Dninja.go44 done: make(chan bool),
56 done chan bool member
70 case <-n.done:
80 defer close(n.done)
/build/soong/ui/terminal/
Dsmart_status.go53 done chan bool member
70 done: make(chan bool),
265 case <-s.done:
274 s.done <- true
/build/soong/cmd/path_interposer/
Dmain_test.go149 logFunc := func(logSocket string, entry *paths.LogEntry, done chan interface{}) {
150 defer close(done)
Dmain.go75 sendLog func(logSocket string, entry *paths.LogEntry, done chan interface{})
/build/make/tools/atree/
Datree.cpp117 bool done = false; in main() local
118 while (!done) { in main()
123 done = true; in main()
/build/pesto/experiments/prepare_bazel_test_env/data/templates/platform_testing/tests/example/native/
DBUILD.bazel.template55 done
/build/soong/docs/
Dclion.md4 only. Build should still be done via make/m/mm(a)/mmm(a).
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java366 inspectEntryRequest.done(); in addV1Signature()
496 inspectEntryRequest.done(); in copyFiles()
554 inspectEntryRequest.done(); in copyFiles()
647 request.done(); in provideJarEntry()
1201 addV1SignatureRequest.done(); in main()
1237 addV2SignatureRequest.done(); in main()
/build/soong/java/
Dhiddenapi.go233 done | xargs ${config.HiddenAPI} encode --api-flags=$flagsCsv $hiddenapiFlags &&
/build/soong/finder/
Dfinder.go876 done := false
879 done = true
881 done = (err == io.EOF)
888 if done {
/build/soong/zip/
Dzip.go496 var done bool
498 for !done {
516 done = true
/build/soong/third_party/zip/
Dreader_test.go351 done := make(chan bool)
356 done <- true
362 <-done
/build/soong/apex/
Dbuilder.go79 `&& for i in ${ro_paths}; do echo "/$$i 1000 1000 0644"; done ` +
80 `&& for i in ${exec_paths}; do echo "/$$i 0 2000 0755"; done ` +
81 … "/$$i 0 2000 0755"; zipinfo -1 $$apk | sed "s:\(.*\):/$$i/\1 1000 1000 0644:"; done ) ) > ${out}`,
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto39 // The matching is done against the path of files in the APK, thus excluding
/build/blueprint/
Dcontext.go2511 done := make(chan bool)
2591 case <-done:
2612 done <- true
2739 done := false
2740 for !done {
2743 done = true
/build/make/core/
Denvsetup.rbc182 # host config stuff being done first
Dproduct_config.rbc107 stash = [] # Configs to push once their descendants are done
/build/make/
DChanges.md302 `thumb` for the entire library. This must now also be done in Android.mk files.