Home
last modified time | relevance | path

Searched defs:Slots (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DParser.cpp25 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto()
39 SlotMapping *Slots, in parseAssemblyInto()
47 SlotMapping *Slots, in parseAssembly()
61 SlotMapping *Slots) { in parseAssemblyFile()
75 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex()
93 SlotMapping *Slots) { in parseAssemblyWithIndex()
102 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
120 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
129 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) { in parseAssemblyFileWithIndexNoUpgradeDebugInfo()
138 SlotMapping *Slots) { in parseAssemblyString()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/debt/
Dhelping.rs135 pub(super) struct Slots { struct
169 impl Default for Slots { argument
186 impl Slots { implementation
Dfast.rs36 pub(super) struct Slots([Debt; DEBT_SLOT_CNT]); struct
38 impl Slots { implementation
68 impl<'a> IntoIterator for &'a Slots { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DParser.cpp27 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto()
42 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssembly()
56 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFile()
72 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyWithIndex()
87 SlotMapping *Slots, bool UpgradeDebugInfo, StringRef DataLayoutString) { in parseAssemblyFileWithIndex()
103 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyString()
148 const Module &M, const SlotMapping *Slots) { in parseConstantValue()
160 const SlotMapping *Slots) { in parseType()
177 const SlotMapping *Slots) { in parseTypeAtBeginning()
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DParser.cpp26 SlotMapping *Slots) { in parseAssemblyInto()
37 SlotMapping *Slots) { in parseAssembly()
50 SlotMapping *Slots) { in parseAssemblyFile()
65 SlotMapping *Slots) { in parseAssemblyString()
71 const Module &M, const SlotMapping *Slots) { in parseConstantValue()
83 const SlotMapping *Slots) { in parseType()
100 const SlotMapping *Slots) { in parseTypeAtBeginning()
/aosp_15_r20/frameworks/base/packages/SystemUI/docs/device-entry/
H A Dquickaffordance.md14 ## Slots section in Keyguard Quick Affordances
19 ### Customizing Slots
24 ### Default Quick Affordances
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Donepass.rs2804 fn slots(self) -> Slots { in slots()
2884 struct Slots(u32); struct
2886 impl Slots { implementation
2890 fn insert(self, slot: usize) -> Slots { in insert()
2896 fn remove(self, slot: usize) -> Slots { in remove()
2938 impl core::fmt::Debug for Slots { implementation
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dcontainer_memory_test.cc233 union Slots { in TEST() union
234 Slots() {} in TEST() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dcontainer_memory_test.cc234 union Slots { in TEST() union
235 Slots() {} in TEST() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc234 union Slots { in TEST() union
235 Slots() {} in TEST() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc234 union Slots { in TEST() union
235 Slots() {} in TEST() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc238 union Slots { in TEST() union
239 Slots() {} in TEST() function
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc238 union Slots { in TEST() union
239 Slots() {} in TEST() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc238 union Slots { in TEST() union
239 Slots() {} in TEST() function
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLUtils.h92 using Slots = std::vector<unsigned int>; variable
/aosp_15_r20/external/python/cpython2/Tools/framer/framer/
Dslots.py10 Slots = (Slot("ob_size"), variable
/aosp_15_r20/external/libese/apps/weaver/card/src/com/android/weaver/
H A DSlots.java19 public interface Slots extends javacard.framework.Shareable { interface
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst980 .. _unicodemethodsandslots:
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1403 .. _unicodemethodsandslots:
Dtypeobj.rst2059 .. _static-types:
/aosp_15_r20/external/googleapis/google/actions/sdk/v2/
H A Devent_logs.proto125 message Slots { message
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeRecord.h557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
571 std::vector<VFTableSlotKind> Slots; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeRecord.h557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
571 std::vector<VFTableSlotKind> Slots; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeRecord.h557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
571 std::vector<VFTableSlotKind> Slots; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeRecord.h557 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
559 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
571 std::vector<VFTableSlotKind> Slots; variable

1234