Home
last modified time | relevance | path

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

123456

/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 __anon0f5e69380111::AVRExpandPseudo
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::AVRExpandPseudo
379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon0f5e69380111::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
174 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.rs17 mod expand; module
/external/rust/crates/async-trait/src/
Dlib.rs320 mod expand; module
/external/python/uritemplates/uritemplate/
Dapi.py14 def expand(uri, var_dict=None, **kwargs): function
/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/rust/cxx/macro/src/
Dtype_id.rs20 pub fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() function
Dlib.rs34 mod expand; module
/external/mtools/
Dexpand.c65 const char *expand(const char *input, char *ans) in expand() function
/external/one-true-awk/testdir/
DT.misc260 function expand(chart) { 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/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/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
/external/python/python-api-core/google/api_core/
Dpath_template.py104 def expand(tmpl, *args, **kwargs): function

123456