Home
last modified time | relevance | path

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

1234567

/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-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfbd29c710111::AVRExpandPseudo
[all …]
/external/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc52 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() local
65 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST() local
100 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST() local
125 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, kFs, in TEST() local
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
172 void ExpandUntilMuted(size_t num_channels, Expand* expand) { in ExpandUntilMuted()
Dnormal.h38 Expand* expand, in Normal()
/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/mesa3d/src/compiler/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
/external/rust/crates/thiserror-impl/src/
Dlib.rs20 mod expand; module
/external/python/uritemplates/uritemplate/
Dapi.py14 def expand(uri, var_dict=None, **kwargs): function
/external/rust/crates/async-trait/src/
Dlib.rs322 mod expand; module
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js307 function toggleInherited(linkObj, expand) { argument
334 function toggleAllInherited(linkObj, expand) { argument
/external/rust/crates/regex/tests/
Dmacros_bytes.rs27 macro_rules! expand { macro
Dmacros_str.rs21 macro_rules! expand { macro
/external/one-true-awk/testdir/
DT.misc260 function expand(chart) { function
/external/rust/cxx/macro/src/
Dtype_id.rs21 pub fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() function
/external/mtools/
Dexpand.c65 const char *expand(const char *input, char *ans) in expand() function
/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/mesa3d/src/freedreno/computerator/examples/
Dtest-opcodes.sh98 expand() { function
/external/volley/core/src/main/java/com/android/volley/toolbox/
DPoolingByteArrayOutputStream.java70 private void expand(int i) { in expand() method in PoolingByteArrayOutputStream
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializationHandler.java143 public void setDTDEntityExpansion(boolean expand); in setDTDEntityExpansion()
/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Dhkdf.rs45 fn expand(&self, info: &[u8], okm: &mut [u8]) -> Result<(), InvalidLength> { in expand() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTextElement.java32 abstract String expand(); in expand() method in TextElement
DChildTextElement.java40 String expand() { in expand() method in ChildTextElement
/external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/
Dhkdf_boringssl.rs61 fn expand(&self, info: &[u8], okm: &mut [u8]) -> Result<(), InvalidLength> { in expand() method
/external/python/cpython3/Lib/
Dsysconfig.py555 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
567 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument

1234567