/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/ |
D | Expander.java | 66 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/ |
D | AVRExpandPseudoInsts.cpp | 259 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/ |
D | AVRExpandPseudoInsts.cpp | 266 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/ |
D | normal_unittest.cc | 52 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
|
D | expand_unittest.cc | 34 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/ |
D | ProtobufTaggedBase.kt | 48 private fun expand() { in expand() method
|
/external/pytorch/torch/distributions/ |
D | independent.py | 61 def expand(self, batch_shape, _instance=None): member in Independent 117 def enumerate_support(self, expand=True): argument
|
D | categorical.py | 74 def expand(self, batch_shape, _instance=None): member in Categorical 151 def enumerate_support(self, expand=True): argument
|
D | binomial.py | 73 def expand(self, batch_shape, _instance=None): member in Binomial 155 def enumerate_support(self, expand=True): argument
|
D | bernoulli.py | 62 def expand(self, batch_shape, _instance=None): member in Bernoulli 120 def enumerate_support(self, expand=True): argument
|
D | one_hot_categorical.py | 51 def expand(self, batch_shape, _instance=None): member in OneHotCategorical 110 def enumerate_support(self, expand=True): argument
|
D | relaxed_bernoulli.py | 63 def expand(self, batch_shape, _instance=None): member in LogitRelaxedBernoulli 138 def expand(self, batch_shape, _instance=None): member in RelaxedBernoulli
|
D | relaxed_categorical.py | 50 def expand(self, batch_shape, _instance=None): member in ExpRelaxedCategorical 128 def expand(self, batch_shape, _instance=None): member in RelaxedOneHotCategorical
|
D | chi2.py | 29 def expand(self, batch_shape, _instance=None): member in Chi2
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 037-finalize-unexpanded-macro.c | 1 #define expand(x) expand(x once) macro
|
/external/rust/android-crates-io/crates/thiserror-impl/src/ |
D | fallback.rs | 6 pub(crate) fn expand(input: &DeriveInput, error: syn::Error) -> TokenStream { in expand() function
|
D | lib.rs | 23 mod expand; module
|
/external/rust/android-crates-io/crates/displaydoc/src/ |
D | lib.rs | 121 mod expand; module
|
/external/pytorch/functorch/dim/ |
D | __init__.py | 49 expand = _C._instancemethod(_C.expand) variable in _Tensor 52 expand = reference.expand variable in _Tensor
|
/external/python/uritemplates/uritemplate/ |
D | api.py | 14 def expand(uri, var_dict=None, **kwargs): function
|
/external/rust/android-crates-io/crates/async-trait/src/ |
D | lib.rs | 238 mod expand; module
|
/external/rust/android-crates-io/crates/regex/tests/ |
D | macros_bytes.rs | 27 macro_rules! expand { macro
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 307 function toggleInherited(linkObj, expand) { argument 334 function toggleAllInherited(linkObj, expand) { argument
|
/external/rust/cxx/macro/src/ |
D | type_id.rs | 21 pub(crate) fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() function
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | Hkdf.java | 94 public byte[] expand(byte[] prk, byte[] info, int length) in expand() method in Hkdf
|