Searched refs:Equal (Results 1 – 12 of 12) sorted by relevance
/build/soong/cmd/dep_fixer/ |
D | main.go | 69 if !bytes.Equal(firstInput, new) {
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 43 if bytes.Equal(buf, []byte("PASS\n")) {
|
/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 55 func (p *Property) Equal(other Property) bool { func 133 if !p.Properties[i].Equal(other.Properties[i]) {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 89 if !bytes.Equal(src, res) {
|
/build/soong/ui/build/ |
D | finder.go | 188 if readErr != nil || !bytes.Equal(desiredBytes, actualBytes) {
|
D | cleanbuild.go | 236 if bytes.Equal(newData, oldData) {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 85 if !bytes.Equal(src, res) {
|
/build/soong/third_party/zip/ |
D | writer_test.go | 178 if !bytes.Equal(b, wt.Data) {
|
D | android_test.go | 72 if !bytes.Equal(got, testcase.out) {
|
D | reader_test.go | 377 if ft := f.ModTime(); !ft.Equal(mtime) {
|
/build/blueprint/microfactory/ |
D | microfactory.go | 448 rebuild = !bytes.Equal(oldSha, p.hashResult) 514 p.rebuilt = !bytes.Equal(oldSha, p.hashResult)
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 271 if !bytes.Equal(want, out.Bytes()) {
|