/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 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 369 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo 374 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo 379 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anonfec45e020111::AVRExpandPseudo [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 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 380 bool AVRExpandPseudo::expand<AVR::ANDIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo 385 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo 390 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anone80ed9480111::AVRExpandPseudo [all …]
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/shade/data/repository/ |
D | FlingInfo.java | 11 private final boolean expand = false; field in FlingInfo 21 public FlingInfo(boolean expand, float velocity, @org.jetbrains.annotations.NotNull() in FlingInfo() 43 public FlingInfo(boolean expand) { in FlingInfo() 48 public FlingInfo(boolean expand, float velocity) { in FlingInfo() 66 …public final com.android.systemui.shade.data.repository.FlingInfo copy(boolean expand, float veloc… in copy()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A 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
|
H A 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()
|
/aosp_15_r20/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
|
/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 178 RenderNodeAnimator expand = in enterHardware() local 188 private void startAnimation(Animator expand, Animator loop) { in startAnimation() 208 ValueAnimator expand = ValueAnimator.ofFloat(0f, 0.5f); in enterSoftware() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | PrivateProfileManager.java | 644 private void updatePrivateStateAnimator(boolean expand) { in updatePrivateStateAnimator() 773 private ValueAnimator updateSettingsGearAlpha(boolean expand) { in updateSettingsGearAlpha() 806 private ValueAnimator updateLockTextAlpha(boolean expand) { in updateLockTextAlpha() 855 private void attachFloatingMaskView(boolean expand) { in attachFloatingMaskView()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
H A D | PropertyExpander.java | 37 public static java.lang.String expand(java.lang.String value) in expand() method in PropertyExpander 42 public static java.lang.String expand(java.lang.String value, boolean encodeURL) in expand() method in PropertyExpander
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/ |
H A D | PropertyExpander.java | 53 public static String expand(String value) in expand() method in PropertyExpander 59 public static String expand(String value, boolean encodeURL) in expand() method in PropertyExpander
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | AlarmItemHolder.kt | 42 fun expand() { in expand() method
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | ProtobufTaggedBase.kt | 39 private fun expand() { in expand() method
|
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/ |
H A D | BubbleBar.kt | 66 fun expand(): ExpandedBubbleBar { in expand() method
|
H A D | Bubble.kt | 43 fun expand(): ExpandedBubbleStack { in expand() method in android.platform.systemui_tapl.ui.Bubble
|
/aosp_15_r20/external/pytorch/torch/distributions/ |
H A D | independent.py | 61 def expand(self, batch_shape, _instance=None): member in Independent 117 def enumerate_support(self, expand=True): argument
|
H A D | categorical.py | 74 def expand(self, batch_shape, _instance=None): member in Categorical 151 def enumerate_support(self, expand=True): argument
|
H A D | binomial.py | 73 def expand(self, batch_shape, _instance=None): member in Binomial 155 def enumerate_support(self, expand=True): argument
|
H A D | bernoulli.py | 62 def expand(self, batch_shape, _instance=None): member in Bernoulli 120 def enumerate_support(self, expand=True): argument
|
H A D | one_hot_categorical.py | 51 def expand(self, batch_shape, _instance=None): member in OneHotCategorical 110 def enumerate_support(self, expand=True): argument
|
H A 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
|
H A 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
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimator.java | 251 private final boolean expand = false; field in BubbleBarViewAnimator.AnimatingBubble 258 java.lang.Runnable hideAnimation, boolean expand, @org.jetbrains.annotations.NotNull() in AnimatingBubble() 315 java.lang.Runnable hideAnimation, boolean expand, @org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/external/pytorch/functorch/dim/ |
H A D | __init__.py | 49 expand = _C._instancemethod(_C.expand) variable in _Tensor 52 expand = reference.expand variable in _Tensor
|
/aosp_15_r20/external/doclava/res/assets/templates/assets/ |
H A D | doclava-developer-reference.js | 307 function toggleInherited(linkObj, expand) { argument 334 function toggleAllInherited(linkObj, expand) { argument
|