Home
last modified time | relevance | path

Searched defs:expand (Results 1 – 25 of 104) sorted by relevance

12345

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DExpander.java66 public void expand(File archive, File targetDirectory) throws IOException, ArchiveException { in expand() method in Expander
84 …public void expand(String format, File archive, File targetDirectory) throws IOException, ArchiveE… in expand() method in Expander
106 …public void expand(InputStream archive, File targetDirectory) throws IOException, ArchiveException… in expand() method in Expander
120 public void expand(String format, InputStream archive, File targetDirectory) in expand() method in Expander
135 public void expand(String format, SeekableByteChannel archive, File targetDirectory) in expand() method in Expander
157 public void expand(final ArchiveInputStream archive, File targetDirectory) in expand() method in Expander
184 public void expand(final ZipFile archive, File targetDirectory) in expand() method in Expander
214 public void expand(final SevenZFile archive, File targetDirectory) in expand() method in Expander
237 private void expand(ArchiveEntrySupplier supplier, EntryWriter writer, File targetDirectory) in expand() method in Expander
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp258 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
263 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
268 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
273 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
320 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
325 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
363 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
368 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
373 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
378 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon45e00deb0111::AVRExpandPseudo
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc41 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() local
55 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST() local
101 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST() local
Ddecision_logic_normal.cc29 const Expand& expand, in GetDecisionSpecialized()
151 const Expand& expand, in FuturePacketAvailable()
Dmerge_unittest.cc33 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() local
Ddecision_logic_fax.cc24 const Expand& expand, in GetDecisionSpecialized()
Dnormal.h37 Expand* expand) in Normal()
Dexpand_unittest.cc34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() local
45 Expand* expand = expand_factory.Create(&bgn, &sync_buffer, &random_vector, in TEST() local
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
/external/python/cpython2/Tools/webchecker/
Dtktools.py135 fill=BOTH, expand=1, wrap=WORD, pack=1, argument
164 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument
186 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument
300 side=None, expand=None, font=None): argument
/external/python/uritemplates/uritemplate/
Dapi.py12 def expand(uri, var_dict=None, **kwargs): function
Dtemplate.py111 def expand(self, var_dict=None, **kwargs): member in URITemplate
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTextElement.java29 abstract String expand(); in expand() method in TextElement
DChildTextElement.java37 String expand() { in expand() method in ChildTextElement
DTokenTextElement.java44 String expand() { in expand() method in TokenTextElement
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js307 function toggleInherited(linkObj, expand) { argument
334 function toggleAllInherited(linkObj, expand) { argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializationHandler.java143 public void setDTDEntityExpansion(boolean expand); in setDTDEntityExpansion()
/external/volley/src/main/java/com/android/volley/toolbox/
DPoolingByteArrayOutputStream.java70 private void expand(int i) { in expand() method in PoolingByteArrayOutputStream
/external/python/cpython2/Lib/
Dsysconfig.py430 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): argument
441 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): argument
/external/python/cpython3/Lib/
Dsysconfig.py496 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): argument
508 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): argument
/external/scapy/scapy/layers/tls/crypto/
Dhkdf.py32 def expand(self, prk, info, L): member in TLS13_HKDF
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DGlobPattern.cpp28 static Expected<BitVector> expand(StringRef S, StringRef Original) { in expand() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp195 void expand(SetTheory &ST, Record *Def, RecSet &Elts) { in expand() function
251 const RecVec *SetTheory::expand(Record *Set) { in expand() function in SetTheory
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
Depydoc.js92 function expand(id) { function
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Depydoc.js92 function expand(id) { function

12345