OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_target
(Results
1 - 2
of
2
) sorted by null
/development/scripts/
divide_and_compress_test.py
76
test_target
= divide_and_compress.DirectoryZipper('/foo/', 'bar',
79
self.assertEqual(False,
test_target
.ArchiveIsValid(),
83
test_target
= divide_and_compress.DirectoryZipper('/baz/', 'bar',
85
self.assertEqual(True,
test_target
.ArchiveIsValid(),
99
test_target
= divide_and_compress.DirectoryZipper(
101
self.my_mox.StubOutWithMock(
test_target
, 'OpenZipFileAtPath')
102
test_target
.OpenZipFileAtPath(source_path, mode='r').AndReturn(source)
103
test_target
.OpenZipFileAtPath(dest_path,
112
test_target
.RemoveLastFile()
197
test_target
= divide_and_compress.DirectoryZipper
[
all
...]
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
66
let
test_target
() =
var
[
all
...]
Completed in 756 milliseconds