/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/ |
D | .cargo-checksum.json | 1 …expand/default/enum.expanded.rs":"e1ed1186d973286860ebc6898e46a2cd97166a13ad17c68a8a50ddfd4702f3ae…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A 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 __anonfec45e020111::AVRExpandPseudo 264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo 269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo 274 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo 321 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo 326 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo 364 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/ |
D | .cargo-checksum.json | 1 …expand/default/enum.expanded.rs":"7944e0ff3a49ef1bccff5681a32a0b306c5eaa7a5f4838132eca8e9a62d40722…
|
/aosp_15_r20/external/clang/utils/ClangVisualizers/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
H A 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 __anone80ed9480111::AVRExpandPseudo 271 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo 276 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo 281 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo 330 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo 335 bool AVRExpandPseudo::expand<AVR::SBCIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo 375 bool AVRExpandPseudo::expand<AVR::ANDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo [all …]
|
/aosp_15_r20/external/angle/build/config/c++/ |
H A D | libc++.natvis | 16 <Expand> 18 </Expand> 22 <Expand> 24 </Expand> 29 <Expand> 34 </Expand> 67 <Expand> 85 </Expand> 95 <Expand> 113 </Expand> [all …]
|
/aosp_15_r20/external/cronet/build/config/c++/ |
H A D | libc++.natvis | 16 <Expand> 18 </Expand> 22 <Expand> 24 </Expand> 29 <Expand> 34 </Expand> 67 <Expand> 85 </Expand> 95 <Expand> 113 </Expand> [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 624 // Default all indexed load / store to expand. in initActions() 627 setIndexedLoadAction(IM, VT, Expand); in initActions() 628 setIndexedStoreAction(IM, VT, Expand); in initActions() 629 setIndexedMaskedLoadAction(IM, VT, Expand); in initActions() 630 setIndexedMaskedStoreAction(IM, VT, Expand); in initActions() 634 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, VT, Expand); in initActions() 636 // These operations default to expand. in initActions() 637 setOperationAction(ISD::FGETSIGN, VT, Expand); in initActions() 638 setOperationAction(ISD::CONCAT_VECTORS, VT, Expand); in initActions() 639 setOperationAction(ISD::FMINNUM, VT, Expand); in initActions() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/DevTools/ |
H A 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 …]
|
/aosp_15_r20/external/protobuf/objectivec/DevTools/ |
H A 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 …]
|
/aosp_15_r20/external/selinux/gui/ |
H A D | polgen.ui | 22 <property name="expand">False</property> 58 <property name="expand">False</property> 73 <property name="expand">False</property> 80 <property name="expand">False</property> 156 <property name="expand">True</property> 195 <property name="expand">False</property> 211 <property name="expand">False</property> 218 <property name="expand">False</property> 259 <property name="expand">False</property> 292 <property name="expand">False</property> [all …]
|
H A D | system-config-selinux.ui | 25 <property name="expand">False</property> 74 <property name="expand">True</property> 89 <property name="expand">True</property> 96 <property name="expand">False</property> 180 <property name="expand">True</property> 188 <property name="expand">True</property> 240 <property name="expand">True</property> 255 <property name="expand">True</property> 262 <property name="expand">False</property> 376 <property name="expand">True</property> [all …]
|
/aosp_15_r20/external/skia/src/core/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 101 setLoadExtAction(ISD::EXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering() 102 setLoadExtAction(ISD::SEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering() 103 setLoadExtAction(ISD::ZEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering() 113 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 118 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 123 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering() 127 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering() 128 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering() 129 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering() 130 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v4i8, Expand); in AMDGPUTargetLowering() [all …]
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/ |
H A 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 …]
|
/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/utils/LLVMVisualizers/ |
H A D | llvm.natvis | 15 <Expand> 22 </Expand> 38 <Expand> 45 </Expand> 50 <Expand> 56 </Expand> 61 <Expand> 68 </Expand> 74 <Expand> 80 </Expand> [all …]
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleAnimationSession.java | 114 ValueAnimator expand = ValueAnimator.ofFloat(.5f, 1f); in exitSoftware() local 115 expand.setDuration(EXIT_ANIM_DURATION); in exitSoftware() 116 expand.setStartDelay(computeDelay()); in exitSoftware() 117 expand.addUpdateListener(updatedAnimation -> { in exitSoftware() 119 mProperties.getShader().setProgress((Float) expand.getAnimatedValue()); in exitSoftware() 121 expand.addListener(new AnimatorListener(this) { in exitSoftware() 128 if (mCurrentAnimation == expand) mCurrentAnimation = null; in exitSoftware() 131 expand.setInterpolator(LINEAR_INTERPOLATOR); in exitSoftware() 132 expand.start(); in exitSoftware() 133 mCurrentAnimation = expand; in exitSoftware() [all …]
|
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/serialized_patterns/ |
H A D | _sfdp_pattern_16.py | 36 expand_default = CallFunction(aten.expand.default, permute_default, Ignored()) 41 expand_default_1 = CallFunction(aten.expand.default, permute_default_2, Ignored()) 55 expand_default_2 = CallFunction(aten.expand.default, mul_Tensor_1, Ignored()) 58 expand_default_3 = CallFunction(aten.expand.default, permute_default_3, Ignored()) 100 expand_default = CallFunction(aten.expand.default, permute_default, Ignored()) 105 expand_default_1 = CallFunction(aten.expand.default, permute_default_2, Ignored()) 117 expand_default_2 = CallFunction(aten.expand.default, div_Tensor_1, Ignored()) 120 expand_default_3 = CallFunction(aten.expand.default, permute_default_3, Ignored()) 130 expand_default = CallFunction(aten.expand.default, permute_default, Ignored()) 134 expand_default_1 = CallFunction(aten.expand.default, permute_default_2, Ignored()) [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 66 expand = self.auto_expand.expand_word_event 71 expand('event') 73 expand('event') 75 expand('event') 77 expand('event') 84 expand = self.auto_expand.expand_word_event 90 expand('event') 92 expand('event') 94 expand('event') 96 expand('event') [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A 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 …]
|
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/ |
H A D | sepolicy.glade | 33 <property name="expand">False</property> 56 <property name="expand">False</property> 64 <property name="expand">True</property> 84 <property name="expand">True</property> 101 <property name="expand">True</property> 118 <property name="expand">True</property> 135 <property name="expand">True</property> 172 <property name="expand">False</property> 191 <property name="expand">False</property> 206 <property name="expand">False</property> [all …]
|
/aosp_15_r20/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 …]
|