Home
last modified time | relevance | path

Searched refs:op (Results 1 – 13 of 13) sorted by relevance

/build/soong/partner/bpfix/extensions/
Dheaders.go42 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/releasetools/
Dmerge_ota.py55 for op in reversed(partition.operations):
56 if op.data_length > 0:
57 return op.data_offset + op.data_length
65 for op in part.operations:
66 if op.HasField("data_length") and op.data_length != 0:
67 op.data_offset += prefix_blob_length
/build/bazel/utils/
Dconfig_setting_boolean_algebra.bzl106 op, operands = expr.items()[0]
107 if op == "NOT":
123 if op == "AND":
125 elif op == "OR":
128 fail("Operator must be AND, OR, or NOT, got %s" % op)
/build/bazel/scripts/difftool/
Dcommands.py199 for op in other_paths:
200 common = os.path.commonpath([path, op])
206 best = (similarity, op)
/build/make/tools/atree/
Dfiles.cpp268 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/android/
Doverride_module.go197 for _, op := range o.getOverridingProperties() {
198 if proptools.TypeEqual(p, op) {
199 err := proptools.ExtendProperties(p, op, nil, proptools.OrderReplace)
/build/soong/zip/
Dzip.go569 case op := <-writeOpChan:
573 if op.fh.Method == zip.Deflate {
574 currentWriter, err = zipw.CreateCompressedHeader(op.fh)
578 op.fh.CompressedSize64 = op.fh.UncompressedSize64
580 zw, err = zipw.CreateHeaderAndroid(op.fh)
587 currentReaders = op.futureReaders
588 if op.futureReaders == nil {
592 z.memoryRateLimiter.Finish(op.allocatedSize)
/build/soong/mk2rbc/
Dexpr.go703 op string member
709 gctx.write(" " + b.op + " ")
779 switch typedExpr.op {
781 typedExpr.op = "<="
784 typedExpr.op = ">="
787 typedExpr.op = "<"
790 typedExpr.op = ">"
Dmk2rbc.go106 "math_gt_or_eq": &mathComparisonCallParser{op: ">="},
107 "math_gt": &mathComparisonCallParser{op: ">"},
108 "math_lt": &mathComparisonCallParser{op: "<"},
1478 op := "or"
1480 op = "and"
1508 op: op,
1862 op string member
1873 op: p.op,
/build/blueprint/parser/
Dprinter.go299 if op, isOp := operator.Args[1].(*Operator); isOp {
300 p.printOperatorInternal(op, false)
/build/bazel/
Dcommon.bazelrc81 # Get rid no-op "affected by Starlark transition" config when label-based flag
/build/bazel/rules/cc/
Dcc_stub_library.bzl108 Set to true if the source library is part of the NDK (e.g. libc, liblog). This property is a no-op
/build/bazel/rules/aidl/
Daidl_interface.bzl134 # When versions_with_info is set, versions is no-op.