Searched refs:op (Results 1 – 6 of 6) sorted by relevance
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 42 if op, ok := e.(*parser.Operator); ok { 43 if op.Operator != '+' { 46 arg0, ok := op.Args[0].(*parser.Variable) 47 arg1, ok1 := op.Args[1].(*parser.String) 73 if op, ok := e.(*parser.Operator); ok { 74 searchThroughOperatorList(mod, op.Args[0]) 75 searchThroughOperatorList(mod, op.Args[1])
|
/build/make/tools/atree/ |
D | files.cpp | 268 FileOpType op = FILE_OP_COPY; in read_list_file() local 275 if (op != FILE_OP_COPY) { in read_list_file() 279 op = FILE_OP_REMOVE; in read_list_file() 281 if (op != FILE_OP_COPY) { in read_list_file() 285 op = FILE_OP_STRIP; in read_list_file() 313 add_file(files, op, filename, i+1, paths[0], paths[1]); in read_list_file()
|
/build/soong/zip/ |
D | zip.go | 521 case op := <-writeOpChan: 525 if op.fh.Method == zip.Deflate { 526 currentWriter, err = zipw.CreateCompressedHeader(op.fh) 530 op.fh.CompressedSize64 = op.fh.UncompressedSize64 532 zw, err = zipw.CreateHeaderAndroid(op.fh) 539 currentReaders = op.futureReaders 540 if op.futureReaders == nil { 544 z.memoryRateLimiter.Finish(op.allocatedSize)
|
/build/soong/android/ |
D | override_module.go | 180 for _, op := range o.getOverridingProperties() { 181 if proptools.TypeEqual(p, op) { 182 err := proptools.ExtendProperties(p, op, nil, proptools.OrderReplace)
|
/build/bazel/rules/ |
D | cc_library_static.bzl | 30 # With no-srcs no-deps, this returns a stub. Otherwise, it's a passthrough no-op. 63 # This safeguard is a no-op, as a library was generated by the main target.
|
/build/blueprint/parser/ |
D | printer.go | 195 if op, isOp := operator.Args[1].(*Operator); isOp { 196 p.printOperatorInternal(op, false)
|