Searched refs:Equal (Results 1 – 25 of 31) sorted by relevance
12
/build/soong/java/ |
D | device_host_converter_test.go | 87 if !slices.Equal(combined.Inputs.Strings(), expectedInputs.Strings()) { 98 if !slices.Equal(resCombined.Inputs.Strings(), expectedInputs.Strings()) { 168 if !slices.Equal(combined.Inputs.Strings(), expectedInputs.Strings()) { 179 if !slices.Equal(resCombined.Inputs.Strings(), expectedInputs.Strings()) {
|
/build/bazel/mkcompare/ |
D | mkfile_test.go | 56 if !cmp.Equal(got.Modules, tt.want.Modules) {
|
/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/soong/cmd/release_config/release_config_lib/ |
D | flag_value_test.go | 36 if !proto.Equal(expected, actual) {
|
D | flag_artifact.go | 206 if proto.Equal(newValue, fa.Value) {
|
D | release_configs.go | 303 } else if !proto.Equal(def.FlagDeclaration, flagDeclaration) {
|
/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 56 func (p *Property) Equal(other Property) bool { func 134 if !p.Properties[i].Equal(other.Properties[i]) { 157 if elem.Equal(retElement) {
|
D | properties_test.go | 141 if !actual[i].Equal(testCase.expected[i]) {
|
/build/make/tools/canoninja/ |
D | canoninja.go | 66 if bytes.Equal(brn, phonyRule) {
|
/build/soong/third_party/zip/ |
D | zip_test.go | 61 if !outTime.Equal(testTime) { 215 if !bytes.Equal(buf, all[i:i+j]) { 319 if !bytes.Equal(gotEnd, end) {
|
D | writer_test.go | 178 if !bytes.Equal(b, wt.Data) {
|
D | android_test.go | 72 if !bytes.Equal(got, testcase.out) {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 89 if !bytes.Equal(src, res) {
|
/build/blueprint/ |
D | transition_test.go | 117 if !slices.Equal(expectedVariants, gotVariants) { 128 if !slices.Equal(got, expected) {
|
D | ninja_strings.go | 486 slices.Equal(*a.variables, *b.variables))
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 86 if !bytes.Equal(src, res) {
|
/build/soong/cmd/symbols_map/ |
D | symbols_map_test.go | 211 if !proto.Equal(tt.output, &got) {
|
/build/soong/ui/build/ |
D | finder.go | 214 if readErr != nil || !bytes.Equal(desiredBytes, actualBytes) {
|
D | cleanbuild.go | 254 if bytes.Equal(newData, oldData) {
|
/build/blueprint/microfactory/ |
D | microfactory.go | 468 rebuild = !bytes.Equal(oldSha, p.hashResult) 534 p.rebuilt = !bytes.Equal(oldSha, p.hashResult)
|
/build/make/tools/aconfig/aconfig_storage_file/src/ |
D | lib.rs | 319 Ordering::Equal => v1.flag_name.cmp(&v2.flag_name), in list_flags() 372 Ordering::Equal => v1.flag_name.cmp(&v2.flag_name), in list_flags_with_info()
|
/build/soong/cmd/soong_build/ |
D | main.go | 348 } else if bytes.Equal(preexistingData, data) {
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 331 if !bytes.Equal(want, out.Bytes()) {
|
/build/soong/zip/ |
D | zip_test.go | 672 if !bytes.Equal(want.Extra, got.Extra) {
|
12