/external/rust/android-crates-io/crates/pin-project/ |
D | .android-checksum.json | 1 …expand/default/enum.expanded.rs":"31947516a8a9bbaa347a0cf27d84c56e79e80443f87be9570ea1bc82cc6e7055…
|
D | .cargo-checksum.json | 1 …expand/default/enum.expanded.rs":"77050429460eaa79bbaed18269ba16c4393b6c12cc1c435fb3cfbe21aec3d39e…
|
/external/rust/android-crates-io/crates/pin-project-lite/ |
D | .cargo-checksum.json | 1 …expand/default/enum.expanded.rs":"a0e001a28bd060f5091a977141eddfe169b2e1ebffe4b180e3af20b6837b4f02…
|
D | .android-checksum.json | 1 …expand/default/enum.expanded.rs":"e528827e887699e64c9a9f8a9a6a37946a7c4d4b34bc1cc14c9d61c449234b36…
|
/external/executorch/backends/arm/test/ops/ |
D | test_expand.py | 8 # Tests the expand op which copies the data of the input tensor (possibly with new data format) 29 """Tests the Tensor.expand which should be converted to a repeat op by a pass.""" 31 class Expand(torch.nn.Module): class in TestSimpleExpand 42 return x.expand(multiples) 52 .check_count({"torch.ops.aten.expand.default": 1}) 55 .check_not(["torch.ops.aten.expand.default"]) 71 .check_count({"torch.ops.aten.expand.default": 1}) 74 .check_not(["torch.ops.aten.expand.default"]) 92 .check_count({"torch.ops.aten.expand.default": 1}) 95 .check_not(["torch.ops.aten.expand.default"]) [all …]
|
/external/webrtc/modules/audio_coding/neteq/ |
D | normal_unittest.cc | 21 #include "modules/audio_coding/neteq/expand.h" 52 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() local 53 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST() 65 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST() local 67 Normal normal(fs, &db, bgn, &expand, &statistics); in TEST() 77 EXPECT_CALL(expand, SetParametersForNormalAfterExpand()); in TEST() 78 EXPECT_CALL(expand, Process(_)); in TEST() 79 EXPECT_CALL(expand, Reset()); in TEST() 89 EXPECT_CALL(expand, Die()); // Called when `expand` goes out of scope. in TEST() 100 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, in TEST() local [all …]
|
D | expand_unittest.cc | 11 // Unit tests for Expand class. 13 #include "modules/audio_coding/neteq/expand.h" 27 TEST(Expand, CreateAndDestroy) { in TEST() argument 34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); in TEST() local 37 TEST(Expand, CreateUsingFactory) { in TEST() argument 45 Expand* expand = expand_factory.Create(&bgn, &sync_buffer, &random_vector, in TEST() local 47 EXPECT_TRUE(expand != NULL); in TEST() 48 delete expand; in TEST() 110 Expand expand_; 113 // This test calls the expand object to produce concealment data a few times, [all …]
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 79 expand = self.auto_expand.expand_word_event 84 expand('event') 86 expand('event') 88 expand('event') 90 expand('event') 97 expand = self.auto_expand.expand_word_event 103 expand('event') 105 expand('event') 107 expand('event') 109 expand('event') [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/ |
D | Expander.java | 61 * @param archive the file to expand 66 public void expand(File archive, File targetDirectory) throws IOException, ArchiveException { in expand() method in Expander 71 expand(format, archive, targetDirectory); in expand() 77 * @param archive the file to expand 84 …public void expand(String format, File archive, File targetDirectory) throws IOException, ArchiveE… in expand() method in Expander 87 expand(format, c, targetDirectory); in expand() 92 expand(format, i, targetDirectory); in expand() 101 * @param archive the file to expand 106 …public void expand(InputStream archive, File targetDirectory) throws IOException, ArchiveException… in expand() method in Expander 107 expand(new ArchiveStreamFactory().createArchiveInputStream(archive), targetDirectory); in expand() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 1 //===-- AVRExpandPseudoInsts.cpp - Expand pseudo instructions -------------===// 62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 128 assert(ExpandCount < 10 && "pseudo expand limit reached"); in runOnMachineFunction() 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 [all …]
|
/external/cronet/tot/third_party/protobuf/objectivec/DevTools/ |
D | pddm_tests.py | 224 result = mc.Expand(input_str) 237 self.assertEqual(mc.Expand('bar(xYz)'), 'xYz- -xYz-xyz-XYz-XYZ') 238 self.assertEqual(mc.Expand('bar(MnoP)'), 'MnoP- -mnoP-mnop-MnoP-MNOP') 240 self.assertEqual(mc.Expand('bar()'), '-----') 269 result = mc.Expand(input_str) 301 self.assertEqual(mc.Expand('StartIt()'), expected) 313 result = mc.Expand('foo(A,B)') 337 # 5. One expand, one define (that runs to end of file) 338 ('a\n//%PDDM-EXPAND foo()\nbody\n//%PDDM-EXPAND-END\n' 341 # 6. One define ended with an expand. [all …]
|
/external/protobuf/objectivec/DevTools/ |
D | pddm_tests.py | 224 result = mc.Expand(input_str) 237 self.assertEqual(mc.Expand('bar(xYz)'), 'xYz- -xYz-xyz-XYz-XYZ') 238 self.assertEqual(mc.Expand('bar(MnoP)'), 'MnoP- -mnoP-mnop-MnoP-MNOP') 240 self.assertEqual(mc.Expand('bar()'), '-----') 269 result = mc.Expand(input_str) 301 self.assertEqual(mc.Expand('StartIt()'), expected) 313 result = mc.Expand('foo(A,B)') 337 # 5. One expand, one define (that runs to end of file) 338 ('a\n//%PDDM-EXPAND foo()\nbody\n//%PDDM-EXPAND-END\n' 341 # 6. One define ended with an expand. [all …]
|
/external/cronet/stable/third_party/protobuf/objectivec/DevTools/ |
D | pddm_tests.py | 224 result = mc.Expand(input_str) 237 self.assertEqual(mc.Expand('bar(xYz)'), 'xYz- -xYz-xyz-XYz-XYZ') 238 self.assertEqual(mc.Expand('bar(MnoP)'), 'MnoP- -mnoP-mnop-MnoP-MNOP') 240 self.assertEqual(mc.Expand('bar()'), '-----') 269 result = mc.Expand(input_str) 301 self.assertEqual(mc.Expand('StartIt()'), expected) 313 result = mc.Expand('foo(A,B)') 337 # 5. One expand, one define (that runs to end of file) 338 ('a\n//%PDDM-EXPAND foo()\nbody\n//%PDDM-EXPAND-END\n' 341 # 6. One define ended with an expand. [all …]
|
/external/toybox/tests/ |
D | expand.test | 3 # POSIX 2008 compliant expand tests. 10 testing "default" "expand input" " foo bar\n" "\tfoo\tbar\n" "" 11 testing "default stdin" "expand" " foo bar\n" "" "\tfoo\tbar\n" 12 testing "single" "expand -t 2 input" " foo bar\n" "\tfoo\tbar\n" "" 13 testing "tablist" "expand -t 5,10,12 input" " foo bar foo\n" "\tfoo\tbar\tfoo\n" "" 14 testing "backspace" "expand input" "foobarfoo\b\b bar\n" "foobarfoo\b\b\tbar\n" "" 25 testing "long tab single" "expand -t $TABSTOP input" "${BIGTAB}foo\n" "\tfoo\n" "" 26 testing "long tab tablist" "expand -t $TABSTOP,$((TABSTOP+5)) input" \ 29 testing "multiline single" "expand -t 4 input" "foo \n bar\n" "foo\t\n\tbar\n" "" 30 testing "multiline tablist" "expand -t 4,8 input" \ [all …]
|
/external/skia/src/core/ |
D | SkMipmapHQDownSampler.cpp | 21 static skvx::Vec<4, uint16_t> Expand(uint32_t x) { in Expand() function 33 static uint32_t Expand(uint16_t x) { in Expand() function 43 static uint32_t Expand(uint16_t x) { in Expand() function 53 static unsigned Expand(unsigned x) { in Expand() function 63 static skvx::float4 Expand(uint16_t x) { in Expand() function 76 static skvx::float4 Expand(uint64_t x) { in Expand() function 88 static uint32_t Expand(uint16_t x) { in Expand() function 98 static uint64_t Expand(uint32_t x) { in Expand() function 108 static skvx::float4 Expand(uint32_t x) { in Expand() function 121 static skvx::Vec<4, uint32_t> Expand(uint64_t x) { in Expand() function [all …]
|
/external/cronet/stable/build/config/c++/ |
D | libc++.natvis | 16 <Expand> 18 </Expand> 22 <Expand> 24 </Expand> 29 <Expand> 34 </Expand> 67 <Expand> 85 </Expand> 95 <Expand> 113 </Expand> [all …]
|
/external/angle/build/config/c++/ |
D | libc++.natvis | 16 <Expand> 18 </Expand> 22 <Expand> 24 </Expand> 29 <Expand> 34 </Expand> 67 <Expand> 85 </Expand> 95 <Expand> 113 </Expand> [all …]
|
/external/cronet/tot/build/config/c++/ |
D | libc++.natvis | 16 <Expand> 18 </Expand> 22 <Expand> 24 </Expand> 29 <Expand> 34 </Expand> 67 <Expand> 85 </Expand> 95 <Expand> 113 </Expand> [all …]
|
/external/pytorch/aten/src/ATen/test/ |
D | broadcast_test.cpp | 8 // can't expand empty tensor 12 ASSERT_ANY_THROW(empty.expand({3})); in TestEmptyTensor() 21 (a + b).equal(a.expand(expanded_sizes) + b.expand(expanded_sizes))); in TestOut2Basic() 29 (aScalar + b).equal(aScalar.expand(b.sizes()) + b.expand(b.sizes()))); in TestOut2WithScalar() 55 a.expand(expanded_sizes) + b.expand(expanded_sizes) + in TestOut3Basic() 56 c.expand(expanded_sizes))); in TestOut3Basic() 66 aTensorScalar.expand(expanded_sizes) in TestOut3WithScalar() 67 .addcmul(b.expand(expanded_sizes), c.expand(expanded_sizes)))); in TestOut3WithScalar() 92 ASSERT_TRUE((a + b).equal(a + b.expand({3, 5}))); in TestIn2Basic() 99 ASSERT_TRUE((a + bScalar).equal(a + bScalar.expand(a.sizes()))); in TestIn2WithScalar() [all …]
|
/external/clang/utils/ClangVisualizers/ |
D | clang.natvis | 19 … <DisplayString> is typically as C++-like as possible (like in dump()) with <Expand> 43 <Expand> 60 </Expand> 64 <Expand> 67 </Expand> 74 <Expand> 77 </Expand> 81 <Expand> 84 </Expand> 93 <Expand> [all …]
|
/external/icing/icing/expand/stemming/ |
D | stemming-expander_none-stemmer_test.cc | 24 #include "icing/expand/expander.h" 25 #include "icing/expand/stemming/stemming-expander.h" 45 std::vector<ExpandedTerm> expanded_terms = expander->Expand(""); in TEST() 50 expanded_terms = expander->Expand(" "); in TEST() 61 std::vector<ExpandedTerm> expanded_terms = expander->Expand("...."); in TEST() 66 expanded_terms = expander->Expand("928347"); in TEST() 77 std::vector<ExpandedTerm> expanded_terms = expander->Expand("running"); in TEST() 82 expanded_terms = expander->Expand("abattement"); in TEST() 94 english_expander->Expand("running"); in TEST() 99 expanded_terms = english_expander->Expand("abattement"); in TEST() [all …]
|
/external/mbedtls/tests/suites/ |
D | test_suite_hkdf.data | 4 HKDF expand fails with NULL okm 7 HKDF expand fails with hash_len of 0 10 HKDF expand fails with prk_len < hash_len 13 HKDF expand fails with okm_len / hash_len > 255 72 HKDF RFC5869 Test Vector #1 Expand 76 HKDF RFC5869 Test Vector #2 Expand 80 HKDF RFC5869 Test Vector #3 Expand 84 HKDF RFC5869 Test Vector #4 Expand 88 HKDF RFC5869 Test Vector #5 Expand 92 HKDF RFC5869 Test Vector #6 Expand [all …]
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_hkdf.data | 4 HKDF expand fails with NULL okm 7 HKDF expand fails with hash_len of 0 10 HKDF expand fails with prk_len < hash_len 13 HKDF expand fails with okm_len / hash_len > 255 72 HKDF RFC5869 Test Vector #1 Expand 76 HKDF RFC5869 Test Vector #2 Expand 80 HKDF RFC5869 Test Vector #3 Expand 84 HKDF RFC5869 Test Vector #4 Expand 88 HKDF RFC5869 Test Vector #5 Expand 92 HKDF RFC5869 Test Vector #6 Expand [all …]
|
/external/llvm/utils/LLVMVisualizers/ |
D | llvm.natvis | 15 <Expand> 22 </Expand> 38 <Expand> 45 </Expand> 50 <Expand> 56 </Expand> 61 <Expand> 68 </Expand> 74 <Expand> 80 </Expand> [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 1 //===-- AVRExpandPseudoInsts.cpp - Expand pseudo instructions -------------===// 54 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 131 assert(ExpandCount < 10 && "pseudo expand limit reached"); in runOnMachineFunction() 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 [all …]
|