Searched refs:done (Results 1 – 23 of 23) sorted by relevance
/build/soong/ui/build/ |
D | proc_sync.go | 88 done, description := waiter.checkDeadline() 96 if done { 120 checkDeadline() (done bool, remainder string) 140 func (s *sleepWaiter) checkDeadline() (done bool, remainder string) {
|
D | ninja.go | 187 done := make(chan struct{}) 188 defer close(done) 199 case <-done:
|
D | proc_sync_test.go | 64 func (c *countWaiter) checkDeadline() (done bool, remainder string) {
|
/build/soong/ui/build/paths/ |
D | logs.go | 135 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)
|
D | logs_test.go | 144 done := make(chan bool, 1) 152 done <- true 155 <-done
|
/build/soong/ui/status/ |
D | ninja.go | 44 done: make(chan bool), 56 done chan bool member 70 case <-n.done: 80 defer close(n.done)
|
/build/soong/ui/terminal/ |
D | smart_status.go | 53 done chan bool member 70 done: make(chan bool), 265 case <-s.done: 274 s.done <- true
|
/build/soong/cmd/path_interposer/ |
D | main_test.go | 149 logFunc := func(logSocket string, entry *paths.LogEntry, done chan interface{}) { 150 defer close(done)
|
D | main.go | 75 sendLog func(logSocket string, entry *paths.LogEntry, done chan interface{})
|
/build/make/tools/atree/ |
D | atree.cpp | 117 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/ |
D | BUILD.bazel.template | 55 done
|
/build/soong/docs/ |
D | clion.md | 4 only. Build should still be done via make/m/mm(a)/mmm(a).
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 366 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/ |
D | hiddenapi.go | 233 done | xargs ${config.HiddenAPI} encode --api-flags=$flagsCsv $hiddenapiFlags &&
|
/build/soong/finder/ |
D | finder.go | 876 done := false 879 done = true 881 done = (err == io.EOF) 888 if done {
|
/build/soong/zip/ |
D | zip.go | 496 var done bool 498 for !done { 516 done = true
|
/build/soong/third_party/zip/ |
D | reader_test.go | 351 done := make(chan bool) 356 done <- true 362 <-done
|
/build/soong/apex/ |
D | builder.go | 79 `&& 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/ |
D | config.proto | 39 // The matching is done against the path of files in the APK, thus excluding
|
/build/blueprint/ |
D | context.go | 2511 done := make(chan bool) 2591 case <-done: 2612 done <- true 2739 done := false 2740 for !done { 2743 done = true
|
/build/make/core/ |
D | envsetup.rbc | 182 # host config stuff being done first
|
D | product_config.rbc | 107 stash = [] # Configs to push once their descendants are done
|
/build/make/ |
D | Changes.md | 302 `thumb` for the entire library. This must now also be done in Android.mk files.
|