Searched refs:compare (Results 1 – 17 of 17) sorted by relevance
/build/bazel/mkcompare/ |
D | mkdiff.go | 155 compare := 0 158 compare = 1 160 compare = -1 162 compare = 0 164 compare = -1 167 compare = compare + 1 170 switch compare {
|
D | README.md | 21 # compare!
|
/build/soong/cmd/diff_target_files/ |
D | Android.bp | 8 "compare.go",
|
/build/bazel/scripts/difftool/ |
D | action_diff_notebook.py | 162 bzl_only = bzl_rich_commands.compare(ninja_rich_commands) 163 soong_only = ninja_rich_commands.compare(bzl_rich_commands)
|
D | README.md | 3 This directory contains tools to compare build artifacts from two separate
|
D | difftool.py | 396 print(left_command_info.compare(right_command_info)) 399 print(right_command_info.compare(left_command_info))
|
D | clangcompile.py | 116 def compare(self, other): member in ClangCompileInfo
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 42 compare := func(got, want interface{}) { 50 compare(pkgMap.pkgs, wantPkgs) 51 compare(pkgMap.paths[wantPkgs[0]], "build/soong") 52 compare(pkgMap.paths[wantPkgs[1]], "build/blueprint") 60 compare(got, "build/soong/ui/test") 69 compare(got, "build/blueprint")
|
/build/bazel/tests/apex/ |
D | apex_diff_test.bzl | 41 # Make our own diff to compare against the expected one
|
/build/make/core/ |
D | rbe.mk | 72 …st=PWD --exec_strategy=$(cxx_rbe_exec_strategy) --platform=$(cxx_platform) --compare=$(cxx_compare)
|
/build/make/tools/zipalign/tests/src/ |
D | align_test.cpp | 34 return f1.compare(f2) == 0; in sameContent()
|
/build/soong/cmd/extract_apks/ |
D | main.go | 204 func (m multiAbiValue) compare(other multiAbiValue) int { func 286 if valueAbis.compare(altAbis) < 0 {
|
/build/make/tools/ |
D | stub_diff_analyzer.py | 113 diff = list(d.compare(first_file_contents, second_file_contents))
|
/build/soong/android/ |
D | makevars.go | 371 define soong-compare-var
|
/build/soong/java/ |
D | droidstubs.go | 767 compare := ctx.Config().IsEnvTrue("RBE_METALAVA_COMPARE") 777 Compare: compare,
|
/build/bazel/rules/cc/ |
D | cc_library_common.bzl | 301 str (str): the string to compare prefixes against
|
/build/soong/dexpreopt/ |
D | DEXPREOPT_IMPLEMENTATION.md | 160 compare them to the uses-library list known to the build system
|