Searched refs:diff (Results 1 – 10 of 10) sorted by relevance
/build/tools/droiddoc/test/stubs/ |
D | run.sh | 32 diff -r $DIR/expected $A_STUBS 34 diff -r $A_STUBS $B_STUBS
|
/build/tools/ |
D | check_builds.sh | 83 …diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt &> … 86 … diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt
|
/build/blueprint/tests/ |
D | test.sh | 26 diff -u ../tests/expected_$1 test_$1 >>failed 47 diff -u ../tests/expected_wrapper_$1 test_wrapper_$1 >>failed
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 90 data, err := diff(src, res) 150 func diff(b1, b2 []byte) (data []byte, err error) { func
|
/build/tools/releasetools/ |
D | target_files_diff.py | 141 def diff(name, file1, file2, out_file): function 202 diff(name, name1, name2, out_file)
|
D | common.py | 1279 diff = ptemp.read() 1285 self.patch = diff
|
D | ota_from_target_files | 1344 for diff in diffs: 1345 tf, sf, d = diff.GetPatch()
|
D | ota_from_target_files.py | 1344 for diff in diffs: 1345 tf, sf, d = diff.GetPatch()
|
/build/kati/ |
D | runtest.rb | 280 puts `diff -u out.make out.kati` 354 puts `diff -u out.make out.kati`
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 105 data, err := diff(src, res) 256 func diff(b1, b2 []byte) (data []byte, err error) { func
|