HomeSort by relevance Sort by last modified time
    Searched full:numdeps (Results 1 - 8 of 8) sorted by null

  /build/kati/
worker.go 38 numDeps int
192 j.numDeps = -1 // Do not let other workers pick this.
202 p.numDeps--
203 glog.V(1).Infof("child: %s (%d)", p.n.Output, p.numDeps)
271 if j.numDeps != 0 {
279 if j.numDeps < 0 {
280 neededBy.numDeps--
296 glog.V(1).Infof("wait: %s (%d)", j.n.Output, j.numDeps)
317 glog.V(1).Infof("dep: %s (%d) %s", af.neededBy.n.Output, af.neededBy.numDeps, af.j.n.Output)
exec.go 65 neededBy.numDeps--
79 numDeps: len(n.Deps) + len(n.OrderOnlys),
88 // numDeps. There will be a race if we do so after the first
96 j.numDeps--
101 glog.V(1).Infof("new: %s (%d)", j.n.Output, j.numDeps)
  /build/soong/android/
namespace_test.go 325 if numDeps(ctx, testMe) != 4 {
326 t.Errorf("num dependencies of test_me = %v, not 4\n", numDeps(ctx, testMe))
668 func numDeps(ctx *TestContext, module TestingModule) int {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 199 unsigned NumDeps = Record[Idx++];
202 Record.begin() + Idx + NumDeps);
203 Idx += NumDeps;
  /packages/services/Car/service/src/com/android/car/hal/
VmsHalService.java 647 // An offering is layerId, LayerVersion, LayerType, NumDeps, <LayerId, LayerVersion> X NumDeps.
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go 187 func (db *DB) numDeps() int {
194 // numDeps to fall to want, waiting up to d.
198 n := db.numDeps()
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go 187 func (db *DB) numDeps() int {
194 // numDeps to fall to want, waiting up to d.
198 n := db.numDeps()
    [all...]

Completed in 5384 milliseconds