Home
last modified time | relevance | path

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

12

/build/kati/
Dninja.go79 done map[string]nodeState member
87 n.done = make(map[string]nodeState)
481 if _, found := n.done[output]; found {
484 n.done[output] = nodeVisit
488 n.done[output] = nodeFile
494 if s, found := n.done[o]; found {
496 n.done[output] = nodeAlias
501 n.done[output] = nodeMissing
554 n.done[output] = nodeBuild
561 glog.V(1).Infof("node %s dep node %q %s", node.Output, d.Output, n.done[d.Output])
[all …]
Dexec.go32 done map[string]*job member
57 j, present := ex.done[output]
86 ex.done[output] = nil
112 ex.done[output] = j
148 done: make(map[string]*job),
Dworker.go97 done := false
98 for !done {
103 case done = <-w.waitChan:
290 done := false
293 for wm.hasTodo() || len(wm.busyWorkers) > 0 || len(wm.runnings) > 0 || !done {
318 case done = <-wm.waitChan:
327 if !done {
Ddep.go57 done map[string]*DepNode member
290 if n, present := db.done[output]; present {
295 db.done[output] = n
546 done: make(map[string]*DepNode),
Dparser.go54 done bool member
98 for !p.done {
104 p.done = true
107 p.done = true
624 for !p.done {
Dserialize.go167 done map[string]bool member
175 done: make(map[string]bool),
195 if ns.done[n.Output] {
198 ns.done[n.Output] = true
DINTERNALS.md21 are somewhere between null build and full build. Most benchmarks below were done
63 Go version and test cases were written by ukai and me, and C++ rewrite was done
109 build. Caching parsed statements is done in *file_cache.cc*.
264 keep the type of the original variable. Evaluation of them will be done
279 Parsing them is mostly done in *rule.cc*.
376 Evaluation of expressions is done in *expr.cc*, *func.cc*, and
387 There is an important optimization done for Android. Android's build system has
DCONTRIBUTING.md46 branch to work in. It's important that each group of changes be done in
Dfunc.cc55 bool done = false; in StripShellComment() local
57 for (; *in && !done; in++) { in StripShellComment()
/build/tools/releasetools/
Dimg_from_target_files77 done = False
91 done = True
93 if not done:
Dimg_from_target_files.py77 done = False
91 done = True
93 if not done:
/build/tools/atree/
Datree.cpp117 bool done = false; in main() local
118 while (!done) { in main()
123 done = true; in main()
/build/tools/droiddoc/templates-pdk/assets/
Djquery-1.6.2.min.js16done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function… method
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
Dprettify.js20 …self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,f…
Dandroid_3p-bundle.js2108 …[PR['PR_KEYWORD'], /^(?:abstract|and|as|assert|begin|class|default|delegate|do|done|downcast|d…
/build/tools/droiddoc/templates-ndk/assets/js/
Dprettify.js20 …self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,f…
Dandroid_3p-bundle.js2108 …[PR['PR_KEYWORD'], /^(?:abstract|and|as|assert|begin|class|default|delegate|do|done|downcast|d…
/build/tools/droiddoc/templates-ds/assets/js/
Dprettify.js20 …self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,f…
Dglobal-libraries-combined.js3done:b.add,fail:c.add,progress:d.add,state:function(){return e},isResolved:b.fired,isRejected:c.fi… property
33 …self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,f…
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Dprettify.js20 …self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,f…
Ddocs.js2169 $.ajax(url, {timeout: 650}).done(this.openModal_.bind(this, blog)).fail(function(error) {
Dandroid_3p-bundle.js2108 …[PR['PR_KEYWORD'], /^(?:abstract|and|as|assert|begin|class|default|delegate|do|done|downcast|d…
/build/tools/droiddoc/templates-sac/assets/js/
Dprettify.js20 …self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,f…
Dandroid_3p-bundle.js2108 …[PR['PR_KEYWORD'], /^(?:abstract|and|as|assert|begin|class|default|delegate|do|done|downcast|d…
/build/tools/droiddoc/templates-sdk/assets/js/
Dprettify.js20 …self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,f…

12