Home
last modified time | relevance | path

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

12345678910

/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 __anon8fd1a8820111::AVRExpandPseudo
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon8fd1a8820111::AVRExpandPseudo
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp266 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
271 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
276 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
281 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
330 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
335 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
375 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
380 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
385 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::AVRExpandPseudo
390 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon791c23c80111::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()
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufTaggedBase.kt48 private fun expand() { in expand() method
/external/pytorch/torch/distributions/
Dindependent.py61 def expand(self, batch_shape, _instance=None): member in Independent
117 def enumerate_support(self, expand=True): argument
Dcategorical.py74 def expand(self, batch_shape, _instance=None): member in Categorical
151 def enumerate_support(self, expand=True): argument
Dbinomial.py73 def expand(self, batch_shape, _instance=None): member in Binomial
155 def enumerate_support(self, expand=True): argument
Dbernoulli.py62 def expand(self, batch_shape, _instance=None): member in Bernoulli
120 def enumerate_support(self, expand=True): argument
Done_hot_categorical.py51 def expand(self, batch_shape, _instance=None): member in OneHotCategorical
110 def enumerate_support(self, expand=True): argument
Drelaxed_bernoulli.py63 def expand(self, batch_shape, _instance=None): member in LogitRelaxedBernoulli
138 def expand(self, batch_shape, _instance=None): member in RelaxedBernoulli
Drelaxed_categorical.py50 def expand(self, batch_shape, _instance=None): member in ExpRelaxedCategorical
128 def expand(self, batch_shape, _instance=None): member in RelaxedOneHotCategorical
Dchi2.py29 def expand(self, batch_shape, _instance=None): member in Chi2
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
/external/rust/android-crates-io/crates/thiserror-impl/src/
Dfallback.rs6 pub(crate) fn expand(input: &DeriveInput, error: syn::Error) -> TokenStream { in expand() function
Dlib.rs23 mod expand; module
/external/rust/android-crates-io/crates/displaydoc/src/
Dlib.rs121 mod expand; module
/external/pytorch/functorch/dim/
D__init__.py49 expand = _C._instancemethod(_C.expand) variable in _Tensor
52 expand = reference.expand variable in _Tensor
/external/python/uritemplates/uritemplate/
Dapi.py14 def expand(uri, var_dict=None, **kwargs): function
/external/rust/android-crates-io/crates/async-trait/src/
Dlib.rs238 mod expand; module
/external/rust/android-crates-io/crates/regex/tests/
Dmacros_bytes.rs27 macro_rules! expand { macro
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js307 function toggleInherited(linkObj, expand) { argument
334 function toggleAllInherited(linkObj, expand) { argument
/external/rust/cxx/macro/src/
Dtype_id.rs21 pub(crate) fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() function
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DHkdf.java94 public byte[] expand(byte[] prk, byte[] info, int length) in expand() method in Hkdf

12345678910