/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 __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/ |
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 174 void ExpandUntilMuted(size_t num_channels, Expand* expand) { in ExpandUntilMuted()
|
D | normal.h | 38 Expand* expand) in Normal()
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 135 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/ |
D | 037-finalize-unexpanded-macro.c | 1 #define expand(x) expand(x once) macro
|
/external/rust/crates/thiserror-impl/src/ |
D | lib.rs | 17 mod expand; module
|
/external/rust/crates/async-trait/src/ |
D | lib.rs | 320 mod expand; module
|
/external/python/uritemplates/uritemplate/ |
D | api.py | 14 def expand(uri, var_dict=None, **kwargs): function
|
/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/crates/regex/tests/ |
D | macros_bytes.rs | 27 macro_rules! expand { macro
|
D | macros_str.rs | 21 macro_rules! expand { macro
|
/external/rust/cxx/macro/src/ |
D | type_id.rs | 20 pub fn expand(krate: Crate, arg: QualifiedName) -> TokenStream { in expand() function
|
D | lib.rs | 34 mod expand; module
|
/external/mtools/ |
D | expand.c | 65 const char *expand(const char *input, char *ans) in expand() function
|
/external/one-true-awk/testdir/ |
D | T.misc | 260 function expand(chart) { function
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 430 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/ |
D | test-opcodes.sh | 98 expand() { function
|
/external/volley/core/src/main/java/com/android/volley/toolbox/ |
D | PoolingByteArrayOutputStream.java | 70 private void expand(int i) { in expand() method in PoolingByteArrayOutputStream
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | SerializationHandler.java | 143 public void setDTDEntityExpansion(boolean expand); in setDTDEntityExpansion()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | TextElement.java | 32 abstract String expand(); in expand() method in TextElement
|
D | ChildTextElement.java | 40 String expand() { in expand() method in ChildTextElement
|
/external/python/cpython3/Lib/ |
D | sysconfig.py | 555 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/ |
D | path_template.py | 104 def expand(tmpl, *args, **kwargs): function
|