OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testzip
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh
52
' > $TEST_TMPDIR/
testzip
.proto
55
--cpp_out=$TEST_TMPDIR/
testzip
.zip --python_out=$TEST_TMPDIR/
testzip
.zip \
56
--java_out=$TEST_TMPDIR/
testzip
.jar -I$TEST_TMPDIR
testzip
.proto \
61
unzip -t $TEST_TMPDIR/
testzip
.zip > $TEST_TMPDIR/
testzip
.list || fail 'unzip failed.'
63
grep 'testing:
testzip
\.pb\.cc *OK$' $TEST_TMPDIR/
testzip
.list > /dev/null \
64
|| fail '
testzip
.pb.cc not found in output zip.
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh
48
' >
testzip
.proto
50
./protoc --cpp_out=
testzip
.zip --python_out=
testzip
.zip --java_out=
testzip
.jar \
51
testzip
.proto || fail 'protoc failed.'
55
unzip -t
testzip
.zip >
testzip
.list || fail 'unzip failed.'
57
grep 'testing:
testzip
\.pb\.cc *OK$'
testzip
.list > /dev/null \
58
|| fail '
testzip
.pb.cc not found in output zip.
[
all
...]
/external/chromium_org/third_party/protobuf/src/
Makefile.am
35
testzip
.jar
testzip
.list
testzip
.proto
testzip
.zip
/external/protobuf/src/
Makefile.am
35
testzip
.jar
testzip
.list
testzip
.proto
testzip
.zip
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py
112
# Check that
testzip
doesn't raise an exception
113
zipfp.
testzip
()
688
# Check that
testzip
doesn't raise an exception
689
zipfp.
testzip
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py
112
# Check that
testzip
doesn't raise an exception
113
zipfp.
testzip
()
688
# Check that
testzip
doesn't raise an exception
689
zipfp.
testzip
()
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py
887
def
testzip
(self):
member in class:ZipFile
[
all
...]
tarfile.py
2555
def
testzip
(self):
member in class:TarFileCompat
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py
887
def
testzip
(self):
member in class:ZipFile
[
all
...]
tarfile.py
2555
def
testzip
(self):
member in class:TarFileCompat
[
all
...]
Completed in 1252 milliseconds