Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getcomptype
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/
H
A
D
sunau.py
51
getcomptype
() -- returns compression type ('NONE' or 'ULAW')
246
def
getcomptype
(self):
member in Au_read
265
self.
getcomptype
(), self.getcompname())
397
def
getcomptype
(self):
member in Au_write
419
self.
getcomptype
(), self.getcompname())
H
A
D
wave.py
18
getcomptype
() -- returns compression type ('NONE' for linear samples)
230
available through the
getcomptype
() method
232
available through the
getcomptype
() method
330
def
getcomptype
(self):
member in Wave_read
339
self.
getcomptype
(), self.getcompname())
510
def
getcomptype
(self):
member in Wave_write
H
A
D
aifc.py
69
getcomptype
() -- returns compression type ('NONE' for AIFF files)
292
# available through the
getcomptype
() method
294
# available through the
getcomptype
() method
403
def
getcomptype
(self):
member in Aifc_read
415
self.
getcomptype
(), self.getcompname())
687
def
getcomptype
(self):
member in Aifc_write
972
print("comptype =", f.
getcomptype
())
H
A
D
tarfile.py
355
comptype = fileobj.
getcomptype
()
587
def
getcomptype
(self):
member in _StreamProxy
/third_party/python/Lib/test/
H
A
D
test_aifc.py
186
self.assertEqual(params.comptype, f.
getcomptype
())
383
self.assertEqual(fout.
getcomptype
(), b'NONE')
434
self.assertEqual(f.
getcomptype
(), b'NONE')
H
A
D
audiotests.py
35
self.assertEqual(f.
getcomptype
(), comptype)
Completed in 9 milliseconds